diff options
author | John Goerzen <jgoerzen@complete.org> | 2006-12-07 07:30:06 +0300 |
---|---|---|
committer | John Goerzen <jgoerzen@complete.org> | 2006-12-07 07:30:06 +0300 |
commit | b1821f0c818f39385cd7afdf1774cc7f11a3e336 (patch) | |
tree | bba35f1ba3d08b1ed9ee34fe78ec275013368433 /p/haskell-configfile | |
parent | 3d3e3898ac8f6dbed9198612c19bcc153b9288cb (diff) | |
download | DHG_packages-b1821f0c818f39385cd7afdf1774cc7f11a3e336.tar.gz |
haskell-configfile: Add dependencies on hslogger
Diffstat (limited to 'p/haskell-configfile')
-rw-r--r-- | p/haskell-configfile/debian/control | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/p/haskell-configfile/debian/control b/p/haskell-configfile/debian/control index 06b0a2514..abe2f833c 100644 --- a/p/haskell-configfile/debian/control +++ b/p/haskell-configfile/debian/control @@ -1,15 +1,15 @@ Source: missingh Priority: optional Maintainer: John Goerzen <jgoerzen@complete.org> -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-hunit +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, libghc6-hslogger-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-hunit, libhugs-hslogger Standards-Version: 3.6.2 Section: devel Package: libghc6-missingh-dev Section: devel Architecture: any -Depends: ${haskell:Depends}, libghc6-network-dev, libghc6-unix-dev, libghc6-mtl-dev, libghc6-hunit-dev, libghc6-quickcheck-dev, libghc6-filepath-dev +Depends: ${haskell:Depends}, libghc6-network-dev, libghc6-unix-dev, libghc6-mtl-dev, libghc6-hunit-dev, libghc6-quickcheck-dev, libghc6-filepath-dev, libghc6-hslogger-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 @@ Description: Library of utility functions for Haskell, GHC6 package Package: libhugs-missingh Section: devel Architecture: all -Depends: ${haskell:Depends}, libhugs-filepath, libhugs-hunit +Depends: ${haskell:Depends}, libhugs-filepath, libhugs-hunit, libhugs-hslogger Suggests: missingh-doc Description: Library of utility functions for Haskell, Hugs package MissingH is a library of all sorts of utility functions for |