roller 0.1.0 → 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
- Roller/CLI.hs +1/−1
- roller.cabal +1/−1
Roller/CLI.hs view
@@ -15,7 +15,7 @@ f <$> switch ( long "verbose" <> short 'v' <> help "List out each roll")- <*> option auto ( long "nrolls"+ <*> (option auto) ( long "nrolls" <> value 1 <> short 'n' <> help "Number of times to roll the expression")
roller.cabal view
@@ -1,5 +1,5 @@ name: roller-version: 0.1.0+version: 0.1.1 synopsis: Playing with applicatives and dice! description: A basic library and program for simulated rolling of polyhedral dice, as would be used in pen and paper RPGs.