diff --git a/Nussinov78.cabal b/Nussinov78.cabal
--- a/Nussinov78.cabal
+++ b/Nussinov78.cabal
@@ -1,5 +1,5 @@
 name:           Nussinov78
-version:        0.0.1.2
+version:        0.0.1.3
 author:         Christian Hoener zu Siederdissen, 2011-2012
 copyright:      Christian Hoener zu Siederdissen, 2011-2012
 homepage:       http://www.tbi.univie.ac.at/~choener/adpfusion
@@ -32,6 +32,8 @@
                 available under C/nussinov.c. Use at least
                 "gcc -O3 nussinov.c".
 
+
+
 Extra-Source-Files:
   C/nussinov.c
 
@@ -47,15 +49,14 @@
     mtl            >= 2,
     primitive      == 0.4.*   ,
     vector         == 0.9.*   ,
-    PrimitiveArray == 0.2.1.1 ,
-    BiobaseXNA     == 0.6.2.4 ,
-    ADPfusion      == 0.0.1.1
+    PrimitiveArray == 0.2.2.0 ,
+    BiobaseXNA     == 0.6.2.5 ,
+    ADPfusion      == 0.0.1.2
   exposed-modules:
     BioInf.Nussinov78
   ghc-options:
-    -Odph
+    -O2
     -funbox-strict-fields
-    -fspec-constr
     -funfolding-use-threshold100
     -funfolding-keeness-factor100
   if flag (llvm)
@@ -66,22 +67,15 @@
 
 executable Nussinov78
   build-depends:
---    base >= 4 && < 5,
---    mtl,
---    primitive      == 0.4.*   ,
---    vector         == 0.9.*   ,
---    PrimitiveArray == 0.2.1.1 ,
---    BiobaseXNA     == 0.6.2.2 ,
---    ADPfusion      == 0.0.1.0
+--    from above
   main-is:
     Nussinov78.hs
   other-modules:
     BioInf.Nussinov78
   ghc-options:
     -rtsopts
-    -Odph
+    -O2
     -funbox-strict-fields
-    -fspec-constr
     -funfolding-use-threshold100
     -funfolding-keeness-factor100
   if flag (llvm)
