summaryrefslogtreecommitdiffstats
path: root/blessings.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'blessings.cabal')
-rw-r--r--blessings.cabal5
1 files changed, 4 insertions, 1 deletions
diff --git a/blessings.cabal b/blessings.cabal
index 4b1570a..09b776c 100644
--- a/blessings.cabal
+++ b/blessings.cabal
@@ -3,14 +3,17 @@ build-type: Simple
cabal-version: >= 1.8
license: MIT
name: blessings
-version: 2.1.0
+version: 2.3.0
library
build-depends:
base,
+ bytestring,
text
exposed-modules:
Blessings,
+ Blessings.ByteString,
+ Blessings.ByteString.Lazy,
Blessings.Internal,
Blessings.String,
Blessings.Text