[Pkg-haskell-commits] darcs: haskell-configfile: Update changelog, control
John Goerzen
jgoerzen at complete.org
Fri Jan 4 14:46:46 UTC 2013
Fri Dec 5 20:10:27 UTC 2008 John Goerzen <jgoerzen at complete.org>
* Update changelog, control
Ignore-this: 8d3c8424bd520058b8f2b3da3dfabd83
M ./changelog +1
M ./control -2 +2
Fri Dec 5 20:10:27 UTC 2008 John Goerzen <jgoerzen at complete.org>
* Update changelog, control
Ignore-this: 8d3c8424bd520058b8f2b3da3dfabd83
diff -rN -u old-haskell-configfile//changelog new-haskell-configfile//changelog
--- old-haskell-configfile//changelog 2013-01-04 14:46:45.022432015 +0000
+++ new-haskell-configfile//changelog 2013-01-04 14:46:45.882268752 +0000
@@ -1,6 +1,7 @@
haskell-configfile (1.0.4.4) unstable; urgency=low
* Use dh_haskell_depends. Closes: #506206.
+ * Rebuild against MissingH 1.0.3.
-- John Goerzen <jgoerzen at complete.org> Wed, 19 Nov 2008 05:12:26 -0600
diff -rN -u old-haskell-configfile//control new-haskell-configfile//control
--- old-haskell-configfile//control 2013-01-04 14:46:45.006406925 +0000
+++ new-haskell-configfile//control 2013-01-04 14:46:45.871893852 +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.2), ghc6 (<< 6.8.2-999), haskell-devscripts (>= 0.6.13), cpphs, libghc6-missingh-dev (>= 1.0.2-1), libghc6-mtl-dev
+Build-Depends: debhelper (>= 4.0.0), ghc6 (>= 6.8.2), ghc6 (<< 6.8.2-999), haskell-devscripts (>= 0.6.13), cpphs, libghc6-missingh-dev (>= 1.0.3), libghc6-mtl-dev
Build-Depends-Indep: debhelper (>= 4.0.0), haddock, haskell-devscripts (>= 0.6.13), ghc6 (>= 6.6), cpphs
Standards-Version: 3.6.2
Section: devel
@@ -12,7 +12,7 @@
Package: libghc6-configfile-dev
Section: devel
Architecture: any
-Depends: ${haskell:Depends}, libghc6-missingh-dev (>= 1.0.2.1), libghc6-mtl-dev
+Depends: ${haskell:Depends}, libghc6-missingh-dev (>= 1.0.3), libghc6-mtl-dev
Suggests: configfile-doc
Description: Parser and writer for handling sectioned config files in Haskell, GHC package
The ConfigFile module works with configuration files in a standard
More information about the Pkg-haskell-commits
mailing list