diff options
author | pgj <pgj@FreeBSD.org> | 2012-02-19 05:27:14 +0800 |
---|---|---|
committer | pgj <pgj@FreeBSD.org> | 2012-02-19 05:27:14 +0800 |
commit | e6927a78101ec1dc5e73a107b73bc5709c557728 (patch) | |
tree | a21741e0f4728b7b0b423f3979a864f432895c25 /devel/Makefile | |
parent | a29c81117653270041d9b61f3fa8ad15222c0842 (diff) | |
download | freebsd-ports-gnome-e6927a78101ec1dc5e73a107b73bc5709c557728.tar.gz freebsd-ports-gnome-e6927a78101ec1dc5e73a107b73bc5709c557728.tar.zst freebsd-ports-gnome-e6927a78101ec1dc5e73a107b73bc5709c557728.zip |
This package provides strict versions of some standard Haskell data
types (pairs, Maybe and Either). It also contains strict IO operations.
WWW: http://www.cse.unsw.edu.au/~rl/code/strict.html
Obtained from: FreeBSD Haskell
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 48ae270de3ff..af9211468868 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -675,6 +675,7 @@ SUBDIR += hs-smallcheck SUBDIR += hs-split SUBDIR += hs-stm + SUBDIR += hs-strict SUBDIR += hs-syb SUBDIR += hs-syb-with-class SUBDIR += hs-syb-with-class-instances-text |