Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
fisx committed Aug 1, 2020
1 parent a4e552e commit 966f1e9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Servant/Swagger/Internal.hs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{-# LANGUAGE CPP #-}
{-# LANGUAGE ConstraintKinds #-}
{-# LANGUAGE DataKinds #-}
{-# LANGUAGE GeneralizedNewtypeDeriving #-} -- TODO: can we get rid of this?
{-# LANGUAGE FlexibleContexts #-}
{-# LANGUAGE FlexibleInstances #-}
{-# LANGUAGE OverloadedStrings #-}
Expand All @@ -14,6 +15,8 @@
#endif
module Servant.Swagger.Internal where

-- TODO: write tests!

-- TODO: shuffle this into the other imports.
#if MIN_VERSION_servant(0,18,0)
import Control.Applicative ((<|>))
Expand Down

0 comments on commit 966f1e9

Please sign in to comment.