Skip to content
This repository was archived by the owner on Jun 15, 2023. It is now read-only.

Commit aefcf95

Browse files
authored
Merge pull request #27 from natefaubion/positioned-try
Positioned errors
2 parents 25b87c9 + 405c6ed commit aefcf95

20 files changed

+2947
-1568
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@
44
/output/
55
/.psc*
66
/.psa*
7+
/.purs-repl

bower.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
"purescript-pathy": "^4.0.0",
2121
"purescript-profunctor": "^3.2.0",
2222
"purescript-profunctor-lenses": "^3.2.0",
23-
"purescript-ejson": "^10.0.0",
23+
"purescript-ejson": "^10.0.1",
2424
"purescript-argonaut-codecs": "^3.1.0",
25-
"purescript-strongcheck": "^3.1.0"
25+
"purescript-quickcheck": "^4.4.0"
2626
},
2727
"devDependencies": {
2828
"purescript-argonaut": "^3.0.0",

src/SqlSquared.purs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ import SqlSquared.Lenses as Lenses
3535
import SqlSquared.Constructors as Constructors
3636
import SqlSquared.Parser as Parser
3737

38-
import Test.StrongCheck.Gen as Gen
38+
import Test.QuickCheck.Gen as Gen
3939

4040
type Sql = Mu (Sig.SqlF EJ.EJsonF)
4141

0 commit comments

Comments
 (0)