hack2-contrib 2012.1.19 → 2012.1.19.1
raw patch · 2 files changed
+2/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
hack2-contrib.cabal view
@@ -1,5 +1,5 @@ Name: hack2-contrib-Version: 2012.1.19+Version: 2012.1.19.1 Build-type: Simple Synopsis: Hack2 contrib Description: Common middlewares and utilities that helps working with Hack2
src/Hack2/Contrib/Middleware/File.hs view
@@ -61,7 +61,7 @@ serving path = do -- puts "serving path" - file_data <- B.readFile path+ file_data <- B.readFile - b2u path size <- path.b2u.file_size ^ from_i -- puts - "size is " + show size