summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2017-04-21 16:16:41 +0200
committerPeter Simons <simons@cryp.to>2017-04-21 16:25:54 +0200
commit4c0098f1dc65bc664be941fb4290274eba703483 (patch)
tree6a802b9701276d6cbaf5221f1c1a4619afbabd47 /pkgs
parent7462c7d2f75fc5a653bae86f0d5c7322136a6383 (diff)
downloadnixlib-4c0098f1dc65bc664be941fb4290274eba703483.tar
nixlib-4c0098f1dc65bc664be941fb4290274eba703483.tar.gz
nixlib-4c0098f1dc65bc664be941fb4290274eba703483.tar.bz2
nixlib-4c0098f1dc65bc664be941fb4290274eba703483.tar.lz
nixlib-4c0098f1dc65bc664be941fb4290274eba703483.tar.xz
nixlib-4c0098f1dc65bc664be941fb4290274eba703483.tar.zst
nixlib-4c0098f1dc65bc664be941fb4290274eba703483.zip
haskell-old-time: fix build with GHC HEAD
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-head.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-head.nix b/pkgs/development/haskell-modules/configuration-ghc-head.nix
index 2707fb69fa95..6a9d15d402ef 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-head.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-head.nix
@@ -87,6 +87,7 @@ self: super: {
   llvm-general = markBrokenVersion "3.4.5.3" super.llvm-general;
 
   # A bunch of jailbreaks due to 'base' bump
+  old-time = doJailbreak super.old-time;
   old-locale = doJailbreak super.old-locale;
   primitive = doJailbreak super.primitive;
   test-framework = doJailbreak super.test-framework;