summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/units/default.nix
blob: c5d5262750dba0051812f2d82b04bf9e2e45fbd4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# 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;
  };
})