diff options
| -rw-r--r-- | p/ftphs/debian/changelog | 6 | ||||
| -rw-r--r-- | p/ftphs/debian/control | 8 |
2 files changed, 10 insertions, 4 deletions
diff --git a/p/ftphs/debian/changelog b/p/ftphs/debian/changelog index 225260972..63e529549 100644 --- a/p/ftphs/debian/changelog +++ b/p/ftphs/debian/changelog @@ -1,3 +1,9 @@ +ftphs (1.0.4.0) unstable; urgency=low + + * Build with GHC 6.8.x. + + -- John Goerzen <jgoerzen@complete.org> Mon, 28 Jan 2008 16:33:34 -0600 + ftphs (1.0.3) unstable; urgency=medium * Drop build-dep on hugs stuff diff --git a/p/ftphs/debian/control b/p/ftphs/debian/control index 771a0bcdd..ed2ded126 100644 --- a/p/ftphs/debian/control +++ b/p/ftphs/debian/control @@ -1,15 +1,15 @@ Source: ftphs Priority: optional Maintainer: John Goerzen <jgoerzen@complete.org> -Build-Depends: debhelper (>= 4.0.0), ghc6 (>= 6.6.1), ghc6 (<< 6.6.1-999), haskell-devscripts (>= 0.5.6), cpphs, libghc6-network-dev, libghc6-mtl-dev, libghc6-missingh-dev (>= 0.18.4), libghc6-hslogger-dev -Build-Depends-Indep: debhelper (>= 4.0.0), haddock, haskell-devscripts (>= 0.5.6), ghc6 (>= 6.6), cpphs +Build-Depends: debhelper (>= 4.0.0), ghc6 (>= 6.8.2), ghc6 (<< 6.8.2-999), haskell-devscripts (>= 0.6.4), cpphs, libghc6-network-dev, libghc6-mtl-dev, libghc6-missingh-dev (>= 1.0.0), libghc6-hslogger-dev +Build-Depends-Indep: debhelper (>= 4.0.0), haddock, haskell-devscripts (>= 0.6.4), ghc6 (>= 6.8), cpphs Standards-Version: 3.6.2 Section: devel Package: libghc6-ftphs-dev Section: devel Architecture: any -Depends: ${haskell:Depends}, libghc6-network-dev, libghc6-hslogger-dev, libghc6-missingh-dev (>= 0.18.4) +Depends: ${haskell:Depends}, libghc6-network-dev, libghc6-hslogger-dev, libghc6-missingh-dev (>= 1.0.0) Suggests: ftphs-doc Description: FTP Client and Server Library for Haskell, GHC package ftphs provides a Haskell library to implement a FTP client @@ -26,7 +26,7 @@ Description: FTP Client and Server Library for Haskell, GHC package #Package: libhugs-ftphs #Section: devel #Architecture: all -#Depends: ${haskell:Depends}, libhugs-hslogger, libhugs-hunit, libhugs-network, libhugs-missingh (>= 0.18.0) +#Depends: ${haskell:Depends}, libhugs-hslogger, libhugs-hunit, libhugs-network, libhugs-missingh (>= 1.0.0) #Suggests: ftphs-doc #Description: FTP Client and Server Library for Haskell, Hugs package # ftphs provides a Haskell library to implement a FTP client |
