[Pkg-haskell-commits] darcs: =?UTF-8?Q?haskell-la=7Aysmallcheck?=: Remove redundant additional base constrant which caused the package not to build with GHC 7

laney at debian.org laney at debian.org
Tue May 24 16:07:16 UTC 2011


Tue May 24 16:01:51 UTC 2011  laney at debian.org
  * Remove redundant additional base constrant which caused the package not to build with GHC 7
  Ignore-this: 5d071338a4c1958c6abc2abc7d388d8b

    M ./changelog +2
    M ./rules -2

Tue May 24 16:01:51 UTC 2011  laney at debian.org
  * Remove redundant additional base constrant which caused the package not to build with GHC 7
  Ignore-this: 5d071338a4c1958c6abc2abc7d388d8b
diff -rN -u old-haskell-lazysmallcheck//changelog new-haskell-lazysmallcheck//changelog
--- old-haskell-lazysmallcheck//changelog	2011-05-24 16:07:16.792276437 +0000
+++ new-haskell-lazysmallcheck//changelog	2011-05-24 16:07:16.804093203 +0000
@@ -8,6 +8,8 @@
 
   [ Iain Lane ]
   * Standards-Version → 3.9.2, no changes required
+  * Remove redundant additional base constrant which caused the package not to
+    build with GHC 7
 
  -- Iain Lane <laney at debian.org>  Tue, 24 May 2011 16:54:07 +0100
 
diff -rN -u old-haskell-lazysmallcheck//rules new-haskell-lazysmallcheck//rules
--- old-haskell-lazysmallcheck//rules	2011-05-24 16:07:16.792276437 +0000
+++ new-haskell-lazysmallcheck//rules	2011-05-24 16:07:16.800277328 +0000
@@ -1,6 +1,4 @@
 #!/usr/bin/make -f
 
-DEB_SETUP_GHC6_CONFIGURE_ARGS := --constraint='base<4'
-
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/hlibrary.mk





More information about the Pkg-haskell-commits mailing list