haskellPackages.text-short: bump latest version to fix eval errors

This commit is contained in:
Dennis Gosnell 2022-01-05 11:30:56 +09:00
parent 882ecaa530
commit 11b0130ebd
No known key found for this signature in database
GPG key ID: 462E0C03D11422F4
2 changed files with 2 additions and 2 deletions

View file

@ -147,7 +147,7 @@ self: super: {
# https://github.com/lspitzner/butcher/issues/7 # https://github.com/lspitzner/butcher/issues/7
butcher = doJailbreak super.butcher; butcher = doJailbreak super.butcher;
# Fixes a bug triggered on GHC 9.0.1 # 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 dont work yet on ghc9. # 2021-09-18: The following plugins dont work yet on ghc9.
haskell-language-server = appendConfigureFlags [ haskell-language-server = appendConfigureFlags [

View file

@ -221,7 +221,7 @@ self: super: {
semigroupoids = overrideCabal (drv: { postPatch = "sed -i -e 's,hashable >= 1.2.7.0 && < 1.4,hashable >= 1.2.7.0 \\&\\& < 1.5,' semigroupoids.cabal";}) super.semigroupoids; semigroupoids = overrideCabal (drv: { postPatch = "sed -i -e 's,hashable >= 1.2.7.0 && < 1.4,hashable >= 1.2.7.0 \\&\\& < 1.5,' semigroupoids.cabal";}) super.semigroupoids;
# Tests have a circular dependency on quickcheck-instances # Tests have a circular dependency on quickcheck-instances
text-short = dontCheck super.text-short_0_1_4; text-short = dontCheck super.text-short_0_1_5;
# Use hlint from git for GHC 9.2.1 support # Use hlint from git for GHC 9.2.1 support
hlint = doDistribute ( hlint = doDistribute (