mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-12 07:18:31 +01:00
Kill test suite for incremental-parser (does not compile)
This commit is contained in:
parent
887b059d4b
commit
028f87a24c
20
patching/patches/incremental-parser-0.2.3.2.patch
Normal file
20
patching/patches/incremental-parser-0.2.3.2.patch
Normal 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
|
||||
Loading…
Reference in New Issue
Block a user