From 1ac920f3294b40b8b0b6be8ce64817e720f3bb80 Mon Sep 17 00:00:00 2001 From: Gregory Gerasev Date: Sun, 9 Jun 2024 21:13:31 +0700 Subject: [PATCH] Add `PlutusTx.Plugin:defer-errors` for Haddock building --- cem-script.cabal | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cem-script.cabal b/cem-script.cabal index 74a5668..fc60571 100644 --- a/cem-script.cabal +++ b/cem-script.cabal @@ -91,8 +91,7 @@ common common-onchain , template-haskell >=2.20 , th-abstraction >=0.6.0.0 - -- if flag(dev) - -- ghc-options: -fplugin-opt PlutusTx.Plugin:defer-errors + ghc-options: -fplugin-opt PlutusTx.Plugin:defer-errors -- Options for Plutus Tx compilations -- (some are enabled additionaly in individual modules)