summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-common.nix
diff options
context:
space:
mode:
authorPoscat <poscat@mail.poscat.moe>2021-02-15 20:43:31 +0800
committerPeter Simons <simons@cryp.to>2021-02-19 20:56:32 +0100
commit47bd0f246237b7866ae4386fdd45db238ea50c95 (patch)
treedace6b060963655e29568a1822bacb4c8460334f /pkgs/development/haskell-modules/configuration-common.nix
parenta1008836b4b39f175bb28509f218f6a193d89fcc (diff)
downloadnixpkgs-47bd0f246237b7866ae4386fdd45db238ea50c95.tar
nixpkgs-47bd0f246237b7866ae4386fdd45db238ea50c95.tar.gz
nixpkgs-47bd0f246237b7866ae4386fdd45db238ea50c95.tar.bz2
nixpkgs-47bd0f246237b7866ae4386fdd45db238ea50c95.tar.lz
nixpkgs-47bd0f246237b7866ae4386fdd45db238ea50c95.tar.xz
nixpkgs-47bd0f246237b7866ae4386fdd45db238ea50c95.tar.zst
nixpkgs-47bd0f246237b7866ae4386fdd45db238ea50c95.zip
haskellPackages.hinit: unbreak
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-common.nix')
-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 559bde0c1c1..17ba0daabdc 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -1502,6 +1502,8 @@ self: super: {
   # 2020-11-19: Jailbreaking until: https://github.com/snapframework/heist/pull/124
   heist = doJailbreak super.heist;
 
+  hinit = generateOptparseApplicativeCompletion "hi" (super.hinit.override { haskeline = self.haskeline_0_8_1_1; });
+
   # 2020-11-19: Jailbreaking until: https://github.com/snapframework/snap/pull/219
   snap = doJailbreak super.snap;