about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix
diff options
context:
space:
mode:
authorDennis Gosnell <cdep.illabout@gmail.com>2023-11-11 17:06:57 +0900
committerDennis Gosnell <cdep.illabout@gmail.com>2023-11-11 17:06:57 +0900
commit2a4b34a9d4c4c10d525afdd55e4a7587189ce1b9 (patch)
treea9810bf32dafa3fc6332766b8123983c324b8708 /pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix
parent18cd34573b1ecd51124cff1a4690fc565d9109ed (diff)
downloadnixlib-2a4b34a9d4c4c10d525afdd55e4a7587189ce1b9.tar
nixlib-2a4b34a9d4c4c10d525afdd55e4a7587189ce1b9.tar.gz
nixlib-2a4b34a9d4c4c10d525afdd55e4a7587189ce1b9.tar.bz2
nixlib-2a4b34a9d4c4c10d525afdd55e4a7587189ce1b9.tar.lz
nixlib-2a4b34a9d4c4c10d525afdd55e4a7587189ce1b9.tar.xz
nixlib-2a4b34a9d4c4c10d525afdd55e4a7587189ce1b9.tar.zst
nixlib-2a4b34a9d4c4c10d525afdd55e4a7587189ce1b9.zip
haskell.packages.ghc96.some_1_0_6: update reference from some_1_0_5
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix b/pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix
index a0aebea4ff08..e0e3aa561afb 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix
@@ -67,7 +67,7 @@ self: super: {
 
   doctest = doDistribute super.doctest_0_22_2;
   http-api-data = doDistribute self.http-api-data_0_6; # allows base >= 4.18
-  some = doDistribute self.some_1_0_5;
+  some = doDistribute self.some_1_0_6;
   th-abstraction = doDistribute self.th-abstraction_0_6_0_0;
   th-desugar = doDistribute self.th-desugar_1_15;
   semigroupoids = doDistribute self.semigroupoids_6_0_0_1;