Commit 109ffd49 authored by Clint Adams's avatar Clint Adams
Browse files

active: patch for newer base, QuickCheck, and lens

parent d85bea1e
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
haskell-active (0.2.0.13-3) unstable; urgency=medium

  * Patch for newer base, QuickCheck, and lens.

 -- Clint Adams <clint@debian.org>  Sat, 14 Apr 2018 11:11:54 -0400

haskell-active (0.2.0.13-2) unstable; urgency=medium

  [ Ilias Tsitsimpis ]
+1 −1
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@ Build-Depends:
 libghc-vector-dev (>= 0.10),
 libghc-vector-prof,
 libghc-quickcheck2-dev (>= 2.9),
 libghc-quickcheck2-dev (<< 2.10),
 libghc-quickcheck2-dev (<< 2.12),
Build-Depends-Indep: ghc-doc,
 libghc-lens-doc,
 libghc-linear-doc,
+28 −0
Original line number Diff line number Diff line
--- a/active.cabal
+++ b/active.cabal
@@ -20,7 +20,7 @@
 
 library
   exposed-modules:     Data.Active
-  build-depends:       base >= 4.0 && < 4.11,
+  build-depends:       base >= 4.0 && < 5,
                        vector >= 0.10,
                        semigroups >= 0.1 && < 0.19,
                        semigroupoids >= 1.2 && < 5.3,
@@ -32,13 +32,13 @@
 test-suite active-tests
     type:              exitcode-stdio-1.0
     main-is:           active-tests.hs
-    build-depends:     base >= 4.0 && < 4.10,
+    build-depends:     base >= 4.0 && < 5,
                        vector >= 0.10,
                        semigroups >= 0.1 && < 0.19,
                        semigroupoids >= 1.2 && < 5.3,
-                       lens >= 4.0 && < 4.16,
+                       lens >= 4.0 && < 4.17,
                        linear >= 1.14 && < 1.21,
-                       QuickCheck >= 2.9 && < 2.10
+                       QuickCheck >= 2.9 && < 2.12
     other-modules:     Data.Active
     hs-source-dirs:    src, test
     default-language:  Haskell2010
+1 −0
Original line number Diff line number Diff line
newer-deps