haskell-boundingboxes: update to version 0.2
This commit is contained in:
parent
63db029727
commit
9aad370b80
@ -19,5 +19,6 @@ cabal.mkDerivation (self: {
|
|||||||
description = "The type for 2D bounding box";
|
description = "The type for 2D bounding box";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
|
hydraPlatforms = self.stdenv.lib.platforms.none;
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user