Commit Graph

5 Commits

Author SHA1 Message Date
Kirill Elagin
1b6156f286 meta: Use haskell.nix flake lib 2021-11-03 19:14:31 -04:00
Kirill Elagin
369ecd4c86 meta: Use Serokell flake registry
Previously, we were pinning Nix dependencies, such as haskell.nix
manually. Now we simply rely on Serokell’s flake registry, which has the
right versions pinned that are available in the binary cache.
2021-11-03 17:41:16 -04:00
Kirill Elagin
63b26842be deps: Allow GHC 9.0.1
* Bump the upper bound on `base` to allow GHC 9.
* Add GHC 9.0.1 to the set of flake checks.
* Add hedgehog-1.0.5 to extra-deps (it fixes GHC 9).
2021-03-29 10:42:40 -04:00
Kirill Elagin
addd9ce503 ci: Add checks for different GHC versions
Repin haskell.nix and generate checks for multiple chosen versions of GHC.
2021-03-29 08:37:05 -04:00
Kirill Elagin
c916ad47c3 Convert to a proper flake
* Get rid of Niv
* Repin haskell.nix
* Repin nixpkgs
2021-02-17 22:13:07 -05:00