diff --git a/terminfo.cabal b/terminfo.cabal
--- a/terminfo.cabal
+++ b/terminfo.cabal
@@ -1,13 +1,12 @@
 Name:           terminfo
 Cabal-Version:  >=1.10
-Version:        0.4.1.1
+Version:        0.4.1.2
 Category:       User Interfaces
 License:        BSD3
 License-File:   LICENSE
 Copyright:      (c) Judah Jacobson
 Author:         Judah Jacobson
 Maintainer:     Judah Jacobson <judah.jacobson@gmail.com>
-Category:       User Interfaces
 Synopsis:       Haskell bindings to the terminfo library.
 Description:    This library provides an interface to the terminfo database (via bindings to the
                 curses library).  <http://en.wikipedia.org/wiki/Terminfo Terminfo> allows POSIX
@@ -29,7 +28,7 @@
     other-extensions: CPP, DeriveDataTypeable, FlexibleInstances, ScopedTypeVariables
     if impl(ghc>=7.3)
       other-extensions: Safe, Trustworthy
-    build-depends:    base >= 4.3 && < 4.12
+    build-depends:    base >= 4.3 && < 4.13
     ghc-options:      -Wall
     exposed-modules:
                     System.Console.Terminfo
