packages feed

cabal2nix-2.16.0: test/golden-test-cases/indentation-core.nix.golden

{ mkDerivation, base, lib, mtl }:
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 = lib.licenses.bsd3;
}