diff --git a/AlignmentAlgorithms.cabal b/AlignmentAlgorithms.cabal
--- a/AlignmentAlgorithms.cabal
+++ b/AlignmentAlgorithms.cabal
@@ -1,5 +1,5 @@
 name:           AlignmentAlgorithms
-version:        0.0.1.0
+version:        0.0.1.2
 author:         Christian Hoener zu Siederdissen, 2013-2015
 copyright:      Christian Hoener zu Siederdissen, 2013-2015
 homepage:       http://www.bioinf.uni-leipzig.de/Software/gADP/
@@ -19,7 +19,7 @@
                 the grammar here, but bind the required data type for alignment
                 in user code.
                 .
-                <https://github.com/choener/AlignmentAlgorithms/README.md>
+                <https://github.com/choener/AlignmentAlgorithms/blob/master/README.md>
                 .
                 That being said, these algorithms are mostly aimed towards
                 sequence alignment problems.
@@ -66,7 +66,7 @@
 
 library
   build-depends: base             >= 4.7      && < 4.9
-               , ADPfusion        == 0.4.0.*
+               , ADPfusion        >= 0.4.0.2  && < 0.4.1
                , containers       == 0.5.*
                , fmlist           >= 0.9      && < 0.10
                , FormalGrammars   == 0.2.0.*
diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
 # AlignmentAlgorithms
 
-[![Build Status](https://travis-ci.org/choener/ADPfusion.svg?branch=master)](https://travis-ci.org/choener/ADPfusion)
+[![Build Status](https://travis-ci.org/choener/AlignmentAlgorithms.svg?branch=master)](https://travis-ci.org/choener/AlignmentAlgorithms)
 
 [*generalized ADPfusion Homepage*](http://www.bioinf.uni-leipzig.de/Software/gADP/)
 
diff --git a/changelog.md b/changelog.md
--- a/changelog.md
+++ b/changelog.md
@@ -1,11 +1,13 @@
 0.0.1.0
-=======
-	- restructured into DP.Alignment schemes
-	- added FMList dependency for better snoc-backtracking
-	- single global-alignment example
+-------
+
+  - restructured into DP.Alignment schemes
+  - added FMList dependency for better snoc-backtracking
+  - single global-alignment example
   - travis-ci integration
 
 0.0.0.1
-=======
-	- initial checkin
-	- just provide the grammar descriptions
+-------
+
+  - initial checkin
+  - just provide the grammar descriptions
