diff options
author | szptvlfn <szptvlfn@pkgsrc.org> | 2014-05-25 21:58:39 +0000 |
---|---|---|
committer | szptvlfn <szptvlfn@pkgsrc.org> | 2014-05-25 21:58:39 +0000 |
commit | 37b8ba43e86b7f014eb5bfa665eb6609a8b7bb8f (patch) | |
tree | ddbda832949366e2893ac02c068340c53bb46b2b | |
parent | 75682aa3d0d776563aad86a58d10ef8e2178abbc (diff) | |
download | pkgsrc-37b8ba43e86b7f014eb5bfa665eb6609a8b7bb8f.tar.gz |
+ hs-hashable, hs-primitive, hs-stm
-rw-r--r-- | devel/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/Makefile b/devel/Makefile index e08e858acd2..e976690f35d 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1917 2014/05/24 22:03:40 szptvlfn Exp $ +# $NetBSD: Makefile,v 1.1918 2014/05/25 21:58:39 szptvlfn Exp $ # COMMENT= Development utilities @@ -305,8 +305,11 @@ SUBDIR+= hs-dlist SUBDIR+= hs-exceptions SUBDIR+= hs-extensible-exceptions SUBDIR+= hs-ghc-paths +SUBDIR+= hs-hashable SUBDIR+= hs-mtl +SUBDIR+= hs-primitive SUBDIR+= hs-random +SUBDIR+= hs-stm SUBDIR+= hs-syb SUBDIR+= hs-tagged SUBDIR+= hs-text |