diff --git a/gloss-algorithms.cabal b/gloss-algorithms.cabal
--- a/gloss-algorithms.cabal
+++ b/gloss-algorithms.cabal
@@ -1,5 +1,5 @@
 Name:                gloss-algorithms
-Version:             1.13.0.2
+Version:             1.13.0.3
 License:             MIT
 License-file:        LICENSE
 Author:              Ben Lippmeier
@@ -28,8 +28,8 @@
 Library
   Build-Depends:
           base                          >= 4.8 && < 5
-        , containers                    >= 0.5 && < 0.7
         , ghc-prim
+        , containers                    >= 0.5 && < 0.7
         , gloss                         == 1.13.*
 
   Default-Language:
