diff --git a/fsnotify.cabal b/fsnotify.cabal
--- a/fsnotify.cabal
+++ b/fsnotify.cabal
@@ -1,5 +1,5 @@
 Name:                   fsnotify
-Version:                0.0.1
+Version:                0.0.2
 Author:                 Mark Dittmer <mark.s.dittmer@gmail.com>
 Maintainer:             Mark Dittmer <mark.s.dittmer@gmail.com>, Greg Weber <greg@gregweber.info>
 License:                BSD3
@@ -21,7 +21,7 @@
                         , directory >= 1.1.0.2
                         , system-fileio >= 0.3.8 && < 0.4
                         , system-filepath >= 0.4.6 && <= 0.5
-                        , text >= 0.11.2.0
+                        , text >= 0.11.0
                         , time >= 1.4
   Exposed-Modules:        System.FSNotify
                         , System.FSNotify.Devel
@@ -76,7 +76,7 @@
                         , random >= 1.0.1.1
                         , system-filepath >= 0.4.6
                         , system-fileio >= 0.3.7
-                        , text >= 0.11.2.0
+                        , text >= 0.10
                         , time >= 1.4
                         , QuickCheck >= 2.4.2
                         , uniqueid >= 0.1.1
diff --git a/src/System/FSNotify.hs b/src/System/FSNotify.hs
--- a/src/System/FSNotify.hs
+++ b/src/System/FSNotify.hs
@@ -51,6 +51,7 @@
 #endif
 
 data WatchManager = WatchManager WatchConfig (Either PollManager NativeManager)
+defaultConfig :: WatchConfig
 defaultConfig = DebounceDefault
 
 -- | Perform an IO action with a WatchManager in place.
