diff --git a/NEWS b/NEWS
new file mode 100644
--- /dev/null
+++ b/NEWS
@@ -0,0 +1,4 @@
+Changes from 0.1 to 0.1.0.1
+---------------------------
+Fix build-depends:
+  "base == 4.2.*" --> "base == 4.*"
diff --git a/bindings-audiofile.cabal b/bindings-audiofile.cabal
--- a/bindings-audiofile.cabal
+++ b/bindings-audiofile.cabal
@@ -2,7 +2,7 @@
 Synopsis: Low level bindings to audiofile
 Description:
         Bindings to audiofile: <http://www.68k.org/~michael/audiofile/>
-Version: 0.1
+Version: 0.1.0.1
 License: PublicDomain
 License-File: COPYING
 Author: PHO <pho at cielonegro dot org>
@@ -15,6 +15,7 @@
 Build-Type: Simple
 Extra-Source-Files:
     COPYING
+    NEWS
 
 Source-Repository head
     Type: git
@@ -22,7 +23,7 @@
 
 Library
     Build-Depends:
-        base         == 4.2.*,
+        base         == 4.*,
         bindings-DSL == 1.0.*
 
     PkgConfig-Depends:
