Skip to content
Snippets Groups Projects
Commit d813cfd5 authored by Daniel Firth's avatar Daniel Firth
Browse files

polyparse: init at 1.13

parent 48bffdbf
Branches
Tags
No related merge requests found
......@@ -503,6 +503,7 @@ in [ callHackage "Cabal" "3.8.1.0"
(Some "45730b124c7c21f1dcfd85667fda1c19b8ec9723")
(None Text)
, callHackage "pointed" "5.0.4"
, callHackage "polyparse" "1.13"
, callHackage "polysemy-extra" "0.2.1.0"
, callHackage "polysemy-kvstore" "0.1.3.0"
, callHackage "polysemy-methodology" "0.2.1.0"
......
......@@ -739,6 +739,8 @@ self: with pkgs.haskell.lib; {
pointed = self.callPackage (./pkgs/pointed.nix) { };
polyparse = self.callPackage (./pkgs/polyparse.nix) { };
polysemy = self.callPackage (./pkgs/polysemy.nix) { };
polysemy-extra = self.callPackage (./pkgs/polysemy-extra.nix) { };
......
{ mkDerivation, base, bytestring, lib, text }:
mkDerivation {
pname = "polyparse";
version = "1.13";
sha256 = "1c4c72980e1e5a4f07fea65ca08b2399581d2a6aa21eb1078f7ad286c279707b";
revision = "5";
editedCabalFile = "05qrn5pfdy45x1nkx7dvhnxs9j6d6cssws4kwn2sl3n9qmagr8mc";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base bytestring text ];
enableLibraryProfiling = false;
enableExecutableProfiling = false;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "http://code.haskell.org/~malcolm/polyparse/";
description = "A variety of alternative parser combinator libraries";
license = "LGPL";
broken = false;
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment