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.3.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.cabal b/yarr.cabal
--- a/yarr.cabal
+++ b/yarr.cabal
@@ -1,5 +1,5 @@
 Name:                yarr
-Version:             1.3.3.1
+Version:             1.3.3.2
 Synopsis:            Yet another array library
 Description:
     Yarr is a new blazing fast dataflow framework (array library),
@@ -39,11 +39,15 @@
 License:             MIT
 License-file:        LICENSE
 Author:              Roman Leventov
-Maintainer:          Roman Leventov <leventov@ya.ru>
+Maintainer:          Dominic Steinitz <dominic@steinitz.org>
 Bug-reports:         https://github.com/leventov/yarr/issues
 Category:            Data Structures, Data Flow, Graphics
 Build-type:          Simple
 Cabal-version:       >= 1.8
+
+tested-with:         GHC == 7.8.3
+
+extra-source-files: changelog.md
 
 source-repository head
     type:     git
