summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/enummapset-th/default.nix
blob: 9b24980b5b9fbc51cb804720dbe001b5b6e80ab7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file was auto-generated by cabal2nix. Please do NOT edit manually!

{ cabal, deepseq }:

cabal.mkDerivation (self: {
  pname = "enummapset-th";
  version = "0.6.0.1";
  sha256 = "1v12pfj6k8av58sh6siwzspf2dnbcapmrzfpg2p4yz3bdkc70hh8";
  buildDepends = [ deepseq ];
  meta = {
    homepage = "https://github.com/liyang/enummapset-th";
    description = "TH-generated EnumSet/EnumMap wrappers around IntSet/IntMap";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
  };
})