hspec-wai 0.3.0 → 0.3.0.1
raw patch · 2 files changed
+3/−1 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- README.lhs +2/−0
- hspec-wai.cabal +1/−1
README.lhs view
@@ -27,9 +27,11 @@ app = S.scottyApp $ do S.get "/" $ do S.text "hello"+ S.setHeader "Content-Type" "text/plain" S.get "/some-json" $ do S.json $ object ["foo" .= Number 23, "bar" .= Number 42]+ S.setHeader "Content-Type" "application/json" spec :: Spec spec = with app $ do
hspec-wai.cabal view
@@ -1,5 +1,5 @@ name: hspec-wai-version: 0.3.0+version: 0.3.0.1 license: MIT license-file: LICENSE copyright: (c) 2012-2014 Fujimura Daisuke,