diff options
author | tv <tv@krebsco.de> | 2019-01-25 04:15:45 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2019-01-25 13:55:05 +0100 |
commit | 6b767df2fc47a77a4f856e040346ce49c0e7bf00 (patch) | |
tree | 863ef12461dc6be9f4d010be22e0ad2c855cbcce /blessings.cabal | |
parent | ccd7117c31074069414eb00dd0b7ed6b648ddeff (diff) |
Add support for Textv2.0.0
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 |