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 20
20
"purescript-control" : " ^0.3.0" ,
21
21
"purescript-arrays" : " ^0.4.0" ,
22
22
"purescript-maybe" : " ^0.3.0" ,
23
- "purescript-strings" : " ^0.5 .0" ,
23
+ "purescript-strings" : " ~0.7 .0" ,
24
24
"purescript-foldable-traversable" : " ^0.4.0"
25
25
},
26
26
"devDependencies" : {
27
27
"purescript-math" : " ^0.2.0" ,
28
- "purescript-quickcheck" : " ^0.6 .0"
28
+ "purescript-quickcheck" : " ^0.12 .0"
29
29
}
30
30
}
Original file line number Diff line number Diff line change 1
1
module Test.Main where
2
-
2
+
3
3
import Prelude
4
4
5
5
import Data.Maybe
@@ -17,6 +17,7 @@ import Text.Parsing.StringParser.String
17
17
import Text.Parsing.StringParser.Expr
18
18
19
19
import qualified Test.QuickCheck as QC
20
+ import qualified Test.QuickCheck.LCG as QC
20
21
21
22
parens :: forall a . Parser a -> Parser a
22
23
parens = between (string " (" ) (string " )" )
You can’t perform that action at this time.
0 commit comments