Closed fisx closed 3 years ago
With 98fa4ac0dc545027bba9808b1b8493a92f1c2e23 I had to guess a bit what you meant, especially with the haddock line at the bottom of the module. Hope I've got it right!
Made couple of changes to github-actions-dhall/haskell-nix.dhall
, should get picked up next time you run ci.sh
. Fixes caching and switches to ubuntu-latest
(Currently 20.04) by default.
Made couple of changes to
github-actions-dhall/haskell-nix.dhall
, should get picked up next time you runci.sh
. Fixes caching and switches toubuntu-latest
(Currently 20.04) by default.
Thanks! 70e94f7
Ah! the problem in 0abcabd was that my branch was not up to date with master any more, but the CI merges master before running all tests. Makes sense, but I wonder if we can make this less confusing by complaining about not being merged, and failing early?
Also: stop merging stuff, @julialongtin ! :)
I'm doing this mostly to see if the github actions are working, but the changes should be marginally useful in itself, too. (Unless you hate them, because you're planning to add those imports again soon. In that case: sorry :))