Pin version 0.3 of protolude in nix (#1499)

This commit is contained in:
Remo
2020-04-24 12:09:56 -05:00
committed by GitHub
parent 1c19bbde93
commit d5f1d1b1ad
4 changed files with 40 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
The `.nix` files in this directory pin specific versions of Haskell packages
from Hackage. They were generated with `cabal2nix`, e.g.:
```bash
cabal2nix cabal://protolude > protolude.nix
```
Those overrides might become obsolete as the pinned versions are adopted into
our pinned version of nixpkgs.