{ mkDerivation, array, base, containers, lib, mtl, semigroups }: mkDerivation { pname = "frisby"; version = "0.2.2"; sha256 = "deadbeef"; libraryHaskellDepends = [ array base containers mtl semigroups ]; homepage = "http://repetae.net/computer/frisby/"; description = "Linear time composable parser for PEG grammars"; license = lib.licenses.bsd3; }