summaryrefslogtreecommitdiff
path: root/libraries/ghc-prim/ghc-prim.cabal
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2008-08-04 15:55:00 +0000
committerIan Lynagh <igloo@earth.li>2008-08-04 15:55:00 +0000
commit4cf0bb2b9cb6192a212ab74aba3513ba289a47d9 (patch)
treeb0270251cdf889f72c2a018390504831e06a3710 /libraries/ghc-prim/ghc-prim.cabal
parentf64ea4acd4d734b06d2d344116946df03a505273 (diff)
downloadhaskell-4cf0bb2b9cb6192a212ab74aba3513ba289a47d9.tar.gz
Tuple datatypes are now in GHC.Tuple (they were in base:Data.Tuple before)
Diffstat (limited to 'libraries/ghc-prim/ghc-prim.cabal')
-rw-r--r--libraries/ghc-prim/ghc-prim.cabal1
1 files changed, 1 insertions, 0 deletions
diff --git a/libraries/ghc-prim/ghc-prim.cabal b/libraries/ghc-prim/ghc-prim.cabal
index 098359856e..0ef7a174e1 100644
--- a/libraries/ghc-prim/ghc-prim.cabal
+++ b/libraries/ghc-prim/ghc-prim.cabal
@@ -17,6 +17,7 @@ Library {
GHC.PrimopWrappers
GHC.IntWord32
GHC.IntWord64
+ GHC.Tuple
GHC.Unit
c-sources:
cbits/longlong.c