2014-07-14 12:21:41 +01:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2012-02-16 14:05:41 +00:00
|
|
|
{ cabal }:
|
2011-07-07 22:40:35 +01:00
|
|
|
|
2011-08-10 00:00:20 +01:00
|
|
|
cabal.mkDerivation (self: {
|
2011-07-07 22:40:35 +01:00
|
|
|
pname = "base-unicode-symbols";
|
2012-07-14 10:14:38 +01:00
|
|
|
version = "0.2.2.4";
|
|
|
|
sha256 = "1afc5pchd3vw33bmjbjygkd0l5zh7glbsx4bfyxfscpc1x1l3y52";
|
2011-07-07 22:40:35 +01:00
|
|
|
meta = {
|
2011-08-07 23:03:36 +01:00
|
|
|
homepage = "http://haskell.org/haskellwiki/Unicode-symbols";
|
2011-07-07 22:40:35 +01:00
|
|
|
description = "Unicode alternatives for common functions and operators";
|
2011-08-07 23:03:36 +01:00
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
2011-08-09 10:54:50 +01:00
|
|
|
platforms = self.ghc.meta.platforms;
|
2011-07-07 22:40:35 +01:00
|
|
|
};
|
|
|
|
})
|