Clemens Fruhwirth | 1 Jan 2008 21:42
Favicon

patch applied (packages/Cabal): Use getTemporaryDirectory from Distribution.Compat.Direcotry

Fri Dec 28 04:55:30 PST 2007  Duncan Coutts <duncan <at> haskell.org>
  * Use getTemporaryDirectory from Distribution.Compat.Direcotry
  for compatability with ghc-6.2.2

    M ./Distribution/Simple/Utils.hs -2 +1
Clemens Fruhwirth | 1 Jan 2008 21:42
Favicon

patch applied (packages/Cabal): Use os(windows) not os(win32) in user guide configurations example

Fri Dec 28 04:57:35 PST 2007  Duncan Coutts <duncan <at> haskell.org>
  * Use os(windows) not os(win32) in user guide configurations example
  Spotted by Spencer Janssen

    M ./doc/Cabal.xml -2 +2
Clemens Fruhwirth | 1 Jan 2008 21:42
Favicon

patch applied (packages/Cabal): Set dynlibdir to $libdir per default.

Fri Dec 28 10:36:04 PST 2007  Clemens Fruhwirth <clemens <at> endorphin.org>
  * Set dynlibdir to $libdir per default.

    M ./Distribution/Simple/InstallDirs.hs -2 +2
Malcolm Wallace | 2 Jan 2008 12:27
Picon

patch applied (packages/HaXml): Make it build with new and old versions of the base lib

Thu Dec 20 20:45:36 PST 2007  Duncan Coutts <duncan <at> haskell.org>
  * Make it build with new and old versions of the base lib
  Tested with ghc-6.4.2, 6.6.1 and 6.8.2

    M ./HaXml.cabal -70 +84
Malcolm Wallace | 2 Jan 2008 12:27
Picon

patch applied (packages/HaXml): No need to use GHC-Options: -O2 since cabal uses optimisations by default

Thu Dec 20 19:29:02 PST 2007  Duncan Coutts <duncan <at> haskell.org>
  * No need to use GHC-Options: -O2 since cabal uses optimisations by default
  and forcing optimisations stop users configuring with --disable-optimsation

    M ./HaXml.cabal -7 +7
Malcolm Wallace | 2 Jan 2008 12:27
Picon

patch applied (packages/HaXml): Revert to hs-source-dir from hs-source-dirs, once again.

Wed Jan  2 03:19:43 PST 2008  Malcolm.Wallace <at> cs.york.ac.uk
  * Revert to hs-source-dir from hs-source-dirs, once again.
  Otherwise, it does not build correctly in the nhc98 distribution.

    M ./HaXml.cabal -1 +1
Don Stewart | 4 Jan 2008 01:05
Picon
Picon
Favicon
Gravatar

patch applied (bytestring): note that Lazy.lines is too strict, and sketch lazy imlementation

Thu Jan  3 16:02:46 PST 2008  Don Stewart <dons <at> galois.com>
  * note that Lazy.lines is too strict, and sketch lazy imlementation

    M ./Data/ByteString/Lazy/Char8.hs +27
Simon Peyton Jones | 4 Jan 2008 10:27
Picon
Favicon
Gravatar

patch applied (packages/base): Remove redundant imports of GHC.Err

Fri Jan  4 01:13:14 PST 2008  simonpj <at> microsoft.com
  * Remove redundant imports of GHC.Err

  GHC.Base SOURCE-imports GHC.Err, and re-exports 'error'.  So 
  other modules need only import GHC.Base.

  This doesn't change the fact that these other modules are all compiled
  before GHC.Err, so they are all part of the module loop that starts with
  GHC.Base and finishes with GHC.Err.  But it does reduce the occurrence
  of those SOURCE imports.

    M ./Data/Maybe.hs -1
    M ./GHC/Arr.lhs -1
    M ./GHC/Int.hs -1
    M ./GHC/List.lhs -1
    M ./GHC/Num.lhs -1
    M ./GHC/Read.lhs -1
    M ./GHC/Real.lhs -1
    M ./GHC/Word.hs -1
diatchki | 4 Jan 2008 19:44
Picon

patch applied (packages/monadLib): Bump version to record Eric's changes

Fri Jan  4 10:43:50 PST 2008  diatchki <at> galois.com
  * Bump version to record Eric's changes

    M ./monadLib.cabal -1 +1
    M ./src/MonadLib.hs -1 +1
diatchki | 4 Jan 2008 19:44
Picon

patch applied (packages/monadLib): Add Applicative instances

Fri Jan  4 10:37:07 PST 2008  Eric Mertens <emertens <at> galois.com>
  * Add Applicative instances

    M ./src/MonadLib.hs +28

Gmane