about summary refs log tree commit diff
path: root/third_party/overlays/haskell/extra-pkgs/pa-label.nix
blob: 7cfa257c813862086b45850cc019471cc1144c43 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
{ mkDerivation, base, lib }:
mkDerivation {
  pname = "pa-label";
  version = "0.1.1.0";
  sha256 = "b40183900c045641c0632ed8e53a326c0c0e9c2806568613c03b3131d9016183";
  libraryHaskellDepends = [ base ];
  homepage = "https://github.com/possehl-analytics/pa-hackage";
  description = "Labels, and labelled tuples and enums (GHC >9.2)";
  license = lib.licenses.bsd3;
}