haskell-double-conversion: update to version 2.0.1.0

This commit is contained in:
Peter Simons 2014-08-20 12:29:00 +02:00
parent c6a7af6782
commit 18e3aa4672

View file

@ -4,8 +4,8 @@
cabal.mkDerivation (self: {
pname = "double-conversion";
version = "0.2.0.6";
sha256 = "1c6hy0ghdqf44fvhdpdxjbcr0ahimw283x5fnvjxja36i71qshjp";
version = "2.0.1.0";
sha256 = "034ji9jgf3jl0n5pp1nki3lsg173c3b9vniwnwp1q21iasqbawh0";
buildDepends = [ text ];
testDepends = [ testFramework testFrameworkQuickcheck2 text ];
meta = {