From 0fc16342554d293438a62a96adec4f48dac09d54 Mon Sep 17 00:00:00 2001 From: Profpatsch Date: Sat, 20 Aug 2022 02:32:50 +0200 Subject: feat(users/Profpatsch): init haskell exec-helpers Mirrors the rust exec-helpers Change-Id: I8fba49525949a8f38ca8c215e2ec7ba9d97d3bf9 Reviewed-on: https://cl.tvl.fyi/c/depot/+/6116 Tested-by: BuildkiteCI Reviewed-by: Profpatsch --- users/Profpatsch/execline/exec-helpers.cabal | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 users/Profpatsch/execline/exec-helpers.cabal (limited to 'users/Profpatsch/execline/exec-helpers.cabal') 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 -- cgit 1.4.1