haskell-intervals: update to version 0.3
This commit is contained in:
parent
e0c633a402
commit
df12cd8a7b
@ -1,10 +1,9 @@
|
|||||||
{ cabal, numericExtras }:
|
{ cabal }:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "intervals";
|
pname = "intervals";
|
||||||
version = "0.2.2.1";
|
version = "0.3";
|
||||||
sha256 = "0kbsms3742ppmzbmrfp94aq4wvwrayx5ppsyk7pd1mj7y47aay0f";
|
sha256 = "1k8dhhwa6y5hrkm9np9x953bdn3pgk5c2lkl3zgrrmrwmd075422";
|
||||||
buildDepends = [ numericExtras ];
|
|
||||||
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