mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 16:11:58 +00:00
19 lines
596 B
Nix
19 lines
596 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, HUnit, mtl, testFramework, testFrameworkHunit, text }:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "parsec";
|
|
version = "3.1.7";
|
|
sha256 = "12h7n367gaw9ifd19yd3ppi4j6kghf7rryacl0ips0fwlxw1x8wa";
|
|
buildDepends = [ mtl text ];
|
|
testDepends = [ HUnit testFramework testFrameworkHunit ];
|
|
jailbreak = true;
|
|
meta = {
|
|
homepage = "http://www.cs.uu.nl/~daan/parsec.html";
|
|
description = "Monadic parser combinators";
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
platforms = self.ghc.meta.platforms;
|
|
};
|
|
})
|