- Update to 0.8.1.1

- Use the new options framework

Obtained from:	FreeBSD Haskell
This commit is contained in:
Gabor Pali 2012-08-03 03:18:49 +00:00
parent 91a0d6a33f
commit 7d1a98a679
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=301918
3 changed files with 3 additions and 16 deletions

View file

@ -6,7 +6,7 @@
#
PORTNAME= heist
PORTVERSION= 0.8.0
PORTVERSION= 0.8.1.1
CATEGORIES= www haskell
MAINTAINER= haskell@FreeBSD.org

View file

@ -1,2 +1,2 @@
SHA256 (cabal/heist-0.8.0.tar.gz) = d5ebe258fc9102a3f997f54c06f273cde4890a9f16f3bd737f6184bf6a05343c
SIZE (cabal/heist-0.8.0.tar.gz) = 38261
SHA256 (cabal/heist-0.8.1.1.tar.gz) = 903a3be01427f915b86af3b0863abfd7ab703852005bd15b60d7a9a97f34a529
SIZE (cabal/heist-0.8.1.1.tar.gz) = 38515

View file

@ -1,13 +0,0 @@
--- ./heist.cabal.orig 2012-03-16 19:55:22.000000000 +0100
+++ ./heist.cabal 2012-05-12 22:49:58.000000000 +0200
@@ -94,8 +94,8 @@
directory,
directory-tree,
filepath,
- MonadCatchIO-transformers >= 0.2.1 && < 0.3,
- mtl >= 2.0 && < 2.1,
+ MonadCatchIO-transformers >= 0.2.1 && < 0.4,
+ mtl >= 2.0 && < 2.2,
process,
random,
text >= 0.10 && < 0.12,