about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2021-01-15 20:47:46 +0100
committerPeter Simons <simons@cryp.to>2021-01-15 20:47:46 +0100
commit5b220ae92daaee10806ad6455becb470d26b1296 (patch)
treeec36f5b05a187c1d7b310002be69b3aace19646b /pkgs/development/haskell-modules
parent6c3e331e1c2f5323ff03c8be3d6262c34b683194 (diff)
downloadnixlib-5b220ae92daaee10806ad6455becb470d26b1296.tar
nixlib-5b220ae92daaee10806ad6455becb470d26b1296.tar.gz
nixlib-5b220ae92daaee10806ad6455becb470d26b1296.tar.bz2
nixlib-5b220ae92daaee10806ad6455becb470d26b1296.tar.lz
nixlib-5b220ae92daaee10806ad6455becb470d26b1296.tar.xz
nixlib-5b220ae92daaee10806ad6455becb470d26b1296.tar.zst
nixlib-5b220ae92daaee10806ad6455becb470d26b1296.zip
haskell-http-client-restricted: jailbreak to fix the build with older versions of http-client
Diffstat (limited to 'pkgs/development/haskell-modules')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index ebb0c9bd2b35..8025c521ce85 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -1567,4 +1567,7 @@ self: super: {
   # Allow building with recent versions of tasty.
   lukko = doJailbreak super.lukko;
 
+  # Allow building with older versions of http-client.
+  http-client-restricted = doJailbreak super.http-client-restricted;
+
 } // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super