diff options
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 32 |
1 files changed, 26 insertions, 6 deletions
diff --git a/devel/Makefile b/devel/Makefile index 7b15bb051894..2b9280b82f26 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -758,7 +758,6 @@ SUBDIR += hs-HUnit SUBDIR += hs-IfElse SUBDIR += hs-List - SUBDIR += hs-MaybeT SUBDIR += hs-MemoTrie SUBDIR += hs-MissingH SUBDIR += hs-MonadCatchIO-mtl @@ -771,6 +770,7 @@ SUBDIR += hs-STMonadTrans SUBDIR += hs-SafeSemaphore SUBDIR += hs-ShellCheck + SUBDIR += hs-StateVar SUBDIR += hs-Stream SUBDIR += hs-TypeCompose SUBDIR += hs-abstract-deque @@ -787,6 +787,7 @@ SUBDIR += hs-async SUBDIR += hs-atomic-primops SUBDIR += hs-auto-update + SUBDIR += hs-base-orphans SUBDIR += hs-base-unicode-symbols SUBDIR += hs-base16-bytestring SUBDIR += hs-base64-bytestring @@ -802,6 +803,7 @@ SUBDIR += hs-byteable SUBDIR += hs-byteorder SUBDIR += hs-bytestring-lexing + SUBDIR += hs-bytestring-mmap SUBDIR += hs-bytestring-nums SUBDIR += hs-bytestring-show SUBDIR += hs-c2hs @@ -816,6 +818,7 @@ SUBDIR += hs-conduit-combinators SUBDIR += hs-conduit-extra SUBDIR += hs-configurator + SUBDIR += hs-constraints SUBDIR += hs-convertible SUBDIR += hs-cpphs SUBDIR += hs-darcs @@ -826,6 +829,7 @@ SUBDIR += hs-data-default-instances-dlist SUBDIR += hs-data-default-instances-old-locale SUBDIR += hs-data-hash + SUBDIR += hs-data-ordlist SUBDIR += hs-data-pprint SUBDIR += hs-date-cache SUBDIR += hs-datetime @@ -833,6 +837,7 @@ SUBDIR += hs-directory-tree SUBDIR += hs-dlist SUBDIR += hs-dlist-instances + SUBDIR += hs-easy-file SUBDIR += hs-edit-distance SUBDIR += hs-either SUBDIR += hs-enclosed-exceptions @@ -841,6 +846,7 @@ SUBDIR += hs-errors SUBDIR += hs-exceptions SUBDIR += hs-extensible-exceptions + SUBDIR += hs-extra SUBDIR += hs-fast-logger SUBDIR += hs-fgl SUBDIR += hs-file-embed @@ -850,35 +856,41 @@ SUBDIR += hs-fsnotify SUBDIR += hs-gconf SUBDIR += hs-generic-deriving - SUBDIR += hs-geniplate + SUBDIR += hs-geniplate-mirror SUBDIR += hs-ghc-events SUBDIR += hs-ghc-mtl SUBDIR += hs-ghc-paths SUBDIR += hs-gio SUBDIR += hs-git-annex - SUBDIR += hs-glade SUBDIR += hs-glib SUBDIR += hs-gtk2hs-buildtools SUBDIR += hs-haddock + SUBDIR += hs-haddock-api SUBDIR += hs-haddock-library SUBDIR += hs-happy SUBDIR += hs-hashable SUBDIR += hs-hashed-storage SUBDIR += hs-hashtables - SUBDIR += hs-haskell-platform SUBDIR += hs-haskell-src SUBDIR += hs-haskell-src-exts SUBDIR += hs-hasktags SUBDIR += hs-hastache + SUBDIR += hs-hex SUBDIR += hs-hinotify SUBDIR += hs-hint SUBDIR += hs-hlibev SUBDIR += hs-hlint SUBDIR += hs-hoogle + SUBDIR += hs-hourglass + SUBDIR += hs-hsb2hs SUBDIR += hs-hslogger SUBDIR += hs-hslua SUBDIR += hs-hspec + SUBDIR += hs-hspec-core + SUBDIR += hs-hspec-discover SUBDIR += hs-hspec-expectations + SUBDIR += hs-js-flot + SUBDIR += hs-js-jquery SUBDIR += hs-keys SUBDIR += hs-kqueue SUBDIR += hs-language-c @@ -886,8 +898,11 @@ SUBDIR += hs-largeword SUBDIR += hs-lazysmallcheck SUBDIR += hs-lens + SUBDIR += hs-lifted-async SUBDIR += hs-lifted-base SUBDIR += hs-logict + SUBDIR += hs-map-syntax + SUBDIR += hs-memory SUBDIR += hs-mmap SUBDIR += hs-mmorph SUBDIR += hs-monad-control @@ -900,17 +915,21 @@ SUBDIR += hs-mtl SUBDIR += hs-mueval SUBDIR += hs-murmur-hash + SUBDIR += hs-mutable-containers + SUBDIR += hs-newtype + SUBDIR += hs-old-locale + SUBDIR += hs-old-time SUBDIR += hs-optparse-applicative SUBDIR += hs-parallel SUBDIR += hs-pcre-light SUBDIR += hs-prelude-extras + SUBDIR += hs-preprocessor-tools SUBDIR += hs-prettyclass SUBDIR += hs-primitive SUBDIR += hs-profunctors SUBDIR += hs-project-template SUBDIR += hs-quickcheck-io SUBDIR += hs-random - SUBDIR += hs-ranges SUBDIR += hs-readline SUBDIR += hs-reflection SUBDIR += hs-resource-pool @@ -939,13 +958,13 @@ SUBDIR += hs-test-framework SUBDIR += hs-test-framework-hunit SUBDIR += hs-test-framework-quickcheck2 - SUBDIR += hs-testpack SUBDIR += hs-text SUBDIR += hs-text-icu SUBDIR += hs-tf-random SUBDIR += hs-threads SUBDIR += hs-threadscope SUBDIR += hs-time-compat + SUBDIR += hs-time-locale-compat SUBDIR += hs-timezone-olson SUBDIR += hs-timezone-series SUBDIR += hs-transformers-base @@ -962,6 +981,7 @@ SUBDIR += hs-uuagc-bootstrap SUBDIR += hs-uuagc-cabal SUBDIR += hs-uuid + SUBDIR += hs-uuid-types SUBDIR += hs-uulib SUBDIR += hs-vault SUBDIR += hs-vector |