Loading p/haskell-fgl/debian/changelog +6 −0 Original line number Diff line number Diff line haskell-fgl (5.6.0.0-2) unstable; urgency=medium * Enable testsuite. -- Clint Adams <clint@debian.org> Mon, 16 Apr 2018 12:35:37 -0400 haskell-fgl (5.6.0.0-1) unstable; urgency=medium [ Ilias Tsitsimpis ] Loading p/haskell-fgl/debian/control +4 −0 Original line number Diff line number Diff line Loading @@ -8,6 +8,10 @@ Build-Depends: debhelper (>= 9), cdbs, ghc (>= 8), ghc-prof, libghc-quickcheck2-dev (>= 2.8), libghc-quickcheck2-dev (<< 2.12), libghc-hspec-dev (>= 2.1), libghc-hspec-dev (<< 2.5), Build-Depends-Indep: ghc-doc, Standards-Version: 4.1.4 Homepage: http://hackage.haskell.org/package/fgl Loading p/haskell-fgl/debian/patches/newer-quickcheck 0 → 100644 +11 −0 Original line number Diff line number Diff line --- a/fgl.cabal +++ b/fgl.cabal @@ -90,7 +90,7 @@ build-depends: fgl , base - , QuickCheck >= 2.8 && < 2.10 + , QuickCheck >= 2.8 && < 2.12 , hspec >= 2.1 && < 2.5 , containers p/haskell-fgl/debian/patches/series 0 → 100644 +1 −0 Original line number Diff line number Diff line newer-quickcheck p/haskell-fgl/debian/rules +2 −0 Original line number Diff line number Diff line #!/usr/bin/make -f DEB_ENABLE_TESTS = yes include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/hlibrary.mk Loading
p/haskell-fgl/debian/changelog +6 −0 Original line number Diff line number Diff line haskell-fgl (5.6.0.0-2) unstable; urgency=medium * Enable testsuite. -- Clint Adams <clint@debian.org> Mon, 16 Apr 2018 12:35:37 -0400 haskell-fgl (5.6.0.0-1) unstable; urgency=medium [ Ilias Tsitsimpis ] Loading
p/haskell-fgl/debian/control +4 −0 Original line number Diff line number Diff line Loading @@ -8,6 +8,10 @@ Build-Depends: debhelper (>= 9), cdbs, ghc (>= 8), ghc-prof, libghc-quickcheck2-dev (>= 2.8), libghc-quickcheck2-dev (<< 2.12), libghc-hspec-dev (>= 2.1), libghc-hspec-dev (<< 2.5), Build-Depends-Indep: ghc-doc, Standards-Version: 4.1.4 Homepage: http://hackage.haskell.org/package/fgl Loading
p/haskell-fgl/debian/patches/newer-quickcheck 0 → 100644 +11 −0 Original line number Diff line number Diff line --- a/fgl.cabal +++ b/fgl.cabal @@ -90,7 +90,7 @@ build-depends: fgl , base - , QuickCheck >= 2.8 && < 2.10 + , QuickCheck >= 2.8 && < 2.12 , hspec >= 2.1 && < 2.5 , containers
p/haskell-fgl/debian/patches/series 0 → 100644 +1 −0 Original line number Diff line number Diff line newer-quickcheck
p/haskell-fgl/debian/rules +2 −0 Original line number Diff line number Diff line #!/usr/bin/make -f DEB_ENABLE_TESTS = yes include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/hlibrary.mk