summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/base-unicode-symbols/default.nix
blob: 1c51f82bed685de45b6db0778836c6a02c1d9922 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
{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];
  };
})