diff options
author | Iavor S. Diatchki <diatchki@galois.com> | 2011-07-28 10:42:47 -0700 |
---|---|---|
committer | Iavor S. Diatchki <diatchki@galois.com> | 2011-07-28 10:42:47 -0700 |
commit | 496029fc2a0922685f372f456b44780b1df61c27 (patch) | |
tree | 5bc79761c33d71a33d896dce85932e080939cd78 | |
parent | 9ae466f15ba83b49e08683e7062bacd1ea16e7ba (diff) |
Update dependency to allow base 4.
-rw-r--r-- | mime.cabal | 9 |
1 files changed, 2 insertions, 7 deletions
@@ -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 |