Skip to content

Commit 200cde3

Browse files
committed
Fix ResponseType export
1 parent 72eef21 commit 200cde3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Network/HTTP/Affjax/Response.purs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Network.HTTP.Affjax.Response
2-
( ResponseType(), responseTypeToString
2+
( ResponseType(..), responseTypeToString
33
, ResponseContent()
44
, Respondable, responseType, fromResponse
55
) where

0 commit comments

Comments
 (0)