ghc-prim.git
13 years agoUpdate source-repository in the .cabal file to point to the git repo master
Ian Lynagh [Tue, 5 Apr 2011 18:04:05 +0000 (19:04 +0100)]
Update source-repository in the .cabal file to point to the git repo

13 years agoRoll back generics changes in the HEAD repos ghc-darcs-git-switchover
Ian Lynagh [Sat, 19 Feb 2011 13:32:11 +0000 (13:32 +0000)]
Roll back generics changes in the HEAD repos

13 years agoWe should not use XGenerics in ghc-prim, for now at least.
jpm@cs.uu.nl [Fri, 4 Feb 2011 13:52:44 +0000 (13:52 +0000)]
We should not use XGenerics in ghc-prim, for now at least.

13 years agoUse functional dependencies.
jpm@cs.uu.nl [Thu, 6 Jan 2011 15:49:20 +0000 (15:49 +0000)]
Use functional dependencies.

13 years agoUse functional dependencies
jpm@cs.uu.nl [Thu, 6 Jan 2011 14:44:37 +0000 (14:44 +0000)]
Use functional dependencies

13 years agoUse type families
jpm@cs.uu.nl [Wed, 15 Dec 2010 10:08:25 +0000 (10:08 +0000)]
Use type families

13 years agoFollow GHC.Types changes
jpm@cs.uu.nl [Wed, 27 Oct 2010 12:30:53 +0000 (12:30 +0000)]
Follow GHC.Types changes

13 years agoUpdate GHC.Generics to new generic programming library
jpm@cs.uu.nl [Mon, 18 Oct 2010 13:51:15 +0000 (13:51 +0000)]
Update GHC.Generics to new generic programming library

13 years agoMerge GHC.Bool into GHC.Types
Ian Lynagh [Sat, 23 Oct 2010 16:04:17 +0000 (16:04 +0000)]
Merge GHC.Bool into GHC.Types

13 years agore-instate the documentation for 'Char', which got lost at some point Haskell_2010_report_generated
Simon Marlow [Tue, 29 Jun 2010 13:39:16 +0000 (13:39 +0000)]
re-instate the documentation for 'Char', which got lost at some point

14 years agoAdd new GHC.Magic module
Ian Lynagh [Mon, 23 Nov 2009 19:46:09 +0000 (19:46 +0000)]
Add new GHC.Magic module

14 years agoBump version to 0.2.0.0
Ian Lynagh [Sun, 20 Sep 2009 14:19:12 +0000 (14:19 +0000)]
Bump version to 0.2.0.0

14 years agoAdd a doc header to GHC.Types, and point at GHC.Exts
Ian Lynagh [Tue, 11 Aug 2009 14:55:31 +0000 (14:55 +0000)]
Add a doc header to GHC.Types, and point at GHC.Exts

14 years agoUpdate to follow RTS tidyp changes
Simon Marlow [Sat, 1 Aug 2009 19:34:49 +0000 (19:34 +0000)]
Update to follow RTS tidyp changes

14 years agoAdd a debugErrLn function, which is like debugLn except it prints to stderr
Ian Lynagh [Fri, 10 Jul 2009 00:36:35 +0000 (00:36 +0000)]
Add a debugErrLn function, which is like debugLn except it prints to stderr

14 years agoRemove unused imports
Ian Lynagh [Tue, 7 Jul 2009 11:58:30 +0000 (11:58 +0000)]
Remove unused imports

14 years agoRemove the Integer functions; they're now in integer-gmp instead 2009-06-25
Ian Lynagh [Mon, 15 Jun 2009 20:17:07 +0000 (20:17 +0000)]
Remove the Integer functions; they're now in integer-gmp instead

14 years agoThe IO type has moved to GHC.Types in ghc-prim
Ian Lynagh [Sat, 20 Jun 2009 15:52:38 +0000 (15:52 +0000)]
The IO type has moved to GHC.Types in ghc-prim

14 years agoAdd a GHC.Debug module, with debugLn :: [Char] -> IO ()
Ian Lynagh [Sat, 20 Jun 2009 16:13:57 +0000 (16:13 +0000)]
Add a GHC.Debug module, with debugLn :: [Char] -> IO ()

14 years agoAdd missing -XTypeOperators
simonpj@microsoft.com [Tue, 2 Jun 2009 14:16:14 +0000 (14:16 +0000)]
Add missing -XTypeOperators

15 years agoRequire Cabal version >= 1.6
Ian Lynagh [Thu, 22 Jan 2009 01:13:05 +0000 (01:13 +0000)]
Require Cabal version >= 1.6

15 years agoAdd "bug-reports" and "source-repository" info to the Cabal file
Ian Lynagh [Wed, 21 Jan 2009 18:22:34 +0000 (18:22 +0000)]
Add "bug-reports" and "source-repository" info to the Cabal file

15 years agooptionally include GHC.Prim in exposed-modules (for the new GHC build system)
Simon Marlow [Wed, 17 Dec 2008 10:45:42 +0000 (10:45 +0000)]
optionally include GHC.Prim in exposed-modules (for the new GHC build system)

15 years agoAdd build-depends: rts for correct dynamic library linking
Clemens Fruhwirth [Fri, 3 Oct 2008 20:14:49 +0000 (20:14 +0000)]
Add build-depends: rts for correct dynamic library linking

15 years agoPad version number to 0.1.0.0
Ian Lynagh [Sat, 20 Sep 2008 16:01:10 +0000 (16:01 +0000)]
Pad version number to 0.1.0.0

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