cabal2nix-2.16.0: test/golden-test-cases/ratio-int.nix.golden
{ mkDerivation, base, lib }:
mkDerivation {
pname = "ratio-int";
version = "0.1.2";
sha256 = "deadbeef";
libraryHaskellDepends = [ base ];
homepage = "https://github.com/RaphaelJ/ratio-int";
description = "Fast specialisation of Data.Ratio for Int.";
license = lib.licenses.bsd3;
}