diff options
author | Jose Pedro Magalhaes <jpm@cs.uu.nl> | 2011-05-03 11:49:11 +0200 |
---|---|---|
committer | Jose Pedro Magalhaes <jpm@cs.uu.nl> | 2011-05-03 11:49:11 +0200 |
commit | 89e8676f389c87902866581b43ba88031fb8e49c (patch) | |
tree | 005f55baef96d8d7f2cfae53b4b87c8f6c7d1287 /libraries/ghc-prim/ghc-prim.cabal | |
parent | 2f8e09947ab033ab77fdae70c1cab51c76d284de (diff) | |
download | haskell-89e8676f389c87902866581b43ba88031fb8e49c.tar.gz |
Add new module GHC.CString with functions relating to CString (moved from GHC.Base). Updated the base type modules so that the Generics flag is on (the CString functions are required because the generic representation uses strings).
Diffstat (limited to 'libraries/ghc-prim/ghc-prim.cabal')
-rw-r--r-- | libraries/ghc-prim/ghc-prim.cabal | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libraries/ghc-prim/ghc-prim.cabal b/libraries/ghc-prim/ghc-prim.cabal index 04e45cd311..b092806a02 100644 --- a/libraries/ghc-prim/ghc-prim.cabal +++ b/libraries/ghc-prim/ghc-prim.cabal @@ -32,6 +32,7 @@ Library { GHC.Tuple GHC.Types GHC.Unit + GHC.CString if flag(include-ghc-prim) { exposed-modules: GHC.Prim |