haskell-intervals: update to version 0.4
This commit is contained in:
parent
15851f0661
commit
6e180df18c
@ -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";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user