diff options
Diffstat (limited to 'devel/hs-old-time/files/patch-git_82790af')
-rw-r--r-- | devel/hs-old-time/files/patch-git_82790af | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/devel/hs-old-time/files/patch-git_82790af b/devel/hs-old-time/files/patch-git_82790af deleted file mode 100644 index ec394c8c0a72..000000000000 --- a/devel/hs-old-time/files/patch-git_82790af +++ /dev/null @@ -1,23 +0,0 @@ -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 - |