diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -7,4 +7,4 @@
 
 Details on official releases are on [Hackage](http://hackage.haskell.org/package/hPDB-examples).
 
-This package is also a part of [Stackage](http://daniel-diaz.github.io/stackagelist/) - a stable subset of Hackage.
+This package is also a part of [Stackage](http://www.stackage.org/package/hPDB-examples) - a stable subset of Hackage.
diff --git a/examples/ShiftToCenter.hs b/examples/ShiftToCenter.hs
--- a/examples/ShiftToCenter.hs
+++ b/examples/ShiftToCenter.hs
@@ -1,4 +1,7 @@
-{-# LANGUAGE OverloadedStrings, FlexibleInstances, UndecidableInstances #-}
+{-# LANGUAGE FlexibleContexts     #-}
+{-# LANGUAGE FlexibleInstances    #-}
+{-# LANGUAGE OverloadedStrings    #-}
+{-# LANGUAGE UndecidableInstances #-}
 
 module Main where
 
diff --git a/examples/StericClashCheck.hs b/examples/StericClashCheck.hs
--- a/examples/StericClashCheck.hs
+++ b/examples/StericClashCheck.hs
@@ -1,4 +1,7 @@
-{-# LANGUAGE OverloadedStrings, DisambiguateRecordFields, ScopedTypeVariables  #-}
+{-# LANGUAGE DisambiguateRecordFields #-}
+{-# LANGUAGE FlexibleContexts         #-}
+{-# LANGUAGE OverloadedStrings        #-}
+{-# LANGUAGE ScopedTypeVariables      #-}
 
 module Main where
 
diff --git a/hPDB-examples.cabal b/hPDB-examples.cabal
--- a/hPDB-examples.cabal
+++ b/hPDB-examples.cabal
@@ -1,5 +1,5 @@
 name:                hPDB-examples
-version:             1.2.0.1
+version:             1.2.0.2
 synopsis:            Examples for hPDB library
 stability:           stable
 homepage:            https://github.com/BioHaskell/hPDB-examples
