diff --git a/BlogLiterately.cabal b/BlogLiterately.cabal
--- a/BlogLiterately.cabal
+++ b/BlogLiterately.cabal
@@ -1,5 +1,5 @@
 Name:           BlogLiterately
-Version:        0.7.1.6
+Version:        0.7.1.7
 Synopsis:       A tool for posting Haskelly articles to blogs
 Description:    Write blog posts in Markdown format, then use BlogLiterately
                 to do syntax highlighting, format ghci sessions, and upload
@@ -26,7 +26,7 @@
 Maintainer:     Brent Yorgey <byorgey@cis.upenn.edu>
 Stability:      experimental
 Build-Type:     Simple
-Tested-With:    GHC ==7.4.2, GHC ==7.6.1
+Tested-With:    GHC ==7.4.2, GHC ==7.6.3, GHC ==7.8.2
 Extra-Source-Files: CHANGES.md
                     README.markdown
                     doc/BlogLiteratelyDoc.lhs
@@ -63,7 +63,7 @@
                    pandoc-citeproc >= 0.1.2 && < 0.4,
                    highlighting-kate >= 0.5 && < 0.6,
                    data-default >= 0.5 && < 0.6,
-                   lens >= 3.8 && < 4.2
+                   lens >= 3.8 && < 4.3
   Exposed-modules: Text.BlogLiterately
                    Text.BlogLiterately.Block
                    Text.BlogLiterately.Ghci
diff --git a/CHANGES.md b/CHANGES.md
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,3 +1,9 @@
+0.7.1.7 (5 June 2014)
+---------------------
+
+  * Allow `lens-4.2`
+  * Test with GHC 7.8
+
 0.7.1.6 (21 March 2014)
 -----------------------
 
