Commit 58a0273e authored by Clint Adams's avatar Clint Adams
Browse files

active: patch for newer build dependencies

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

  * Patch for newer build dependencies.

 -- Clint Adams <clint@debian.org>  Sun, 01 Sep 2019 10:31:24 -0400

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

  [ Clint Adams ]
+5 −5
Original line number Diff line number Diff line
@@ -12,13 +12,13 @@ Build-Depends:
 ghc-prof,
 haskell-devscripts (>= 0.13),
 libghc-lens-dev (>= 4.0),
 libghc-lens-dev (<< 4.17),
 libghc-lens-dev (<< 4.18),
 libghc-lens-prof,
 libghc-linear-dev (>= 1.14),
 libghc-linear-dev (<< 1.21),
 libghc-linear-prof,
 libghc-semigroupoids-dev (>= 1.2),
 libghc-semigroupoids-dev (<< 5.3),
 libghc-semigroupoids-dev (<< 5.4),
 libghc-semigroupoids-prof,
 libghc-semigroups-dev (<< 0.19),
 libghc-semigroups-dev (>= 0.1),
@@ -26,15 +26,15 @@ Build-Depends:
 libghc-vector-dev (>= 0.10),
 libghc-vector-prof,
 libghc-quickcheck2-dev (>= 2.9),
 libghc-quickcheck2-dev (<< 2.12),
 libghc-quickcheck2-dev (<< 2.14),
Build-Depends-Indep: ghc-doc,
 libghc-lens-doc,
 libghc-linear-doc,
 libghc-semigroupoids-doc,
 libghc-semigroups-doc,
 libghc-vector-doc,
Standards-Version: 4.1.4
Homepage: http://hackage.haskell.org/package/active
Standards-Version: 4.4.0
Homepage: https://hackage.haskell.org/package/active
Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-active
Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-active]

+7 −5
Original line number Diff line number Diff line
@@ -8,9 +8,10 @@
+  build-depends:       base >= 4.0 && < 5,
                        vector >= 0.10,
                        semigroups >= 0.1 && < 0.19,
                        semigroupoids >= 1.2 && < 5.3,
-                       semigroupoids >= 1.2 && < 5.3,
-                       lens >= 4.0 && < 4.16,
+                       lens >= 4.0 && < 4.17,
+                       semigroupoids >= 1.2 && < 5.4,
+                       lens >= 4.0 && < 4.18,
                        linear >= 1.14 && < 1.21
   hs-source-dirs:      src
   default-language:    Haskell2010
@@ -22,12 +23,13 @@
+    build-depends:     base >= 4.0 && < 5,
                        vector >= 0.10,
                        semigroups >= 0.1 && < 0.19,
                        semigroupoids >= 1.2 && < 5.3,
-                       semigroupoids >= 1.2 && < 5.3,
-                       lens >= 4.0 && < 4.16,
+                       lens >= 4.0 && < 4.17,
+                       semigroupoids >= 1.2 && < 5.4,
+                       lens >= 4.0 && < 4.18,
                        linear >= 1.14 && < 1.21,
-                       QuickCheck >= 2.9 && < 2.10
+                       QuickCheck >= 2.9 && < 2.12
+                       QuickCheck >= 2.9 && < 2.13
     other-modules:     Data.Active
     hs-source-dirs:    src, test
     default-language:  Haskell2010