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-sndfile.cabal b/conduit-audio-sndfile.cabal
--- a/conduit-audio-sndfile.cabal
+++ b/conduit-audio-sndfile.cabal
@@ -1,5 +1,5 @@
 name:                 conduit-audio-sndfile
-version:              0.1.2
+version:              0.1.2.1
 author:               Michael Tolly
 maintainer:           miketolly@gmail.com
 license:              BSD3
@@ -22,13 +22,13 @@
   exposed-modules:
     Data.Conduit.Audio.Sndfile
   build-depends:
-    base >= 4.6 && < 4.9
+    base >= 4.6 && < 4.11
     , conduit
     , conduit-audio >= 0.1 && < 0.3
     , hsndfile
     , hsndfile-vector
     , resourcet
-    , transformers >= 0.3 && < 0.5
+    , transformers >= 0.3 && < 0.6
   hs-source-dirs:       src
   default-language:     Haskell2010
   ghc-options:          -Wall -O2
