packages feed

cabal2nix-2.9.3: test/golden-test-cases/hmpfr.nix.golden

{ mkDerivation, base, integer-gmp, mpfr, stdenv }:
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 = stdenv.lib.licenses.bsd3;
}