mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 19:03:28 +00:00
add parsek
This commit is contained in:
parent
6e75afb5cf
commit
92f67bccba
14
pkgs/development/libraries/haskell/parsek/default.nix
Normal file
14
pkgs/development/libraries/haskell/parsek/default.nix
Normal file
@ -0,0 +1,14 @@
|
||||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||
|
||||
{ cabal }:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "parsek";
|
||||
version = "1.0.1";
|
||||
sha256 = "197hjys71f9qgsw83w3wrmijimjzvb9cy4kywkqr95ack8a7pizn";
|
||||
meta = {
|
||||
description = "Parallel Parsing Processes";
|
||||
license = "GPL";
|
||||
platforms = self.ghc.meta.platforms;
|
||||
};
|
||||
})
|
@ -1832,6 +1832,8 @@ self : let callPackage = x : y : modifyPrio (newScope self x y); in
|
||||
|
||||
parsec = callPackage ../development/libraries/haskell/parsec {};
|
||||
|
||||
parsek = callPackage ../development/libraries/haskell/parsek {};
|
||||
|
||||
parsers = callPackage ../development/libraries/haskell/parsers {};
|
||||
|
||||
parsimony = callPackage ../development/libraries/haskell/parsimony {};
|
||||
|
Loading…
Reference in New Issue
Block a user