2014-07-14 15:21:41 +04:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2013-02-25 01:09:07 +04:00
|
|
|
{ cabal, testFramework, testFrameworkQuickcheck2, text }:
|
2011-08-07 22:22:54 +04:00
|
|
|
|
2011-08-10 03:00:20 +04:00
|
|
|
cabal.mkDerivation (self: {
|
2011-08-07 22:22:54 +04:00
|
|
|
pname = "double-conversion";
|
2013-01-04 22:17:21 +04:00
|
|
|
version = "0.2.0.6";
|
|
|
|
sha256 = "1c6hy0ghdqf44fvhdpdxjbcr0ahimw283x5fnvjxja36i71qshjp";
|
2012-02-16 18:05:41 +04:00
|
|
|
buildDepends = [ text ];
|
2013-02-25 01:09:07 +04:00
|
|
|
testDepends = [ testFramework testFrameworkQuickcheck2 text ];
|
2011-08-07 22:22:54 +04:00
|
|
|
meta = {
|
2011-11-18 22:30:24 +04:00
|
|
|
homepage = "https://github.com/bos/double-conversion";
|
2011-08-07 22:22:54 +04:00
|
|
|
description = "Fast conversion between double precision floating point and text";
|
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
2011-08-10 03:00:20 +04:00
|
|
|
platforms = self.ghc.meta.platforms;
|
2011-08-07 22:22:54 +04:00
|
|
|
};
|
|
|
|
})
|