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>2018-10-19 11:37:54 +0200
committerPeter Simons <simons@cryp.to>2018-10-19 14:44:22 +0200
commit4ec2418dda5dc158de0b566caf03393fb2a0faa9 (patch)
treeaf3c37e821eff3835ec85285479b8ea0a7705c29 /pkgs/development/haskell-modules/configuration-common.nix
parent8d54a1efe672a04d2053f0902b1fadf9a8286b49 (diff)
downloadnixlib-4ec2418dda5dc158de0b566caf03393fb2a0faa9.tar
nixlib-4ec2418dda5dc158de0b566caf03393fb2a0faa9.tar.gz
nixlib-4ec2418dda5dc158de0b566caf03393fb2a0faa9.tar.bz2
nixlib-4ec2418dda5dc158de0b566caf03393fb2a0faa9.tar.lz
nixlib-4ec2418dda5dc158de0b566caf03393fb2a0faa9.tar.xz
nixlib-4ec2418dda5dc158de0b566caf03393fb2a0faa9.tar.zst
nixlib-4ec2418dda5dc158de0b566caf03393fb2a0faa9.zip
stack: drop obsolete override after version update
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-common.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 8cec99e0ce4d..2cb95a397c6b 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -1072,9 +1072,6 @@ self: super: {
     yaml = self.yaml_0_11_0_0;
   });
 
-  # Break out of "aeson <1.3, temporary <1.3".
-  stack = doJailbreak super.stack;
-
   # https://github.com/pikajude/stylish-cabal/issues/11
   stylish-cabal = super.stylish-cabal.override { hspec = self.hspec_2_4_8; hspec-core = self.hspec-core_2_4_8; };
   hspec_2_4_8 = super.hspec_2_4_8.override { hspec-core = self.hspec-core_2_4_8; hspec-discover = self.hspec-discover_2_4_8; };