12 lines
231 B
Nix
12 lines
231 B
Nix
|
{cabal}:
|
||
|
|
||
|
cabal.mkDerivation (self : {
|
||
|
pname = "parsec";
|
||
|
version = "2.1.0.1";
|
||
|
sha256 = "2d85e5b5c8b2b1f341037ce67e1db7fa47b31c083136796cfef9e5b945c656df";
|
||
|
meta = {
|
||
|
description = "Monadic parser combinators";
|
||
|
};
|
||
|
})
|
||
|
|