diff --git a/changelog.md b/changelog.md
new file mode 100644
--- /dev/null
+++ b/changelog.md
@@ -0,0 +1,4 @@
+* Changes in 1.3.2.1: This now compiles with ghc 7.8.3 but probably
+  won't compile with earlier versions of ghc. Let me know if this is a
+  requirement and I will see what I can do. Even better submit a pull
+  request.
diff --git a/yarr-image-io.cabal b/yarr-image-io.cabal
--- a/yarr-image-io.cabal
+++ b/yarr-image-io.cabal
@@ -1,17 +1,21 @@
 Name:                yarr-image-io
-Version:             1.3.0
+Version:             1.3.2.1
 Synopsis:            Image IO for Yarr library
 Description:
     @repa-devil@ package, adapted to @yarr@ library.
 License:             MIT
 License-file:        LICENSE
 Author:              Don Stewart, Raphael Javaux, Roman Leventov
-Maintainer:          Roman Leventov <leventov@ya.ru>
+Maintainer:          Dominic Steinitz <dominic@steinitz.org>
 Bug-reports:         https://github.com/leventov/yarr/issues
 Category:            Graphics
 Build-type:          Simple
 Cabal-version:       >= 1.8
 
+tested-with:         GHC == 7.8.3
+
+extra-source-files:  changelog.md
+
 source-repository head
     type:     git
     location: https://github.com/leventov/yarr.git
@@ -19,7 +23,7 @@
 
 Library
     build-depends:
-        base == 4.6.*,
+        base >= 4.6 && <4.8,
         yarr == 1.3.*
 
     extra-libraries: IL
