- Update to 0.3.3.2

- Use the new options framework

Obtained from:	FreeBSD Haskell
This commit is contained in:
Gabor Pali 2012-08-03 03:03:06 +00:00
parent 1b4d4b7494
commit 0f2af3e9a7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=301901
3 changed files with 6 additions and 7 deletions

View file

@ -6,12 +6,11 @@
#
PORTNAME= mime
PORTVERSION= 0.3.3
PORTREVISION= 1
PORTVERSION= 0.3.3.2
CATEGORIES= mail haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Haskell library for working with MIME types
COMMENT= Working with MIME types
LICENSE= BSD

View file

@ -1,2 +1,2 @@
SHA256 (cabal/mime-0.3.3.tar.gz) = 64997d5e13afc7e9b46c9b940ff7623ec24def897bd0748d5592e5e2cd27ffd2
SIZE (cabal/mime-0.3.3.tar.gz) = 8747
SHA256 (cabal/mime-0.3.3.2.tar.gz) = 7672ef547792f2314a5b28aa57f9793abc474257779a2fcc70c1d00d05f84164
SIZE (cabal/mime-0.3.3.2.tar.gz) = 8828

View file

@ -1,3 +1,3 @@
This package contains a Haskell library for working with MIME types.
Working with MIME types.
WWW: http://hackage.haskell.org/package/mime
WWW: http://github.com/GaloisInc/mime