From 2ef550ef335553039f86b2897e75a6c198c2d709 Mon Sep 17 00:00:00 2001 From: sigma-andex <77549848+sigma-andex@users.noreply.github.com> Date: Sun, 5 Jun 2022 20:50:50 +0100 Subject: [PATCH] Add encoder exports --- src/HTTPure.purs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/HTTPure.purs b/src/HTTPure.purs index 94b5563..e7b27a0 100644 --- a/src/HTTPure.purs +++ b/src/HTTPure.purs @@ -22,7 +22,7 @@ import Data.Generic.Rep (class Generic) import HTTPurple.Body (toBuffer, toStream, toString) import HTTPurple.Cont (usingCont) import HTTPurple.Headers (Headers, empty, header, headers) -import HTTPurple.Json (JsonDecoder(..), fromJson, jsonHeader, jsonHeaders) +import HTTPurple.Json (JsonDecoder(..), JsonEncoder(..), fromJson, jsonHeader, jsonHeaders, toJson) import HTTPurple.Lookup (at, has, lookup, (!!), (!?), (!@)) import HTTPurple.Method (Method(..)) import HTTPurple.Path (Path)