summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2019-11-01 21:10:31 +0100
committerPeter Simons <simons@cryp.to>2019-11-01 21:28:26 +0100
commit99d827880101495590f5c958a36f0b97f4135cd8 (patch)
treea7cb859bc3c453b58a1cfa63ed547f17fc96e810 /pkgs/development/haskell-modules
parent3d45947b7d0fbded41dd9819277cd3c98b7e487f (diff)
downloadnixpkgs-99d827880101495590f5c958a36f0b97f4135cd8.tar
nixpkgs-99d827880101495590f5c958a36f0b97f4135cd8.tar.gz
nixpkgs-99d827880101495590f5c958a36f0b97f4135cd8.tar.bz2
nixpkgs-99d827880101495590f5c958a36f0b97f4135cd8.tar.lz
nixpkgs-99d827880101495590f5c958a36f0b97f4135cd8.tar.xz
nixpkgs-99d827880101495590f5c958a36f0b97f4135cd8.tar.zst
nixpkgs-99d827880101495590f5c958a36f0b97f4135cd8.zip
haskell-polysemy: update override for the latest version
Diffstat (limited to 'pkgs/development/haskell-modules')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index aab7118be3e..a4780a3e619 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -1273,7 +1273,7 @@ self: super: {
   language-ats = dontCheck super.language-ats;
 
   # polysemy-plugin requires polysemy >= 1.2.0.0
-  polysemy = self.polysemy_1_2_2_0;
+  polysemy = self.polysemy_1_2_3_0;
 
   # The polysemy-plugin tests failed because it couldn't find
   # the polysemy-plugin package in the doctests: