summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix
diff options
context:
space:
mode:
authorsternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org>2021-05-05 15:25:24 +0200
committersternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org>2021-05-05 15:26:23 +0200
commit2222050406a70d331900dbfaeccc0734d6cac5cd (patch)
tree10ba6393d4a02fe97fa3425be25a1ec357616d32 /pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix
parent20020d3ec8764d119df541d4ceae1d2a81f909df (diff)
downloadnixpkgs-2222050406a70d331900dbfaeccc0734d6cac5cd.tar
nixpkgs-2222050406a70d331900dbfaeccc0734d6cac5cd.tar.gz
nixpkgs-2222050406a70d331900dbfaeccc0734d6cac5cd.tar.bz2
nixpkgs-2222050406a70d331900dbfaeccc0734d6cac5cd.tar.lz
nixpkgs-2222050406a70d331900dbfaeccc0734d6cac5cd.tar.xz
nixpkgs-2222050406a70d331900dbfaeccc0734d6cac5cd.tar.zst
nixpkgs-2222050406a70d331900dbfaeccc0734d6cac5cd.zip
haskell.packages.ghc901.lens: bump to 5.0.1
Release 5 introduced GHC 9.0 compatibility, but hasn't hit stackage yet.
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix b/pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix
index 0147143e7b2..c55d720033e 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix
@@ -101,4 +101,7 @@ self: super: {
   # 5.6 introduced support for GHC 9.0.x, but hasn't landed in stackage yet
   profunctors = super.profunctors_5_6_2;
 
+  # 5 introduced support for GHC 9.0.x, but hasn't landed in stackage yet
+  lens = super.lens_5_0_1;
+
 }