[Pkg-haskell-commits] darcs: haskell-configfile: Update for newer missingh
John Goerzen
jgoerzen at complete.org
Fri Jan 4 14:44:17 UTC 2013
Fri Mar 9 02:23:00 UTC 2007 John Goerzen <jgoerzen at complete.org>
* Update for newer missingh
Ignore-this: a1895922a670e1cc34ae9a90d3bda21a
M ./changelog +6
M ./control -4 +4
Fri Mar 9 02:23:00 UTC 2007 John Goerzen <jgoerzen at complete.org>
* Update for newer missingh
Ignore-this: a1895922a670e1cc34ae9a90d3bda21a
diff -rN -u old-haskell-configfile-1//changelog new-haskell-configfile-1//changelog
--- old-haskell-configfile-1//changelog 2013-01-04 14:44:16.394722229 +0000
+++ new-haskell-configfile-1//changelog 2013-01-04 14:44:17.443238610 +0000
@@ -1,3 +1,9 @@
+haskell-configfile (1.0.1) unstable; urgency=low
+
+ * Rebuild against newer MissingH.
+
+ -- John Goerzen <jgoerzen at complete.org> Thu, 8 Mar 2007 14:22:03 -0600
+
haskell-configfile (1.0.0) unstable; urgency=low
* Initial release. Closes: #402080.
diff -rN -u old-haskell-configfile-1//control new-haskell-configfile-1//control
--- old-haskell-configfile-1//control 2013-01-04 14:44:16.394722229 +0000
+++ new-haskell-configfile-1//control 2013-01-04 14:44:17.443238610 +0000
@@ -1,15 +1,15 @@
Source: haskell-configfile
Priority: optional
Maintainer: John Goerzen <jgoerzen at complete.org>
-Build-Depends: debhelper (>= 4.0.0), ghc6 (>= 6.6), ghc6 (<< 6.6-999), haskell-devscripts (>= 0.5.6), cpphs, libghc6-missingh-dev (>= 0.18.0), libghc6-mtl-dev
-Build-Depends-Indep: debhelper (>= 4.0.0), haddock, hugs (>= 98.200503.08), haskell-devscripts (>= 0.5.6), ghc6 (>= 6.6), cpphs, libhugs-missingh (>= 0.18.0)
+Build-Depends: debhelper (>= 4.0.0), ghc6 (>= 6.6), ghc6 (<< 6.6-999), haskell-devscripts (>= 0.5.6), cpphs, libghc6-missingh-dev (>= 0.18.3), libghc6-mtl-dev
+Build-Depends-Indep: debhelper (>= 4.0.0), haddock, hugs (>= 98.200503.08), haskell-devscripts (>= 0.5.6), ghc6 (>= 6.6), cpphs, libhugs-missingh (>= 0.18.3)
Standards-Version: 3.6.2
Section: devel
Package: libghc6-configfile-dev
Section: devel
Architecture: any
-Depends: ${haskell:Depends}, libghc6-missingh-dev (>= 0.18.0), libghc6-mtl-dev
+Depends: ${haskell:Depends}, libghc6-missingh-dev (>= 0.18.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
@@ -26,7 +26,7 @@
Package: libhugs-configfile
Section: devel
Architecture: all
-Depends: ${haskell:Depends}, libhugs-missingh (>= 0.18.0)
+Depends: ${haskell:Depends}, libhugs-missingh (>= 0.18.3)
Suggests: configfile-doc
Description: Parser and writer for handling sectioned config files in Haskell, Hugs package
The ConfigFile module works with configuration files in a standard
More information about the Pkg-haskell-commits
mailing list