[Pkg-haskell-commits] darcs: ftphs: Debian fixes
John Goerzen
jgoerzen at complete.org
Fri Jan 4 14:24:52 UTC 2013
Sun Oct 22 05:51:42 UTC 2006 John Goerzen <jgoerzen at complete.org>
* Debian fixes
Ignore-this: fbcd4d4a2c7c51f60b0c8f907d263a26
M ./changelog +7
M ./control -2 +2
Sun Oct 22 05:51:42 UTC 2006 John Goerzen <jgoerzen at complete.org>
* Debian fixes
Ignore-this: fbcd4d4a2c7c51f60b0c8f907d263a26
diff -rN -u old-ftphs//changelog new-ftphs//changelog
--- old-ftphs//changelog 2013-01-04 14:24:51.658281908 +0000
+++ new-ftphs//changelog 2013-01-04 14:24:52.543989969 +0000
@@ -1,3 +1,10 @@
+missingh (0.16.1) unstable; urgency=low
+
+ * Documented Quantity.hs
+ * Fixed missing libghc6-*-dev deps from GHC 6.6. Closes: #394580.
+
+ -- John Goerzen <jgoerzen at complete.org> Sat, 21 Oct 2006 19:51:08 -0500
+
missingh (0.16.0) unstable; urgency=low
* NEW: MissingH.Quantity that is used to render numbers as binary
diff -rN -u old-ftphs//control new-ftphs//control
--- old-ftphs//control 2013-01-04 14:24:51.650598574 +0000
+++ new-ftphs//control 2013-01-04 14:24:52.551990418 +0000
@@ -1,7 +1,7 @@
Source: missingh
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
+Build-Depends: debhelper (>= 4.0.0), ghc6 (>= 6.6), ghc6 (<< 6.6-999), haskell-devscripts (>= 0.5.6), cpphs, libghc6-network-dev, libghc6-unix-dev, libghc6-mtl-dev, libghc6-hunit-dev, libghc6-quickcheck-dev
Build-Depends-Indep: debhelper (>= 4.0.0), haddock, hugs (>= 98.200503.08), haskell-devscripts (>= 0.5.6), ghc6 (>= 6.6), cpphs
Standards-Version: 3.6.2
Section: devel
@@ -9,7 +9,7 @@
Package: libghc6-missingh-dev
Section: devel
Architecture: any
-Depends: ${haskell:Depends}
+Depends: ${haskell:Depends}, libghc6-network-dev, libghc6-unix-dev, libghc6-mtl-dev, libghc6-hunit-dev, libghc6-quickcheck-dev
Suggests: missingh-doc
Description: Library of utility functions for Haskell, GHC6 package
MissingH is a library of all sorts of utility functions for
More information about the Pkg-haskell-commits
mailing list