diff options
author | Ian Lynagh <ian@well-typed.com> | 2013-02-08 22:01:03 +0000 |
---|---|---|
committer | Ian Lynagh <ian@well-typed.com> | 2013-02-08 22:07:20 +0000 |
commit | f52b4ad90f940bdb1e8719fbbc395450d2131a8a (patch) | |
tree | 90e145e103bedb62e9690a058029ad048711cef2 /compiler/ghc.cabal.in | |
parent | fa8686331d30d7b41f9fc8654e7271819fa14a86 (diff) | |
download | haskell-f52b4ad90f940bdb1e8719fbbc395450d2131a8a.tar.gz |
Split the PlatformConstants type off into its own module
Diffstat (limited to 'compiler/ghc.cabal.in')
-rw-r--r-- | compiler/ghc.cabal.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/ghc.cabal.in b/compiler/ghc.cabal.in index e5d9fd9c43..a69e25eb7a 100644 --- a/compiler/ghc.cabal.in +++ b/compiler/ghc.cabal.in @@ -289,6 +289,7 @@ Library InteractiveEval PackageConfig Packages + PlatformConstants PprTyThing StaticFlags SysTools |