diff --git a/midi-music-box.cabal b/midi-music-box.cabal
--- a/midi-music-box.cabal
+++ b/midi-music-box.cabal
@@ -1,5 +1,5 @@
 Name:                midi-music-box
-Version:             0.0.0.1
+Version:             0.0.0.2
 Synopsis:            Convert MIDI file to music box punch tape
 Description:
   Convert MIDI file to music box punch tape for this kind of music box:
@@ -45,17 +45,20 @@
   If the song is in key X major then lookup the MIDI note number for X
   and choose X plus or minus a multiple of 12 as zerokey.
   If the song has key Y minor, then X=Y+3.
+  .
+  You find executables for MS Windows in two ZIP archives there:
+  <http://code.haskell.org/~thielema/midi-music-box/>
 Homepage:            http://hub.darcs.net/thielema/midi-music-box
 License:             BSD3
 License-File:        LICENSE
 Author:              Henning Thielemann
 Maintainer:          haskell@henning-thielemann.de
-Category:            Sound
+Category:            Music, Sound
 Build-Type:          Simple
 Cabal-Version:       >=1.10
 
 Source-Repository this
-  Tag:         0.0.0.1
+  Tag:         0.0.0.2
   Type:        darcs
   Location:    http://hub.darcs.net/thielema/midi-music-box
 
@@ -69,12 +72,12 @@
   Default-Language:    Haskell2010
   GHC-Options:         -Wall
   Build-Depends:
-    diagrams-postscript >=1.3 && <1.4,
-    diagrams-lib >=1.3 && <1.4,
+    diagrams-postscript >=1.3 && <1.5,
+    diagrams-lib >=1.3 && <1.5,
     midi >=0.2.1 && <0.3,
     event-list >=0.1.1 && <0.2,
-    optparse-applicative >=0.11 && <0.13,
+    optparse-applicative >=0.11 && <0.14,
     containers >=0.4 && <0.6,
     non-empty >=0.1.3 && <0.4,
     utility-ht >=0.0.10 && <0.1,
-    base >=4.5 && <4.9
+    base >=4.5 && <5
