Skip to content

Instantly share code, notes, and snippets.

@Gabriella439
Created December 27, 2021 18:38
Show Gist options
  • Save Gabriella439/950bfb2d5250304c9ad7ae5a7c42d119 to your computer and use it in GitHub Desktop.
Save Gabriella439/950bfb2d5250304c9ad7ae5a7c42d119 to your computer and use it in GitHub Desktop.
Minimal reproduction for Cabal bug report
name: example
version: 1.0.0
cabal-version: 2.4
build-type: Simple
tested-with: GHC ==9.0.1
library
exposed-modules: Example
build-depends: base
import Distribution.Simple
main = defaultMain
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment