From ecc06f7acc6c71a64809954d04017980d5df7979 Mon Sep 17 00:00:00 2001 From: Dominik Picheta Date: Sat, 27 Oct 2018 10:53:14 +0100 Subject: [PATCH] Adds sugerror. (Merges #902 manually). --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index 1259490..fb7b565 100644 --- a/packages.json +++ b/packages.json @@ -11217,5 +11217,17 @@ "description": "GeoRef Argentina Government MultiSync API Client for Nim", "license": "MIT", "web": "https://github.com/juancarlospaco/nim-georefar" + }, + { + "name": "sugerror", + "url": "https://github.com/quelklef/nim-sugerror", + "method": "git", + "tags": [ + "errors", + "expr" + ], + "description": "Terse and composable error handling.", + "license": "MIT", + "web": "https://github.com/quelklef/nim-sugerror" } ]