mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 07:46:09 +01:00
24 lines
763 B
Nix
24 lines
763 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, HUnitApprox, mtl, multimap, parsec, singletons, syb, tasty
|
|
, tastyHunit, thDesugar, vectorSpace
|
|
}:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "units";
|
|
version = "2.1";
|
|
sha256 = "1qrjc57j15ras0v43cpd7qhh9nzh9dbnkaik6s4c8aj8nkhgd8vs";
|
|
buildDepends = [
|
|
mtl multimap parsec singletons syb thDesugar vectorSpace
|
|
];
|
|
testDepends = [
|
|
HUnitApprox mtl multimap parsec singletons syb tasty tastyHunit
|
|
thDesugar vectorSpace
|
|
];
|
|
meta = {
|
|
homepage = "http://www.cis.upenn.edu/~eir/packages/units";
|
|
description = "A domain-specific type system for dimensional analysis";
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
platforms = self.ghc.meta.platforms;
|
|
};
|
|
})
|