[Pkg-haskell-commits] [SCM] haskell-testpack branch, master, updated. debian/1.0.2-1-4-gb0d6b36
John Goerzen
jgoerzen at complete.org
Fri Apr 23 15:20:54 UTC 2010
The following commit has been merged in the master branch:
commit d0f85917bb2e618a2c7e5355f8018340be8914cb
Author: John Goerzen <jgoerzen at complete.org>
Date: Thu Dec 7 05:30:06 2006 +0100
Add dependencies on hslogger
diff --git a/MissingH.cabal b/MissingH.cabal
index 58fcc26..ae19798 100644
--- a/MissingH.cabal
+++ b/MissingH.cabal
@@ -49,7 +49,8 @@ Other-Modules: Data.ConfigFile.Lexer
Extensions: ExistentialQuantification, OverlappingInstances,
UndecidableInstances, CPP
Build-Depends: network, parsec, base,
- haskell98, mtl, HUnit, regex-compat, QuickCheck, FilePath
+ haskell98, mtl, HUnit, regex-compat, QuickCheck, FilePath,
+ hslogger
-- Cabal will automatically add unix here on non-Windows platforms
GHC-Options: -O2
diff --git a/debian/control b/debian/control
index 3674a9f..14c05a8 100644
--- a/debian/control
+++ b/debian/control
@@ -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, 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
--
haskell-testpack
More information about the Pkg-haskell-commits
mailing list