diff --git a/shake-plus.cabal b/shake-plus.cabal
--- a/shake-plus.cabal
+++ b/shake-plus.cabal
@@ -4,10 +4,10 @@
 --
 -- see: https://github.com/sol/hpack
 --
--- hash: 2c3973cab1afdf468a1a38cb29ab3fa3fd78d0112dc8fabc32eaf14949e34860
+-- hash: d5b93028b837ef6a01e711272ffdee5ea955501047679ec8a11726b7d97098b7
 
 name:           shake-plus
-version:        0.0.1.0
+version:        0.0.1.1
 synopsis:       Re-export of Shake using well-typed paths and ReaderT.
 description:    Re-export of Shake using well-typed paths and ReaderT. This is an early release so some things may be missing or broken but so far the conveniences have been worth it.
 category:       development, shake
diff --git a/src/Development/Shake/Plus.hs b/src/Development/Shake/Plus.hs
--- a/src/Development/Shake/Plus.hs
+++ b/src/Development/Shake/Plus.hs
@@ -1,6 +1,6 @@
 module Development.Shake.Plus (
   module Development.Shake.Plus.Cache
-  module Development.Shake.Plus.Core
+, module Development.Shake.Plus.Core
 , module Development.Shake.Plus.Directory
 , module Development.Shake.Plus.File
 , module Development.Shake.Plus.FileRules
