summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2018-09-27 17:04:54 +0200
committerPeter Simons <simons@cryp.to>2018-09-28 11:16:42 +0200
commitbb5638e54af293ce72de8eba22f81388a42e3a75 (patch)
tree75702f1e642a1796e97c313f801279aa21c793b1 /pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix
parent89223a9380da7a0a72957ee2b17c6632a8ed1ab5 (diff)
downloadnixpkgs-bb5638e54af293ce72de8eba22f81388a42e3a75.tar
nixpkgs-bb5638e54af293ce72de8eba22f81388a42e3a75.tar.gz
nixpkgs-bb5638e54af293ce72de8eba22f81388a42e3a75.tar.bz2
nixpkgs-bb5638e54af293ce72de8eba22f81388a42e3a75.tar.lz
nixpkgs-bb5638e54af293ce72de8eba22f81388a42e3a75.tar.xz
nixpkgs-bb5638e54af293ce72de8eba22f81388a42e3a75.tar.zst
nixpkgs-bb5638e54af293ce72de8eba22f81388a42e3a75.zip
haskell-lens: put override into alphabetical order
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.nix2
1 files changed, 1 insertions, 1 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 8b380096466..0f40265de36 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix
@@ -57,11 +57,11 @@ self: super: {
   hspec-meta = self.hspec-meta_2_5_6;
   hspec-meta_2_5_6 = super.hspec-meta_2_5_6.overrideScope (self: super: { QuickCheck = self.QuickCheck_2_12_4; });
   JuicyPixels = self.JuicyPixels_3_3_1;
+  lens = dontCheck super.lens;    # avoid depending on broken polyparse
   polyparse = markBrokenVersion "1.12" super.polyparse;
   primitive = self.primitive_0_6_4_0;
   tagged = self.tagged_0_8_6;
   unordered-containers = dontCheck super.unordered-containers;
-  lens = dontCheck super.lens;    # avoid depending on broken polyparse
 
   # Over-specified constraints.
   async = doJailbreak super.async;                           # base >=4.3 && <4.12, stm >=2.2 && <2.5