ltiv1p1 1.0.0.2 → 1.0.0.3
raw patch · 2 files changed
+5/−1 lines, 2 files
Files
- ltiv1p1.cabal +1/−1
- src/Web/LTI.hs +4/−0
ltiv1p1.cabal view
@@ -1,5 +1,5 @@ name: ltiv1p1-version: 1.0.0.2+version: 1.0.0.3 cabal-version: 1.12 build-type: Simple license: MIT
src/Web/LTI.hs view
@@ -131,7 +131,11 @@ convertRequest :: Wai.Request -> HTTP.RequestBody -> HTTP.Request+#if MIN_VERSION_http_client(0, 4, 30)+convertRequest wr rbody = HTTP.defaultRequest+#else convertRequest wr rbody = def+#endif { HTTP.method = Wai.requestMethod wr , HTTP.secure = Wai.appearsSecure wr , HTTP.host = whost