haskell-boundingboxes: update to version 0.2.1

This commit is contained in:
Peter Simons
2014-09-10 20:47:51 +02:00
parent 74d42b548a
commit caf56dd59d
3 changed files with 4 additions and 31 deletions

View File

@@ -1,24 +0,0 @@
# 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.1.1";
sha256 = "1nl0lqgfwd98jzhhw7i4vvd88lpnn8770x2pcbyfzqcyr27079f0";
buildDepends = [ lens linear ];
testDepends = [
lens linear QuickCheck random testFramework
testFrameworkQuickcheck2 testFrameworkTh
];
doCheck = false;
meta = {
homepage = "https://github.com/fumieval/boundingboxes";
description = "The type for 2D bounding box";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
hydraPlatforms = self.stdenv.lib.platforms.none;
};
})

View File

@@ -6,8 +6,8 @@
cabal.mkDerivation (self: {
pname = "boundingboxes";
version = "0.2";
sha256 = "0xvh1h4papfrf6dg553rx6q8fqi06ff1ivgn4rdx3haqg1zf40hp";
version = "0.2.1";
sha256 = "0c9kcgg8596q7wgzc7c2dqq37f16w3f6ilwfzqgdqc33p06x6pha";
buildDepends = [ lens ];
testDepends = [
lens linear QuickCheck random testFramework
@@ -16,9 +16,8 @@ cabal.mkDerivation (self: {
doCheck = false;
meta = {
homepage = "https://github.com/fumieval/boundingboxes";
description = "The type for 2D bounding box";
description = "A generic boundingbox for an arbitrary vector";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
hydraPlatforms = self.stdenv.lib.platforms.none;
};
})