From 0c6e37e57cadd483595b558d2a56315b3dfe0495 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 1 May 2020 21:26:12 +0200 Subject: [PATCH] configuration-common.nix: cosmetic --- pkgs/development/haskell-modules/configuration-common.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 4f2e5c2327e..2898cb0ce4d 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -1511,7 +1511,8 @@ self: super: { }); # Depends on selective >= 0.4, but the default of selective is 0.3 - headed-megaparsec = super.headed-megaparsec.override { + headed-megaparsec = super.headed-megaparsec.override { selective = self.selective_0_4_1; }; + } // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super