diff options
| author | Clint Adams <clint@debian.org> | 2017-07-09 16:28:46 -0400 |
|---|---|---|
| committer | Clint Adams <clint@debian.org> | 2017-07-09 16:28:46 -0400 |
| commit | 1ba147c50d823a83e91b9fa87a3ec0e2d0fb867e (patch) | |
| tree | 846f660cda51062fd860177fdfd165bb4c63d74c | |
| parent | 3f8d299e14e1851f16175885e40954c0ec5225c6 (diff) | |
| download | DHG_packages-1ba147c50d823a83e91b9fa87a3ec0e2d0fb867e.tar.gz | |
quickcheck-instances: patch for newer vector and QuickCheck. closes: #867837
| -rw-r--r-- | p/haskell-quickcheck-instances/debian/changelog | 6 | ||||
| -rw-r--r-- | p/haskell-quickcheck-instances/debian/control | 6 |
2 files changed, 9 insertions, 3 deletions
diff --git a/p/haskell-quickcheck-instances/debian/changelog b/p/haskell-quickcheck-instances/debian/changelog index 37debfe0a..51e1a5369 100644 --- a/p/haskell-quickcheck-instances/debian/changelog +++ b/p/haskell-quickcheck-instances/debian/changelog @@ -1,3 +1,9 @@ +haskell-quickcheck-instances (0.3.12-4) unstable; urgency=medium + + * Patch for newer vector and QuickCheck. closes: #867837. + + -- Clint Adams <clint@debian.org> Sun, 09 Jul 2017 16:28:11 -0400 + haskell-quickcheck-instances (0.3.12-3) unstable; urgency=medium * Upload to unstable as part of GHC 8 transition. diff --git a/p/haskell-quickcheck-instances/debian/control b/p/haskell-quickcheck-instances/debian/control index 342729430..faf91211d 100644 --- a/p/haskell-quickcheck-instances/debian/control +++ b/p/haskell-quickcheck-instances/debian/control @@ -16,8 +16,8 @@ Build-Depends: libghc-old-time-dev (<< 1.2), libghc-old-time-dev (>= 1.0), libghc-old-time-prof, - libghc-quickcheck2-dev (<< 2.9), libghc-quickcheck2-dev (>= 2.1), + libghc-quickcheck2-dev (<< 2.10), libghc-quickcheck2-prof, libghc-scientific-dev (<< 0.4), libghc-scientific-dev (>= 0.2), @@ -28,8 +28,8 @@ Build-Depends: libghc-unordered-containers-dev (<< 0.3), libghc-unordered-containers-dev (>= 0.2.1), libghc-unordered-containers-prof, - libghc-vector-dev (<< 0.12), libghc-vector-dev (>= 0.9), + libghc-vector-dev (<< 0.13), libghc-vector-prof, Build-Depends-Indep: ghc-doc, @@ -40,7 +40,7 @@ Build-Depends-Indep: libghc-text-doc, libghc-unordered-containers-doc, libghc-vector-doc, -Standards-Version: 3.9.8 +Standards-Version: 4.0.0 Homepage: https://github.com/aslatter/qc-instances Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-quickcheck-instances Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git |
