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: d5b93028b837ef6a01e711272ffdee5ea955501047679ec8a11726b7d97098b7
+-- hash: a0d7d5de64c4e73aa6c28731b41b9e9d95c762545d9f6b2ee3fa8e062dc79a05
 
 name:           shake-plus
-version:        0.0.1.1
+version:        0.0.1.2
 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
@@ -4,7 +4,7 @@
 , module Development.Shake.Plus.Directory
 , module Development.Shake.Plus.File
 , module Development.Shake.Plus.FileRules
-, module Development.Shake.Plus.Orcle
+, module Development.Shake.Plus.Oracle
 ) where
 
 import Development.Shake.Plus.Cache
