Skip to content

Commit 966f1e9

Browse files
committed
...
1 parent a4e552e commit 966f1e9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Servant/Swagger/Internal.hs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{-# LANGUAGE CPP #-}
22
{-# LANGUAGE ConstraintKinds #-}
33
{-# LANGUAGE DataKinds #-}
4+
{-# LANGUAGE GeneralizedNewtypeDeriving #-} -- TODO: can we get rid of this?
45
{-# LANGUAGE FlexibleContexts #-}
56
{-# LANGUAGE FlexibleInstances #-}
67
{-# LANGUAGE OverloadedStrings #-}
@@ -14,6 +15,8 @@
1415
#endif
1516
module Servant.Swagger.Internal where
1617

18+
-- TODO: write tests!
19+
1720
-- TODO: shuffle this into the other imports.
1821
#if MIN_VERSION_servant(0,18,0)
1922
import Control.Applicative ((<|>))

0 commit comments

Comments
 (0)