summaryrefslogtreecommitdiffstats
path: root/tv/5pkgs/haskell/th-env/th-env.cabal
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2020-10-03 01:23:07 +0200
committertv <tv@krebsco.de>2020-10-03 01:23:07 +0200
commit0cbb18c16e17e220ec3a7d9a44da8f22f083dd48 (patch)
tree69c0d5521407339e0622cdbb4174447aa402d05f /tv/5pkgs/haskell/th-env/th-env.cabal
parent2299f49864cd60b6eebca31eae727d3b0845916f (diff)
tv th-env: init at 1.0.0
Diffstat (limited to 'tv/5pkgs/haskell/th-env/th-env.cabal')
-rw-r--r--tv/5pkgs/haskell/th-env/th-env.cabal20
1 files changed, 20 insertions, 0 deletions
diff --git a/tv/5pkgs/haskell/th-env/th-env.cabal b/tv/5pkgs/haskell/th-env/th-env.cabal
new file mode 100644
index 00000000..b9a2cff3
--- /dev/null
+++ b/tv/5pkgs/haskell/th-env/th-env.cabal
@@ -0,0 +1,20 @@
+name: th-env
+version: 1.0.0
+-- license: https://creativecommons.org/licenses/by-sa/4.0/
+license: OtherLicense
+author: https://stackoverflow.com/users/9348482
+homepage: https://stackoverflow.com/q/57635686
+maintainer: tv <tv@krebsco.de>
+build-type: Simple
+cabal-version: >=1.10
+
+library
+ hs-source-dirs: src
+ build-depends:
+ base,
+ template-haskell,
+ text
+ exposed-modules:
+ THEnv
+ default-language: Haskell2010
+ ghc-options: -O2 -Wall