summaryrefslogtreecommitdiffstats
path: root/mime.cabal
diff options
context:
space:
mode:
authorIavor S. Diatchki <iavor.diatchki@gmail.com>2014-02-03 18:31:23 -0800
committerIavor S. Diatchki <iavor.diatchki@gmail.com>2014-02-03 18:31:23 -0800
commita85e57deb287abdcdac8fb065ab0b20efe074d96 (patch)
tree7c8c0537f528b8d30eb29c4305b26f5ac713706c /mime.cabal
parent5c2f21e06ebc2c3be936efadfe92872fecd82db9 (diff)
parent1823a3dd5443d98eab577988e9627fe74f3491fc (diff)
Merge pull request #4 from odr/master
Text API
Diffstat (limited to 'mime.cabal')
-rw-r--r--mime.cabal5
1 files changed, 3 insertions, 2 deletions
diff --git a/mime.cabal b/mime.cabal
index eb4cc56..2ccd845 100644
--- a/mime.cabal
+++ b/mime.cabal
@@ -1,5 +1,5 @@
name: mime
-version: 0.3.4
+version: 0.4.0
synopsis: Working with MIME types.
description: Working with MIME types.
category: Codec
@@ -14,7 +14,8 @@ homepage: https://github.com/GaloisInc/mime
Extra-Source-Files: CHANGES
library
- build-depends: base >= 3 && < 5
+ build-depends: base >= 4 && < 5
+ , text >= 0.9
exposed-modules: Codec.MIME.Type
Codec.MIME.Parse