haskell-sdl2: update to version 1.3.0
This commit is contained in:
parent
33cf917c34
commit
bb843697ff
@ -1,11 +1,12 @@
|
|||||||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||||
|
|
||||||
{ cabal, SDL2 }:
|
{ cabal, SDL2, transformers }:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "sdl2";
|
pname = "sdl2";
|
||||||
version = "1.2.0";
|
version = "1.3.0";
|
||||||
sha256 = "19q7x74b9ismxmlsblqvfy4w91bspl9n1fjccz8w1qylyilr6ca2";
|
sha256 = "0fi9kjf12qlp64r2pxwc1k9241s23j6xm0dmwdsc18y8f6acvqxa";
|
||||||
|
buildDepends = [ transformers ];
|
||||||
extraLibraries = [ SDL2 ];
|
extraLibraries = [ SDL2 ];
|
||||||
pkgconfigDepends = [ SDL2 ];
|
pkgconfigDepends = [ SDL2 ];
|
||||||
meta = {
|
meta = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user