From 93d241e3ddd4c33dc2fa0164f0567e81e7aae746 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sat, 17 Mar 2018 20:57:26 +0100 Subject: [PATCH] haskell-timezone-olson: override to latest version for ghc-8.4.x --- pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix b/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix index 8884d8536414..5ae7c18cc2aa 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix @@ -692,5 +692,6 @@ self: super: { # Older versions don't compile. brick = self.brick_0_35; + timezone-olson = self.timezone-olson_0_1_9; }