diff options
author | Profpatsch <mail@profpatsch.de> | 2022-08-20T00·32+0200 |
---|---|---|
committer | Profpatsch <mail@profpatsch.de> | 2022-08-22T12·47+0000 |
commit | 0fc16342554d293438a62a96adec4f48dac09d54 (patch) | |
tree | 917f97b9748c6c07b0bd18fe834d76f3a4cc786a /users/Profpatsch/execline/exec-helpers.cabal | |
parent | 240edcd2895aed2a929d4cae61b0f19a35560e4a (diff) |
feat(users/Profpatsch): init haskell exec-helpers r/4447
Mirrors the rust exec-helpers Change-Id: I8fba49525949a8f38ca8c215e2ec7ba9d97d3bf9 Reviewed-on: https://cl.tvl.fyi/c/depot/+/6116 Tested-by: BuildkiteCI Reviewed-by: Profpatsch <mail@profpatsch.de>
Diffstat (limited to 'users/Profpatsch/execline/exec-helpers.cabal')
-rw-r--r-- | users/Profpatsch/execline/exec-helpers.cabal | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/users/Profpatsch/execline/exec-helpers.cabal b/users/Profpatsch/execline/exec-helpers.cabal new file mode 100644 index 000000000000..5441dff1d0f0 --- /dev/null +++ b/users/Profpatsch/execline/exec-helpers.cabal @@ -0,0 +1,14 @@ +cabal-version: 2.4 +name: exec-helpers +version: 0.1.0.0 +author: Profpatsch +maintainer: mail@profpatsch.de + +library + exposed-modules: ExecHelpers + + build-depends: + base ^>=4.15.1.0, + my-prelude + + default-language: Haskell2010 |