diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2012-02-13 03:58:47 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2012-02-13 03:58:47 +0000 |
commit | 1a2291a4cffbaf1b2d85513c130ee0b842acd209 (patch) | |
tree | 4d3b3b49b22e9f05685a59c1d10f5613e3469ebc | |
parent | 5d9f49026fbc2e2d40dfadc77b4bb520ea29522f (diff) |
Notes
-rw-r--r-- | archivers/Makefile | 2 | ||||
-rw-r--r-- | devel/Makefile | 9 | ||||
-rw-r--r-- | lang/Makefile | 1 | ||||
-rw-r--r-- | math/Makefile | 3 | ||||
-rw-r--r-- | security/Makefile | 9 |
5 files changed, 24 insertions, 0 deletions
diff --git a/archivers/Makefile b/archivers/Makefile index 809a67005d05..d99aadc79943 100644 --- a/archivers/Makefile +++ b/archivers/Makefile @@ -41,6 +41,8 @@ SUBDIR += hs-tar SUBDIR += hs-zip-archive SUBDIR += hs-zlib + SUBDIR += hs-zlib-bindings + SUBDIR += hs-zlib-enum SUBDIR += javatar SUBDIR += jzip.org SUBDIR += jzlib diff --git a/devel/Makefile b/devel/Makefile index fd7c63a87777..8a6c5ab2ca96 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -585,6 +585,7 @@ SUBDIR += hs-ansi-terminal SUBDIR += hs-ansi-wl-pprint SUBDIR += hs-arrows + SUBDIR += hs-base16-bytestring SUBDIR += hs-base64-bytestring SUBDIR += hs-binary SUBDIR += hs-blaze-builder @@ -597,6 +598,7 @@ SUBDIR += hs-cereal SUBDIR += hs-checkers SUBDIR += hs-cmdargs + SUBDIR += hs-configurator SUBDIR += hs-convertible SUBDIR += hs-cpphs SUBDIR += hs-darcs @@ -623,10 +625,12 @@ SUBDIR += hs-happy SUBDIR += hs-hashable SUBDIR += hs-hashed-storage + SUBDIR += hs-hashtables SUBDIR += hs-haskeline SUBDIR += hs-haskell-platform SUBDIR += hs-haskell-src SUBDIR += hs-haskell-src-exts + SUBDIR += hs-hastache SUBDIR += hs-hat SUBDIR += hs-hdoc SUBDIR += hs-hint @@ -636,7 +640,9 @@ SUBDIR += hs-hslogger SUBDIR += hs-idoc SUBDIR += hs-language-c + SUBDIR += hs-largeword SUBDIR += hs-lazysmallcheck + SUBDIR += hs-logict SUBDIR += hs-mmap SUBDIR += hs-monad-par SUBDIR += hs-mtl @@ -654,6 +660,7 @@ SUBDIR += hs-split SUBDIR += hs-stm SUBDIR += hs-syb + SUBDIR += hs-tagged SUBDIR += hs-terminfo SUBDIR += hs-test-framework SUBDIR += hs-test-framework-hunit @@ -669,6 +676,8 @@ SUBDIR += hs-utf8-string SUBDIR += hs-utility-ht SUBDIR += hs-uuagc + SUBDIR += hs-uuagc-bootstrap + SUBDIR += hs-uuagc-cabal SUBDIR += hs-uulib SUBDIR += hs-vector SUBDIR += hs-vector-algorithms diff --git a/lang/Makefile b/lang/Makefile index b3a333f0ecd3..724373fbc9c0 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -116,6 +116,7 @@ SUBDIR += hla SUBDIR += hope SUBDIR += hs-brainfuck + SUBDIR += hs-epic SUBDIR += hs-unlambda SUBDIR += huc SUBDIR += hugs diff --git a/math/Makefile b/math/Makefile index 906fef4e5d2e..a84eec3af590 100644 --- a/math/Makefile +++ b/math/Makefile @@ -141,10 +141,13 @@ SUBDIR += guppi SUBDIR += hs-Agda SUBDIR += hs-Agda-executable + SUBDIR += hs-NumInstances SUBDIR += hs-categories SUBDIR += hs-comonad SUBDIR += hs-comonad-transformers SUBDIR += hs-contravariant + SUBDIR += hs-data-lens + SUBDIR += hs-data-lens-template SUBDIR += hs-distributive SUBDIR += hs-erf SUBDIR += hs-math-functions diff --git a/security/Makefile b/security/Makefile index 2cb2a2d9c4f7..1df8401cd0be 100644 --- a/security/Makefile +++ b/security/Makefile @@ -186,7 +186,16 @@ SUBDIR += hotssh SUBDIR += hs-Crypto SUBDIR += hs-SHA + SUBDIR += hs-clientsession + SUBDIR += hs-cprng-aes + SUBDIR += hs-crypto-api + SUBDIR += hs-crypto-pubkey-types + SUBDIR += hs-cryptocipher + SUBDIR += hs-cryptohash SUBDIR += hs-digest + SUBDIR += hs-entropy + SUBDIR += hs-pwstore-fast + SUBDIR += hs-skein SUBDIR += httprint SUBDIR += hunch SUBDIR += hydra |