packages feed

Cabal revisions of mime-0.4.0

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
-name:               mime-version:            0.4.0-synopsis:           Working with MIME types.-description:        Working with MIME types.-category:           Codec-license:            BSD3-license-file:       LICENSE-author:             Sigbjorn Finne, Galois, Inc.-maintainer:         Sigbjorn Finne <sigbjorn.finne@gmail.com>-Copyright:          (c) 2006-2009 Galois Inc.-cabal-version:      >= 1.6-build-type:         Simple-homepage:           https://github.com/GaloisInc/mime-Extra-Source-Files: CHANGES--library-  build-depends:    base >= 4 && < 5-                    , text >= 0.9--  exposed-modules: Codec.MIME.Type-                   Codec.MIME.Parse-                   Codec.MIME.Utils-                   Codec.MIME.Base64-                   Codec.MIME.Decode-                   Codec.MIME.QuotedPrintable-  ghc-options:     -Wall--source-repository head-  type:     git-  location: git://github.com/GaloisInc/mime.git+name:               mime
+version:            0.4.0
+x-revision: 1
+synopsis:           Working with MIME types.
+description:        Working with MIME types.
+category:           Codec
+license:            BSD3
+license-file:       LICENSE
+author:             Sigbjorn Finne, Galois, Inc.
+maintainer:         Sigbjorn Finne <sigbjorn.finne@gmail.com>
+Copyright:          (c) 2006-2009 Galois Inc.
+cabal-version:      >= 1.6
+build-type:         Simple
+homepage:           https://github.com/GaloisInc/mime
+Extra-Source-Files: CHANGES
+
+library
+  build-depends:    base >= 4.5 && < 4.8, text >= 0.9 && < 1.3
+
+  exposed-modules: Codec.MIME.Type
+                   Codec.MIME.Parse
+                   Codec.MIME.Utils
+                   Codec.MIME.Base64
+                   Codec.MIME.Decode
+                   Codec.MIME.QuotedPrintable
+  ghc-options:     -Wall
+
+source-repository head
+  type:     git
+  location: git://github.com/GaloisInc/mime.git