[commit: ghc] ghc-lwc2: Updated cabal version (8e97e68)
Ian Lynagh
igloo at earth.li
Thu Feb 28 15:19:29 CET 2013
Repository : http://darcs.haskell.org/ghc.git/
On branch : ghc-lwc2
http://hackage.haskell.org/trac/ghc/changeset/8e97e68f02eadc1c313647209dee5c89b45aa326
>---------------------------------------------------------------
commit 8e97e68f02eadc1c313647209dee5c89b45aa326
Author: KC Sivaramakrishnan <chandras at cs.purdue.edu>
Date: Fri Feb 22 10:00:41 2013 -0500
Updated cabal version
>---------------------------------------------------------------
includes/rts/Threads.h | 2 --
libraries/Cabal | 2 +-
libraries/base/base.cabal | 2 +-
3 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/includes/rts/Threads.h b/includes/rts/Threads.h
index fddaebe..56a78ce 100644
--- a/includes/rts/Threads.h
+++ b/includes/rts/Threads.h
@@ -37,8 +37,6 @@ StgTSO *createIOThread (Capability *cap, W_ stack_size,
StgClosure *closure);
StgTSO *createStrictIOThread (Capability *cap, W_ stack_size,
StgClosure *closure);
-StgTSO *createStrictIOThread (Capability *cap, nat stack_size,
- StgClosure *closure);
void setOwningCapability (Capability* cap, StgTSO* tso, nat target);
diff --git a/libraries/Cabal b/libraries/Cabal
index e168baa..4b43bd9 160000
--- a/libraries/Cabal
+++ b/libraries/Cabal
@@ -1 +1 @@
-Subproject commit e168baae424a6d4e8b138021b90743b5e7728a80
+Subproject commit 4b43bd95753e5f3e29d7bfbe6bba8477715ac296
diff --git a/libraries/base/base.cabal b/libraries/base/base.cabal
index 6186537..e310615 100644
--- a/libraries/base/base.cabal
+++ b/libraries/base/base.cabal
@@ -189,7 +189,7 @@ Library {
Foreign.Safe,
Foreign.StablePtr,
Foreign.Storable,
- LwConc.Substrate,
+ LwConc.Substrate,
Numeric,
Prelude,
System.Console.GetOpt
More information about the ghc-commits
mailing list