diff --git a/StockholmAlignment.cabal b/StockholmAlignment.cabal
--- a/StockholmAlignment.cabal
+++ b/StockholmAlignment.cabal
@@ -1,5 +1,5 @@
 name:                StockholmAlignment
-version:             1.0.2
+version:             1.0.3
 synopsis:            Libary for Stockholm aligmnent format
 description:         Libary containing parsing and visualisation functions and datastructures for Stockholm aligmnent format
 license:             GPL-3
@@ -21,8 +21,8 @@
 
 source-repository this
   type:     git
-  location: https://github.com/eggzilla/StockholmAlignment/tree/1.0.2
-  tag:      1.0.2
+  location: https://github.com/eggzilla/StockholmAlignment/tree/1.0.3
+  tag:      1.0.3
 
 library
   -- Modules exported by the library.
@@ -35,7 +35,7 @@
   ghc-options:         -Wall -O2 -fno-warn-unused-do-bind
 
   -- Other library packages from which modules are imported.
-  build-depends:       base >=4.5 && <5, parsec>=3.1.9, diagrams-lib>=1.3.1.4, text, vector, ParsecTools, diagrams-cairo>=1.3.1.2, filepath, colour, directory, either-unwrap, SVGFonts >= 1.4
+  build-depends:       base >=4.5 && <5, parsec>=3.1.9, diagrams-lib>=1.3, text, vector, ParsecTools, diagrams-cairo>=1.3, filepath, colour, directory, either-unwrap, SVGFonts >= 1.4
   
   -- Directories containing source files.
   hs-source-dirs:      src
diff --git a/changelog b/changelog
--- a/changelog
+++ b/changelog
@@ -1,4 +1,6 @@
 -*-change-log-*-
+1.0.3 Florian Eggenhofer <egg@informatik.uni-freiburg.de> 24. April 2017
+        * Relaxed version bounds on diagrams library
 1.0.2 Florian Eggenhofer <egg@informatik.uni-freiburg.de> 12. April 2017
         * Included additional tag characters
 1.0.1 Florian Eggenhofer <egg@informatik.uni-freiburg.de> 14. January 2017
