From 8b8072ea49a7280b15470513934e32e1a1353b29 Mon Sep 17 00:00:00 2001 From: Gregory Gerasev Date: Mon, 4 Dec 2023 19:48:36 +0700 Subject: [PATCH] Pin used GHC version --- cem-script.cabal | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cem-script.cabal b/cem-script.cabal index b491604..ba967ed 100644 --- a/cem-script.cabal +++ b/cem-script.cabal @@ -7,6 +7,9 @@ author: MLabs maintainer: gregory@mlabs.city data-files: README.md +-- @todo #3 Reproduce `cabal repl` and HLS build on another (@adamczykm) computer +tested-with: GHC ==9.6.3 + flag dev description: Defer errors from the PlutusTx plugin, which break HLS and Haddock. Also disable Werror.