diff --git a/LICENSE b/LICENSE
--- a/LICENSE
+++ b/LICENSE
@@ -13,7 +13,7 @@
       disclaimer in the documentation and/or other materials provided
       with the distribution.
 
-    * Neither the name of Vincent Berthoux nor the names of other
+    * Neither the name of Michael Tolly nor the names of other
       contributors may be used to endorse or promote products derived
       from this software without specific prior written permission.
 
diff --git a/conduit-audio.cabal b/conduit-audio.cabal
--- a/conduit-audio.cabal
+++ b/conduit-audio.cabal
@@ -1,5 +1,5 @@
 name:                 conduit-audio
-version:              0.2.0.2
+version:              0.2.0.3
 author:               Michael Tolly
 maintainer:           miketolly@gmail.com
 license:              BSD3
@@ -28,7 +28,7 @@
   exposed-modules:
     Data.Conduit.Audio
   build-depends:
-    base >= 4.6 && < 4.9
+    base >= 4.6 && < 4.11
     , conduit
     , vector
   hs-source-dirs:       src
