From 9a6fe5612dcdf5ce1d8840f8d77091fee0dafd0f Mon Sep 17 00:00:00 2001 From: Judah Jacobson Date: Sun, 6 May 2018 10:54:28 -0700 Subject: [PATCH] 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 ":