[Pkg-haskell-commits] darcs: haskell-hsh: Drop build-dep on libghc6-filepath-dev since it is now part of ghc

John Goerzen jgoerzen at complete.org
Fri Jan 4 14:50:08 UTC 2013


Wed Jun  6 20:54:09 UTC 2007  John Goerzen <jgoerzen at complete.org>
  * Drop build-dep on libghc6-filepath-dev since it is now part of ghc
  Ignore-this: 9bff54a2cec5ad96344a3d18e3ee3e21
  

    M ./control -2 +2

Wed Jun  6 20:54:09 UTC 2007  John Goerzen <jgoerzen at complete.org>
  * Drop build-dep on libghc6-filepath-dev since it is now part of ghc
  Ignore-this: 9bff54a2cec5ad96344a3d18e3ee3e21
  
diff -rN -u old-haskell-hsh//control new-haskell-hsh//control
--- old-haskell-hsh//control	2013-01-04 14:50:08.367752192 +0000
+++ new-haskell-hsh//control	2013-01-04 14:50:08.834718306 +0000
@@ -1,14 +1,14 @@
 Source: haskell-hsh
 Priority: optional
 Maintainer: John Goerzen <jgoerzen at complete.org>
-Build-Depends: debhelper (>= 4.0.0), ghc6 (>= 6.6.1), ghc6 (<< 6.6.1-999), haskell-devscripts (>= 0.5.6), haddock, libghc6-mtl-dev, libghc6-missingh-dev (>= 0.18.4), libghc6-hslogger-dev, libghc6-filepath-dev (>= 1.0)
+Build-Depends: debhelper (>= 4.0.0), ghc6 (>= 6.6.1), ghc6 (<< 6.6.1-999), haskell-devscripts (>= 0.5.6), haddock, libghc6-mtl-dev, libghc6-missingh-dev (>= 0.18.4), libghc6-hslogger-dev
 Standards-Version: 3.6.2
 Section: libs
 
 Package: libghc6-hsh-dev
 Section: libdevel
 Architecture: any
-Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}, libghc6-mtl-dev, libghc6-hslogger-dev, libghc6-missingh-dev (>= 0.18.4), libghc6-filepath-dev (>= 1.0)
+Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}, libghc6-mtl-dev, libghc6-hslogger-dev, libghc6-missingh-dev (>= 0.18.4)
 Description: Library to mix shell scripting with Haskell programs
  HSH is designed to let you mix and match shell expressions with
  Haskell programs. With HSH, it is possible to easily run shell





More information about the Pkg-haskell-commits mailing list