Skip to content

ghc-cabal: Use fromFlagOrDefault instead of fromFlag

Ben Gamari requested to merge wip/fix-ghc-cabal into master

As fromFlag is partial. The only case where we used fromFlag is when determining whether to strip libraries; we now assume that we shouldn't.

Somehow the partiality of fromFlag only manifested on Windows.

Merge request reports