diff options
Diffstat (limited to 'blessings.cabal')
-rw-r--r-- | blessings.cabal | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/blessings.cabal b/blessings.cabal index 1b13a57..e8be029 100644 --- a/blessings.cabal +++ b/blessings.cabal @@ -3,14 +3,20 @@ build-type: Simple cabal-version: >= 1.2 license: MIT name: blessings -version: 1.4.0 +version: 2.0.0 library - build-depends: base - exposed-modules: Blessings - ghc-options: -Wall + build-depends: + base, + text + exposed-modules: + Blessings, + Blessings.Internal, + Blessings.String, + Blessings.Text + ghc-options: -O2 -Wall hs-source-dirs: src source-repository head - location: http://cgit.cd.retiolum/blessings + location: https://cgit.krebsco.de/blessings type: git |