diff --git a/ChangeLog b/ChangeLog
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+0.1.0.7:
+- Make it a little more obvious that the package is unmaintained
+
 0.1.0.6:
 - Use the notcpp package to aid with name lookup
 - Compatibility with GHC 7.6.1 and TH 2.8
diff --git a/applicative-quoters.cabal b/applicative-quoters.cabal
--- a/applicative-quoters.cabal
+++ b/applicative-quoters.cabal
@@ -1,7 +1,7 @@
 Cabal-Version: >= 1.6
 
 Name:     applicative-quoters
-Version:  0.1.0.6
+Version:  0.1.0.7
 Category: Language
 Synopsis: Quasiquoters for idiom brackets and an applicative do-notation
 
@@ -9,6 +9,9 @@
     Quasiquoters taken from Matt Morrow's haskell-src-meta to implement
     Conor McBride's idiom brackets, and a do-notation that only requires
     Applicative (and is correspondingly less powerful).
+    .
+    applicative-quoters currently has no maintainer: if it is broken and
+    you want it to be fixed, then fix it!
 
 Author:       Matt Morrow
 Copyright:    (c) Matt Morrow
