Add three more Haskell expressions
This commit is contained in:
14
pkgs/development/libraries/haskell/units/default.nix
Normal file
14
pkgs/development/libraries/haskell/units/default.nix
Normal file
@@ -0,0 +1,14 @@
|
||||
{ cabal, singletons }:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "units";
|
||||
version = "2.0";
|
||||
sha256 = "1iv0pirhyp7crbkb008k14z57jl8c91r1sl8kqmb778xawb1hx52";
|
||||
buildDepends = [ singletons ];
|
||||
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;
|
||||
};
|
||||
})
|
||||
Reference in New Issue
Block a user