Fix a build failure with ghc 9.2.2

Thanks, gnezdo for the patch.
This commit is contained in:
Joey Hess 2022-05-02 14:21:48 -04:00
parent 217798f3f1
commit 280d41b58f
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
3 changed files with 16 additions and 1 deletions

View file

@ -9,6 +9,8 @@ git-annex (10.20220323) UNRELEASED; urgency=medium
* multicast: Support uftp 5.0 by switching from aes256-cbc to
aes256-gcm.
* Fix test failure on NFS when cleaning up gpg temp directory.
* Fix a build failure with ghc 9.2.2.
Thanks, gnezdo for the patch.
-- Joey Hess <id@joeyh.name> Mon, 28 Mar 2022 14:46:10 -0400

View file

@ -21,7 +21,7 @@ import Git.FilePath
import Utility.Split
import Utility.FileSystemEncoding
import Data.ByteString.Short as S
import qualified Data.ByteString.Short as S
import qualified System.FilePath.Posix as Posix
import GHC.Generics
import Control.DeepSeq

View file

@ -0,0 +1,13 @@
[[!comment format=mdwn
username="joey"
subject="""comment 1"""
date="2022-05-02T18:13:47Z"
content="""
I've applied the patch to git-annex to qualify the export.
That failing test is an unrelated and now fixed bug.
I can't do much more about the dependencies needing updates. Aside from
maintaining them myself, which I kind of have been with aws to an extent,
but not enough to be able to cut a new release with the fix.
"""]]