From 4203423f5a55108d82ecd5f8e6c2b5da8fdc630d Mon Sep 17 00:00:00 2001 From: odr Date: Sat, 11 Jan 2014 02:02:43 +0400 Subject: Text-based API --- mime.cabal | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'mime.cabal') diff --git a/mime.cabal b/mime.cabal index eb4cc56..2ccd845 100644 --- a/mime.cabal +++ b/mime.cabal @@ -1,5 +1,5 @@ name: mime -version: 0.3.4 +version: 0.4.0 synopsis: Working with MIME types. description: Working with MIME types. category: Codec @@ -14,7 +14,8 @@ homepage: https://github.com/GaloisInc/mime Extra-Source-Files: CHANGES library - build-depends: base >= 3 && < 5 + build-depends: base >= 4 && < 5 + , text >= 0.9 exposed-modules: Codec.MIME.Type Codec.MIME.Parse -- cgit v1.2.3