From a7ebcef6e38e3b5070621db74bc6fdd8957e45ba Mon Sep 17 00:00:00 2001 From: Olle Fredriksson Date: Mon, 7 Aug 2017 11:57:44 +0200 Subject: [PATCH] Re-enable Earley The latest version of Earley now works with GHC 8.2.1. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0badc6ec..7af80fb5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -352,7 +352,7 @@ packages: - multiarg # - prednote # GHC 8.2.1 via lens-simple - cartel - # - Earley # GHC 8.2.1 + - Earley - ofx # - pinchot # GHC 8.2.1 - accuerr