summaryrefslogtreecommitdiffstats
path: root/mime.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'mime.cabal')
-rw-r--r--mime.cabal9
1 files changed, 7 insertions, 2 deletions
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 <sigbjorn.finne@gmail.com>
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