diff --git a/elsa.cabal b/elsa.cabal
--- a/elsa.cabal
+++ b/elsa.cabal
@@ -1,5 +1,5 @@
 name:                elsa
-version:             0.2.1.0
+version:             0.2.1.1
 synopsis:            A tiny language for understanding the lambda-calculus
 description:         elsa is a small proof checker for verifying sequences of
                      reductions of lambda-calculus terms. The goal is to help
@@ -33,7 +33,7 @@
   build-depends:       base >= 4 && < 5,
                        array,
                        mtl,
-                       megaparsec,
+                       megaparsec >= 7.0.4,
                        hashable,
                        unordered-containers,
                        directory,
