File tree Expand file tree Collapse file tree 3 files changed +202
-200
lines changed
src/PlutusBenchmark/Marlowe/Scripts Expand file tree Collapse file tree 3 files changed +202
-200
lines changed Original file line number Diff line number Diff line change 5
5
{-# OPTIONS_GHC -Wno-name-shadowing #-}
6
6
{-# OPTIONS_GHC -fno-ignore-interface-pragmas #-}
7
7
{-# OPTIONS_GHC -fplugin-opt PlutusTx.Plugin:defer-errors #-}
8
+ {-# OPTIONS_GHC -fplugin-opt PlutusTx.Plugin:no-preserve-logging #-}
8
9
{-# OPTIONS_GHC -fplugin-opt PlutusTx.Plugin:target-version=1.0.0 #-}
9
10
10
11
module PlutusBenchmark.Marlowe.Scripts.RolePayout (
Original file line number Diff line number Diff line change 8
8
{-# LANGUAGE ViewPatterns #-}
9
9
{-# OPTIONS_GHC -Wno-name-shadowing #-}
10
10
{-# OPTIONS_GHC -fplugin-opt PlutusTx.Plugin:context-level=0 #-}
11
+ {-# OPTIONS_GHC -fplugin-opt PlutusTx.Plugin:no-preserve-logging #-}
11
12
{-# OPTIONS_GHC -fplugin-opt PlutusTx.Plugin:defer-errors #-}
12
13
{-# OPTIONS_GHC -fplugin-opt PlutusTx.Plugin:target-version=1.0.0 #-}
13
14
You can’t perform that action at this time.
0 commit comments