about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix
diff options
context:
space:
mode:
authorRobert Hensing <robert@roberthensing.nl>2023-06-30 00:13:47 +0200
committerRobert Hensing <robert@roberthensing.nl>2023-06-30 00:18:45 +0200
commitc2431c66427ac717ee02c42d3e1a85a3bf96df47 (patch)
treedc7bf2af264cac1b96803443c88a91db77c48c60 /pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix
parent1008860a08aa835682e86169d995d0e55450b462 (diff)
downloadnixlib-c2431c66427ac717ee02c42d3e1a85a3bf96df47.tar
nixlib-c2431c66427ac717ee02c42d3e1a85a3bf96df47.tar.gz
nixlib-c2431c66427ac717ee02c42d3e1a85a3bf96df47.tar.bz2
nixlib-c2431c66427ac717ee02c42d3e1a85a3bf96df47.tar.lz
nixlib-c2431c66427ac717ee02c42d3e1a85a3bf96df47.tar.xz
nixlib-c2431c66427ac717ee02c42d3e1a85a3bf96df47.tar.zst
nixlib-c2431c66427ac717ee02c42d3e1a85a3bf96df47.zip
haskellPackages.attoparsec-iso8601: Remove redundant override
The generated package at that attribute has the same version.
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix b/pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix
index cb785b196137..56848287c52d 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix
@@ -162,9 +162,6 @@ in {
   })
     self.ghc-exactprint_1_6_1_3;
 
-  # needed to build servant
-  attoparsec-iso8601 = super.attoparsec-iso8601_1_1_0_0;
-
   # requires newer versions to work with GHC 9.4
   swagger2 = dontCheck super.swagger2;
   servant = doJailbreak super.servant;