summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIavor S. Diatchki <diatchki@galois.com>2011-07-28 10:42:47 -0700
committerIavor S. Diatchki <diatchki@galois.com>2011-07-28 10:42:47 -0700
commit496029fc2a0922685f372f456b44780b1df61c27 (patch)
tree5bc79761c33d71a33d896dce85932e080939cd78
parent9ae466f15ba83b49e08683e7062bacd1ea16e7ba (diff)
Update dependency to allow base 4.
-rw-r--r--mime.cabal9
1 files changed, 2 insertions, 7 deletions
diff --git a/mime.cabal b/mime.cabal
index fdcf861..5e12192 100644
--- a/mime.cabal
+++ b/mime.cabal
@@ -1,5 +1,5 @@
name: mime
-version: 0.3.2
+version: 0.3.3
synopsis: Working with MIME types.
description: Working with MIME types.
category: Codec
@@ -12,13 +12,8 @@ cabal-version: >= 1.2.0
build-type: Simple
Extra-Source-Files: CHANGES
-flag split-base
-
library
- if flag(split-base)
- build-depends: base >= 3 && <= 4
- else
- build-depends: base >= 2 && <= 4
+ build-depends: base >= 3 && < 5
exposed-modules: Codec.MIME.Type
Codec.MIME.Parse