diff --git a/hpage.cabal b/hpage.cabal
--- a/hpage.cabal
+++ b/hpage.cabal
@@ -1,5 +1,5 @@
 name: hpage
-version: 0.1.1
+version: 0.1.2
 cabal-version: >=1.6
 build-type: Custom
 license: BSD3
@@ -36,14 +36,17 @@
         extra-libraries: kernel32
     else
         build-depends: unix >=2.3.1.0
-    build-depends: Cabal >=1.6.0.1, mtl >=1.1.0.2, MonadCatchIO-mtl >= 0.1.0.1, syb,
-                   array >=0.2.0.0, containers >=0.2.0.1, filepath >=1.1.0.2,
-                   old-locale >=1.0.0.1, old-time >=1.0.0.2, directory >=1.0.0.3,
-                   pretty >=1.0.1.0, process >=1.0.1.1, bytestring >=0.9.1.4, random >=1.0.0.1,
-                   haskell98, hpc >=0.5.0.3, packedstring >=0.1.0.1, template-haskell, ghc >=6.10.3,
-                   base ==3.0.3.1, haskell-src >=1.0.1.3, stm >=2.1.1.2, wxcore >=0.11.1.2, wx >=0.11.1.2,
-                   ghc-mtl >=1.0.0.0, ghc-paths >=0.1.0.5, utf8-string >=0.3.4, hint >=0.3.1.0,
-                   monad-loops >=0.3.0.2, cpphs >=1.8, haskell-src-exts >=1.1.3.1
+    build-depends: base ==3.0.3.1, mtl >=1.1.0.2, haskell-src-exts >=1.1.3.1, bytestring >=0.9.1.4, hint >=0.3.1.0,
+                   MonadCatchIO-mtl >= 0.1.0.1, monad-loops >=0.3.0.2, containers >=0.2.0.1, directory >=1.0.0.3,
+                   wxcore >=0.11.1.2, wx >=0.11.1.2, filepath >=1.1.0.2
+-- Cabal >=1.6.0.1, syb,
+--               array >=0.2.0.0,
+--               old-locale >=1.0.0.1, old-time >=1.0.0.2,
+--               pretty >=1.0.1.0, process >=1.0.1.1, random >=1.0.0.1,
+--               haskell98, hpc >=0.5.0.3, packedstring >=0.1.0.1, template-haskell, ghc >=6.10.3,
+--               haskell-src >=1.0.1.3, stm >=2.1.1.2, 
+--               ghc-mtl >=1.0.0.0, ghc-paths >=0.1.0.5, utf8-string >=0.3.4,
+--               , cpphs >=1.8
     main-is: Main.hs
     buildable: True
     build-tools:
@@ -70,7 +73,7 @@
                     Utils.Log
     ghc-prof-options: -auto-all -prof
     ghc-shared-options: -auto-all -prof
-    ghc-options: -package wx -fwarn-unused-imports -fwarn-missing-fields -fwarn-incomplete-patterns
+    ghc-options: -fwarn-unused-imports -fwarn-missing-fields -fwarn-incomplete-patterns
     hugs-options:
     nhc98-options:
     jhc-options:
