2014-07-14 11:21:41 +00:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2012-02-16 14:05:41 +00:00
|
|
|
{ cabal, SDL, SDL_image }:
|
2009-04-25 15:33:29 +00:00
|
|
|
|
2011-08-23 10:35:49 +00:00
|
|
|
cabal.mkDerivation (self: {
|
2009-04-25 15:33:29 +00:00
|
|
|
pname = "SDL-image";
|
2011-08-07 22:00:44 +00:00
|
|
|
version = "0.6.1";
|
|
|
|
sha256 = "18n6al40db7xalqqr4hp0l26qxxv1kmd8mva0n7vmhg05zypf6ni";
|
2012-02-16 14:05:41 +00:00
|
|
|
buildDepends = [ SDL ];
|
2011-08-23 10:35:49 +00:00
|
|
|
extraLibraries = [ SDL_image ];
|
2009-04-25 15:33:29 +00:00
|
|
|
meta = {
|
|
|
|
description = "Binding to libSDL_image";
|
2011-08-07 22:00:44 +00:00
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
2011-08-09 09:54:50 +00:00
|
|
|
platforms = self.ghc.meta.platforms;
|
2013-05-10 22:36:36 +00:00
|
|
|
maintainers = [ self.stdenv.lib.maintainers.andres ];
|
2009-04-25 15:33:29 +00:00
|
|
|
};
|
2011-03-28 15:04:00 +00:00
|
|
|
})
|