From c0f033ea355b2fa4ef4feede57a44f345916e4e2 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 1 Sep 2013 16:25:17 +0300 Subject: [PATCH] Added another patch --- patching/patches/test-framework-th-prime-0.0.5.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 patching/patches/test-framework-th-prime-0.0.5.patch diff --git a/patching/patches/test-framework-th-prime-0.0.5.patch b/patching/patches/test-framework-th-prime-0.0.5.patch new file mode 100644 index 00000000..298c64ad --- /dev/null +++ b/patching/patches/test-framework-th-prime-0.0.5.patch @@ -0,0 +1,12 @@ +diff -ru orig/Test/Framework/TH/Prime/Parser.hs new/Test/Framework/TH/Prime/Parser.hs +--- orig/Test/Framework/TH/Prime/Parser.hs 2013-09-01 16:25:06.353768490 +0300 ++++ new/Test/Framework/TH/Prime/Parser.hs 2013-09-01 16:25:06.000000000 +0300 +@@ -70,7 +70,7 @@ + toStr (Ident str) = str + toStr (Symbol str) = str + opt raw = defaultParseMode { +- extensions = nub $ TemplateHaskell : exts raw ++ extensions = map UnknownExtension $ nub $ "TemplateHaskell" : exts raw + -- to prevent "Ambiguous infix expression" + , fixities = Nothing + }