diff options
Diffstat (limited to 'p/haskell-unixutils/debian')
-rw-r--r-- | p/haskell-unixutils/debian/changelog | 3 | ||||
-rw-r--r-- | p/haskell-unixutils/debian/control | 4 |
2 files changed, 5 insertions, 2 deletions
diff --git a/p/haskell-unixutils/debian/changelog b/p/haskell-unixutils/debian/changelog index 371aec8ba..c5d541732 100644 --- a/p/haskell-unixutils/debian/changelog +++ b/p/haskell-unixutils/debian/changelog @@ -6,6 +6,9 @@ haskell-unixutils (1.22-3) UNRELEASED; urgency=low [ Erik de Castro Lopo ] * debian/control: Long description format fixes. Closes: #575330. + [ Joachim Breitner ] + * Add versioned dependencies for buildds’ sake + -- Erik de Castro Lopo <erikd@mega-nerd.com> Sun, 28 Mar 2010 16:19:54 +1100 haskell-unixutils (1.22-2) unstable; urgency=low diff --git a/p/haskell-unixutils/debian/control b/p/haskell-unixutils/debian/control index 253d5883e..f49dba442 100644 --- a/p/haskell-unixutils/debian/control +++ b/p/haskell-unixutils/debian/control @@ -10,10 +10,10 @@ Build-Depends: , ghc6 , ghc6-prof , ghc6-doc - , libghc6-parallel-dev + , libghc6-parallel-dev (>= 2.2.0.1) , libghc6-parallel-prof , libghc6-parallel-doc - , libghc6-regex-compat-dev + , libghc6-regex-compat-dev (>= 0.94.1) , libghc6-regex-compat-prof , haskell-regex-compat-doc Standards-Version: 3.8.4 |