2014-07-14 04:21:41 -07:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2013-09-06 14:20:50 -07:00
|
|
|
{ cabal, mtl, syb }:
|
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "Strafunski-StrategyLib";
|
|
|
|
version = "5.0.0.3";
|
|
|
|
sha256 = "1s7410dfzkqd9j8n5g92pvh9rwglngj3ca9ipcr6xsq0n6yhs51y";
|
|
|
|
buildDepends = [ mtl syb ];
|
2014-05-09 13:57:20 -07:00
|
|
|
jailbreak = true;
|
2013-09-06 14:20:50 -07:00
|
|
|
meta = {
|
|
|
|
description = "Library for strategic programming";
|
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
|
|
|
};
|
|
|
|
})
|