cabal2nix-2.9.3: test/golden-test-cases/indentation-parsec.nix.golden
{ mkDerivation, base, indentation-core, mtl, parsec, stdenv, tasty
, tasty-hunit
}:
mkDerivation {
pname = "indentation-parsec";
version = "0.0.0.1";
sha256 = "deadbeef";
libraryHaskellDepends = [ base indentation-core mtl parsec ];
testHaskellDepends = [ base parsec tasty tasty-hunit ];
homepage = "https://bitbucket.org/adamsmd/indentation";
description = "Indentation sensitive parsing combinators for Parsec";
license = stdenv.lib.licenses.bsd3;
}