2014-07-14 13:21:41 +02:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2012-02-16 15:05:41 +01:00
|
|
|
{ cabal, mtl }:
|
2009-05-28 21:06:33 +02:00
|
|
|
|
2011-08-10 01:00:20 +02:00
|
|
|
cabal.mkDerivation (self: {
|
2009-05-28 21:06:33 +02:00
|
|
|
pname = "Shellac";
|
2014-06-03 11:34:27 +02:00
|
|
|
version = "0.9.5.2";
|
|
|
|
sha256 = "1js9la0hziqsmb56q9kzfycda2sw3xm4kv2y5q2h3zlw5gzc5xli";
|
2012-02-16 15:05:41 +01:00
|
|
|
buildDepends = [ mtl ];
|
2009-05-28 21:06:33 +02:00
|
|
|
meta = {
|
2014-06-03 11:34:27 +02:00
|
|
|
homepage = "http://rwd.rdockins.name/shellac/home/";
|
2011-08-08 00:03:48 +02:00
|
|
|
description = "A framework for creating shell envinronments";
|
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
2011-08-09 11:54:50 +02:00
|
|
|
platforms = self.ghc.meta.platforms;
|
2009-05-28 21:06:33 +02:00
|
|
|
};
|
2011-03-28 17:04:00 +02:00
|
|
|
})
|