summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-common.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2015-06-16 11:12:14 +0200
committerPeter Simons <simons@cryp.to>2015-06-16 13:02:27 +0200
commit614769a9ede25991cd79d71f00813c3fb7e9d43d (patch)
tree7b2852a8e142f0e9208de16263415fdc92d1dbd0 /pkgs/development/haskell-modules/configuration-common.nix
parent19c5b0a8cdf5a6053141864985fa0ad0bcfe2180 (diff)
downloadnixlib-614769a9ede25991cd79d71f00813c3fb7e9d43d.tar
nixlib-614769a9ede25991cd79d71f00813c3fb7e9d43d.tar.gz
nixlib-614769a9ede25991cd79d71f00813c3fb7e9d43d.tar.bz2
nixlib-614769a9ede25991cd79d71f00813c3fb7e9d43d.tar.lz
nixlib-614769a9ede25991cd79d71f00813c3fb7e9d43d.tar.xz
nixlib-614769a9ede25991cd79d71f00813c3fb7e9d43d.tar.zst
nixlib-614769a9ede25991cd79d71f00813c3fb7e9d43d.zip
haskell-serversession: disable failing test suite
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-common.nix')
-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 d42c05fad286..29bca6c99d08 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -873,4 +873,7 @@ self: super: {
   # Doesn't work with recent versions of mtl.
   cron-compat = markBroken super.cron-compat;
 
+  # https://github.com/yesodweb/serversession/issues/1
+  serversession = dontCheck super.serversession;
+
 }