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

active: fix patch

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

  * Fix patch.

 -- Clint Adams <clint@debian.org>  Sun, 15 Apr 2018 15:59:14 -0400

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

  * Fix Build-Depends.
+6 −1
Original line number Diff line number Diff line
--- a/active.cabal
+++ b/active.cabal
@@ -20,7 +20,7 @@
@@ -20,11 +20,11 @@
 
 library
   exposed-modules:     Data.Active
@@ -9,6 +9,11 @@
                        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
   hs-source-dirs:      src
   default-language:    Haskell2010
@@ -32,13 +32,13 @@
 test-suite active-tests
     type:              exitcode-stdio-1.0