Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save jforberg/bcf4debd9be3f37352827765636dc719 to your computer and use it in GitHub Desktop.
Save jforberg/bcf4debd9be3f37352827765636dc719 to your computer and use it in GitHub Desktop.
Cabal repl confusing error message when running "cabal repl MyModule.hs"
/dist-newstyle
module MyModule
where
x = 123 :: Int
cabal-version: 3.12
name: test
version: 0
library
build-depends: base
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment