mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-11 15:15:36 +00:00
18250b97ae
had added him earlier.
18 lines
625 B
Nix
18 lines
625 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, testFramework, testFrameworkQuickcheck2, text }:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "double-conversion";
|
|
version = "0.2.0.6";
|
|
sha256 = "1c6hy0ghdqf44fvhdpdxjbcr0ahimw283x5fnvjxja36i71qshjp";
|
|
buildDepends = [ text ];
|
|
testDepends = [ testFramework testFrameworkQuickcheck2 text ];
|
|
meta = {
|
|
homepage = "https://github.com/bos/double-conversion";
|
|
description = "Fast conversion between double precision floating point and text";
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
platforms = self.ghc.meta.platforms;
|
|
};
|
|
})
|