Skip to content

Commit

Permalink
Merge pull request #466 from rvion/fix-some-warnings
Browse files Browse the repository at this point in the history
Fix some warnings
  • Loading branch information
soenkehahn committed Apr 14, 2016
2 parents 1807c72 + c3bb14f commit caf0209
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion servant-js/src/Servant/JS.hs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion servant-js/src/Servant/JS/Internal.hs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ module Servant.JS.Internal
, HasForeignType(..)
, GenerateList(..)
, NoTypes
, HeaderArg
, ArgType(..)
, HeaderArg(..)
, QueryArg(..)
Expand Down

0 comments on commit caf0209

Please sign in to comment.