diff --git a/pointfree-fancy.cabal b/pointfree-fancy.cabal
--- a/pointfree-fancy.cabal
+++ b/pointfree-fancy.cabal
@@ -1,6 +1,6 @@
 cabal-version:      2.0
 name:               pointfree-fancy
-version:            1.1.1.14
+version:            1.1.1.15
 license:            BSD3
 license-file:       LICENSE
 maintainer:         Vanessa McHale <vamchale@gmail.com>
@@ -52,7 +52,7 @@
         base >=4.9 && <5.0,
         array >=0.3 && <0.6,
         containers >=0.4 && <0.7,
-        haskell-src-exts >=1.20 && <1.22,
+        haskell-src-exts >=1.20 && <1.23,
         transformers <0.6
 
 executable pointfree
@@ -73,4 +73,4 @@
         base <5,
         pointfree-internal -any,
         HUnit >=1.1 && <1.7,
-        QuickCheck >=2.1 && <2.12
+        QuickCheck >=2.1 && <2.14
diff --git a/test/Test.hs b/test/Test.hs
--- a/test/Test.hs
+++ b/test/Test.hs
@@ -213,6 +213,7 @@
   unitTest "\\(x, y) -> a" ["const a"],
   -- unitTest "conj f = \\x -> toA (f $ fromA x)" ["conj = toA ~@~ fromB"],
   unitTest "\\(f, g) x -> (f x, g x)" ["uncurry (&&&)"]
+  -- unitTest "\\f x -> g x x" ["g .$ x"]
   ]
 
 main :: IO ()
