Skip to content

Commit

Permalink
Re-export Response (#95)
Browse files Browse the repository at this point in the history
Fixes #94
  • Loading branch information
akheron authored and cprussin committed Jul 11, 2018
1 parent 4c9acef commit 8240299
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/HTTPure.purs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ import HTTPure.Method (Method(..))
import HTTPure.Path (Path)
import HTTPure.Request (Request, fullPath)
import HTTPure.Response
( ResponseM
( Response
, ResponseM
, response, response'
, emptyResponse, emptyResponse'

Expand Down

0 comments on commit 8240299

Please sign in to comment.