diff --git a/NEWS b/NEWS
new file mode 100644
--- /dev/null
+++ b/NEWS
@@ -0,0 +1,5 @@
+1.0.0.5
+- Add stack.yaml to .tar.gz
+
+1.0.0.4
+- Added changelog per sm request
diff --git a/stack.yaml b/stack.yaml
new file mode 100644
--- /dev/null
+++ b/stack.yaml
@@ -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
diff --git a/venzone.cabal b/venzone.cabal
--- a/venzone.cabal
+++ b/venzone.cabal
@@ -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
