17 lines
533 B
Nix
17 lines
533 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, distributive, doctest, filepath }:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "intervals";
|
|
version = "0.7.0.1";
|
|
sha256 = "02qb44ga2yfsymkfixy3fdp943r2flwrsaqhb0pjddr3ixzm4ap9";
|
|
buildDepends = [ distributive ];
|
|
testDepends = [ doctest filepath ];
|
|
meta = {
|
|
homepage = "http://github.com/ekmett/intervals";
|
|
description = "Interval Arithmetic";
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
platforms = self.ghc.meta.platforms;
|
|
};
|
|
})
|