diff --git a/CHANGES b/CHANGES
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,7 @@
+## [v0.2.0.8](https://github.com/diagrams/active/tree/v0.2.0.8) (2015-11-10)
+
+- allow `semigroups-0.18`
+
 ## [v0.2.0.7](https://github.com/diagrams/active/tree/v0.2.0.7) (2015-11-09)
 
 - fix image links in documentation
diff --git a/active.cabal b/active.cabal
--- a/active.cabal
+++ b/active.cabal
@@ -1,5 +1,5 @@
 name:                active
-version:             0.2.0.7
+version:             0.2.0.8
 synopsis:            Abstractions for animation
 description:         "Active" abstraction for animated things with finite start and end times.
 license:             BSD3
@@ -22,7 +22,7 @@
   exposed-modules:     Data.Active
   build-depends:       base >= 4.0 && < 4.9,
                        vector >= 0.10,
-                       semigroups >= 0.1 && < 0.18,
+                       semigroups >= 0.1 && < 0.19,
                        semigroupoids >= 1.2 && < 5.1,
                        lens >= 4.0 && < 4.14,
                        linear >= 1.14 && < 1.21
@@ -34,7 +34,7 @@
     main-is:           active-tests.hs
     build-depends:     base >= 4.0 && < 4.9,
                        vector >= 0.10,
-                       semigroups >= 0.1 && < 0.18,
+                       semigroups >= 0.1 && < 0.19,
                        semigroupoids >= 1.2 && < 5.1,
                        lens >= 4.0 && < 4.14,
                        linear >= 1.14 && < 1.21,
