From 456872081e8caeb447060bb72866adc6f488f67d Mon Sep 17 00:00:00 2001 From: Hugh Sipiere Date: Sun, 28 Jun 2020 18:40:40 +0100 Subject: [PATCH] Restrict generic-lens to include Product.Constraints --- fir-examples/fir-examples.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fir-examples/fir-examples.cabal b/fir-examples/fir-examples.cabal index 3fcf99b..1e9f8c6 100644 --- a/fir-examples/fir-examples.cabal +++ b/fir-examples/fir-examples.cabal @@ -172,7 +172,7 @@ library , containers >= 0.6.0.1 , generic-lens - >= 1.2.0.1 + == 1.2.0.1 , mtl >= 2.2.2 , fsnotify -- GitLab