Ensure module-loading format follows purescript convention (#11)
This commit is contained in:
parent
0e6cb596b8
commit
1bf6ca2c4d
@ -1,10 +1,10 @@
|
|||||||
module HTTPure (
|
module HTTPure
|
||||||
module HTTPure.HTTPureM,
|
( module HTTPure.HTTPureM
|
||||||
module HTTPure.Server,
|
, module HTTPure.Server
|
||||||
module HTTPure.Request,
|
, module HTTPure.Request
|
||||||
module HTTPure.Response,
|
, module HTTPure.Response
|
||||||
module HTTPure.Route
|
, module HTTPure.Route
|
||||||
) where
|
) where
|
||||||
|
|
||||||
import HTTPure.HTTPureM (HTTPureM)
|
import HTTPure.HTTPureM (HTTPureM)
|
||||||
import HTTPure.Server (serve)
|
import HTTPure.Server (serve)
|
||||||
|
Loading…
Reference in New Issue
Block a user