mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 07:31:20 +00:00
0d41386f48
Closes #4356
23 lines
739 B
Nix
23 lines
739 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, aeson, base64Bytestring, colour, dataDefaultClass
|
|
, httpTypes, kansasComet, scotty, stm, text, transformers, vector
|
|
, wai, waiExtra, warp
|
|
}:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "blank-canvas";
|
|
version = "0.5";
|
|
sha256 = "05kfyjp9vncyzsvq018ilb8vh7fyzbc06nlx35jk3dzj6i6x5bgs";
|
|
buildDepends = [
|
|
aeson base64Bytestring colour dataDefaultClass httpTypes
|
|
kansasComet scotty stm text transformers vector wai waiExtra warp
|
|
];
|
|
meta = {
|
|
homepage = "https://github.com/ku-fpg/blank-canvas/wiki";
|
|
description = "HTML5 Canvas Graphics Library";
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
platforms = self.ghc.meta.platforms;
|
|
};
|
|
})
|