From 9aeb2959558b9c70f5ef8c5128a00e7ef2c6fd61 Mon Sep 17 00:00:00 2001 From: Alp Mestanogullari Date: Wed, 10 Dec 2014 16:14:58 +0100 Subject: [PATCH] make ReqBody kind polymorphic (for a test) --- src/Servant/API/ReqBody.hs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Servant/API/ReqBody.hs b/src/Servant/API/ReqBody.hs index b601da16..550275aa 100644 --- a/src/Servant/API/ReqBody.hs +++ b/src/Servant/API/ReqBody.hs @@ -1,3 +1,4 @@ +{-# LANGUAGE PolyKinds #-} module Servant.API.ReqBody where -- | Extract the request body as a value of type @a@.