# 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.1"; sha256 = "0c9kcgg8596q7wgzc7c2dqq37f16w3f6ilwfzqgdqc33p06x6pha"; 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; }; })