23 lines
717 B
Nix
23 lines
717 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, lens, linear, QuickCheck, random, testFramework
|
|
, testFrameworkQuickcheck2, testFrameworkTh
|
|
}:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "boundingboxes";
|
|
version = "0.2.2";
|
|
sha256 = "09yj85ikpdgzbibpdk0mw9vcaklmqlbhwpm6knz595596wr25fcx";
|
|
buildDepends = [ lens ];
|
|
testDepends = [
|
|
lens linear QuickCheck random testFramework
|
|
testFrameworkQuickcheck2 testFrameworkTh
|
|
];
|
|
doCheck = false;
|
|
meta = {
|
|
homepage = "https://github.com/fumieval/boundingboxes";
|
|
description = "A generic boundingbox for an arbitrary vector";
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
platforms = self.ghc.meta.platforms;
|
|
};
|
|
})
|