Skip to content

Commit

Permalink
Merge pull request #495 from input-output-hk/newhoggy/remove-unused-c…
Browse files Browse the repository at this point in the history
…abal-file-code

Remove unused cabal file code
  • Loading branch information
newhoggy authored Dec 1, 2023
2 parents ef926e7 + 2f0abf4 commit 163d80d
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions cardano-cli/cardano-cli.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@ license-files: LICENSE
build-type: Simple
extra-source-files: README.md

Flag unexpected_thunks
Description: Turn on unexpected thunks checks
Default: False

common project-config
default-language: Haskell2010

Expand All @@ -40,17 +36,10 @@ common maybe-unix
if !os(windows)
build-depends: unix

common maybe-bytestring
if !os(windows)
build-depends: bytestring

library
import: project-config
, maybe-unix

if flag(unexpected_thunks)
cpp-options: -DUNEXPECTED_THUNKS

if impl(ghc < 9.6)
ghc-options: -Wno-redundant-constraints

Expand Down

0 comments on commit 163d80d

Please sign in to comment.