From 9ae466f15ba83b49e08683e7062bacd1ea16e7ba Mon Sep 17 00:00:00 2001 From: Sigbjorn Finne Date: Mon, 21 Dec 2009 07:53:24 +0100 Subject: appease the validator --- mime.cabal | 6 +++--- 1 file 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 -- cgit v1.2.3