packages feed

cmdtheline 0.1.0.0 → 0.1.0.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

cmdtheline.cabal view
@@ -1,5 +1,5 @@ Name: cmdtheline-Version: 0.1.0.0+Version: 0.1.0.1 Synopsis: Declaritive command-line option parsing and documentation library. Description:   CmdTheLine aims to remove tedium from the definition of command-line
src/System/Console/CmdTheLine.hs view
@@ -57,7 +57,7 @@ >      else putStrLn $ "Hello, " ++ str ++ "!" > > term :: Term (IO ())-> term = foo <$> silent <*> greeted+> term = hello <$> silent <*> greeted >  > termInfo :: TermInfo > termInfo = def { termName = "Hello", version = "1.0" }