diff --git a/Graphics/Gloss/Internals/Rendering/Bitmap.hs b/Graphics/Gloss/Internals/Rendering/Bitmap.hs
--- a/Graphics/Gloss/Internals/Rendering/Bitmap.hs
+++ b/Graphics/Gloss/Internals/Rendering/Bitmap.hs
@@ -35,7 +35,7 @@
 
 -- | Description of how the bitmap is layed out in memory.
 --
---   * Prior version of Gloss assumed `BitmapFormat BottomToTop PxAGBR`
+--   * Prior version of Gloss assumed `BitmapFormat BottomToTop PxABGR`
 --
 data BitmapFormat
         = BitmapFormat
diff --git a/gloss-rendering.cabal b/gloss-rendering.cabal
--- a/gloss-rendering.cabal
+++ b/gloss-rendering.cabal
@@ -1,5 +1,5 @@
 name:           gloss-rendering
-version:        1.13.1.1
+version:        1.13.1.2
 license:        MIT
 license-file:   LICENSE
 author:         Elise Huard
@@ -37,9 +37,9 @@
         Graphics.Gloss.Internals.Rendering.State
 
   build-depends:
-          base                          >= 4.8 && < 4.13
+          base                          >= 4.8 && < 5
         , bmp                           == 1.2.*
-        , bytestring                    == 0.10.*
+        , bytestring                    == 0.11.*
         , containers                    >= 0.5 && < 0.7
         , GLUT                          == 2.7.*
         , OpenGL                        >= 2.12 && < 3.1
