diff options
Diffstat (limited to 'devel/hs-cabal-install/Makefile')
-rw-r--r-- | devel/hs-cabal-install/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/devel/hs-cabal-install/Makefile b/devel/hs-cabal-install/Makefile index 4b181195025b..3d9a58654b59 100644 --- a/devel/hs-cabal-install/Makefile +++ b/devel/hs-cabal-install/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cabal-install -PORTVERSION= 1.22.6.0 +PORTVERSION= 1.24.0.2 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org @@ -9,8 +9,9 @@ COMMENT= Command-line interface for Cabal and Hackage LICENSE= BSD3CLAUSE -USE_CABAL= HTTP>=4000.2.5 mtl>=2.0 network>=2.6 network-uri>=2.6 \ - random>=1 stm>=2.0 zlib>=0.5.3 +USE_CABAL= async base16-bytestring cryptohash-sha256 hackage-security \ + hashable HTTP mtl network network-uri old-time random stm \ + tar zlib STANDALONE= yes EXECUTABLE= cabal |