summaryrefslogtreecommitdiffstats
path: root/tv/5pkgs/haskell/th-env/th-env.cabal
blob: b9a2cff39710529ebe0b19cbf4191c15df013e48 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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