about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-nix.nix
diff options
context:
space:
mode:
authorsternenseemann <sternenseemann@systemli.org>2024-01-04 12:37:03 +0100
committersternenseemann <sternenseemann@systemli.org>2024-01-04 12:37:03 +0100
commita9d78a775852589832d15d245715ec2809119f25 (patch)
tree8183b8e234815403de2cbd13f130c71cddd56e4c /pkgs/development/haskell-modules/configuration-nix.nix
parentce229b97acda3e9b788f8c206124af3d8be81dc0 (diff)
downloadnixlib-a9d78a775852589832d15d245715ec2809119f25.tar
nixlib-a9d78a775852589832d15d245715ec2809119f25.tar.gz
nixlib-a9d78a775852589832d15d245715ec2809119f25.tar.bz2
nixlib-a9d78a775852589832d15d245715ec2809119f25.tar.lz
nixlib-a9d78a775852589832d15d245715ec2809119f25.tar.xz
nixlib-a9d78a775852589832d15d245715ec2809119f25.tar.zst
nixlib-a9d78a775852589832d15d245715ec2809119f25.zip
haskellPackages.pantry_0_5_2_1: remove at 0.5.2.1
No longer needed by stack.
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-nix.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-nix.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/development/haskell-modules/configuration-nix.nix b/pkgs/development/haskell-modules/configuration-nix.nix
index 7a5666fcfb0d..f263712dcbc6 100644
--- a/pkgs/development/haskell-modules/configuration-nix.nix
+++ b/pkgs/development/haskell-modules/configuration-nix.nix
@@ -825,7 +825,6 @@ self: super: builtins.intersectAttrs super {
   # Tests require internet
   http-download = dontCheck super.http-download;
   pantry = dontCheck super.pantry;
-  pantry_0_5_2_1 = dontCheck super.pantry_0_5_2_1;
 
   # gtk2hs-buildtools is listed in setupHaskellDepends, but we
   # need it during the build itself, too.