cabal2nix-2.9.3: test/golden-test-cases/partial-isomorphisms.nix.golden
{ mkDerivation, base, stdenv, template-haskell }:
mkDerivation {
pname = "partial-isomorphisms";
version = "0.2.2.1";
sha256 = "deadbeef";
libraryHaskellDepends = [ base template-haskell ];
homepage = "http://www.informatik.uni-marburg.de/~rendel/unparse";
description = "Partial isomorphisms";
license = stdenv.lib.licenses.bsd3;
}