]> gitweb @ CieloNegro.org - Lucu.git/commit
StatusCode is now a type class, not an algebraic data type.
authorPHO <pho@cielonegro.org>
Sun, 6 Nov 2011 14:57:21 +0000 (23:57 +0900)
committerPHO <pho@cielonegro.org>
Sun, 6 Nov 2011 14:57:21 +0000 (23:57 +0900)
commit51eda5b02d4528e2e240cbfc228de02b1c83799a
tree1d50cc5deabaffed888c6863b236e5fb83408f27
parent19043d7882f936be9b073cae34b52905016c3ad7
StatusCode is now a type class, not an algebraic data type.

Ditz-issue: c566a8433e8af700655680f53e99cfe9f563ed32
16 files changed:
Lucu.cabal
Network/HTTP/Lucu.hs
Network/HTTP/Lucu/Abortion.hs
Network/HTTP/Lucu/Abortion/Internal.hs
Network/HTTP/Lucu/DefaultPage.hs
Network/HTTP/Lucu/Interaction.hs
Network/HTTP/Lucu/Postprocess.hs
Network/HTTP/Lucu/Preprocess.hs
Network/HTTP/Lucu/RequestReader.hs
Network/HTTP/Lucu/Resource.hs
Network/HTTP/Lucu/Resource/Internal.hs
Network/HTTP/Lucu/Response.hs
Network/HTTP/Lucu/ResponseWriter.hs
Network/HTTP/Lucu/StatusCode.hs [new file with mode: 0644]
Network/HTTP/Lucu/StatusCode/Internal.hs [new file with mode: 0644]
Network/HTTP/Lucu/Utils.hs