summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2018-10-19 11:37:04 +0200
committerPeter Simons <simons@cryp.to>2018-10-19 14:44:22 +0200
commit8d54a1efe672a04d2053f0902b1fadf9a8286b49 (patch)
tree28c6a0adfbc681fc103e50a109ca4ef9ea197782 /pkgs/development
parent1643a57fd0d1a70fbc25ffea01d1e2d9a018affb (diff)
downloadnixlib-8d54a1efe672a04d2053f0902b1fadf9a8286b49.tar
nixlib-8d54a1efe672a04d2053f0902b1fadf9a8286b49.tar.gz
nixlib-8d54a1efe672a04d2053f0902b1fadf9a8286b49.tar.bz2
nixlib-8d54a1efe672a04d2053f0902b1fadf9a8286b49.tar.lz
nixlib-8d54a1efe672a04d2053f0902b1fadf9a8286b49.tar.xz
nixlib-8d54a1efe672a04d2053f0902b1fadf9a8286b49.tar.zst
nixlib-8d54a1efe672a04d2053f0902b1fadf9a8286b49.zip
haskell-neat-interpolation: we cannot use the latest version without megaparsec 7.x
Diffstat (limited to 'pkgs/development')
-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 81076da0e2ac..4a650ccfd9ec 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix
@@ -63,7 +63,7 @@ self: super: {
   JuicyPixels = self.JuicyPixels_3_3_2;
   lens = self.lens_4_17;
   megaparsec = dontCheck (doJailbreak super.megaparsec);
-  neat-interpolation = dontCheck super.neat-interpolation_0_3_2_4;  # test suite depends on broken HTF
+  neat-interpolation = dontCheck super.neat-interpolation;  # test suite depends on broken HTF
   patience = markBrokenVersion "0.1.1" super.patience;
   primitive = self.primitive_0_6_4_0;
   QuickCheck = self.QuickCheck_2_12_6_1;