diff options
Diffstat (limited to 'devel/hs-unexceptionalio/Makefile')
-rw-r--r-- | devel/hs-unexceptionalio/Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/devel/hs-unexceptionalio/Makefile b/devel/hs-unexceptionalio/Makefile new file mode 100644 index 000000000000..478caf7e2844 --- /dev/null +++ b/devel/hs-unexceptionalio/Makefile @@ -0,0 +1,13 @@ +# $FreeBSD$ + +PORTNAME= unexceptionalio +PORTVERSION= 0.3.0 +CATEGORIES= devel haskell + +MAINTAINER= haskell@FreeBSD.org +COMMENT= IO without any non-error, synchronous exceptions + +LICENSE= BSD3CLAUSE + +.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" +.include <bsd.port.mk> |