From 2f0abf4e928776689a87a54a682b6dc2669240c5 Mon Sep 17 00:00:00 2001 From: John Ky Date: Fri, 1 Dec 2023 19:44:05 +1100 Subject: [PATCH] Remove unused cabal file code --- cardano-cli/cardano-cli.cabal | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/cardano-cli/cardano-cli.cabal b/cardano-cli/cardano-cli.cabal index c744ff9ea6..4669cc1eb7 100644 --- a/cardano-cli/cardano-cli.cabal +++ b/cardano-cli/cardano-cli.cabal @@ -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 @@ -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