From 028f87a24c3c7cd0caa146c273543838cfd41267 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 15 Jun 2014 10:20:19 +0300 Subject: [PATCH] Kill test suite for incremental-parser (does not compile) --- .../patches/incremental-parser-0.2.3.2.patch | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 patching/patches/incremental-parser-0.2.3.2.patch diff --git a/patching/patches/incremental-parser-0.2.3.2.patch b/patching/patches/incremental-parser-0.2.3.2.patch new file mode 100644 index 00000000..82ca2275 --- /dev/null +++ b/patching/patches/incremental-parser-0.2.3.2.patch @@ -0,0 +1,20 @@ +diff -ru orig/incremental-parser.cabal new/incremental-parser.cabal +--- orig/incremental-parser.cabal 2014-06-15 10:20:01.864931460 +0300 ++++ new/incremental-parser.cabal 2014-06-15 10:20:01.000000000 +0300 +@@ -29,15 +29,3 @@ + GHC-prof-options: -auto-all + if impl(ghc >= 7.0.0) + default-language: Haskell2010 +- +-test-suite Main +- Type: exitcode-stdio-1.0 +- x-uses-tf: true +- Build-Depends: base < 5, monoid-subclasses < 0.4, +- QuickCheck >= 2 && < 3, checkers >= 0.2 && < 0.4, +- test-framework >= 0.4.1, test-framework-quickcheck2 +- Main-is: Test/TestIncrementalParser.hs +- Other-Modules: Text.ParserCombinators.Incremental, +- Text.ParserCombinators.Incremental.LeftBiasedLocal, Text.ParserCombinators.Incremental.Symmetric, +- Control.Applicative.Monoid +- default-language: Haskell2010 +Only in orig: Test