nixpkgs/pkgs/development/libraries/haskell/base-unicode-symbols/default.nix
Andres Löh 1b603fe157 Added yesod-core.
svn path=/nixpkgs/trunk/; revision=27650
2011-07-07 21:40:35 +00:00

14 lines
338 B
Nix

{cabal}:
cabal.mkDerivation (self : {
pname = "base-unicode-symbols";
version = "0.2.1.5";
sha256 = "1ir1dckrpax4xlrfp7jdsjn7s403a8n8mcmv3wdnpzkg1klfahyq";
meta = {
description = "Unicode alternatives for common functions and operators";
license = "BSD3";
maintainers = [self.stdenv.lib.maintainers.andres];
};
})