Conversation
|
|
||
| ## Test for lts16 | ||
| test-lts16: | ||
| make shell-lts16 |
There was a problem hiding this comment.
nitpick: I'm not very familiar with make, but generally when I see people using recursive make, they call it recursively like $(MAKE): https://www.gnu.org/software/make/manual/html_node/Recursion.html.
There was a problem hiding this comment.
Thanks, I wasn't aware of that!
|
After speaking to @cdepillabout , we decided that it's probably not a good idea to use Nix with a CI like that. |
|
Hi, I'm a bit confused, could you clarify on why it's not a good idea to use nix? Have a good weekend 🙂 |
|
@jappeace There were two reasons specified by @cdepillabout (correct me if I mis-understood something!):
Also, if you can see the CI builds, the |
This PR tests against latest three stackage resolvers covering different major ghc versions.