From dc602a90ab3deebecd231e2fa8fcc27c0e25f7a8 Mon Sep 17 00:00:00 2001 From: justinwoo Date: Wed, 18 Apr 2018 21:43:02 +0300 Subject: [PATCH] run sed and fix URLs, run pp format --- packages.json | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/packages.json b/packages.json index 675dc46..776c892 100644 --- a/packages.json +++ b/packages.json @@ -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": { @@ -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": { @@ -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", @@ -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",