From 7ed6961a0e0ef713c136a9d36f86bc7e31414dc5 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 20 Aug 2016 17:59:14 -0400 Subject: http client, and --server --- Types/Storage.hs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Types') diff --git a/Types/Storage.hs b/Types/Storage.hs index 5032949..d8cc181 100644 --- a/Types/Storage.hs +++ b/Types/Storage.hs @@ -46,4 +46,6 @@ data CountResult = CountResult Integer | CountFailure String deriving (Show, Generic) instance ToJSON StoreResult +instance FromJSON StoreResult instance ToJSON CountResult +instance FromJSON CountResult -- cgit v1.2.3