Skip to content

Commit fd18816

Browse files
committed
Merge pull request #10 from nwolverson/bump
Bump versions
2 parents 03a4dfe + f1f391a commit fd18816

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

bower.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@
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
}

test/Main.purs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Test.Main where
2-
2+
33
import Prelude
44

55
import Data.Maybe
@@ -17,6 +17,7 @@ import Text.Parsing.StringParser.String
1717
import Text.Parsing.StringParser.Expr
1818

1919
import qualified Test.QuickCheck as QC
20+
import qualified Test.QuickCheck.LCG as QC
2021

2122
parens :: forall a. Parser a -> Parser a
2223
parens = between (string "(") (string ")")

0 commit comments

Comments
 (0)