diff options
author | laney <laney@debian.org> | 2011-06-15 13:34:56 +0400 |
---|---|---|
committer | laney <laney@debian.org> | 2011-06-15 13:34:56 +0400 |
commit | 51cc26c86c5d486d4653592144acd6e757c87ccc (patch) | |
tree | df9f906dddc566342a90527c22be6e2c36913439 /p/haskell-unixutils | |
parent | 23969a5eb65eb70a3e974d4b42ec763a3d58791c (diff) | |
download | DHG_packages-51cc26c86c5d486d4653592144acd6e757c87ccc.tar.gz |
haskell-unixutils: Add Build-Depends on regex-tdfa and HUnit
Diffstat (limited to 'p/haskell-unixutils')
-rw-r--r-- | p/haskell-unixutils/debian/changelog | 1 | ||||
-rw-r--r-- | p/haskell-unixutils/debian/control | 6 |
2 files changed, 7 insertions, 0 deletions
diff --git a/p/haskell-unixutils/debian/changelog b/p/haskell-unixutils/debian/changelog index a85a63a6e..ae0b55912 100644 --- a/p/haskell-unixutils/debian/changelog +++ b/p/haskell-unixutils/debian/changelog @@ -12,6 +12,7 @@ haskell-unixutils (1.35-1) UNRELEASED; urgency=low [ Iain Lane ] * Standards-Version → 3.9.2, no changes required + * Add Build-Depends on regex-tdfa and HUnit -- Iain Lane <laney@debian.org> Thu, 26 May 2011 13:55:54 +0100 diff --git a/p/haskell-unixutils/debian/control b/p/haskell-unixutils/debian/control index c61a3005d..b613cf506 100644 --- a/p/haskell-unixutils/debian/control +++ b/p/haskell-unixutils/debian/control @@ -13,6 +13,12 @@ Build-Depends: , libghc-parallel-dev (>= 2.2.0.1) , libghc-parallel-prof , libghc-parallel-doc + , libghc-hunit-dev + , libghc-hunit-prof + , libghc-hunit-doc + , libghc-regex-tdfa-dev + , libghc-regex-tdfa-prof + , libghc-regex-tdfa-doc , libghc-regex-compat-dev , libghc-regex-compat-prof , haskell-regex-compat-doc |