We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa83d88 commit 110f00aCopy full SHA for 110f00a
1 file changed
bower.json
@@ -20,8 +20,22 @@
20
"ignore": [
21
"**/.*",
22
"node_modules",
23
- "bower_components",
24
- "test",
25
- "tests"
26
- ]
+ "bower_components"
+ ],
+ "dependencies": {
+ "prelude": "^0.3.7",
27
+ "purescript-arrays": "^6.0.1",
28
+ "purescript-aff": "^6.0.0",
29
+ "purescript-effect": "^3.0.0",
30
+ "purescript-foldable-traversable": "^5.0.1",
31
+ "purescript-integers": "^5.0.0",
32
+ "purescript-maybe": "^5.0.0",
33
+ "purescript-numbers": "^8.0.0",
34
+ "purescript-psci-support": "^5.0.0",
35
+ "purescript-quickcheck": "^7.1.0",
36
+ "purescript-spec": "^5.0.1",
37
+ "purescript-strings": "^5.0.0",
38
+ "purescript-tuples": "^6.0.1",
39
+ "purescript-versions": "^6.0.0"
40
+ }
41
}
0 commit comments