2012-02-16 15:05:41 +01:00
|
|
|
{ cabal }:
|
2009-04-21 23:48:10 +02:00
|
|
|
|
2011-08-10 01:00:20 +02:00
|
|
|
cabal.mkDerivation (self: {
|
2009-04-21 23:48:10 +02:00
|
|
|
pname = "hscolour";
|
2012-06-03 20:26:09 +02:00
|
|
|
version = "1.20.2";
|
|
|
|
sha256 = "0jl2m2bpsqg2hnf9mmwwrpa7af8wqwaajfp2h3nnnmy5qks10ad5";
|
2011-08-10 01:00:20 +02:00
|
|
|
isLibrary = true;
|
|
|
|
isExecutable = true;
|
2009-04-21 23:48:10 +02:00
|
|
|
meta = {
|
2011-08-07 20:21:57 +02:00
|
|
|
homepage = "http://code.haskell.org/~malcolm/hscolour/";
|
2011-08-11 15:03:51 +02:00
|
|
|
description = "Colourise Haskell code";
|
2011-08-07 20:21:57 +02:00
|
|
|
license = "GPL";
|
2011-08-09 11:54:50 +02:00
|
|
|
platforms = self.ghc.meta.platforms;
|
2012-03-24 11:21:28 +01:00
|
|
|
maintainers = [ self.stdenv.lib.maintainers.andres ];
|
2009-04-21 23:48:10 +02:00
|
|
|
};
|
2010-08-15 20:28:08 +02:00
|
|
|
})
|