werewolf 0.3.3.0 → 0.3.3.1
raw patch · 3 files changed
+6/−2 lines, 3 files
Files
- CHANGELOG.md +4/−0
- app/Werewolf/Options.hs +1/−1
- werewolf.cabal +1/−1
CHANGELOG.md view
@@ -2,6 +2,10 @@ #### Upcoming +#### v0.3.3.1++* Added `noIntersperse` to `interpret`. ([#60](https://github.com/hjwylde/werewolf/issues/60))+ #### v0.3.3.0 *Minor*
app/Werewolf/Options.hs view
@@ -80,7 +80,7 @@ <*> subparser (mconcat [ command "end" $ info (helper <*> end) (fullDesc <> progDesc "End the current game"), command "help" $ info (helper <*> help_) (fullDesc <> progDesc "Help documents"),- command "interpret" $ info (helper <*> interpret) (fullDesc <> progDesc "Interpret a command"),+ command "interpret" $ info (helper <*> interpret) (fullDesc <> progDesc "Interpret a command" <> noIntersperse), command "quit" $ info (helper <*> quit) (fullDesc <> progDesc "Quit the current game"), command "see" $ info (helper <*> see) (fullDesc <> progDesc "See a player's allegiance"), command "start" $ info (helper <*> start) (fullDesc <> progDesc "Start a new game"),
werewolf.cabal view
@@ -1,5 +1,5 @@ name: werewolf-version: 0.3.3.0+version: 0.3.3.1 author: Henry J. Wylde maintainer: public@hjwylde.com