elsa 0.2.1.0 → 0.2.1.1
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~megaparsecPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: megaparsec
API changes (from Hackage documentation)
Files
- elsa.cabal +2/−2
elsa.cabal view
@@ -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,