diff --git a/WL500gPControl.cabal b/WL500gPControl.cabal
--- a/WL500gPControl.cabal
+++ b/WL500gPControl.cabal
@@ -1,5 +1,5 @@
 name:                           WL500gPControl
-version:                        0.3.1
+version:                        0.3.2
 cabal-version:                  >= 1.2
 license:                        BSD3
 license-file:                   LICENSE
@@ -11,13 +11,13 @@
 
 executable WL500gPStatus
            main-is:             Status/Main.hs
-           build-depends:       base < 4, WL500gPLibrary >= 0.3
+           build-depends:       base < 4, WL500gPLib >= 0.3
            hs-source-dirs:      src
            other-modules:       Common
 
 executable WL500gPControl
            main-is:             Control/Main.hs
-           build-depends:       base < 4, WL500gPLibrary >= 0.3, mtl, unix
+           build-depends:       base < 4, WL500gPLib >= 0.3, mtl, unix
            hs-source-dirs:      src
            other-modules:       Common
 
