packages feed

cabal2nix-2.9.3: test/golden-test-cases/exact-pi.nix.golden

{ mkDerivation, base, numtype-dk, stdenv }:
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 = stdenv.lib.licenses.mit;
}