blob: ec394c8c0a72ecd32d6985d1401584c5b877e898 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
From 320f806511c2819c7ae338a5e75a74fc4c3411b7 Mon Sep 17 00:00:00 2001
From: Ryan Scott <ryan.gl.scott@gmail.com>
Date: Tue, 4 Apr 2017 10:29:41 -0400
Subject: [PATCH 1/2] Allow building with base-4.10.0.0
---
old-time.cabal | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/old-time.cabal b/old-time.cabal
index d322965..3a0e85c 100644
--- old-time.cabal
+++ old-time.cabal
@@ -53,7 +53,7 @@ Library
HsTime.h
build-depends:
- base >= 4.7 && < 4.9,
+ base >= 4.7 && < 4.13,
old-locale == 1.0.*
ghc-options: -Wall
|