about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2018-10-02 21:13:34 +0200
committerPeter Simons <simons@cryp.to>2018-10-03 18:00:29 +0200
commite6195f704f2922f0728a01c72466a598060d8c86 (patch)
treeb7ae11d7a3f5c00c27166730043293b75666b2da /pkgs/development
parent5067773e39a4ac0a001612da15bf653a84d6f50d (diff)
downloadnixlib-e6195f704f2922f0728a01c72466a598060d8c86.tar
nixlib-e6195f704f2922f0728a01c72466a598060d8c86.tar.gz
nixlib-e6195f704f2922f0728a01c72466a598060d8c86.tar.bz2
nixlib-e6195f704f2922f0728a01c72466a598060d8c86.tar.lz
nixlib-e6195f704f2922f0728a01c72466a598060d8c86.tar.xz
nixlib-e6195f704f2922f0728a01c72466a598060d8c86.tar.zst
nixlib-e6195f704f2922f0728a01c72466a598060d8c86.zip
haskell-semigroupoids: update to latest version for ghc-8.6.x
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix1
1 files changed, 1 insertions, 0 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 bf64f4ddaf94..6ac27b1bc449 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix
@@ -60,6 +60,7 @@ self: super: {
   lens = dontCheck super.lens;    # avoid depending on broken polyparse
   polyparse = markBrokenVersion "1.12" super.polyparse;
   primitive = self.primitive_0_6_4_0;
+  semigroupoids = self.semigroupoids_5_3_1;
   tagged = self.tagged_0_8_6;
   unordered-containers = dontCheck super.unordered-containers;