summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2021-03-19 10:35:38 +0100
committerPeter Simons <simons@cryp.to>2021-03-19 10:35:38 +0100
commitf28d3b655317bd35f735079ffe46520254f9279a (patch)
treecaed2fd9bd44f47e2cfd23814aa5ae85c57f9fbf /pkgs/development/haskell-modules
parentea5623a97f4b0998b5ed916ab4d3e6fc30045ade (diff)
downloadnixpkgs-f28d3b655317bd35f735079ffe46520254f9279a.tar
nixpkgs-f28d3b655317bd35f735079ffe46520254f9279a.tar.gz
nixpkgs-f28d3b655317bd35f735079ffe46520254f9279a.tar.bz2
nixpkgs-f28d3b655317bd35f735079ffe46520254f9279a.tar.lz
nixpkgs-f28d3b655317bd35f735079ffe46520254f9279a.tar.xz
nixpkgs-f28d3b655317bd35f735079ffe46520254f9279a.tar.zst
nixpkgs-f28d3b655317bd35f735079ffe46520254f9279a.zip
haskeline: update override for the new version
Diffstat (limited to 'pkgs/development/haskell-modules')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 28d4e8d0e73..35cfe5f174a 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -1315,7 +1315,7 @@ self: super: {
   commonmark-extensions = dontCheck super.commonmark-extensions;
 
   # Testsuite trying to run `which haskeline-examples-Test`
-  haskeline_0_8_1_1 = dontCheck super.haskeline_0_8_1_1;
+  haskeline_0_8_1_2 = dontCheck super.haskeline_0_8_1_2;
 
   # Tests for list-t, superbuffer, and stm-containers
   # depend on HTF and it is broken, 2020-08-23
@@ -1486,7 +1486,7 @@ 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; });
+  hinit = generateOptparseApplicativeCompletion "hi" (super.hinit.override { haskeline = self.haskeline_0_8_1_2; });
 
   # 2020-11-19: Jailbreaking until: https://github.com/snapframework/snap/pull/219
   snap = doJailbreak super.snap;