Commit 3f443ed6 authored by Clint Adams's avatar Clint Adams
Browse files

old-locale: patch for newer base

parent 110e06ba
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
haskell-old-locale (1.0.0.7-7) unstable; urgency=medium

  * Patch for newer base.

 -- Clint Adams <clint@debian.org>  Thu, 12 Apr 2018 09:43:29 -0400

haskell-old-locale (1.0.0.7-6) unstable; urgency=medium

  [ Ilias Tsitsimpis ]
+2 −2
Original line number Diff line number Diff line
--- a/old-locale.cabal
+++ b/old-locale.cabal
@@ -31,5 +31,5 @@ Library
@@ -31,5 +31,5 @@
     exposed-modules:
         System.Locale
 
-    build-depends: base >= 4.2 && < 4.9
+    build-depends: base >= 4.2 && < 4.10
+    build-depends: base >= 4.2 && < 5
     ghc-options: -Wall