diff --git a/ADPfusion.cabal b/ADPfusion.cabal
--- a/ADPfusion.cabal
+++ b/ADPfusion.cabal
@@ -1,5 +1,5 @@
 name:           ADPfusion
-version:        0.2.0.4
+version:        0.2.1.0
 author:         Christian Hoener zu Siederdissen, 2011-2013
 copyright:      Christian Hoener zu Siederdissen, 2011-2013
 homepage:       http://www.tbi.univie.ac.at/~choener/adpfusion
@@ -17,6 +17,15 @@
                 provided by the vector library) and type-level programming to
                 provide highly efficient dynamic programming combinators.
                 .
+                This library is described in:
+                .
+                @
+                Christian Hoener zu Siederdissen
+                Sneaking Around ConcatMap: Efficient Combinators for Dynamic Programming
+                2012. Proceedings of the 17th ACM SIGPLAN international conference on Functional programming
+                <http://doi.acm.org/10.1145/2364527.2364559> preprint: <http://www.tbi.univie.ac.at/newpapers/pdfs/TBI-p-2012-2.pdf>
+                @
+                .
                 From the programmers' viewpoint, ADPfusion behaves very much
                 like the original ADP implementation
                 <http://bibiserv.techfak.uni-bielefeld.de/adp/> developed by
@@ -81,7 +90,7 @@
     deepseq        >= 1.3     ,
     ghc-prim                  ,
     primitive      >= 0.5     ,
-    PrimitiveArray == 0.5.2.* ,
+    PrimitiveArray >= 0.5.3   ,
     QuickCheck     >= 2.5     ,
     repa           >= 3.2     ,
     strict         >= 0.3.2   ,
