diff --git a/bff-cgi.hs b/bff-cgi.hs
--- a/bff-cgi.hs
+++ b/bff-cgi.hs
@@ -25,8 +25,12 @@
                       hotlink "http://www.iai.uni-bonn.de/~jv/"
                         << "Janis Voigtländer" +++
 	              "."
-		)
-			
+		     ) +++
+                p << ("You may also want to try another tool applying different bidirectionalization methods side by side: "
+                      +++ hotlink "http://www-ps.iai.uni-bonn.de/cgi-bin/b18n-combined-cgi" 
+                            << "(Combining) Syntactic and Semantic Bidirectionalization"
+                      +++ "."
+                     )
 	) +++
         form ! [method "POST", action "#"] << (
 		maindiv << (
diff --git a/bff.cabal b/bff.cabal
--- a/bff.cabal
+++ b/bff.cabal
@@ -1,5 +1,5 @@
 name:           bff
-version:        0.3.1.1
+version:        0.3.1.2
 license:        PublicDomain
 description:
         This is an implementation of the ideas presented in "Bidirectionalization
@@ -16,6 +16,10 @@
         .
         Using the cabal flag "render" will generate a program that renders collected
         performance statistics as PDF files.
+        .
+        You may also want to check out later work combining the implementation here 
+        with other methods: 
+        <http://hackage.haskell.org/package/bidirectionalization-combined>.
 
 author:         Janis Voigtlaender, Joachim Breitner
 
