diff options
author | Sigbjorn Finne <sigbjorn.finne@gmail.com> | 2009-12-21 07:53:24 +0100 |
---|---|---|
committer | Sigbjorn Finne <sigbjorn.finne@gmail.com> | 2009-12-21 07:53:24 +0100 |
commit | 9ae466f15ba83b49e08683e7062bacd1ea16e7ba (patch) | |
tree | 9d6298c147e87116577ef3b52628d83c03960e87 | |
parent | 0a322480cdb379a44d1b5aabe0411966d86e78ea (diff) |
appease the validator
-rw-r--r-- | mime.cabal | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |