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)