diff options
author | Joachim Breitner <mail@joachim-breitner.de> | 2015-06-30 10:06:28 +0300 |
---|---|---|
committer | Joachim Breitner <mail@joachim-breitner.de> | 2015-06-30 10:06:28 +0300 |
commit | 88060f80e6864c05d3e571c389a35462d72eda7a (patch) | |
tree | e42e9040f930df2fdfdbc586b5f723a4daefcbb5 /p/haskell-chasingbottoms | |
parent | 61d6efc68780463c6d3a37f59aea3333232aba32 (diff) | |
download | DHG_packages-88060f80e6864c05d3e571c389a35462d72eda7a.tar.gz |
haskell-chasingbottoms: Fix Build-Depends breakage
Diffstat (limited to 'p/haskell-chasingbottoms')
-rw-r--r-- | p/haskell-chasingbottoms/debian/changelog | 6 | ||||
-rw-r--r-- | p/haskell-chasingbottoms/debian/control | 12 |
2 files changed, 14 insertions, 4 deletions
diff --git a/p/haskell-chasingbottoms/debian/changelog b/p/haskell-chasingbottoms/debian/changelog index 87ac39062..3ef84b573 100644 --- a/p/haskell-chasingbottoms/debian/changelog +++ b/p/haskell-chasingbottoms/debian/changelog @@ -1,3 +1,9 @@ +haskell-chasingbottoms (1.3.0.13-2) UNRELEASED; urgency=medium + + * Fix Build-Depends breakage + + -- Joachim Breitner <nomeata@debian.org> Tue, 30 Jun 2015 09:05:08 +0200 + haskell-chasingbottoms (1.3.0.13-1) unstable; urgency=medium * New upstream release diff --git a/p/haskell-chasingbottoms/debian/control b/p/haskell-chasingbottoms/debian/control index f08a022b4..436871832 100644 --- a/p/haskell-chasingbottoms/debian/control +++ b/p/haskell-chasingbottoms/debian/control @@ -10,17 +10,21 @@ Build-Depends: debhelper (>= 9) , ghc-prof , libghc-quickcheck2-dev (>= 2.1) , libghc-quickcheck2-dev (<< 2.9) + , libghc-quickcheck2-prof , libghc-mtl-dev (>= 1.1) , libghc-mtl-dev (<< 2.3) + , libghc-mtl-prof , libghc-random-dev (>= 1.0) , libghc-random-dev (<< 1.2) + , libghc-random-prof , libghc-syb-dev (>= 0.1.0.2) , libghc-syb-dev (<< 0.6) -Build-Depends-Indep: ghc-doc - , libghc-quickcheck2-prof - , libghc-mtl-prof - , libghc-random-prof , libghc-syb-prof +Build-Depends-Indep: ghc-doc + , libghc-quickcheck2-doc + , libghc-mtl-doc + , libghc-random-doc + , libghc-syb-doc Standards-Version: 3.9.6 Homepage: http://hackage.haskell.org/package/ChasingBottoms Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-chasingbottoms |