haskell-intervals: update to version 0.4

This commit is contained in:
Peter Simons 2013-11-01 10:28:57 +01:00
parent 15851f0661
commit 6e180df18c

View File

@ -1,9 +1,11 @@
{ cabal }: { cabal, distributive, doctest, filepath }:
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "intervals"; pname = "intervals";
version = "0.3"; version = "0.4";
sha256 = "1k8dhhwa6y5hrkm9np9x953bdn3pgk5c2lkl3zgrrmrwmd075422"; sha256 = "0w33arfv1hd3a3l4rvn67nh5q6w05jj6hjlbjmbmrjyhwg35jnac";
buildDepends = [ distributive ];
testDepends = [ doctest filepath ];
meta = { meta = {
homepage = "http://github.com/ekmett/intervals"; homepage = "http://github.com/ekmett/intervals";
description = "Interval Arithmetic"; description = "Interval Arithmetic";