2014-07-14 13:21:41 +02:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2013-11-01 10:28:57 +01:00
|
|
|
{ cabal, distributive, doctest, filepath }:
|
2013-08-11 19:20:18 +02:00
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "intervals";
|
2014-10-12 22:02:24 +02:00
|
|
|
version = "0.7.0.1";
|
|
|
|
sha256 = "02qb44ga2yfsymkfixy3fdp943r2flwrsaqhb0pjddr3ixzm4ap9";
|
2013-11-01 10:28:57 +01:00
|
|
|
buildDepends = [ distributive ];
|
|
|
|
testDepends = [ doctest filepath ];
|
2013-08-11 19:20:18 +02:00
|
|
|
meta = {
|
|
|
|
homepage = "http://github.com/ekmett/intervals";
|
|
|
|
description = "Interval Arithmetic";
|
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
|
|
|
};
|
|
|
|
})
|