diff --git a/AlignmentAlgorithms.cabal b/AlignmentAlgorithms.cabal
--- a/AlignmentAlgorithms.cabal
+++ b/AlignmentAlgorithms.cabal
@@ -1,8 +1,9 @@
 name:           AlignmentAlgorithms
-version:        0.0.1.2
+version:        0.0.2.0
 author:         Christian Hoener zu Siederdissen, 2013-2015
 copyright:      Christian Hoener zu Siederdissen, 2013-2015
-homepage:       http://www.bioinf.uni-leipzig.de/Software/gADP/
+homepage:       https://github.com/choener/AlignmentAlgorithms
+bug-reports:    https://github.com/choener/AlignmentAlgorithms/issues
 maintainer:     choener@bioinf.uni-leipzig.de
 category:       Algorithms, Data Structures, Bioinformatics, Linguistics
 license:        GPL-3
@@ -13,47 +14,20 @@
 tested-with:    GHC == 7.8.4, GHC == 7.10.1
 synopsis:       Collection of alignment algorithms
 description:
+                <http://www.bioinf.uni-leipzig.de/Software/gADP/ generalized Algebraic Dynamic Programming>
+                .
                 A selection of (sequence) alignment algorithms. Both terminal,
                 and syntactic variables, as well as the index type is not fixed
                 here. This makes it possible to select the correct structure of
                 the grammar here, but bind the required data type for alignment
                 in user code.
                 .
-                <https://github.com/choener/AlignmentAlgorithms/blob/master/README.md>
-                .
                 That being said, these algorithms are mostly aimed towards
                 sequence alignment problems.
                 .
-                * global alignment (Needleman-Wunsch style)
-                .
-                .
-                .
-                @
-                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>
-                @
-                .
-                @
-                Andrew Farmer, Christian Höner zu Siederdissen, and Andy Gill.
-                The HERMIT in the stream: fusing stream fusion’s concatMap.
-                2014. Proceedings of the ACM SIGPLAN 2014 workshop on Partial evaluation and program manipulation.
-                <http://dl.acm.org/citation.cfm?doid=2543728.2543736>
-                @
-                .
-                @
-                Christian Höner zu Siederdissen, Ivo L. Hofacker, and Peter F. Stadler.
-                Product Grammars for Alignment and Folding.
-                2014. IEEE/ACM Transactions on Computational Biology and Bioinformatics. 99.
-                <http://ieeexplore.ieee.org/xpl/articleDetails.jsp?arnumber=6819790>
-                @
+                List of grammars:
                 .
-                @
-                Christian Höner zu Siederdissen, Sonja J. Prohaska, and Peter F. Stadler.
-                Algebraic Dynamic Programming over General Data Structures.
-                2015. submitted.
-                @
+                * global alignment (Needleman-Wunsch style)
                 .
 
 
@@ -66,13 +40,13 @@
 
 library
   build-depends: base             >= 4.7      && < 4.9
-               , ADPfusion        >= 0.4.0.2  && < 0.4.1
-               , containers       == 0.5.*
+               , ADPfusion        >= 0.4.0.2  && < 0.4.2
+               , containers       >= 0.5      && < 0.6
                , fmlist           >= 0.9      && < 0.10
-               , FormalGrammars   == 0.2.0.*
-               , GrammarProducts  == 0.1.0.*
-               , PrimitiveArray   == 0.6.0.*
-               , vector           == 0.10.*
+               , FormalGrammars   >= 0.2.1    && < 0.2.2
+               , GrammarProducts  >= 0.1.1    && < 0.1.2
+               , PrimitiveArray   >= 0.6.0    && < 0.6.2
+               , vector           >= 0.10     && < 0.11
   exposed-modules:
     DP.Alignment.Global.Tapes2
   default-language:
diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
-# AlignmentAlgorithms
-
 [![Build Status](https://travis-ci.org/choener/AlignmentAlgorithms.svg?branch=master)](https://travis-ci.org/choener/AlignmentAlgorithms)
 
+# AlignmentAlgorithms
+
 [*generalized ADPfusion Homepage*](http://www.bioinf.uni-leipzig.de/Software/gADP/)
 
 A selection of (sequence) alignment algorithms. Both terminal, and syntactic
@@ -13,7 +13,8 @@
 
 #### Contact
 
-Christian Hoener zu Siederdissen
-choener@bioinf.uni-leipzig.de
-Leipzig University, Leipzig, Germany
+Christian Hoener zu Siederdissen  
+Leipzig University, Leipzig, Germany  
+choener@bioinf.uni-leipzig.de  
+http://www.bioinf.uni-leipzig.de/~choener/  
 
