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/a49e4104e99e
branches: trunk
changeset: 409156:a49e4104e99e
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 3574e11643e6 -r a49e4104e99e 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