chore(third_party/haskell): pa-label: 0.1.0.1 -> 0.1.1.0

chore(users/Profpatsch/whatcd-resolver): use more from Label

New label version contains these helpers.

Change-Id: I3ef2ae9b92f2c798842ae001588b2c6d9f3ab971
Reviewed-on: https://cl.tvl.fyi/c/depot/+/11162
Tested-by: BuildkiteCI
Autosubmit: Profpatsch <mail@profpatsch.de>
Reviewed-by: Profpatsch <mail@profpatsch.de>
This commit is contained in:
Profpatsch 2024-03-16 13:20:12 +01:00 committed by clbot
parent dbf87f3057
commit 7e63addad3
3 changed files with 3 additions and 32 deletions

View file

@ -1,8 +1,8 @@
{ mkDerivation, base, lib }:
mkDerivation {
pname = "pa-label";
version = "0.1.0.1";
sha256 = "0131ab7718d910a94cd8cc881e51b7371a060dadfeabc8fd78513a7f27ee8d35";
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)";