2009-05-04 15:33:04 +02:00
|
|
|
{cabal, stm, wxcore}:
|
2009-05-04 15:32:59 +02:00
|
|
|
|
|
|
|
cabal.mkDerivation (self : {
|
|
|
|
pname = "wx";
|
|
|
|
version = "0.11.1.2";
|
2009-05-04 15:33:04 +02:00
|
|
|
sha256 = "d407e191391ec977552932ffbfc86ce7826b56208bbcbc1262d3fc65fe1c2337";
|
|
|
|
propagatedBuildInputs = [stm wxcore];
|
2009-05-04 15:32:59 +02:00
|
|
|
meta = {
|
|
|
|
description = "wxHaskell";
|
|
|
|
};
|
|
|
|
})
|
|
|
|
|