summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-common.nix
diff options
context:
space:
mode:
authorRobin Gloster <mail@glob.in>2017-03-01 17:08:56 +0100
committerRobin Gloster <mail@glob.in>2017-03-01 17:09:21 +0100
commita3e432129762354c50f927eebe30d885c73ded8c (patch)
treefeaab0476553ddd2879b3f6aac1c52bd9d22037f /pkgs/development/haskell-modules/configuration-common.nix
parentfd770dd176918658de6fb72f3bc4ce88388c6427 (diff)
downloadnixpkgs-a3e432129762354c50f927eebe30d885c73ded8c.tar
nixpkgs-a3e432129762354c50f927eebe30d885c73ded8c.tar.gz
nixpkgs-a3e432129762354c50f927eebe30d885c73ded8c.tar.bz2
nixpkgs-a3e432129762354c50f927eebe30d885c73ded8c.tar.lz
nixpkgs-a3e432129762354c50f927eebe30d885c73ded8c.tar.xz
nixpkgs-a3e432129762354c50f927eebe30d885c73ded8c.tar.zst
nixpkgs-a3e432129762354c50f927eebe30d885c73ded8c.zip
haskellPackages.rank1dynamic: fix build
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-common.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index adccc0c51f2..30be830f6b9 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -877,4 +877,7 @@ self: super: {
 
   # fixed in unreleased (2017-03-01) https://github.com/choener/OrderedBits/commit/7b9c6c6c61d9acd0be8b38939915d287df3c53ab
   OrderedBits = doJailbreak super.OrderedBits;
+
+  # https://github.com/haskell-distributed/rank1dynamic/issues/17
+  rank1dynamic = doJailbreak super.rank1dynamic;
 }