diff options
author | Profpatsch <mail@profpatsch.de> | 2022-08-20T00·34+0200 |
---|---|---|
committer | Profpatsch <mail@profpatsch.de> | 2022-08-22T12·47+0000 |
commit | fdc5763f5be6c1749cfec1b39e13dfcb414acfb0 (patch) | |
tree | 2a9a8e47f2e558a48d6e7d3ddb35f5cf6ae4cdb3 /users/Profpatsch/arglib/arglib-netencode.cabal | |
parent | 0fc16342554d293438a62a96adec4f48dac09d54 (diff) |
feat(users/Profpatsch): init haskell arglib-netencode r/4448
Mirrors the rust exec-helpers Change-Id: I96f211d6545e228b8ae0c1dce4e60e6f6867690c Reviewed-on: https://cl.tvl.fyi/c/depot/+/6117 Tested-by: BuildkiteCI Reviewed-by: Profpatsch <mail@profpatsch.de>
Diffstat (limited to 'users/Profpatsch/arglib/arglib-netencode.cabal')
-rw-r--r-- | users/Profpatsch/arglib/arglib-netencode.cabal | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/users/Profpatsch/arglib/arglib-netencode.cabal b/users/Profpatsch/arglib/arglib-netencode.cabal new file mode 100644 index 000000000000..461b42a93956 --- /dev/null +++ b/users/Profpatsch/arglib/arglib-netencode.cabal @@ -0,0 +1,17 @@ +cabal-version: 2.4 +name: arglib-netencode +version: 0.1.0.0 +author: Profpatsch +maintainer: mail@profpatsch.de + +library + exposed-modules: ArglibNetencode + + build-depends: + base ^>=4.15.1.0, + my-prelude, + netencode, + exec-helpers, + attoparsec, + unix + default-language: Haskell2010 |