cabal2nix-2.9.3: test/golden-test-cases/funcmp.nix.golden
{ mkDerivation, base, filepath, process, stdenv }:
mkDerivation {
pname = "funcmp";
version = "1.8";
sha256 = "deadbeef";
enableSeparateDataOutput = true;
libraryHaskellDepends = [ base filepath process ];
homepage = "http://savannah.nongnu.org/projects/funcmp/";
description = "Functional MetaPost";
license = stdenv.lib.licenses.gpl3;
}