diff --git a/repa-fftw.cabal b/repa-fftw.cabal
--- a/repa-fftw.cabal
+++ b/repa-fftw.cabal
@@ -1,37 +1,30 @@
 Name:                repa-fftw
-Version:             3.2.3.1
+Version:             3.2.3.2
 Synopsis:            Perform fft with repa via FFTW
 License:             BSD3
 License-file:        LICENSE
 Author:              <8c6794b6@gmail.com>
 Maintainer:          <8c6794b6@gmail.com>
-Category:            Math
+Category:            Data Structures
 Build-type:          Simple
 Cabal-version:       >=1.8
 
 Description:
   Performs FFT on repa array data with fftw.
 
-flag dev
-  description:
-    Activate developer flags
-  default:
-    False
-
 source-repository head
   type: git
   location: https://github.com/8c6794b6/repa-fftw.git
 
 Library
   ghc-options:
-    -Wall -fno-warn-orphans
-    -O3 -fllvm -optl-O3
+    -Wall -fno-warn-orphans -O3
   exposed-modules:
     Data.Array.Repa.FFTW
   build-depends:
     base >= 4.6 && < 5,
-    carray >= 0.1.5 && < 0.2,
-    fft >= 0.1.5 && < 0.2,
+    carray >= 0.1.5,
+    fft >= 0.1.5,
     repa >= 3.2.3,
     storable-complex >= 0.2
 
