From 37075ebc2d6cfad28928cfe20aca832f64107c6a Mon Sep 17 00:00:00 2001 From: Bartosz Nitka Date: Mon, 11 Jul 2016 18:56:25 +0100 Subject: [PATCH] Enable active for stackage nightly I've tested locally and it builds (active-0.2.0.10) with GHC 8 now. This is my first time submitting a pull request for this repo, so here's what I did: ``` cabal unpack active cd active-0.2.0.10/ stack init --resolver nightly --force stack build ``` --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1940181f..69ae7f36 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -348,7 +348,7 @@ packages: - picoparsec "Brent Yorgey ": - # GHC 8 - active + - active # GHC 8 - BlogLiterately # GHC 8 - BlogLiterately-diagrams # GHC 8 - diagrams