pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/hs-cgrep/patches Remove a patch: it's no long...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9d6f07dae400
branches:  trunk
changeset: 421473:9d6f07dae400
user:      pho <pho%pkgsrc.org@localhost>
date:      Thu Jan 16 11:38:40 2020 +0000

description:
Remove a patch: it's no longer needed

diffstat:

 textproc/hs-cgrep/patches/patch-src_Config.hs |  18 ------------------
 1 files changed, 0 insertions(+), 18 deletions(-)

diffs (22 lines):

diff -r 9be4d1f309cd -r 9d6f07dae400 textproc/hs-cgrep/patches/patch-src_Config.hs
--- a/textproc/hs-cgrep/patches/patch-src_Config.hs     Thu Jan 16 11:25:41 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,18 +0,0 @@
-$NetBSD: patch-src_Config.hs,v 1.1 2020/01/03 08:22:09 pho Exp $
-
-Compatibility with GHC < 8
-
---- src/Config.hs.orig 2001-09-09 01:46:40.000000000 +0000
-+++ src/Config.hs
-@@ -19,6 +19,11 @@
- {-# LANGUAGE DeriveGeneric #-}
- {-# LANGUAGE RecordWildCards #-}
- {-# LANGUAGE OverloadedStrings #-}
-+{-# LANGUAGE CPP #-}
-+
-+#if !MIN_VERSION_base(4,9,0)
-+#  define errorWithoutStackTrace error
-+#endif
- 
- module Config where
- 



Home | Main Index | Thread Index | Old Index