Update versions

This commit is contained in:
Joe Hendrix 2019-03-25 12:59:53 -07:00
parent a6ae296f8c
commit 72f2ccf970
No known key found for this signature in database
GPG Key ID: 8DFA5FF784098C4F

View File

@ -30,5 +30,5 @@ install:
# Here starts the actual work to be performed for the package under test;
# any command which exits with a non-zero exit code causes the build to fail.
script:
- stack build macaw-x86 macaw-x86-symbolic
- stack test macaw-x86
- stack build macaw-x86 macaw-x86-symbolic --ghc-options="-Wall -Werror"
- stack test macaw-x86 --ghc-options="-Wall -Werror"