* Refactor tests and fix README * fix linting hints from new hlint version * postgrest-style with new nixpkgs-fmt
11 lines
309 B
Markdown
11 lines
309 B
Markdown
The `.nix` files in this directory pin specific versions of Haskell packages
|
|
from Hackage. They were generated with `cabal2nix`, e.g.:
|
|
|
|
```bash
|
|
cabal2nix cabal://Cabal-3.0.0.0 > Cabal.nix
|
|
|
|
```
|
|
|
|
Those overrides will likely become obsolete as the pinned versions are adopted
|
|
into our pinned version of nixpkgs.
|