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