2014-07-14 17:23:04 +02:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2012-04-17 13:56:34 +00:00
|
|
|
{ cabal, filepath, libX11, mesa, parsec, stm, time, wxc, wxdirect
|
|
|
|
, wxGTK
|
2012-02-14 17:00:37 +00:00
|
|
|
}:
|
2011-08-07 22:16:22 +00:00
|
|
|
|
2011-08-23 10:35:49 +00:00
|
|
|
cabal.mkDerivation (self: {
|
2009-05-04 13:32:59 +00:00
|
|
|
pname = "wxcore";
|
2014-10-31 11:38:05 +01:00
|
|
|
version = "0.91.0.0";
|
|
|
|
sha256 = "01pvaysihyijklyw129vcafjqyh8bpafjzvscxvzll1g86qbqlkz";
|
2012-04-17 13:56:34 +00:00
|
|
|
buildDepends = [ filepath parsec stm time wxc wxdirect ];
|
2011-08-23 11:00:05 +00:00
|
|
|
extraLibraries = [ libX11 mesa wxGTK ];
|
2009-05-04 13:32:59 +00:00
|
|
|
meta = {
|
2011-08-07 22:16:22 +00:00
|
|
|
homepage = "http://haskell.org/haskellwiki/WxHaskell";
|
2009-05-04 13:32:59 +00:00
|
|
|
description = "wxHaskell core";
|
2012-01-13 10:32:08 +00:00
|
|
|
license = "unknown";
|
2011-08-09 09:54:50 +00:00
|
|
|
platforms = self.ghc.meta.platforms;
|
2014-10-31 11:38:05 +01:00
|
|
|
maintainers = with self.stdenv.lib.maintainers; [ andres ];
|
2009-05-04 13:32:59 +00:00
|
|
|
};
|
2011-03-28 15:04:00 +00:00
|
|
|
})
|