We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8cbc34 commit bd11b65Copy full SHA for bd11b65
2 files changed
.gitignore
@@ -2,3 +2,4 @@
2
/.spago
3
/output
4
/.purs-repl
5
+/bower_components
bower.json
@@ -22,7 +22,7 @@
22
"purescript-newtype": "^v5.0.0",
23
"purescript-nonempty": "^v7.0.0",
24
"purescript-numbers": "^v9.0.0",
25
- "purescript-pairs": "^v8.0.0",
+ "purescript-pairs": "^v9.0.0",
26
"purescript-prelude": "^v6.0.0",
27
"purescript-tuples": "^v7.0.0"
28
}
0 commit comments