venzone 1.0.0.4 → 1.0.0.5
raw patch · 3 files changed
+23/−2 lines, 3 files
Files
- NEWS +5/−0
- stack.yaml +14/−0
- venzone.cabal +4/−2
+ NEWS view
@@ -0,0 +1,5 @@+1.0.0.5+- Add stack.yaml to .tar.gz++1.0.0.4+- Added changelog per sm request
+ stack.yaml view
@@ -0,0 +1,14 @@+snapshot: lts-14.12++extra-deps:+- ansi-terminal-game-1.0.0.0+- line-drawing-0.4.0.0+- linebreak-1.0.0.3+- timers-tick-0.4.2.0+- ansi-terminal-0.8.2+- clock-0.7.2+- microlens-platform-0.4.0+- microlens-0.4.11.2+- microlens-ghc-0.4.11.1+- microlens-mtl-0.2.0.1+- microlens-th-0.4.3.2
venzone.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.2 name: venzone-version: 1.0.0.4+version: 1.0.0.5 synopsis: ASCII platform-adventure game description: Steal the Earthquake Poleaxe from the Orcolat and save your valley. Binaries and more info in the@@ -18,7 +18,9 @@ test/records/*.vr, test/records/playthrough/*.vr, CONTRIBUTING,- README+ README,+ NEWS,+ stack.yaml data-files: stories/*.vns source-repository head