packages feed

forest-fire 0.1.0.2 → 0.1.1.0

raw patch · 2 files changed

+3/−1 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

app/Main.hs view
@@ -2,6 +2,7 @@  import Lib import Console.Options+import System.IO  main :: IO () main = defaultMain $ do@@ -10,6 +11,7 @@   flagA    <- flag $ FlagLong "delete"   allArgs  <- remainingArguments "FILE"   action $ \toParam -> do+      hSetBuffering stdout LineBuffering -- or even NoBuffering       let reallyDelete = toParam flagA       let stackName    = toParam allArgs       case stackName of
forest-fire.cabal view
@@ -1,5 +1,5 @@ name:                forest-fire-version:             0.1.0.2+version:             0.1.1.0 synopsis:            Recursively delete CloudFormation stacks and their dependants description:   This simple tool will repeatedly query CloudFormation