about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2020-05-01 21:26:12 +0200
committerPeter Simons <simons@cryp.to>2020-05-01 21:52:29 +0200
commit0c6e37e57cadd483595b558d2a56315b3dfe0495 (patch)
tree0d0c3f07a427bc455a01dff35706e585589ec446 /pkgs/development
parentc752d37efe1755bffc19d09fdf82d3c98a12e76e (diff)
downloadnixlib-0c6e37e57cadd483595b558d2a56315b3dfe0495.tar
nixlib-0c6e37e57cadd483595b558d2a56315b3dfe0495.tar.gz
nixlib-0c6e37e57cadd483595b558d2a56315b3dfe0495.tar.bz2
nixlib-0c6e37e57cadd483595b558d2a56315b3dfe0495.tar.lz
nixlib-0c6e37e57cadd483595b558d2a56315b3dfe0495.tar.xz
nixlib-0c6e37e57cadd483595b558d2a56315b3dfe0495.tar.zst
nixlib-0c6e37e57cadd483595b558d2a56315b3dfe0495.zip
configuration-common.nix: cosmetic
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 4f2e5c2327ea..2898cb0ce4dc 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