From 92f8c696fcdc2a3af1fd5ebe03f91e445f9921ef Mon Sep 17 00:00:00 2001 From: Lucas David Traverso Date: Thu, 21 Dec 2017 23:49:28 -0300 Subject: [PATCH 1/2] Add snap into stackage --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2a1dc953..f35bdd85 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3115,6 +3115,9 @@ packages: "Sebastian Graf @sgraf812": - pomaps + "Lucas David Traverso @ludat": + - snap + # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. # See https://github.com/fpco/stackage/issues/1056 From c76fbf543b69b318ca1d25661437c8febd39fb67 Mon Sep 17 00:00:00 2001 From: Lucas David Traverso Date: Sat, 6 Jan 2018 22:44:54 -0300 Subject: [PATCH 2/2] Add heist and map-syntax to stackage to get snap working --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f35bdd85..5ba4f48c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3116,7 +3116,9 @@ packages: - pomaps "Lucas David Traverso @ludat": + - map-syntax - snap + - heist # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems.