Created
December 27, 2021 18:38
-
-
Save Gabriella439/950bfb2d5250304c9ad7ae5a7c42d119 to your computer and use it in GitHub Desktop.
Minimal reproduction for Cabal bug report
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import Distribution.Simple | |
main = defaultMain |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment