aboutsummaryrefslogtreecommitdiff
path: root/devel/hs-errors
diff options
context:
space:
mode:
authorGabor Pali <pgj@FreeBSD.org>2013-02-05 22:26:31 +0000
committerGabor Pali <pgj@FreeBSD.org>2013-02-05 22:26:31 +0000
commitc731105b7f8e403a3db33599a7d7f1ce9257f375 (patch)
tree23d3f49a5183d8fbc5324dad9a1ae399f457b1d7 /devel/hs-errors
parent32ca3ee61e3889801319024959589312eb652bfa (diff)
downloadports-c731105b7f8e403a3db33599a7d7f1ce9257f375.tar.gz
ports-c731105b7f8e403a3db33599a7d7f1ce9257f375.zip
Notes
Diffstat (limited to 'devel/hs-errors')
-rw-r--r--devel/hs-errors/Makefile17
-rw-r--r--devel/hs-errors/distinfo2
-rw-r--r--devel/hs-errors/pkg-descr5
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