From 5a7fe7662911ebe0bfa2bfcd0c2fc27d0e8c7f3f Mon Sep 17 00:00:00 2001 From: "Julian K. Arni" Date: Wed, 13 Jan 2016 17:32:57 +0100 Subject: [PATCH] Add polykinds to servant-mock --- servant-mock/src/Servant/Mock.hs | 1 + 1 file changed, 1 insertion(+) diff --git a/servant-mock/src/Servant/Mock.hs b/servant-mock/src/Servant/Mock.hs index e4437fba..7d17dca5 100644 --- a/servant-mock/src/Servant/Mock.hs +++ b/servant-mock/src/Servant/Mock.hs @@ -3,6 +3,7 @@ {-# LANGUAGE FlexibleContexts #-} {-# LANGUAGE FlexibleInstances #-} {-# LANGUAGE ScopedTypeVariables #-} +{-# LANGUAGE PolyKinds #-} {-# LANGUAGE TypeFamilies #-} {-# LANGUAGE TypeOperators #-} {-# OPTIONS_GHC -fno-warn-orphans #-}