summaryrefslogtreecommitdiffstats
path: root/tv/5pkgs/haskell/th-env/th-env.cabal
diff options
context:
space:
mode:
authorlassulus <lassulus@lassul.us>2020-10-18 19:25:11 +0200
committerlassulus <lassulus@lassul.us>2020-10-18 19:25:11 +0200
commit9ac104267009988ae2ae5c254984e256bd9a6957 (patch)
tree594aa3e871a5d465bf62a4604128ea27fd2a0ed2 /tv/5pkgs/haskell/th-env/th-env.cabal
parent258365a1bad616440f08d6b505779a5dfb04f160 (diff)
parentc5222bc188414a753fe8e8260c6dac26f05ac2e9 (diff)
Merge remote-tracking branch 'ni/master'
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 0000000..b9a2cff
--- /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