diff --git a/Sound/Pulse/Simple.hsc b/Sound/Pulse/Simple.hsc
--- a/Sound/Pulse/Simple.hsc
+++ b/Sound/Pulse/Simple.hsc
@@ -5,7 +5,7 @@
 -- Portability: non-portable
 --
 -- Binding to PulseAudio Simple API (original documentation:
---  <http://0pointer.de/lennart/projects/pulseaudio/doxygen/simple_8h.html>)
+--  <http://freedesktop.org/software/pulseaudio/doxygen/simple_8h.html>)
 --
 -- playback example(output 440Hz sine wave for 10 seconds):
 -- 
diff --git a/pulse-simple.cabal b/pulse-simple.cabal
--- a/pulse-simple.cabal
+++ b/pulse-simple.cabal
@@ -1,6 +1,6 @@
 Name:            pulse-simple
 Cabal-Version:   >=1.2
-Version:         0.1.13
+Version:         0.1.14
 Author:          Daiki Handa
 Maintainer:      xanxys@gmail.com
 Synopsis:        binding to Simple API of pulseaudio
@@ -12,7 +12,7 @@
   Binding to simple version of client API for the pulseaudio soundserver.
   Although it does not provide advanced features and some not-so-adavanced features like
   volume control, it should be enough for simple applications.
-  Confirmed to work on linux(both 32 bit and 64 bit) with ghc 6.8 or 6.10.
+  Confirmed to work on linux(32 bit and 64 bit) with ghc 6.8, 6.10, 7.0.4.
 
 Library
     Extensions: ForeignFunctionInterface
