diff --git a/CONTRIBUTORS b/CONTRIBUTORS
--- a/CONTRIBUTORS
+++ b/CONTRIBUTORS
@@ -1,4 +1,5 @@
                                  Jason Dusek
                               Martin Grabmueller
                                Joachim Breitner
+                                Nathan Howell
 
diff --git a/maccatcher.cabal b/maccatcher.cabal
--- a/maccatcher.cabal
+++ b/maccatcher.cabal
@@ -1,5 +1,5 @@
 name:               maccatcher
-version:            2.1.3
+version:            2.1.4
 category:           Text
 license:            BSD3
 license-file:       LICENSE
@@ -22,11 +22,7 @@
 flag split-base
 
 library
-  if flag(split-base)
-    build-depends:    base >= 4 && < 5
-  else
-    build-depends:    base < 4
-  build-depends:      haskell98
+  build-depends:      base >= 3 && < 5
                     , binary
                     , process
                     , parsec
