diff options
Diffstat (limited to 'p/haskell-binary-parsers')
-rw-r--r-- | p/haskell-binary-parsers/debian/changelog | 6 | ||||
-rw-r--r-- | p/haskell-binary-parsers/debian/control | 2 |
2 files changed, 6 insertions, 2 deletions
diff --git a/p/haskell-binary-parsers/debian/changelog b/p/haskell-binary-parsers/debian/changelog index 190ab6b33..deab857ba 100644 --- a/p/haskell-binary-parsers/debian/changelog +++ b/p/haskell-binary-parsers/debian/changelog @@ -1,3 +1,9 @@ +haskell-binary-parsers (0.2.3.0-3) experimental; urgency=medium + + * Drop build dependency on fail. + + -- Clint Adams <clint@debian.org> Wed, 19 Oct 2016 13:26:10 -0400 + haskell-binary-parsers (0.2.3.0-2) experimental; urgency=medium * Temporarily build-depend on ghc 8. diff --git a/p/haskell-binary-parsers/debian/control b/p/haskell-binary-parsers/debian/control index 7c23097d6..4024d3b9e 100644 --- a/p/haskell-binary-parsers/debian/control +++ b/p/haskell-binary-parsers/debian/control @@ -15,8 +15,6 @@ Build-Depends: libghc-bytestring-lexing-dev (<< 0.6), libghc-bytestring-lexing-dev (>= 0.5), libghc-bytestring-lexing-prof, - libghc-fail-dev (<< 4.10), - libghc-fail-dev (>= 4.9), libghc-quickcheck-instances-dev (>= 0.3), libghc-quickcheck-unicode-dev, libghc-quickcheck2-dev (>= 2.7), |