nixpkgs/pkgs/development/libraries/haskell/parsek/default.nix

16 lines
446 B
Nix
Raw Normal View History

2014-11-17 09:40:45 +01:00
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal }:
cabal.mkDerivation (self: {
pname = "parsek";
version = "1.0.1.2";
sha256 = "0ybh76cx5y73ywhlv4g2z74x1mvg5n2rxl045mscs6dwcyw9vhbd";
2014-11-17 09:40:45 +01:00
meta = {
description = "Parallel Parsing Processes";
2014-11-17 15:52:00 +01:00
license = self.stdenv.lib.licenses.gpl3;
2014-11-17 09:40:45 +01:00
platforms = self.ghc.meta.platforms;
2014-11-17 15:52:00 +01:00
maintainers = with self.stdenv.lib.maintainers; [ jpbernardy ];
2014-11-17 09:40:45 +01:00
};
})