cabal2nix-2.16.0: test/golden-test-cases/exact-pi.nix.golden
{ mkDerivation, base, lib, numtype-dk }:
mkDerivation {
pname = "exact-pi";
version = "0.4.1.2";
sha256 = "deadbeef";
libraryHaskellDepends = [ base numtype-dk ];
homepage = "https://github.com/dmcclean/exact-pi/";
description = "Exact rational multiples of pi (and integer powers of pi)";
license = lib.licenses.mit;
}