about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix
diff options
context:
space:
mode:
authorJorge Acereda <jacereda@gmail.com>2019-02-21 10:02:43 +0100
committerJorge Acereda <jacereda@gmail.com>2019-02-21 10:02:43 +0100
commitc8e61efae360c8d86909de5f1ab372f39de6a453 (patch)
treedb4a2280a4a92ae313d0e63a3340e7d0819f1636 /pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix
parent2ca0cfb0d12e58e062c9bdb6226c86aec23f9ced (diff)
cereal: run test suite on ghc-8.6
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix1
1 files changed, 0 insertions, 1 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 abfbe69568a03..47bf367875c0b 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix
@@ -45,7 +45,6 @@ self: super: {
   unordered-containers = dontCheck super.unordered-containers;
 
   # Test suite does not compile.
-  cereal = dontCheck super.cereal;
   data-clist = doJailbreak super.data-clist;  # won't cope with QuickCheck 2.12.x
   dates = doJailbreak super.dates; # base >=4.9 && <4.12
   Diff = dontCheck super.Diff;