about summary refs log tree commit diff
path: root/third_party/overlays/haskell/extra-pkgs
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/overlays/haskell/extra-pkgs')
-rw-r--r--third_party/overlays/haskell/extra-pkgs/pa-label.nix (renamed from third_party/overlays/haskell/extra-pkgs/pa-label-0.1.0.1.nix)4
1 files changed, 2 insertions, 2 deletions
diff --git a/third_party/overlays/haskell/extra-pkgs/pa-label-0.1.0.1.nix b/third_party/overlays/haskell/extra-pkgs/pa-label.nix
index 1da78260cc66..7cfa257c8138 100644
--- a/third_party/overlays/haskell/extra-pkgs/pa-label-0.1.0.1.nix
+++ b/third_party/overlays/haskell/extra-pkgs/pa-label.nix
@@ -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)";