From c97baa979878145c599c057d8bba01618c223178 Mon Sep 17 00:00:00 2001 From: "Iavor S. Diatchki" Date: Fri, 1 Jun 2012 09:30:52 -0700 Subject: Integrate improvements from Scrive (thanks to Magnus Carlsson!) * Codec.MIME.Parse.parseMIMEBody: stick the header argument into the returned mime_val_headers field. * Codec.MIME.Parse.parseMIMEMessage: be more tolerant about non-standard newlines. * Codec.MIME.Parse.untilMatch: fix a bug demonstrated by input "ab" "aab". --- mime.cabal | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'mime.cabal') diff --git a/mime.cabal b/mime.cabal index 5e12192..2b9bf9a 100644 --- a/mime.cabal +++ b/mime.cabal @@ -1,5 +1,5 @@ name: mime -version: 0.3.3 +version: 0.3.3.2 synopsis: Working with MIME types. description: Working with MIME types. category: Codec @@ -8,8 +8,9 @@ license-file: LICENSE author: Sigbjorn Finne, Galois, Inc. maintainer: Sigbjorn Finne Copyright: (c) 2006-2009 Galois Inc. -cabal-version: >= 1.2.0 +cabal-version: >= 1.6 build-type: Simple +homepage: https://github.com/GaloisInc/mime Extra-Source-Files: CHANGES library @@ -22,3 +23,7 @@ library Codec.MIME.Decode Codec.MIME.QuotedPrintable ghc-options: -Wall + +source-repository head + type: git + location: git://github.com/GaloisInc/mime.git -- cgit v1.2.3