From 6b767df2fc47a77a4f856e040346ce49c0e7bf00 Mon Sep 17 00:00:00 2001 From: tv Date: Fri, 25 Jan 2019 04:15:45 +0100 Subject: Add support for Text --- blessings.cabal | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) (limited to 'blessings.cabal') 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 -- cgit v1.2.3