From 496029fc2a0922685f372f456b44780b1df61c27 Mon Sep 17 00:00:00 2001 From: "Iavor S. Diatchki" Date: Thu, 28 Jul 2011 10:42:47 -0700 Subject: Update dependency to allow base 4. --- mime.cabal | 9 ++------- 1 file 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 -- cgit v1.2.3