[Pkg-haskell-commits] darcs: haskell-configfile: Debian fixes

John Goerzen jgoerzen at complete.org
Fri Jan 4 14:45:00 UTC 2013


Sun Oct 22 05:51:42 UTC 2006  John Goerzen <jgoerzen at complete.org>
  * Debian fixes
  Ignore-this: 59bf9aa2128a135895c34a4f2714882c
  

    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: 59bf9aa2128a135895c34a4f2714882c
  
diff -rN -u old-haskell-configfile//changelog new-haskell-configfile//changelog
--- old-haskell-configfile//changelog	2013-01-04 14:44:59.034933129 +0000
+++ new-haskell-configfile//changelog	2013-01-04 14:45:00.306736003 +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-haskell-configfile//control new-haskell-configfile//control
--- old-haskell-configfile//control	2013-01-04 14:44:59.034933129 +0000
+++ new-haskell-configfile//control	2013-01-04 14:45:00.314751960 +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