Kill test suite for incremental-parser (does not compile)

This commit is contained in:
Michael Snoyman 2014-06-15 10:20:19 +03:00
parent 887b059d4b
commit 028f87a24c

View File

@ -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