[Pkg-haskell-commits] darcs: haskell-hsh: Update for newer FilePath

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


Fri May  4 05:56:29 UTC 2007  John Goerzen <jgoerzen at complete.org>
  * Update for newer FilePath
  Ignore-this: 69dcfa14c22e1548932aa5f9df90ce4b
  
  fixes deb#419194

    M ./control -2 +2

Fri May  4 05:56:29 UTC 2007  John Goerzen <jgoerzen at complete.org>
  * Update for newer FilePath
  Ignore-this: 69dcfa14c22e1548932aa5f9df90ce4b
  
  fixes deb#419194
diff -rN -u old-haskell-hsh//control new-haskell-hsh//control
--- old-haskell-hsh//control	2013-01-04 14:50:04.710348784 +0000
+++ new-haskell-hsh//control	2013-01-04 14:50:05.262242643 +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), ghc6 (<< 6.6-999), haskell-devscripts (>= 0.5.6), haddock, libghc6-mtl-dev, libghc6-missingh-dev (>= 0.18.3), libghc6-hslogger-dev, libghc6-filepath-dev
+Build-Depends: debhelper (>= 4.0.0), ghc6 (>= 6.6), ghc6 (<< 6.6-999), haskell-devscripts (>= 0.5.6), haddock, libghc6-mtl-dev, libghc6-missingh-dev (>= 0.18.3), libghc6-hslogger-dev, libghc6-filepath-dev (>= 1.0)
 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.3), libghc6-filepath-dev
+Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}, libghc6-mtl-dev, libghc6-hslogger-dev, libghc6-missingh-dev (>= 0.18.3), libghc6-filepath-dev (>= 1.0)
 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