diff --git a/Cookbook/Recipes/Meta.hs b/Cookbook/Recipes/Meta.hs
--- a/Cookbook/Recipes/Meta.hs
+++ b/Cookbook/Recipes/Meta.hs
@@ -2,12 +2,10 @@
                              module Cookbook.Recipes.Cline,
                              module Cookbook.Recipes.DataStructures,
                              module Cookbook.Recipes.Math,
-                             module Cookbook.Recipes.Sanitize,
-                             module Cookbook.Recipes.WordStats) where
+                             module Cookbook.Recipes.Sanitize) where
 
 import Cookbook.Recipes.Algorithm
 import Cookbook.Recipes.Cline
 import Cookbook.Recipes.DataStructures
 import Cookbook.Recipes.Math
 import Cookbook.Recipes.Sanitize
-import Cookbook.Recipes.WordStats
diff --git a/cookbook.cabal b/cookbook.cabal
--- a/cookbook.cabal
+++ b/cookbook.cabal
@@ -3,7 +3,7 @@
 -- PVP summary:      +-+------- breaking API changes
 --                   | | +----- non-breaking API additions
 --                   | | | +--- code changes with no API change
-version:             3.0.0.0
+version:             3.0.0.1
 synopsis:    Tiered general-purpose libraries with domain-specific applications.
 description:        Cookbook is a line of libraries covering a wide variety of Haskell applications. Every application that I make, I add its functions to Cookbook, turning Cookbook into an all-encompassing general-purpose library over time. The claim-to-fame for the library is its use of overloaded typeclasses, called "Continuities". 
 license:             BSD3
@@ -51,7 +51,7 @@
             Cookbook.Project.Quill2.Meta
                         
             
-  build-depends:       base ==4.6.*, directory, strict
+  build-depends:       base ==4.*, directory, strict
 source-repository head
   type: git
   location: https://github.com/natepisarski/Cookbook-hs
