[Pkg-haskell-commits] [SCM] Configuration file support branch, master, updated. debian/1.0.6-2-3-g9879dcd

Joey Hess joeyh at debian.org
Mon Feb 27 23:36:09 UTC 2012


The following commit has been merged in the master branch:
commit 9879dcd192ea5535e63f567507b0f0e5a96dc680
Author: Joey Hess <joeyh at debian.org>
Date:   Mon Feb 27 19:35:13 2012 -0400

    update to ghc7.4
    
    * Sourceful upload to rebuild documentation package
    * Build without haskell98.

diff --git a/ConfigFile.cabal b/ConfigFile.cabal
index 2c4ba74..ed7cdaf 100644
--- a/ConfigFile.cabal
+++ b/ConfigFile.cabal
@@ -40,7 +40,7 @@ Library
    UndecidableInstances, TypeSynonymInstances, FlexibleContexts,
    FlexibleInstances
   Build-Depends: parsec, base < 5,
-                haskell98, mtl, MissingH>=1.0.0, containers
+                mtl, MissingH>=1.0.0, containers
   GHC-Options: -O2 -Wall
 
 Executable runtests
diff --git a/debian/changelog b/debian/changelog
index 0b27e8b..d3a6493 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+haskell-configfile (1.0.6-4) unstable; urgency=low
+
+  * Sourceful upload to rebuild documentation package
+  * Build without haskell98.
+
+ -- Joey Hess <joeyh at debian.org>  Mon, 27 Feb 2012 19:32:46 -0400
+
 haskell-configfile (1.0.6-3) unstable; urgency=low
 
   * s/ghc6/ghc/

-- 
Configuration file support



More information about the Pkg-haskell-commits mailing list