summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/units/default.nix
blob: 2024aacf7ff8e7b926bd9a8863681a15cbf3b8fd (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.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;
  };
})