aboutsummaryrefslogtreecommitdiff
path: root/devel/hs-git-annex/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/hs-git-annex/Makefile')
-rw-r--r--devel/hs-git-annex/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/devel/hs-git-annex/Makefile b/devel/hs-git-annex/Makefile
index 0e86c34eb3ed..933c56b2a14a 100644
--- a/devel/hs-git-annex/Makefile
+++ b/devel/hs-git-annex/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= git-annex
-PORTVERSION= 3.20110707
-PORTREVISION= 1
+PORTVERSION= 3.20120123
CATEGORIES= devel haskell
MAINTAINER= frase@frase.id.au
@@ -16,10 +15,12 @@ COMMENT= Manage files with git, without checking their contents into git
LICENSE= GPLv3
FILE_LICENSE= GPL
-USE_CABAL= dataenc hS3 hslogger HTTP MissingH mtl network pcre-light \
- SHA utf8-string
CABAL_SETUP= Setup.hs
+USE_CABAL= dataenc hS3 hslogger HTTP json lifted-base MissingH \
+ monad-control mtl network pcre-light QuickCheck>=2.1 \
+ SHA transformers-base utf8-string
+
USE_GMAKE= yes
USE_PERL5_BUILD= yes