From 9a6fe5612dcdf5ce1d8840f8d77091fee0dafd0f Mon Sep 17 00:00:00 2001 From: Judah Jacobson Date: Sun, 6 May 2018 10:54:28 -0700 Subject: [PATCH 1/2] Add back proto-lens-* New versions have been released to Hackage which build against stack-nightly. --- build-constraints.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 69016aab..e3f54b20 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2994,14 +2994,14 @@ packages: - hslua-aeson "Judah Jacobson @judah": - - lens-labels < 0 # GHC 8.4 via base-4.11.0.0 - # - proto-lens-combinators # haskell-src-exts via proto-lens-protoc - # - proto-lens-protobuf-types # haskell-src-exts via proto-lens-protoc - # - proto-lens-protoc # haskell-src-exts - - proto-lens < 0 # GHC 8.4 via base-4.11.0.0 - - proto-lens-arbitrary < 0 # GHC 8.4 via base-4.11.0.0 - - proto-lens-descriptors < 0 # GHC 8.4 via base-4.11.0.0 - - proto-lens-optparse < 0 # GHC 8.4 via base-4.11.0.0 + - lens-labels + - proto-lens-combinators + - proto-lens-protobuf-types + - proto-lens-protoc + - proto-lens + - proto-lens-arbitrary + - proto-lens-descriptors + - proto-lens-optparse - tensorflow-test "Christof Schramm ": From ba7d5cc12024ff9a3f78a8f244a5f2f7a0ab5b54 Mon Sep 17 00:00:00 2001 From: Judah Jacobson Date: Sun, 6 May 2018 13:16:43 -0700 Subject: [PATCH 2/2] Remove proto-lens-descriptors It was merged into proto-lens. --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e3f54b20..bfe4dbec 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3000,7 +3000,6 @@ packages: - proto-lens-protoc - proto-lens - proto-lens-arbitrary - - proto-lens-descriptors - proto-lens-optparse - tensorflow-test