Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 225 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 225 Bytes
cabal build
# will fail
ghc Use.hs 
# also fails
ghc -package-db dist/package.conf.inplace Use.hs
# comment out `lib irritant` in `test.cabal`.
cabal build
# succeeds
ghc -package-db dist/package.conf.inplace Use.hs