diff options
author | Clint Adams <clint@debian.org> | 2016-10-19 13:26:26 -0400 |
---|---|---|
committer | Clint Adams <clint@debian.org> | 2016-10-19 13:26:26 -0400 |
commit | e6ace1147d00c2f29d527164cdcdf1ce38e77dac (patch) | |
tree | 3ee17ead1607a746490ba3c3927b9f61e9557530 /p/haskell-binary-parsers/debian | |
parent | b8166ba1e532d9aa94ec38a412c1c15777e33800 (diff) | |
download | DHG_packages-e6ace1147d00c2f29d527164cdcdf1ce38e77dac.tar.gz |
binary-parsers: drop b-d on fail
Diffstat (limited to 'p/haskell-binary-parsers/debian')
-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), |