about summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/double-conversion/default.nix
blob: 8ad84ea38ebf257341a9a0de742a0eb67fa21873 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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;
  };
})