2012-02-16 15:05:41 +01:00
|
|
|
{ cabal }:
|
2011-07-07 23:40:35 +02:00
|
|
|
|
2011-08-10 01:00:20 +02:00
|
|
|
cabal.mkDerivation (self: {
|
2011-07-07 23:40:35 +02:00
|
|
|
pname = "base-unicode-symbols";
|
2011-12-19 14:27:41 +01:00
|
|
|
version = "0.2.2.3";
|
|
|
|
sha256 = "0803ncdydkxivn4kcjfn9v0lm43xg47y5iws7lajhhyg6v4zq08j";
|
2011-07-07 23:40:35 +02:00
|
|
|
meta = {
|
2011-08-08 00:03:36 +02:00
|
|
|
homepage = "http://haskell.org/haskellwiki/Unicode-symbols";
|
2011-07-07 23:40:35 +02:00
|
|
|
description = "Unicode alternatives for common functions and operators";
|
2011-08-08 00:03:36 +02:00
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
2011-08-09 11:54:50 +02:00
|
|
|
platforms = self.ghc.meta.platforms;
|
2011-08-08 00:03:36 +02:00
|
|
|
maintainers = [
|
|
|
|
self.stdenv.lib.maintainers.andres
|
2011-08-10 01:00:20 +02:00
|
|
|
self.stdenv.lib.maintainers.simons
|
2011-08-08 00:03:36 +02:00
|
|
|
];
|
2011-07-07 23:40:35 +02:00
|
|
|
};
|
|
|
|
})
|