We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4e552e commit 966f1e9Copy full SHA for 966f1e9
src/Servant/Swagger/Internal.hs
@@ -1,6 +1,7 @@
1
{-# LANGUAGE CPP #-}
2
{-# LANGUAGE ConstraintKinds #-}
3
{-# LANGUAGE DataKinds #-}
4
+{-# LANGUAGE GeneralizedNewtypeDeriving #-} -- TODO: can we get rid of this?
5
{-# LANGUAGE FlexibleContexts #-}
6
{-# LANGUAGE FlexibleInstances #-}
7
{-# LANGUAGE OverloadedStrings #-}
@@ -14,6 +15,8 @@
14
15
#endif
16
module Servant.Swagger.Internal where
17
18
+-- TODO: write tests!
19
+
20
-- TODO: shuffle this into the other imports.
21
#if MIN_VERSION_servant(0,18,0)
22
import Control.Applicative ((<|>))
0 commit comments