cabal2nix-2.16.0: test/golden-test-cases/hmpfr.nix.golden
{ mkDerivation, base, integer-gmp, lib, mpfr }:
mkDerivation {
pname = "hmpfr";
version = "0.4.3";
sha256 = "deadbeef";
enableSeparateDataOutput = true;
libraryHaskellDepends = [ base integer-gmp ];
librarySystemDepends = [ mpfr ];
homepage = "https://github.com/michalkonecny/hmpfr";
description = "Haskell binding to the MPFR library";
license = lib.licenses.bsd3;
}