Skip to content

Commit

Permalink
Merge pull request #168 from justinwoo/fix-urls
Browse files Browse the repository at this point in the history
run sed and fix URLs
  • Loading branch information
justinwoo authored Apr 18, 2018
2 parents c1f92b3 + dc602a9 commit 875d6e2
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@
"prelude",
"unsafe-coerce"
],
"repo": "git://github.com/throughnothing/purescript-crypt-nacl.git",
"repo": "https://github.com/throughnothing/purescript-crypt-nacl.git",
"version": "v0.3.0"
},
"crypto": {
Expand Down Expand Up @@ -491,7 +491,7 @@
"functions",
"prelude"
],
"repo": "git://github.com/menelaos/purescript-encoding.git",
"repo": "https://github.com/menelaos/purescript-encoding.git",
"version": "v0.0.4"
},
"enums": {
Expand Down Expand Up @@ -1559,6 +1559,24 @@
"repo": "https://github.com/felixSchl/purescript-pipes.git",
"version": "v5.0.0"
},
"polyform": {
"dependencies": [
"console",
"foreign",
"generics-rep",
"invariant",
"maps",
"monoid",
"newtype",
"prelude",
"profunctor",
"run",
"transformers",
"variant"
],
"repo": "https://github.com/paluh/purescript-polyform.git",
"version": "v0.6.2"
},
"posix-types": {
"dependencies": [
"prelude",
Expand Down Expand Up @@ -1720,24 +1738,6 @@
"repo": "https://github.com/rightfold/purescript-quotient.git",
"version": "v1.0.0"
},
"polyform": {
"dependencies": [
"console",
"foreign",
"generics-rep",
"invariant",
"maps",
"monoid",
"newtype",
"prelude",
"profunctor",
"run",
"transformers",
"variant"
],
"repo": "https://github.com/paluh/purescript-polyform.git",
"version": "v0.6.2"
},
"random": {
"dependencies": [
"eff",
Expand Down

0 comments on commit 875d6e2

Please sign in to comment.