keter 1.0.1 → 1.0.1.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
- Keter/App.hs +1/−1
- keter.cabal +1/−1
Keter/App.hs view
@@ -345,7 +345,7 @@ icount <- newIORef 0 return $ do res <- atomicModifyIORef icount $ \count ->- (count + 1, count >= maxCount)+ (count + 1, count < maxCount) when res delay return res
keter.cabal view
@@ -1,5 +1,5 @@ Name: keter-Version: 1.0.1+Version: 1.0.1.1 Synopsis: Web application deployment manager, focusing on Haskell web frameworks Description: Handles deployment of web apps, providing a reverse proxy to achieve zero downtime deployments. For more information, please see the README on Github: <https://github.com/snoyberg/keter#readme>