From 01f4683b8b198d8be8421e2a57819b899f4b8d9d Mon Sep 17 00:00:00 2001 From: sharkdp Date: Fri, 24 Mar 2017 12:37:33 +0100 Subject: [PATCH] Better unification errors, see #37 --- bower.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index 78903b3..9eabc27 100644 --- a/bower.json +++ b/bower.json @@ -14,7 +14,7 @@ ], "dependencies": { "purescript-prelude": "^2.4.0", - "purescript-quantities": "^3.5.1", + "purescript-quantities": "^3.5.2", "purescript-parsing": "^3.2.1", "purescript-globals": "^2.0.0", "purescript-maps": "^2.1.2", diff --git a/package.json b/package.json index 1de7c0f..7cf5af3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "insect", - "version": "2.3.0", + "version": "2.3.1", "description": "REPL-style scientific calculator", "author": "David Peter ", "license": "MIT",