3
0
Fork 0
forked from mirrors/nixpkgs
nixpkgs/pkgs/development/libraries/haskell/units/default.nix
2014-11-24 16:24:10 +01:00

25 lines
754 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.2";
sha256 = "1hd7klv0h2rsq971rbghvgy2921bf0zxikdsl26qw08yb0zirvza";
buildDepends = [
mtl multimap parsec singletons syb thDesugar vectorSpace
];
testDepends = [
HUnitApprox mtl multimap parsec singletons syb tasty tastyHunit
thDesugar vectorSpace
];
meta = {
homepage = "https://github.com/goldfirere/units";
description = "A domain-specific type system for dimensional analysis";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
};
})