Merge pull request #466 from rvion/fix-some-warnings

Fix some warnings
This commit is contained in:
Sönke Hahn 2016-04-14 18:36:41 +08:00
commit caf02096a0
2 changed files with 1 additions and 2 deletions

View File

@ -123,7 +123,7 @@ import Servant.JS.Axios
import Servant.JS.Internal
import Servant.JS.JQuery
import Servant.JS.Vanilla
import Servant.Foreign (GenerateList(..), listFromAPI, NoTypes)
import Servant.Foreign (listFromAPI)
-- | Generate the data necessary to generate javascript code
-- for all the endpoints of an API, as ':<|>'-separated values

View File

@ -23,7 +23,6 @@ module Servant.JS.Internal
, HasForeignType(..)
, GenerateList(..)
, NoTypes
, HeaderArg
, ArgType(..)
, HeaderArg(..)
, QueryArg(..)