Commit 9d00b77c authored by Clint Adams's avatar Clint Adams
Browse files

regex-applicative-text: patch for newer base

parent 2b7d0394
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
haskell-regex-applicative-text (0.1.0.1-5) unstable; urgency=medium

  * Patch for newer base.

 -- Clint Adams <clint@debian.org>  Fri, 13 Apr 2018 08:55:12 -0400

haskell-regex-applicative-text (0.1.0.1-4) unstable; urgency=medium

  [ Ilias Tsitsimpis ]
+11 −0
Original line number Diff line number Diff line
--- a/regex-applicative-text.cabal
+++ b/regex-applicative-text.cabal
@@ -29,7 +29,7 @@
       src
   ghc-options: -Wall
   build-depends:
-      base >= 4.3 && <4.10
+      base >= 4.3 && <5
     , regex-applicative >=0.3 && <0.4
     , text
   exposed-modules:
+1 −0
Original line number Diff line number Diff line
newer-base