From 396702df535a1e77bb3cf824efcc5c31139484c0 Mon Sep 17 00:00:00 2001 From: Alex Mouton Date: Sun, 27 May 2018 12:00:25 -0700 Subject: [PATCH 1/3] Replaced compiler/0.12 branch references with version numbers. --- bower.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/bower.json b/bower.json index 06c12e5..7dcf134 100644 --- a/bower.json +++ b/bower.json @@ -16,14 +16,14 @@ "package.json" ], "devDependencies": { - "purescript-console": "#compiler/0.12" - } + "purescript-console": "^4.0.0" + }, "dependencies": { - "purescript-node-streams": "#compiler/0.12", - "purescript-node-process": "#compiler/0.12", - "purescript-options": "#compiler/0.12", - "purescript-foreign": "#compiler/0.12", - "purescript-prelude": "#compiler/0.12", - "purescript-effect": "#compiler/0.12" + "purescript-node-streams": "^4.0.0", + "purescript-node-process": "^6.0.0", + "purescript-options": "^v4.0.0", + "purescript-foreign": "^5.0.0", + "purescript-prelude": "^v4.0.0", + "purescript-effect": "^2.0.0" } } From 2ac84f3c80741e5acaffbb9df44e1143022b46c7 Mon Sep 17 00:00:00 2001 From: Alex Mouton Date: Tue, 29 May 2018 11:32:37 -0700 Subject: [PATCH 2/3] node_js to 8 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c83266e..c3a3d4a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: node_js dist: trusty sudo: required -node_js: 6 +node_js: 8 install: - npm install -g bower - npm install From abd92109857b1f87a6fe24b97d309c01af5923b2 Mon Sep 17 00:00:00 2001 From: Alex Mouton Date: Tue, 29 May 2018 11:17:56 -0700 Subject: [PATCH 3/3] Purescript to 12 in package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 276a84c..009d59a 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "eslint": "^3.17.1", "pulp": "^11.0.0", "purescript-psa": "^0.5.0", - "purescript": "^0.11.1", + "purescript": "^0.12.0", "rimraf": "^2.5.4" } }