diff --git a/Main.hs b/Main.hs
--- a/Main.hs
+++ b/Main.hs
@@ -36,7 +36,7 @@
 default (Integer, Text)
 
 version :: String
-version = "2.3.1.1"
+version = "2.3.2"
 
 copyright :: String
 copyright = "2014"
diff --git a/sizes.cabal b/sizes.cabal
--- a/sizes.cabal
+++ b/sizes.cabal
@@ -1,6 +1,6 @@
 Name: sizes
 
-Version:  2.3.1.1
+Version:  2.3.2
 Synopsis: Recursively show space (size and i-nodes) used in subdirectories
 
 Description: Recursively show space (size and i-nodes) used in subdirectories
@@ -22,8 +22,7 @@
     Include-dirs:  .
     Includes:      HsStat.h
     c-sources:	   HsStat.c
---    ghc-options:    -debug
-    ghc-options: -threaded -with-rtsopts=-K64M -fext-core
+    ghc-options:   -threaded -with-rtsopts=-K64M
 
     Build-depends: base            >= 4 && < 5
                  , bytestring
