esqueleto/test/expected-compile-failures
Matt Parsons 951bb21c1b
remove upper bounds (#171)
* remove upper bounds

* work with stackage nightly

* Add nightly build
2020-01-24 13:23:26 -07:00
..
src remove upper bounds (#171) 2020-01-24 13:23:26 -07:00
update-read-role Clean up the test project 2018-12-19 09:54:14 -07:00
write-read-role Clean up the test project 2018-12-19 09:54:14 -07:00
.gitignore Add test for write-read-role 2018-12-18 16:51:52 -07:00
package.yaml Clean up the test project 2018-12-19 09:54:14 -07:00
README.md Clean up the test project 2018-12-19 09:54:14 -07:00
Setup.hs Add test for write-read-role 2018-12-18 16:51:52 -07:00
stack-8.2.yaml PostgreSQL JSON Operators (#128) 2019-08-04 22:10:31 -06:00
stack-8.4.yaml PostgreSQL JSON Operators (#128) 2019-08-04 22:10:31 -06:00
stack-8.6.yaml PostgreSQL JSON Operators (#128) 2019-08-04 22:10:31 -06:00
stack.yaml PostgreSQL JSON Operators (#128) 2019-08-04 22:10:31 -06:00
stack.yaml.lock PostgreSQL JSON Operators (#128) 2019-08-04 22:10:31 -06:00
test.sh Add more tests 2018-12-19 09:50:10 -07:00

expected-compile-failures

This subdirectory contains a stack project for expected compilation failures. To add a new "test case", create a new executable stanza in the package.yaml file. The Travis CI test script (test.sh) will attempt to compile the executable and will exit with an error if it successfully compiled.