diff --git a/CHANGES.markdown b/CHANGES.markdown
--- a/CHANGES.markdown
+++ b/CHANGES.markdown
@@ -1,3 +1,8 @@
+0.4.2.2 (18 January 2016)
+-------------------------
+
+  - Allow `transformers-0.5`.
+
 0.4.2.1 (16 January 2016)
 -------------------------
 
diff --git a/MonadRandom.cabal b/MonadRandom.cabal
--- a/MonadRandom.cabal
+++ b/MonadRandom.cabal
@@ -1,5 +1,5 @@
 name:                MonadRandom
-version:             0.4.2.1
+version:             0.4.2.2
 synopsis:            Random-number generation monad.
 description:         Support for computations which consume random values.
 license:             OtherLicense
@@ -11,6 +11,13 @@
 build-type:          Simple
 cabal-version:       >=1.10
 extra-source-files:  CHANGES.markdown
+tested-with:
+  GHC==7.4.2,
+  GHC==7.6.3,
+  GHC==7.8.4,
+  GHC==7.10.3,
+  GHC==8.0.1
+
 source-repository head
   type:     git
   location: git://github.com/byorgey/MonadRandom.git
@@ -18,7 +25,7 @@
 library
   exposed-modules:     Control.Monad.Random, Control.Monad.Random.Class
   build-depends:       base >= 2 && < 5,
-                       transformers >= 0.3 && < 0.5,
+                       transformers >= 0.3 && < 0.6,
                        transformers-compat >= 0.4 && < 0.6,
                        mtl >= 2.1 && < 2.3,
                        random
