about summary refs log tree commit diff
path: root/users/Profpatsch/execline/exec-helpers.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'users/Profpatsch/execline/exec-helpers.cabal')
-rw-r--r--users/Profpatsch/execline/exec-helpers.cabal14
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 0000000000..b472ff6bd5
--- /dev/null
+++ b/users/Profpatsch/execline/exec-helpers.cabal
@@ -0,0 +1,14 @@
+cabal-version:      3.0
+name:               exec-helpers
+version:            0.1.0.0
+author:             Profpatsch
+maintainer:         mail@profpatsch.de
+
+library
+    exposed-modules:          ExecHelpers
+
+    build-depends:
+        base >=4.15 && <5,
+        my-prelude
+
+    default-language: Haskell2010