Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
Packages
Cabal
9466758ab54fcb4051f7d5f907f8969d3b182ba1
9466758ab54fcb4051f7d5f907f8969d3b182ba1
Switch branch/tag
Cabal
cabal-testsuite
PackageTests
CustomWithoutCabal
Setup.hs
Find file
Normal view
History
Permalink
Setup.hs
94 Bytes
Newer
Older
Test configuring a package with a custom-setup that doesn't include Cabal.
kristenk
committed
Aug 27, 2016
1
2
3
4
import
System.Exit
import
System.IO
main
=
hPutStrLn
stderr
"My custom Setup"
>>
exitFailure