diff --git a/dump-core.cabal b/dump-core.cabal
--- a/dump-core.cabal
+++ b/dump-core.cabal
@@ -1,5 +1,5 @@
 name:                dump-core
-version:             0.1.3
+version:             0.1.3.1
 synopsis:            A plug-in for rendering GHC core
 description:         This is a GHC plugin that renders the Core generated by
                      GHC into JSON and also HTML, for easy inspection.
@@ -26,7 +26,7 @@
 library
   exposed-modules:     DumpCore
   other-modules:       Paths_dump_core
-  build-depends:       base >=4.9 && <4.10, ghc, text, aeson, bytestring,
+  build-depends:       base >=4.9 && <4.11, ghc, text, aeson, bytestring,
                        containers, monadLib, directory, filepath
   default-language:    Haskell2010
 
