Skip to content

Commit

Permalink
Merge pull request #232 from linearray/master
Browse files Browse the repository at this point in the history
Add ocelot and svg-parser-halogen
  • Loading branch information
justinwoo committed Oct 2, 2018
2 parents 8a1fcf4 + c61d73d commit bb6705d
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -1187,6 +1187,21 @@
"repo": "https://github.com/sharkdp/purescript-numbers.git",
"version": "v6.0.0"
},
"ocelot": {
"dependencies": [
"svg-parser-halogen",
"halogen-select",
"fuzzy",
"polyform",
"remotedata",
"formatters",
"read",
"halogen-renderless",
"aff-promise"
],
"repo": "https://github.com/citizennet/purescript-ocelot.git",
"version": "v0.11.0"
},
"options": {
"dependencies": [
"contravariant",
Expand Down Expand Up @@ -1763,6 +1778,16 @@
"repo": "https://github.com/purescript-contrib/purescript-strongcheck.git",
"version": "v4.1.1"
},
"svg-parser-halogen": {
"dependencies": [
"prelude",
"string-parsers",
"generics-rep",
"halogen"
],
"repo": "https://github.com/rnons/purescript-svg-parser-halogen.git",
"version": "v0.4.0"
},
"tailrec": {
"dependencies": [
"bifunctors",
Expand Down

0 comments on commit bb6705d

Please sign in to comment.