about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2018-12-26 14:53:21 +0100
committerJan Tojnar <jtojnar@gmail.com>2018-12-26 14:53:21 +0100
commitf4b4dc2d0bdbddc040f5eb46e70469d1392deab6 (patch)
treea2dcfcbc5d3e0d053f9b83cf5ff968779bf6feee /pkgs
parent83a310aa5f785d976be46ff8860fe4e6f5075e65 (diff)
downloadnixlib-f4b4dc2d0bdbddc040f5eb46e70469d1392deab6.tar
nixlib-f4b4dc2d0bdbddc040f5eb46e70469d1392deab6.tar.gz
nixlib-f4b4dc2d0bdbddc040f5eb46e70469d1392deab6.tar.bz2
nixlib-f4b4dc2d0bdbddc040f5eb46e70469d1392deab6.tar.lz
nixlib-f4b4dc2d0bdbddc040f5eb46e70469d1392deab6.tar.xz
nixlib-f4b4dc2d0bdbddc040f5eb46e70469d1392deab6.tar.zst
nixlib-f4b4dc2d0bdbddc040f5eb46e70469d1392deab6.zip
haskellPackages.safe-money-aeson: unbreak
The following fix is no longer necessary after a Stackage update:

https://github.com/NixOS/nixpkgs/issues/46467
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix7
1 files changed, 0 insertions, 7 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 6fc6c2583f82..4642072e8250 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -1134,13 +1134,6 @@ self: super: {
   # Generate shell completions
   purescript = generateOptparseApplicativeCompletion "purs" super.purescript;
 
-  # https://github.com/NixOS/nixpkgs/issues/46467
-  safe-money-aeson = super.safe-money-aeson.overrideScope (self: super: { safe-money = self.safe-money_0_7; });
-  safe-money-store = super.safe-money-store.overrideScope (self: super: { safe-money = self.safe-money_0_7; });
-  safe-money-cereal = super.safe-money-cereal.overrideScope (self: super: { safe-money = self.safe-money_0_7; });
-  safe-money-serialise = super.safe-money-serialise.overrideScope (self: super: { safe-money = self.safe-money_0_7; });
-  safe-money-xmlbf = super.safe-money-xmlbf.overrideScope (self: super: { safe-money = self.safe-money_0_7; });
-
   # https://github.com/adinapoli/mandrill/pull/52
   mandrill = appendPatch super.mandrill (pkgs.fetchpatch {
     url = https://github.com/adinapoli/mandrill/commit/30356d9dfc025a5f35a156b17685241fc3882c55.patch;