summary refs log tree commit diff
path: root/pkgs/test/haskell
Commit message (Collapse)AuthorAge
* tests.haskell-setBuildTarget: inline haskell package def to avoid IFD(cdep)illabout2021-05-02
|
* Add haskell.lib.setBuiltTarget, and support non library compiling of a ↵Isaac Shapira2021-05-02
| | | | single target
* tests.haskell.shellFor: use writeText instead of toFilesternenseemann2021-05-01
|
* tests.haskell.shellFor: replace database-id-class with linearsternenseemann2021-05-01
| | | | | | Contrary to database-id-class, linear is part of stackage and actively maintained, so the test is less likely to fail due to version constraint issues as it is currently.
* tests.haskell*: move into tests.haskell setsternenseemann2021-05-01
This will make it easier to add all haskell related tests to the haskell hydra jobset without updating a list of tests in two places.