diff --git a/repa-algorithms.cabal b/repa-algorithms.cabal
--- a/repa-algorithms.cabal
+++ b/repa-algorithms.cabal
@@ -1,5 +1,5 @@
 Name:                repa-algorithms
-Version:             3.2.1.1
+Version:             3.2.2.1
 License:             BSD3
 License-file:        LICENSE
 Author:              The DPH Team
@@ -18,7 +18,7 @@
 
 Library
   Build-Depends: 
-        base                 == 4.*,
+        base                 == 4.6.*,
         vector               == 0.9.*,
         repa                 == 3.2.*
 
@@ -31,8 +31,6 @@
         -funfolding-keeness-factor=1000
         -funbox-strict-fields
         -fcpr-off
-        -fllvm
-        -optlo-O3
 
   extensions:
         NoMonomorphismRestriction
