Commit 697cd114 authored by Clint Adams's avatar Clint Adams
Browse files

utf8-string: patch for newer base

parent ea24510c
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
haskell-utf8-string (1.0.1.1-6) unstable; urgency=medium

  * Patch for newer base.

 -- Clint Adams <clint@debian.org>  Thu, 12 Apr 2018 14:50:24 -0400

haskell-utf8-string (1.0.1.1-5) unstable; urgency=medium

  [ Ilias Tsitsimpis ]
+2 −2
Original line number Diff line number Diff line
--- a/utf8-string.cabal
+++ b/utf8-string.cabal
@@ -19,7 +19,7 @@ Tested-With:        GHC==7.0.4, GHC==7.4
@@ -19,7 +19,7 @@
 library
   Ghc-options:        -W -O2
 
-  build-depends: base >= 4.3 && < 4.9, bytestring >= 0.9
+  build-depends: base >= 4.3 && < 4.10, bytestring >= 0.9
+  build-depends: base >= 4.3 && < 4.11, bytestring >= 0.9
 
   Extensions:         CPP
   Exposed-modules:    Codec.Binary.UTF8.String