bird 0.0.9 → 0.0.10
raw patch · 2 files changed
+1/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- bin/bird.hs +0/−1
- bird.cabal +1/−1
bin/bird.hs view
@@ -60,6 +60,5 @@ " Bird.POST -> post $ path r\n" ++ " Bird.PUT -> put $ path r\n" ++ " Bird.DELETE -> delete $ path r\n" ++- " _ -> error \"not supported\"\n" ++ "\n" ++ "main = run app\n"
bird.cabal view
@@ -1,5 +1,5 @@ Name: bird-Version: 0.0.9+Version: 0.0.10 Build-type: Simple Synopsis: A simple, sinatra-inspired web framework. Description: Bird is a hack-compatible framework for simple websites.