Commit 0e5abd6a authored by Clint Adams's avatar Clint Adams
Browse files

natural-transformation: patch for newer test deps

parent 8907a912
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
haskell-natural-transformation (0.4-3) unstable; urgency=medium

  * Patch for newer test deps.

 -- Clint Adams <clint@debian.org>  Sat, 14 Apr 2018 17:22:30 -0400

haskell-natural-transformation (0.4-2) unstable; urgency=medium

  [ Ilias Tsitsimpis ]
+1 −3
Original line number Diff line number Diff line
@@ -4,16 +4,14 @@ Uploaders: Clint Adams <clint@debian.org>
Priority: optional
Section: haskell
Build-Depends: debhelper (>= 10),
 haskell-devscripts-minimal | haskell-devscripts (>= 0.8),
 haskell-devscripts (>= 0.8),
 cdbs,
 ghc,
 ghc-prof,
 libghc-quickcheck-instances-dev (>= 0.1) <!nocheck>,
 libghc-quickcheck-instances-dev (<< 0.4) <!nocheck>,
 libghc-tasty-dev (>= 0.8) <!nocheck>,
 libghc-tasty-dev (<< 0.12) <!nocheck>,
 libghc-tasty-quickcheck-dev (>= 0.8) <!nocheck>,
 libghc-tasty-quickcheck-dev (<< 0.9) <!nocheck>,
Build-Depends-Indep: ghc-doc,
Standards-Version: 4.1.4
Homepage: https://github.com/ku-fpg/natural-transformation
+13 −0
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
                      , natural-transformation == 0.4
                      , quickcheck-instances   >= 0.1 && < 0.4
-                     , tasty                  >= 0.8 && < 0.12
-                     , tasty-quickcheck       >= 0.8 && < 0.9
+                     , tasty                  >= 0.8
+                     , tasty-quickcheck       >= 0.8
   hs-source-dirs:      tests
   default-language:    Haskell2010
   ghc-options:         -Wall
+1 −0
Original line number Diff line number Diff line
newer-deps