about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-8.2.x.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2017-09-07 09:54:18 +0200
committerPeter Simons <simons@cryp.to>2017-09-07 17:41:27 +0200
commite8826a9ac4856bc4f29fa4b535749d2797ad2d69 (patch)
tree3760841cd6cd7500edc22ed48f78bf005479780c /pkgs/development/haskell-modules/configuration-ghc-8.2.x.nix
parente1c5e81b9074d76f85bb9111f792cb95da82dbdd (diff)
downloadnixlib-e8826a9ac4856bc4f29fa4b535749d2797ad2d69.tar
nixlib-e8826a9ac4856bc4f29fa4b535749d2797ad2d69.tar.gz
nixlib-e8826a9ac4856bc4f29fa4b535749d2797ad2d69.tar.bz2
nixlib-e8826a9ac4856bc4f29fa4b535749d2797ad2d69.tar.lz
nixlib-e8826a9ac4856bc4f29fa4b535749d2797ad2d69.tar.xz
nixlib-e8826a9ac4856bc4f29fa4b535749d2797ad2d69.tar.zst
nixlib-e8826a9ac4856bc4f29fa4b535749d2797ad2d69.zip
haskell-aws: jailbreak when building with ghc-8.2.x
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghc-8.2.x.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-8.2.x.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-8.2.x.nix b/pkgs/development/haskell-modules/configuration-ghc-8.2.x.nix
index ddc32b74ec62..a3337bbb3519 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-8.2.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-8.2.x.nix
@@ -63,6 +63,9 @@ self: super: {
   protolude = doJailbreak super.protolude;
   quickcheck-instances = doJailbreak super.quickcheck-instances;
 
+  # https://github.com/aristidb/aws/issues/238
+  aws = doJailbreak super.aws;
+
   # LTS-9 versions do not compile.
   path = dontCheck super.path;
   path-io = super.path-io_1_3_3;