diff --git a/NEWS b/NEWS
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+1.1.1.2
+- Fix documentation issues
+- dom 19 mar 2023, 11:27:38
+
 1.1.1.1
 - Switch to git
 - dom 19 mar 2023, 11:15:21
diff --git a/README b/README
--- a/README
+++ b/README
@@ -10,8 +10,8 @@
   and download a binary. If you prefer compiling it yourself, get
   Haskell on your system and then:
 
-      cabal new-update
-      cabal new-run venzone
+      cabal update
+      cabal run venzone
 
   or:
 
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.1.1.1
+version:             1.1.1.2
 synopsis:            ASCII platform-adventure game
 description:         Steal the Earthquake Poleaxe from the Orcolat
                      and save your valley. Binaries and more info in the
@@ -24,7 +24,7 @@
 data-files:          stories/*.vns
 
 source-repository head
-    type:     darcs
+    type:     git
     location: http://www.ariis.it/static/repos/stagit/venzone/
 
 flag crea-release
