about summary refs log tree commit diff
diff options
context:
space:
mode:
authorWilliam Casarin <bill@casarin.me>2016-12-14 11:17:48 -0800
committerPeter Simons <simons@cryp.to>2016-12-28 17:34:19 +0100
commit49ba174e7aa7d553214b8ee829753b5bb1a4ba23 (patch)
tree65ceebbfa544651e8967e11f8533d3a3fc2da1ce
parent9459dc42c80feae1c2ad2c7737a96bddb9a973d7 (diff)
downloadnixlib-49ba174e7aa7d553214b8ee829753b5bb1a4ba23.tar
nixlib-49ba174e7aa7d553214b8ee829753b5bb1a4ba23.tar.gz
nixlib-49ba174e7aa7d553214b8ee829753b5bb1a4ba23.tar.bz2
nixlib-49ba174e7aa7d553214b8ee829753b5bb1a4ba23.tar.lz
nixlib-49ba174e7aa7d553214b8ee829753b5bb1a4ba23.tar.xz
nixlib-49ba174e7aa7d553214b8ee829753b5bb1a4ba23.tar.zst
nixlib-49ba174e7aa7d553214b8ee829753b5bb1a4ba23.zip
elm-export: jailbreak
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 646db06bb35d..9b03d4633bc2 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -1136,4 +1136,6 @@ self: super: {
   # requires vty 5.13
   brick = super.brick.overrideScope (self: super: { vty = self.vty_5_14; });
 
+  # https://github.com/krisajenkins/elm-export/pull/22
+  elm-export = doJailbreak super.elm-export;
 }