summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-8.10.x.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2020-08-07 17:22:36 +0200
committerPeter Simons <simons@cryp.to>2020-08-07 20:34:52 +0200
commitb38e6cf1c69a6f6e205b82fcfa501c250f07ee23 (patch)
treeec79c6464a962d9e8027d9cf899c26d31cc26d61 /pkgs/development/haskell-modules/configuration-ghc-8.10.x.nix
parenta08c537cfbdaff6ca7b6cd8b96b778eb483b3c19 (diff)
downloadnixpkgs-b38e6cf1c69a6f6e205b82fcfa501c250f07ee23.tar
nixpkgs-b38e6cf1c69a6f6e205b82fcfa501c250f07ee23.tar.gz
nixpkgs-b38e6cf1c69a6f6e205b82fcfa501c250f07ee23.tar.bz2
nixpkgs-b38e6cf1c69a6f6e205b82fcfa501c250f07ee23.tar.lz
nixpkgs-b38e6cf1c69a6f6e205b82fcfa501c250f07ee23.tar.xz
nixpkgs-b38e6cf1c69a6f6e205b82fcfa501c250f07ee23.tar.zst
nixpkgs-b38e6cf1c69a6f6e205b82fcfa501c250f07ee23.zip
ghc-8.10.x: update override for optics-core
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghc-8.10.x.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-8.10.x.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-8.10.x.nix b/pkgs/development/haskell-modules/configuration-ghc-8.10.x.nix
index 60d740212c4..f2dd8942b8c 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-8.10.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-8.10.x.nix
@@ -69,7 +69,7 @@ self: super: {
   # Use the latest version to fix the build.
   dhall = self.dhall_1_34_0;
   lens = self.lens_4_19_2;
-  optics-core = self.optics-core_0_3;
+  optics-core = self.optics-core_0_3_0_1;
   repline = self.repline_0_4_0_0;
   singletons = self.singletons_2_7;
   th-desugar = self.th-desugar_1_11;