summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix
diff options
context:
space:
mode:
authorDennis Gosnell <cdep.illabout@gmail.com>2022-01-05 11:30:56 +0900
committerDennis Gosnell <cdep.illabout@gmail.com>2022-01-05 11:30:56 +0900
commit11b0130ebd95bdef797e02a8c5b20ebbe2daa71c (patch)
treec25cd38a441562806b602e9f8726c3834eefbe90 /pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix
parent882ecaa53044af65cf6aab5d62802454cbf0e87d (diff)
downloadnixpkgs-11b0130ebd95bdef797e02a8c5b20ebbe2daa71c.tar
nixpkgs-11b0130ebd95bdef797e02a8c5b20ebbe2daa71c.tar.gz
nixpkgs-11b0130ebd95bdef797e02a8c5b20ebbe2daa71c.tar.bz2
nixpkgs-11b0130ebd95bdef797e02a8c5b20ebbe2daa71c.tar.lz
nixpkgs-11b0130ebd95bdef797e02a8c5b20ebbe2daa71c.tar.xz
nixpkgs-11b0130ebd95bdef797e02a8c5b20ebbe2daa71c.tar.zst
nixpkgs-11b0130ebd95bdef797e02a8c5b20ebbe2daa71c.zip
haskellPackages.text-short: bump latest version to fix eval errors
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix b/pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix
index d20cbb9db25..558e43469dc 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix
@@ -147,7 +147,7 @@ self: super: {
   # https://github.com/lspitzner/butcher/issues/7
   butcher = doJailbreak super.butcher;
   # Fixes a bug triggered on GHC 9.0.1
-  text-short = self.text-short_0_1_4;
+  text-short = self.text-short_0_1_5;
 
   # 2021-09-18: The following plugins don‘t work yet on ghc9.
   haskell-language-server = appendConfigureFlags [