From 68cdafe1580fbf448f293ad4efb5ba6313107d0e Mon Sep 17 00:00:00 2001
From: Ryan Scott <ryan.gl.scott@gmail.com>
Date: Tue, 4 Apr 2017 10:26:44 -0400
Subject: [PATCH 1/2] Allow building with base-4.10.0.0

---
 old-locale.cabal | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/old-locale.cabal b/old-locale.cabal
index 37057a8..52aa83a 100644
--- old-locale.cabal
+++ old-locale.cabal
@@ -31,5 +31,5 @@ Library
     exposed-modules:
         System.Locale
 
-    build-depends: base >= 4.2 && < 4.9
+    build-depends: base >= 4.2 && < 4.11
     ghc-options: -Wall

