Loading p/haskell-natural-transformation/debian/changelog +6 −0 Original line number Diff line number Diff line haskell-natural-transformation (0.4-5) unstable; urgency=medium * Patch for newer containers. -- Clint Adams <clint@debian.org> Tue, 27 Aug 2019 21:26:45 -0400 haskell-natural-transformation (0.4-4) unstable; urgency=medium [ Clint Adams ] Loading p/haskell-natural-transformation/debian/control +1 −1 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ Build-Depends: debhelper (>= 10), libghc-tasty-dev (>= 0.8) <!nocheck>, libghc-tasty-quickcheck-dev (>= 0.8) <!nocheck>, Build-Depends-Indep: ghc-doc, Standards-Version: 4.1.4 Standards-Version: 4.4.0 Homepage: https://github.com/ku-fpg/natural-transformation X-Description: natural transformations A natural transformation transforms a container f a into another Loading p/haskell-natural-transformation/debian/patches/newer-deps +6 −2 Original line number Diff line number Diff line --- a/natural-transformation.cabal +++ b/natural-transformation.cabal @@ -45,8 +45,8 @@ , containers >= 0.1 && < 0.6 @@ -42,11 +42,11 @@ type: exitcode-stdio-1.0 main-is: Properties.hs build-depends: base >= 4.7 && < 5 - , containers >= 0.1 && < 0.6 + , containers >= 0.1 && < 0.7 , natural-transformation == 0.4 , quickcheck-instances >= 0.1 && < 0.4 - , tasty >= 0.8 && < 0.12 Loading Loading
p/haskell-natural-transformation/debian/changelog +6 −0 Original line number Diff line number Diff line haskell-natural-transformation (0.4-5) unstable; urgency=medium * Patch for newer containers. -- Clint Adams <clint@debian.org> Tue, 27 Aug 2019 21:26:45 -0400 haskell-natural-transformation (0.4-4) unstable; urgency=medium [ Clint Adams ] Loading
p/haskell-natural-transformation/debian/control +1 −1 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ Build-Depends: debhelper (>= 10), libghc-tasty-dev (>= 0.8) <!nocheck>, libghc-tasty-quickcheck-dev (>= 0.8) <!nocheck>, Build-Depends-Indep: ghc-doc, Standards-Version: 4.1.4 Standards-Version: 4.4.0 Homepage: https://github.com/ku-fpg/natural-transformation X-Description: natural transformations A natural transformation transforms a container f a into another Loading
p/haskell-natural-transformation/debian/patches/newer-deps +6 −2 Original line number Diff line number Diff line --- a/natural-transformation.cabal +++ b/natural-transformation.cabal @@ -45,8 +45,8 @@ , containers >= 0.1 && < 0.6 @@ -42,11 +42,11 @@ type: exitcode-stdio-1.0 main-is: Properties.hs build-depends: base >= 4.7 && < 5 - , containers >= 0.1 && < 0.6 + , containers >= 0.1 && < 0.7 , natural-transformation == 0.4 , quickcheck-instances >= 0.1 && < 0.4 - , tasty >= 0.8 && < 0.12 Loading