about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix
diff options
context:
space:
mode:
authorJosé Romildo Malaquias <malaquias@gmail.com>2019-01-10 23:41:30 -0200
committerJosé Romildo Malaquias <malaquias@gmail.com>2019-01-12 18:10:04 -0200
commita38cfed9744690c37ca38f7b80ef92e6969b2138 (patch)
tree5268d16a17b51a45a2580d880ec33476ba07e9b1 /pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix
parent9e96bfb27cc5f4d1bf5fa32dbbeeffff4828c813 (diff)
downloadnixlib-a38cfed9744690c37ca38f7b80ef92e6969b2138.tar
nixlib-a38cfed9744690c37ca38f7b80ef92e6969b2138.tar.gz
nixlib-a38cfed9744690c37ca38f7b80ef92e6969b2138.tar.bz2
nixlib-a38cfed9744690c37ca38f7b80ef92e6969b2138.tar.lz
nixlib-a38cfed9744690c37ca38f7b80ef92e6969b2138.tar.xz
nixlib-a38cfed9744690c37ca38f7b80ef92e6969b2138.tar.zst
nixlib-a38cfed9744690c37ca38f7b80ef92e6969b2138.zip
haskellPackages.dates: jailbreak
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, 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 6190dd9ab931..97a340b0acfe 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix
@@ -47,6 +47,7 @@ self: super: {
   # 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;
   hpc-coveralls = doJailbreak super.hpc-coveralls; # https://github.com/guillaume-nargeot/hpc-coveralls/issues/82
   http-api-data = doJailbreak super.http-api-data;