Skip to content

Commit caf0209

Browse files
committed
Merge pull request #466 from rvion/fix-some-warnings
Fix some warnings
2 parents 1807c72 + c3bb14f commit caf0209

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

servant-js/src/Servant/JS.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ import Servant.JS.Axios
123123
import Servant.JS.Internal
124124
import Servant.JS.JQuery
125125
import Servant.JS.Vanilla
126-
import Servant.Foreign (GenerateList(..), listFromAPI, NoTypes)
126+
import Servant.Foreign (listFromAPI)
127127

128128
-- | Generate the data necessary to generate javascript code
129129
-- for all the endpoints of an API, as ':<|>'-separated values

servant-js/src/Servant/JS/Internal.hs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ module Servant.JS.Internal
2323
, HasForeignType(..)
2424
, GenerateList(..)
2525
, NoTypes
26-
, HeaderArg
2726
, ArgType(..)
2827
, HeaderArg(..)
2928
, QueryArg(..)

0 commit comments

Comments
 (0)