ghc-prim.git
15 years agoFix compilation of Setup.hs with GHC 6.9 6_10_branch_has_been_forked
Ian Lynagh [Tue, 16 Sep 2008 22:01:52 +0000 (22:01 +0000)]
Fix compilation of Setup.hs with GHC 6.9

15 years agoIn Setup, tell haddock about GHC.Prim
Ian Lynagh [Fri, 5 Sep 2008 12:16:54 +0000 (12:16 +0000)]
In Setup, tell haddock about GHC.Prim

15 years agoHelp haddock find ghc-prim's types by explicitly exporting them
Ian Lynagh [Wed, 3 Sep 2008 13:09:27 +0000 (13:09 +0000)]
Help haddock find ghc-prim's types by explicitly exporting them

15 years agoMove Int, Float and Double into ghc-prim:GHC.Types
Ian Lynagh [Wed, 6 Aug 2008 19:16:02 +0000 (19:16 +0000)]
Move Int, Float and Double into ghc-prim:GHC.Types

15 years agoAdd some GHC.Generics imports so we can find Inl etc where we need to
Ian Lynagh [Wed, 6 Aug 2008 11:06:12 +0000 (11:06 +0000)]
Add some GHC.Generics imports so we can find Inl etc where we need to

15 years agoMove the Char datatype into ghc-prim
Ian Lynagh [Tue, 5 Aug 2008 20:30:12 +0000 (20:30 +0000)]
Move the Char datatype into ghc-prim

15 years agoMove the [] definition from base into ghc-prim:GHC.Types
Ian Lynagh [Tue, 5 Aug 2008 18:19:09 +0000 (18:19 +0000)]
Move the [] definition from base into ghc-prim:GHC.Types

15 years agoTuple datatypes are now in GHC.Tuple (they were in base:Data.Tuple before)
Ian Lynagh [Mon, 4 Aug 2008 15:55:00 +0000 (15:55 +0000)]
Tuple datatypes are now in GHC.Tuple (they were in base:Data.Tuple before)

15 years agoFollow Cabal changes
Ian Lynagh [Sun, 29 Jun 2008 21:17:07 +0000 (21:17 +0000)]
Follow Cabal changes

15 years agoUpdate .darcs-boring
Ian Lynagh [Fri, 27 Jun 2008 15:55:54 +0000 (15:55 +0000)]
Update .darcs-boring

15 years agoUse simpleUserHooks rather than defaultUserHooks in Setup.hs
Ian Lynagh [Thu, 26 Jun 2008 11:27:45 +0000 (11:27 +0000)]
Use simpleUserHooks rather than defaultUserHooks in Setup.hs
Cabal says that defaultUserHooks is deprecated.

15 years agoAdd GHC.Unit for the definition of the () type
Ian Lynagh [Tue, 24 Jun 2008 14:49:55 +0000 (14:49 +0000)]
Add GHC.Unit for the definition of the () type

15 years agoFix warnings in ghc-prim modules
Ian Lynagh [Tue, 24 Jun 2008 12:26:18 +0000 (12:26 +0000)]
Fix warnings in ghc-prim modules

15 years agoAvoid using deprecated flags
Ian Lynagh [Mon, 16 Jun 2008 14:53:34 +0000 (14:53 +0000)]
Avoid using deprecated flags

15 years agoMove the register-inplace special-case stuff into the ghc-prim package 2008-05-28
Ian Lynagh [Sat, 17 May 2008 01:58:52 +0000 (01:58 +0000)]
Move the register-inplace special-case stuff into the ghc-prim package

16 years agoAdd GHC.Ordering
Ian Lynagh [Sat, 12 Apr 2008 10:11:53 +0000 (10:11 +0000)]
Add GHC.Ordering

16 years agoAdd GHC.IntWord32 and GHC.IntWord64 (from base)
Ian Lynagh [Tue, 25 Mar 2008 20:29:10 +0000 (20:29 +0000)]
Add GHC.IntWord32 and GHC.IntWord64 (from base)

16 years agoAdd .darcs-boring file
Ian Lynagh [Mon, 24 Mar 2008 21:26:20 +0000 (21:26 +0000)]
Add .darcs-boring file

16 years agoInitial commit; code copied from the base package
Ian Lynagh [Sun, 23 Mar 2008 18:31:15 +0000 (18:31 +0000)]
Initial commit; code copied from the base package