Skip to content

Commit

Permalink
Remove obsolete defer-plugin-errors flag (#6080)
Browse files Browse the repository at this point in the history
  • Loading branch information
zeme-wana authored May 22, 2024
1 parent 794bf9d commit 5771700
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions doc/read-the-docs-site/plutus-doc.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,6 @@ source-repository head
type: git
location: https://github.com/IntersectMBO/plutus

flag defer-plugin-errors
description:
Defer errors from the plugin, useful for things like Haddock that can't handle it.

default: False
manual: True

common lang
default-language: Haskell2010
default-extensions:
Expand All @@ -47,8 +40,6 @@ common lang
-fobject-code -fno-ignore-interface-pragmas
-fno-omit-interface-pragmas

if flag(defer-plugin-errors)

common ghc-version-support
-- See the section on GHC versions in CONTRIBUTING
if (impl(ghc <9.6) || impl(ghc >=9.7))
Expand Down

0 comments on commit 5771700

Please sign in to comment.