Skip to content

Commit

Permalink
Merge pull request #23 from slamdata/responsetype-export
Browse files Browse the repository at this point in the history
Fix ResponseType export
  • Loading branch information
jdegoes committed Apr 23, 2015
2 parents 72eef21 + 200cde3 commit 35a3a08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Network/HTTP/Affjax/Response.purs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Network.HTTP.Affjax.Response
( ResponseType(), responseTypeToString
( ResponseType(..), responseTypeToString
, ResponseContent()
, Respondable, responseType, fromResponse
) where
Expand Down

0 comments on commit 35a3a08

Please sign in to comment.