summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-9.2.x.nix
diff options
context:
space:
mode:
authorArtur Cygan <arczicygan@gmail.com>2022-11-24 01:24:26 +0100
committerArtur Cygan <arczicygan@gmail.com>2022-11-24 01:36:43 +0100
commit5b4ed2a6aa6ef7bad85746181242c3b5de50da05 (patch)
tree1543c421a970585271786fc8b27d28df7042ebff /pkgs/development/haskell-modules/configuration-ghc-9.2.x.nix
parentee6815b910222b8b7a63b5b199c6ce304b555950 (diff)
downloadnixpkgs-5b4ed2a6aa6ef7bad85746181242c3b5de50da05.tar
nixpkgs-5b4ed2a6aa6ef7bad85746181242c3b5de50da05.tar.gz
nixpkgs-5b4ed2a6aa6ef7bad85746181242c3b5de50da05.tar.bz2
nixpkgs-5b4ed2a6aa6ef7bad85746181242c3b5de50da05.tar.lz
nixpkgs-5b4ed2a6aa6ef7bad85746181242c3b5de50da05.tar.xz
nixpkgs-5b4ed2a6aa6ef7bad85746181242c3b5de50da05.tar.zst
nixpkgs-5b4ed2a6aa6ef7bad85746181242c3b5de50da05.zip
haskellPackages: configuration cleanup
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghc-9.2.x.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-9.2.x.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-9.2.x.nix b/pkgs/development/haskell-modules/configuration-ghc-9.2.x.nix
index 5c47303b5a1..49ed24fe367 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-9.2.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-9.2.x.nix
@@ -63,7 +63,7 @@ self: super: {
 
   # Jailbreaks & Version Updates
   hashable-time = doJailbreak super.hashable-time;
-  retrie = doJailbreak (dontCheck super.retrie_1_2_1_1);
+  retrie = doJailbreak super.retrie_1_2_1_1;
 
   # Depends on utf8-light which isn't maintained / doesn't support base >= 4.16
   # https://github.com/haskell-infra/hackage-trustees/issues/347