diff options
Diffstat (limited to 'devel/hs-exceptions')
-rw-r--r-- | devel/hs-exceptions/Makefile | 4 | ||||
-rw-r--r-- | devel/hs-exceptions/distinfo | 5 |
2 files changed, 5 insertions, 4 deletions
diff --git a/devel/hs-exceptions/Makefile b/devel/hs-exceptions/Makefile index 383bf7f826b3..04af10620e39 100644 --- a/devel/hs-exceptions/Makefile +++ b/devel/hs-exceptions/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= exceptions -PORTVERSION= 0.8.0.2 +PORTVERSION= 0.8.3 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org @@ -9,7 +9,7 @@ COMMENT= Extensible optionally-pure exceptions LICENSE= BSD3CLAUSE -USE_CABAL= mtl>=2.0 stm>=2.2 transformers-compat>=0.3 +USE_CABAL= mtl stm transformers-compat .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> diff --git a/devel/hs-exceptions/distinfo b/devel/hs-exceptions/distinfo index 7e311699bb69..da74124de563 100644 --- a/devel/hs-exceptions/distinfo +++ b/devel/hs-exceptions/distinfo @@ -1,2 +1,3 @@ -SHA256 (cabal/exceptions-0.8.0.2.tar.gz) = 070a3e0d1495243770fb3a629d5187ce898f069cb3621c5f7c610ae264982bf4 -SIZE (cabal/exceptions-0.8.0.2.tar.gz) = 12241 +TIMESTAMP = 1499444351 +SHA256 (cabal/exceptions-0.8.3.tar.gz) = 4d6ad97e8e3d5dc6ce9ae68a469dc2fd3f66e9d312bc6faa7ab162eddcef87be +SIZE (cabal/exceptions-0.8.3.tar.gz) = 12986 |