summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSigbjorn Finne <sigbjorn.finne@gmail.com>2009-12-21 07:53:24 +0100
committerSigbjorn Finne <sigbjorn.finne@gmail.com>2009-12-21 07:53:24 +0100
commit9ae466f15ba83b49e08683e7062bacd1ea16e7ba (patch)
tree9d6298c147e87116577ef3b52628d83c03960e87
parent0a322480cdb379a44d1b5aabe0411966d86e78ea (diff)
appease the validator
-rw-r--r--mime.cabal6
1 files changed, 3 insertions, 3 deletions
diff --git a/mime.cabal b/mime.cabal
index 09f1837..fdcf861 100644
--- a/mime.cabal
+++ b/mime.cabal
@@ -16,9 +16,9 @@ flag split-base
library
if flag(split-base)
- build-depends: base >= 3
+ build-depends: base >= 3 && <= 4
else
- build-depends: base < 3
+ build-depends: base >= 2 && <= 4
exposed-modules: Codec.MIME.Type
Codec.MIME.Parse
@@ -26,4 +26,4 @@ library
Codec.MIME.Base64
Codec.MIME.Decode
Codec.MIME.QuotedPrintable
- ghc-options: -Wall -O2
+ ghc-options: -Wall