diff options
author | pgj <pgj@FreeBSD.org> | 2011-08-14 19:27:44 +0800 |
---|---|---|
committer | pgj <pgj@FreeBSD.org> | 2011-08-14 19:27:44 +0800 |
commit | 6a15b726b129ed1d6455a2f13b682229fcad5bbc (patch) | |
tree | 40ff0cc53f1d131da1db36d84d223fad1267552f /math/Makefile | |
parent | 67f7721f9d748b26c0e47fd7c99dab939940db60 (diff) | |
download | freebsd-ports-gnome-6a15b726b129ed1d6455a2f13b682229fcad5bbc.tar.gz freebsd-ports-gnome-6a15b726b129ed1d6455a2f13b682229fcad5bbc.tar.zst freebsd-ports-gnome-6a15b726b129ed1d6455a2f13b682229fcad5bbc.zip |
Haskell 98 comonads.
WWW: http://github.com/ekmett/comonad/
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 7e85349e2211..1d5bf16027f0 100644 --- a/math/Makefile +++ b/math/Makefile @@ -125,6 +125,7 @@ SUBDIR += hs-Agda-executable SUBDIR += hs-categories SUBDIR += hs-category-extras + SUBDIR += hs-comonad SUBDIR += hs-erf SUBDIR += hs-mwc-random SUBDIR += hs-probability |