commit
caf02096a0
2 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -23,7 +23,6 @@ module Servant.JS.Internal
|
|||
, HasForeignType(..)
|
||||
, GenerateList(..)
|
||||
, NoTypes
|
||||
, HeaderArg
|
||||
, ArgType(..)
|
||||
, HeaderArg(..)
|
||||
, QueryArg(..)
|
||||
|
|
Loading…
Reference in a new issue