Skip to content

Commit

Permalink
Merge pull request #161 from fosskers/add-fuzzy
Browse files Browse the repository at this point in the history
Add fuzzy
  • Loading branch information
justinwoo committed Mar 28, 2018
2 parents 318f1bd + 8cf8d02 commit fa89c04
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -712,6 +712,23 @@
"repo": "https://github.com/purescript/purescript-functors.git",
"version": "v2.2.0"
},
"fuzzy": {
"dependencies": [
"newtype",
"maps",
"console",
"foldable-traversable",
"rationals",
"prelude",
"stringutils",
"generics-rep",
"tuples",
"quickcheck",
"strings"
],
"repo": "https://github.com/citizennet/purescript-fuzzy.git",
"version": "v0.1.2"
},
"gen": {
"dependencies": [
"nonempty",
Expand Down Expand Up @@ -1999,6 +2016,19 @@
"repo": "https://github.com/purescript/purescript-strings.git",
"version": "v3.5.0"
},
"stringutils": {
"dependencies": [
"either",
"arrays",
"maybe",
"prelude",
"integers",
"partial",
"strings"
],
"repo": "https://github.com/menelaos/purescript-stringutils.git",
"version": "v0.0.7"
},
"strongcheck": {
"dependencies": [
"console",
Expand Down

0 comments on commit fa89c04

Please sign in to comment.