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