diff options
author | Ian Lynagh <ian@well-typed.com> | 2013-05-17 16:50:08 +0100 |
---|---|---|
committer | Ian Lynagh <ian@well-typed.com> | 2013-05-17 16:50:08 +0100 |
commit | a08759d165ca1a0cfe9ada26f6ea6b9a38ad8853 (patch) | |
tree | 2043ea39590b0780e4e9443be680108b3bc325f5 /compiler/ghc.cabal.in | |
parent | 8ed0bdab7e69bfec14b1de2d662349626f587119 (diff) | |
download | haskell-a08759d165ca1a0cfe9ada26f6ea6b9a38ad8853.tar.gz |
Move the genSym stuff from rts into compiler
It's no longer used by Data.Unique, so there's no need to have it
in rts any more.
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 7ce0a52fa1..90a241f8d4 100644 --- a/compiler/ghc.cabal.in +++ b/compiler/ghc.cabal.in @@ -99,6 +99,7 @@ Library c-sources: ghci/keepCAFsForGHCi.c + cbits/genSym.c hs-source-dirs: basicTypes |