From 54273878b959a07f42f49b75b1d9c0ce3e37fbd4 Mon Sep 17 00:00:00 2001 From: Denis Redozubov Date: Sat, 12 Mar 2016 12:21:41 +0300 Subject: [PATCH] little improvements --- servant/src/Servant/API/Internal/Test/ComprehensiveAPI.hs | 1 + 1 file changed, 1 insertion(+) diff --git a/servant/src/Servant/API/Internal/Test/ComprehensiveAPI.hs b/servant/src/Servant/API/Internal/Test/ComprehensiveAPI.hs index 22d69263..91d01727 100644 --- a/servant/src/Servant/API/Internal/Test/ComprehensiveAPI.hs +++ b/servant/src/Servant/API/Internal/Test/ComprehensiveAPI.hs @@ -7,6 +7,7 @@ module Servant.API.Internal.Test.ComprehensiveAPI where import Data.Proxy + import Servant.API type GET = Get '[JSON] ()