summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-common.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2020-06-12 20:36:45 +0200
committerPeter Simons <simons@cryp.to>2020-06-19 22:29:21 +0200
commitb53c8b281050b0c72c3b1fed5dae89c907b2597f (patch)
treeb86e353e7670a64dd76e46fbc443d94ce6dabe76 /pkgs/development/haskell-modules/configuration-common.nix
parent91754464d37957710cf778ce78f02a918d4c03d4 (diff)
downloadnixpkgs-b53c8b281050b0c72c3b1fed5dae89c907b2597f.tar
nixpkgs-b53c8b281050b0c72c3b1fed5dae89c907b2597f.tar.gz
nixpkgs-b53c8b281050b0c72c3b1fed5dae89c907b2597f.tar.bz2
nixpkgs-b53c8b281050b0c72c3b1fed5dae89c907b2597f.tar.lz
nixpkgs-b53c8b281050b0c72c3b1fed5dae89c907b2597f.tar.xz
nixpkgs-b53c8b281050b0c72c3b1fed5dae89c907b2597f.tar.zst
nixpkgs-b53c8b281050b0c72c3b1fed5dae89c907b2597f.zip
haskell-polysemy-plugin: drop obsolete overrides
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-common.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix8
1 files changed, 3 insertions, 5 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 9472414d243..0c01fb04014 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -1436,13 +1436,11 @@ self: super: {
     sha256 = "097wqn8hxsr50b9mhndg5pjim5jma2ym4ylpibakmmb5m98n17zp";
   });
 
+  # polysemy-plugin 0.2.5.0 has constraint ghc-tcplugins-extra (==0.3.*)
+  # This upstream issue is relevant:
+  # https://github.com/polysemy-research/polysemy/issues/322
   polysemy-plugin = super.polysemy-plugin.override {
-    # polysemy-plugin 0.2.5.0 has constraint ghc-tcplugins-extra (==0.3.*)
-    # This upstream issue is relevant:
-    # https://github.com/polysemy-research/polysemy/issues/322
     ghc-tcplugins-extra = self.ghc-tcplugins-extra_0_3_2;
-    # version of Polysemy the plugin goes with
-    polysemy = self.polysemy_1_3_0_0;
   };
 
   # Test suite requires running a database server. Testing is done upstream.