diff --git a/RtMidi.cabal b/RtMidi.cabal
--- a/RtMidi.cabal
+++ b/RtMidi.cabal
@@ -1,6 +1,6 @@
 cabal-version:       3.0
 name:                RtMidi
-version:             0.5.0.0
+version:             0.5.0.1
 synopsis:            Haskell wrapper for RtMidi, the lightweight, cross-platform MIDI I/O library.
 description:         Please see the README on GitHub at <https://github.com/riottracker/RtMidi#readme>
 category:            Sound
@@ -32,7 +32,7 @@
   exposed-modules:     Sound.RtMidi
                      , Sound.RtMidi.Report
   other-modules:       Sound.RtMidi.Foreign
-  build-depends:       base >=4.14 && <4.15
+  build-depends:       base >=4.14 && <4.17
                      , deepseq >= 1.4.4.0 && < 2
                      , unliftio-core >= 0.1.2.0 && < 1
                      , vector >= 0.12.1.2 && < 1
