Created
January 23, 2018 14:10
-
-
Save gdevanla/9e395dd422f93bf5e615358bc88172c8 to your computer and use it in GitHub Desktop.
Stackage commands to run before package update
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
stack unpack $package | |
cd $package-$version | |
stack init --resolver nightly | |
stack build --resolver nightly --haddock --test --bench --no-run-benchmarks |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment