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

John Goerzen jgoerzen at complete.org
Fri Jan 4 14:25:27 UTC 2013


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

    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: 15363cd3badd59ad33e01aa14c523b4c
  
diff -rN -u old-ftphs//control new-ftphs//control
--- old-ftphs//control	2013-01-04 14:25:26.406738107 +0000
+++ new-ftphs//control	2013-01-04 14:25:27.734734236 +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