diff --git a/circle-packing.cabal b/circle-packing.cabal
--- a/circle-packing.cabal
+++ b/circle-packing.cabal
@@ -1,5 +1,5 @@
 name:                circle-packing
-version:             0.1.0.3
+version:             0.1.0.4
 synopsis:            Simple heuristic for packing discs of varying radii in a circle
 description:         Given a number of circles with their radii, this packags
                      tries to arrange them tightly, without overlap and forming a
@@ -36,7 +36,8 @@
 library
   exposed-modules:   Optimisation.CirclePacking
   build-depends:     base == 4.2.* || == 4.3.* || == 4.4.* ||
-                          == 4.5.* || == 4.6.* || == 4.7.*
+                          == 4.5.* || == 4.6.* || == 4.7.* ||
+                          == 4.8.*
   ghc-options:       -Wall
 
 source-repository head
