diff options
Diffstat (limited to 'devel/hs-old-locale/files/patch-git_15fea2d')
-rw-r--r-- | devel/hs-old-locale/files/patch-git_15fea2d | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/devel/hs-old-locale/files/patch-git_15fea2d b/devel/hs-old-locale/files/patch-git_15fea2d deleted file mode 100644 index e937c048c9eb..000000000000 --- a/devel/hs-old-locale/files/patch-git_15fea2d +++ /dev/null @@ -1,21 +0,0 @@ -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.13 - ghc-options: -Wall - |