From 8428e4bd7bda915161c0d144124139a1c2cd078e Mon Sep 17 00:00:00 2001 From: Alp Mestanogullari Date: Mon, 9 Mar 2015 19:59:25 +0100 Subject: [PATCH] fix dumb error --- src/Servant/Server.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Servant/Server.hs b/src/Servant/Server.hs index 7329fecc..c87befd4 100644 --- a/src/Servant/Server.hs +++ b/src/Servant/Server.hs @@ -18,7 +18,7 @@ module Servant.Server import Data.Proxy (Proxy) import Network.Wai (Application) -import Servant.API (Canonicalize) +import Servant.API (Canonicalize, canonicalize) import Servant.Server.Internal