We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d167bb7 commit 33f28a0Copy full SHA for 33f28a0
bower.json
@@ -42,6 +42,8 @@
42
"devDependencies": {
43
"purescript-console": "^5.0.0",
44
"purescript-effect": "^3.0.0",
45
- "purescript-quickcheck": "^7.0.0"
+ "purescript-partial": "^3.0.0",
46
+ "purescript-quickcheck": "^7.0.0",
47
+ "purescript-tuples": "^6.0.0"
48
}
49
spago.dhall
@@ -10,11 +10,13 @@
10
, "gen"
11
, "maybe"
12
, "nonempty"
13
+ , "partial"
14
, "prelude"
15
, "psci-support"
16
, "quickcheck"
17
, "strings"
18
, "tailrec"
19
+ , "tuples"
20
]
21
, packages = ./packages.dhall
22
, sources = [ "src/**/*.purs", "test/**/*.purs" ]
0 commit comments