Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove unused cabal file code #495

Merged
merged 1 commit into from
Dec 1, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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