about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorDomen Kožar <domen@dev.si>2018-12-29 10:54:04 +0000
committerDomen Kožar <domen@dev.si>2018-12-29 10:54:04 +0000
commit45f54533595c86ac704c8d63b0b0c74407761e02 (patch)
tree52dff778e5de314bb0cd8bc4eae7a0a34ab89dda /pkgs/development
parent94164f0d04e99ce7c525b1d8dc89710fd57d895c (diff)
downloadnixlib-45f54533595c86ac704c8d63b0b0c74407761e02.tar
nixlib-45f54533595c86ac704c8d63b0b0c74407761e02.tar.gz
nixlib-45f54533595c86ac704c8d63b0b0c74407761e02.tar.bz2
nixlib-45f54533595c86ac704c8d63b0b0c74407761e02.tar.lz
nixlib-45f54533595c86ac704c8d63b0b0c74407761e02.tar.xz
nixlib-45f54533595c86ac704c8d63b0b0c74407761e02.tar.zst
nixlib-45f54533595c86ac704c8d63b0b0c74407761e02.zip
haskell packages: RSA test suite doesn't compile on GHC 8.6
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix b/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix
index 088e2d5f9ce8..c780564d8017 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix
@@ -87,6 +87,7 @@ self: super: {
   psqueues = dontCheck super.psqueues;    # won't cope with QuickCheck 2.12.x
   system-fileio = dontCheck super.system-fileio;  # avoid dependency on broken "patience"
   unicode-transforms = dontCheck super.unicode-transforms;
+  RSA = dontCheck super.RSA; # https://github.com/GaloisInc/RSA/issues/14 
   monad-par = dontCheck super.monad-par;  # https://github.com/simonmar/monad-par/issues/66
 
   # https://github.com/jgm/skylighting/issues/55