diff --git a/Makefile b/Makefile
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-VERSION=0.1.14.3
+VERSION=0.1.14.4
 
 GHCOPTS=-threaded -DICONV -DMAGIC -ignore-package regex-compat-tdfa
 
diff --git a/Mundanities.hs b/Mundanities.hs
--- a/Mundanities.hs
+++ b/Mundanities.hs
@@ -8,8 +8,6 @@
 -- You should have received a copy of the GNU General Public License
 -- along with this program.  If not, see http://www.gnu.org/licenses/.
 
-{-# LANGUAGE Safe #-}
-
 module Mundanities where
 
 import           Control.Applicative     (Alternative, empty)
diff --git a/Version.hs b/Version.hs
--- a/Version.hs
+++ b/Version.hs
@@ -16,4 +16,4 @@
 programName = "diohsc"
 
 version :: String
-version = "0.1.14.3"
+version = "0.1.14.4"
diff --git a/diohsc.cabal b/diohsc.cabal
--- a/diohsc.cabal
+++ b/diohsc.cabal
@@ -1,6 +1,6 @@
 cabal-version:      1.18
 name:               diohsc
-version:            0.1.14.3
+version:            0.1.14.4
 license:            GPL-3
 license-file:       COPYING
 maintainer:         mbays@sdf.org
@@ -126,7 +126,7 @@
         cpp-options: -DWINDOWS
 
     else
-        build-depends: unix >=2.7.0.1 && <2.8
+        build-depends: unix >=2.7.0.1 && <2.9
 
     if flag(magic)
         cpp-options:   -DMAGIC
