summaryrefslogtreecommitdiffstats
path: root/krebs/5pkgs/haskell/blessings.nix
diff options
context:
space:
mode:
authorlassulus <lass@xerxes.r>2019-07-15 18:28:17 +0200
committerlassulus <lass@xerxes.r>2019-07-15 18:28:17 +0200
commitea68d0fe56d747737161086584e3545e7f69d701 (patch)
tree9475d5423d8379fecfcd005b09b0851cdaa1ee5c /krebs/5pkgs/haskell/blessings.nix
parentbc1a0aa0faa87297bf5a1e7e1cf4e303f28bd1ae (diff)
blessings/email-header: add 19.09 compat
Diffstat (limited to 'krebs/5pkgs/haskell/blessings.nix')
-rw-r--r--krebs/5pkgs/haskell/blessings.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/krebs/5pkgs/haskell/blessings.nix b/krebs/5pkgs/haskell/blessings.nix
index 7abebba5..55f2d17d 100644
--- a/krebs/5pkgs/haskell/blessings.nix
+++ b/krebs/5pkgs/haskell/blessings.nix
@@ -14,6 +14,10 @@ with import <stockholm/lib>;
version = "2.2.0";
sha256 = "1pb56dgf3jj2kq3cbbppwzyg3ccgqy9xara62hkjwyxzdx20clk1";
};
+ "19.09" = {
+ version = "2.2.0";
+ sha256 = "1pb56dgf3jj2kq3cbbppwzyg3ccgqy9xara62hkjwyxzdx20clk1";
+ };
}.${versions.majorMinor version};
in mkDerivation {