From bd861187086a03c5252893d7a587b2d23a36e4d3 Mon Sep 17 00:00:00 2001 From: Bart Schuurmans Date: Tue, 17 Jan 2023 16:49:21 +0100 Subject: [PATCH] Specify language-c and c2hs version https://github.com/haskell/c2hs/issues/268 --- stack.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/stack.yaml b/stack.yaml index 4c54c4a..3aac861 100644 --- a/stack.yaml +++ b/stack.yaml @@ -14,8 +14,10 @@ packages: - tensorflow-test extra-deps: -- snappy-framing-0.1.2 +- c2hs-0.28.8 +- language-c-0.9.2 - snappy-0.2.0.2 +- snappy-framing-0.1.2 # For Mac OS X, whose linker doesn't use this path by default # unless you run `xcode-select --install`.