diff options
author | pgj <pgj@FreeBSD.org> | 2011-08-14 19:32:23 +0800 |
---|---|---|
committer | pgj <pgj@FreeBSD.org> | 2011-08-14 19:32:23 +0800 |
commit | ac3a1790529229f7238fdd7e03f295d9f2bac1e6 (patch) | |
tree | c0185651286aa670876631e83c2272619d4798dd /math/Makefile | |
parent | e3900e8652da94ebd03459e792d7785fbada70c9 (diff) | |
download | freebsd-ports-gnome-ac3a1790529229f7238fdd7e03f295d9f2bac1e6.tar.gz freebsd-ports-gnome-ac3a1790529229f7238fdd7e03f295d9f2bac1e6.tar.zst freebsd-ports-gnome-ac3a1790529229f7238fdd7e03f295d9f2bac1e6.zip |
Haskell 98 distributive functors -- dual to Traversable.
WWW: http://github.com/ekmett/distributive/
Obtained from: FreeBSD Haskell
Diffstat (limited to 'math/Makefile')
-rw-r--r-- | math/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index 41a0f8c0c3cc..aec8e08d0c0c 100644 --- a/math/Makefile +++ b/math/Makefile @@ -127,6 +127,7 @@ SUBDIR += hs-category-extras SUBDIR += hs-comonad SUBDIR += hs-contravariant + SUBDIR += hs-distributive SUBDIR += hs-erf SUBDIR += hs-mwc-random SUBDIR += hs-probability |