diff options
Diffstat (limited to 'devel/hs-errors')
-rw-r--r-- | devel/hs-errors/Makefile | 17 | ||||
-rw-r--r-- | devel/hs-errors/distinfo | 2 | ||||
-rw-r--r-- | devel/hs-errors/pkg-descr | 5 |
3 files changed, 24 insertions, 0 deletions
diff --git a/devel/hs-errors/Makefile b/devel/hs-errors/Makefile new file mode 100644 index 000000000000..dc7bbbfc3038 --- /dev/null +++ b/devel/hs-errors/Makefile @@ -0,0 +1,17 @@ +# $FreeBSD$ + +PORTNAME= errors +PORTVERSION= 1.3.1 +CATEGORIES= devel haskell + +MAINTAINER= haskell@FreeBSD.org +COMMENT= Simplified error-handling + +LICENSE= BSD + +CABAL_SETUP= Setup.hs + +USE_CABAL= either>=3.0.1 safe>=0.3.3 transformers>=0.2 + +.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" +.include <bsd.port.mk> diff --git a/devel/hs-errors/distinfo b/devel/hs-errors/distinfo new file mode 100644 index 000000000000..cbe7b6512aef --- /dev/null +++ b/devel/hs-errors/distinfo @@ -0,0 +1,2 @@ +SHA256 (cabal/errors-1.3.1.tar.gz) = 33babc5bee751efd9f426ef410fbe1dbc031ddd56538e5e55ec28c1fe7b5d76d +SIZE (cabal/errors-1.3.1.tar.gz) = 6048 diff --git a/devel/hs-errors/pkg-descr b/devel/hs-errors/pkg-descr new file mode 100644 index 000000000000..58c6980880f5 --- /dev/null +++ b/devel/hs-errors/pkg-descr @@ -0,0 +1,5 @@ +The one-stop shop for all your error-handling needs! Just import +"Control.Error". This library encourages an error-handling style that directly +uses the type system, rather than out-of-band exceptions. + +WWW: http://hackage.haskell.org/package/errors |