about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-8.10.x.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2020-04-25 17:59:35 +0200
committerPeter Simons <simons@cryp.to>2020-04-25 18:06:42 +0200
commitf2aa6b44d44304ad93f006eeedfd6a955909f450 (patch)
tree42f9a13a7dd0d873b86d458bf84d12b44b49064c /pkgs/development/haskell-modules/configuration-ghc-8.10.x.nix
parentc970de4586988fb104f4552f8dd5f83045ca9f72 (diff)
downloadnixlib-f2aa6b44d44304ad93f006eeedfd6a955909f450.tar
nixlib-f2aa6b44d44304ad93f006eeedfd6a955909f450.tar.gz
nixlib-f2aa6b44d44304ad93f006eeedfd6a955909f450.tar.bz2
nixlib-f2aa6b44d44304ad93f006eeedfd6a955909f450.tar.lz
nixlib-f2aa6b44d44304ad93f006eeedfd6a955909f450.tar.xz
nixlib-f2aa6b44d44304ad93f006eeedfd6a955909f450.tar.zst
nixlib-f2aa6b44d44304ad93f006eeedfd6a955909f450.zip
haskell-system-fileio: jailbreak out of dependency on chell 0.4.x
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghc-8.10.x.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-8.10.x.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-8.10.x.nix b/pkgs/development/haskell-modules/configuration-ghc-8.10.x.nix
index 96ab593cf848..23c555c5ac9f 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-8.10.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-8.10.x.nix
@@ -56,6 +56,7 @@ self: super: {
   regex-posix = doJailbreak super.regex-posix;
   regex-tdfa = doJailbreak super.regex-tdfa;
   split = doJailbreak super.split;
+  system-fileio = doJailbreak super.system-fileio;
   tar = doJailbreak super.tar;
   tasty-expected-failure = doJailbreak super.tasty-expected-failure;
   unliftio-core = doJailbreak super.unliftio-core;