File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 2020 "purescript-control" : " ^0.3.0" ,
2121 "purescript-arrays" : " ^0.4.0" ,
2222 "purescript-maybe" : " ^0.3.0" ,
23- "purescript-strings" : " ^0.5 .0" ,
23+ "purescript-strings" : " ~0.7 .0" ,
2424 "purescript-foldable-traversable" : " ^0.4.0"
2525 },
2626 "devDependencies" : {
2727 "purescript-math" : " ^0.2.0" ,
28- "purescript-quickcheck" : " ^0.6 .0"
28+ "purescript-quickcheck" : " ^0.12 .0"
2929 }
3030}
Original file line number Diff line number Diff line change 11module Test.Main where
2-
2+
33import Prelude
44
55import Data.Maybe
@@ -17,6 +17,7 @@ import Text.Parsing.StringParser.String
1717import Text.Parsing.StringParser.Expr
1818
1919import qualified Test.QuickCheck as QC
20+ import qualified Test.QuickCheck.LCG as QC
2021
2122parens :: forall a . Parser a -> Parser a
2223parens = between (string " (" ) (string " )" )
You can’t perform that action at this time.
0 commit comments