Skip to content

Commit

Permalink
Hotfix for PIR compilation error
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakub Zalewski committed Jun 8, 2021
1 parent 1e156e1 commit be4df16
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/plutus/tutorials/BasicApps.hs
Expand Up @@ -12,6 +12,7 @@
{-# LANGUAGE TypeFamilies #-}
{-# LANGUAGE TypeOperators #-}
{-# OPTIONS_GHC -fno-ignore-interface-pragmas #-}
{-# OPTIONS_GHC -fplugin-opt PlutusTx.Plugin:max-simplifier-iterations=4 #-}
module BasicApps where

-- BLOCK0
Expand Down

0 comments on commit be4df16

Please sign in to comment.