diff --git a/UDrawGraph/Graph.hs b/UDrawGraph/Graph.hs
--- a/UDrawGraph/Graph.hs
+++ b/UDrawGraph/Graph.hs
@@ -2,6 +2,7 @@
 {-# LANGUAGE ScopedTypeVariables #-}
 {-# LANGUAGE MultiParamTypeClasses #-}
 {-# LANGUAGE FlexibleInstances #-}
+{-# LANGUAGE FlexibleContexts #-}
 {-# LANGUAGE DeriveDataTypeable #-}
 {-# LANGUAGE OverlappingInstances #-}
 
diff --git a/uni-uDrawGraph.cabal b/uni-uDrawGraph.cabal
--- a/uni-uDrawGraph.cabal
+++ b/uni-uDrawGraph.cabal
@@ -1,10 +1,10 @@
 name:           uni-uDrawGraph
-version:        2.2.0.2
+version:        2.2.0.3
 build-type:     Simple
 license:        LGPL
 license-file:   LICENSE
 author:         uniform@informatik.uni-bremen.de
-maintainer:     Christian.Maeder@dfki.de
+maintainer:     c.maeder@jacobs-university.de
 homepage:       http://www.informatik.uni-bremen.de/uniform/wb
 category:       GUI
 synopsis:       Graphs binding
