mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 13:37:21 +03:00
Merge pull request #4735 from Twey/gloss-banana
New Haskell package: gloss-banana
This commit is contained in:
commit
b4f9d587fa
@ -139,6 +139,7 @@
|
||||
tomberek = "Thomas Bereknyei <tomberek@gmail.com>";
|
||||
tstrobel = "Thomas Strobel <ts468@cam.ac.uk>";
|
||||
ttuegel = "Thomas Tuegel <ttuegel@gmail.com>";
|
||||
twey = "James ‘Twey’ Kay <twey@twey.co.uk>";
|
||||
tv = "Tomislav Viljetić <tv@shackspace.de>";
|
||||
urkud = "Yury G. Kudryashov <urkud+nix@ya.ru>";
|
||||
vandenoever = "Jos van den Oever <jos@vandenoever.info>";
|
||||
|
17
pkgs/development/libraries/haskell/gloss-banana/default.nix
Normal file
17
pkgs/development/libraries/haskell/gloss-banana/default.nix
Normal file
@ -0,0 +1,17 @@
|
||||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||
|
||||
{ cabal, gloss, reactiveBanana }:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "gloss-banana";
|
||||
version = "0.1.0.4";
|
||||
sha256 = "0zzpdryfcqvxpzv53ymsvkm2nza9ryvzqgf3n89pnvrni91avgj3";
|
||||
buildDepends = [ gloss reactiveBanana ];
|
||||
meta = {
|
||||
homepage = "https://github.com/Twey/gloss-banana";
|
||||
description = "An Interface for gloss in terms of a reactive-banana Behavior";
|
||||
license = self.stdenv.lib.licenses.gpl3;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
maintainers = with self.stdenv.lib.maintainers; [ twey ];
|
||||
};
|
||||
})
|
Loading…
Reference in New Issue
Block a user