diff --git a/hpage.cabal b/hpage.cabal
--- a/hpage.cabal
+++ b/hpage.cabal
@@ -1,5 +1,5 @@
 name: hpage
-version: 0.1.2
+version: 0.1.3
 cabal-version: >=1.6
 build-type: Custom
 license: BSD3
@@ -31,22 +31,9 @@
     location: git://github.com/elbrujohalcon/hPage.git
 
 Executable hpage
-    if os(windows)
-        build-depends: Win32 >=2.2.0.0
-        extra-libraries: kernel32
-    else
-        build-depends: unix >=2.3.1.0
     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:
@@ -57,10 +44,6 @@
     frameworks:
     c-sources:
     extensions: CPP
-    if os(windows)
---        extra-lib-dirs: C:/cygwin/lib/w32api
-        includes: windows.h
---        include-dirs: C:/cygwin/usr/include/w32api
     install-includes:
     hs-source-dirs: src
     other-modules:  Control.Concurrent.Process,
