[Pkg-haskell-commits] darcs: haskell-configfile: Modifying build-deps for libraries

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


Wed Dec  6 22:57:02 UTC 2006  John Goerzen <jgoerzen at complete.org>
  * Modifying build-deps for libraries
  Ignore-this: 167511bc084b1aac046bf26e277a816f
  

    M ./control -4 +4

Wed Dec  6 22:57:02 UTC 2006  John Goerzen <jgoerzen at complete.org>
  * Modifying build-deps for libraries
  Ignore-this: 167511bc084b1aac046bf26e277a816f
  
diff -rN -u old-haskell-configfile//control new-haskell-configfile//control
--- old-haskell-configfile//control	2013-01-04 14:45:53.447718963 +0000
+++ new-haskell-configfile//control	2013-01-04 14:45:54.579718864 +0000
@@ -1,15 +1,15 @@
 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-Indep: debhelper (>= 4.0.0), haddock, hugs (>= 98.200503.08), haskell-devscripts (>= 0.5.6), ghc6 (>= 6.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, libghc6-filepath-dev,
+Build-Depends-Indep: debhelper (>= 4.0.0), haddock, hugs (>= 98.200503.08), haskell-devscripts (>= 0.5.6), ghc6 (>= 6.6), cpphs, libhugs-filepath, libhugs-quickcheck, libhugs-hunit, 
 Standards-Version: 3.6.2
 Section: devel
 
 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, libghc6-filepath-dev
 Suggests: missingh-doc
 Description: Library of utility functions for Haskell, GHC6 package 
  MissingH is a library of all sorts of utility functions for
@@ -26,7 +26,7 @@
 Package: libhugs-missingh
 Section: devel
 Architecture: all
-Depends: ${haskell:Depends}
+Depends: ${haskell:Depends}, libhugs-filepath, libhugs-quickcheck, libhugs-hunit
 Suggests: missingh-doc
 Description: Library of utility functions for Haskell, Hugs package 
  MissingH is a library of all sorts of utility functions for





More information about the Pkg-haskell-commits mailing list