summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix
diff options
context:
space:
mode:
authorsternenseemann <sternenseemann@systemli.org>2021-12-05 14:03:25 +0100
committersternenseemann <sternenseemann@systemli.org>2021-12-05 14:11:59 +0100
commitf963842b02886d87fea3ac394add6ae504f49a0b (patch)
tree10a4105d42778c6ae1655f7e34e81086920eec36 /pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix
parent5fcda75017fc78fdb562c941ffb51710e7fb0afd (diff)
downloadnixpkgs-f963842b02886d87fea3ac394add6ae504f49a0b.tar
nixpkgs-f963842b02886d87fea3ac394add6ae504f49a0b.tar.gz
nixpkgs-f963842b02886d87fea3ac394add6ae504f49a0b.tar.bz2
nixpkgs-f963842b02886d87fea3ac394add6ae504f49a0b.tar.lz
nixpkgs-f963842b02886d87fea3ac394add6ae504f49a0b.tar.xz
nixpkgs-f963842b02886d87fea3ac394add6ae504f49a0b.tar.zst
nixpkgs-f963842b02886d87fea3ac394add6ae504f49a0b.zip
haskell.packages.ghc901.text-short: 0.1.3 -> 0.1.4
With GHC 9.0.1 text-short's test suite hits a bug that was fixed in 0.1.4.
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, 2 insertions, 0 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 b46d06efddc..9bbfa35d867 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix
@@ -157,6 +157,8 @@ self: super: {
   multistate = doJailbreak super.multistate;
   # 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;
 
   # 2021-09-18: The following plugins don‘t work yet on ghc9.
   haskell-language-server = appendConfigureFlags [