diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2014-08-10 22:34:50 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2014-08-10 22:34:50 +0000 |
commit | cc555442337c7591ab5c3fd19ad8e3e185a256b0 (patch) | |
tree | a6a0dfa4f440949889fc7b609c83f74555f6894e /devel/hs-monads-tf | |
parent | 5e492199d1e024a681c6d21087c8d948cb3b7bc3 (diff) |
Notes
Diffstat (limited to 'devel/hs-monads-tf')
-rw-r--r-- | devel/hs-monads-tf/Makefile | 13 | ||||
-rw-r--r-- | devel/hs-monads-tf/distinfo | 2 | ||||
-rw-r--r-- | devel/hs-monads-tf/pkg-descr | 4 |
3 files changed, 19 insertions, 0 deletions
diff --git a/devel/hs-monads-tf/Makefile b/devel/hs-monads-tf/Makefile new file mode 100644 index 000000000000..790b1bd7173e --- /dev/null +++ b/devel/hs-monads-tf/Makefile @@ -0,0 +1,13 @@ +# $FreeBSD$ + +PORTNAME= monads-tf +PORTVERSION= 0.1.0.2 +CATEGORIES= devel haskell + +MAINTAINER= haskell@FreeBSD.org +COMMENT= Monad classes, using type families + +LICENSE= BSD3CLAUSE + +.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" +.include <bsd.port.mk> diff --git a/devel/hs-monads-tf/distinfo b/devel/hs-monads-tf/distinfo new file mode 100644 index 000000000000..300f91bf0a28 --- /dev/null +++ b/devel/hs-monads-tf/distinfo @@ -0,0 +1,2 @@ +SHA256 (cabal/monads-tf-0.1.0.2.tar.gz) = cb6f495443f526b00b3d06535aa29e393473244acd410cba1b898eeaa8f8077c +SIZE (cabal/monads-tf-0.1.0.2.tar.gz) = 14206 diff --git a/devel/hs-monads-tf/pkg-descr b/devel/hs-monads-tf/pkg-descr new file mode 100644 index 000000000000..0895946eb198 --- /dev/null +++ b/devel/hs-monads-tf/pkg-descr @@ -0,0 +1,4 @@ +Monad classes using type families, with instances for various monad +transformers. + +WWW: http://hackage.haskell.org/package/monads-tf |