[Pkg-haskell-commits] darcs: haskell-configfile: Start of work of GHC 6.10 support
John Goerzen
jgoerzen at complete.org
Fri Jan 4 14:46:49 UTC 2013
Mon Apr 6 15:32:31 UTC 2009 John Goerzen <jgoerzen at complete.org>
* Start of work of GHC 6.10 support
Ignore-this: 93a843fee916808f9234aa227701155b
M ./control -1 +1
M ./rules -2
Mon Apr 6 15:32:31 UTC 2009 John Goerzen <jgoerzen at complete.org>
* Start of work of GHC 6.10 support
Ignore-this: 93a843fee916808f9234aa227701155b
diff -rN -u old-haskell-configfile//control new-haskell-configfile//control
--- old-haskell-configfile//control 2013-01-04 14:46:48.934722546 +0000
+++ new-haskell-configfile//control 2013-01-04 14:46:49.410259205 +0000
@@ -1,7 +1,7 @@
Source: haskell-configfile
Priority: optional
Maintainer: John Goerzen <jgoerzen at complete.org>
-Build-Depends: debhelper (>= 4.0.0), ghc6 (>= 6.8.2dfsg1), haskell-devscripts (>= 0.6.15), cpphs, libghc6-missingh-dev (>= 1.0.3.2), libghc6-mtl-dev
+Build-Depends: debhelper (>= 4.0.0), ghc6 (>= 6.10), haskell-devscripts (>= 0.6.15), cpphs, libghc6-missingh-dev (>= 1.0.3.2), libghc6-mtl-dev
Build-Depends-Indep: debhelper (>= 4.0.0), haddock, haskell-devscripts (>= 0.6.15), ghc6 (>= 6.8.2dfsg1), cpphs
Standards-Version: 3.6.2
Section: devel
diff -rN -u old-haskell-configfile//rules new-haskell-configfile//rules
--- old-haskell-configfile//rules 2013-01-04 14:46:48.930721464 +0000
+++ new-haskell-configfile//rules 2013-01-04 14:46:49.395822818 +0000
@@ -33,8 +33,6 @@
configure-stamp:
dh_testdir
# Add here commands to configure the package.
- make setup
- ./setup configure --prefix=$(LIBPATH) --ghc
touch configure-stamp
More information about the Pkg-haskell-commits
mailing list