Fix a build failure with ghc 9.2.2
Thanks, gnezdo for the patch.
This commit is contained in:
parent
217798f3f1
commit
280d41b58f
3 changed files with 16 additions and 1 deletions
|
@ -9,6 +9,8 @@ git-annex (10.20220323) UNRELEASED; urgency=medium
|
||||||
* multicast: Support uftp 5.0 by switching from aes256-cbc to
|
* multicast: Support uftp 5.0 by switching from aes256-cbc to
|
||||||
aes256-gcm.
|
aes256-gcm.
|
||||||
* Fix test failure on NFS when cleaning up gpg temp directory.
|
* 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
|
-- Joey Hess <id@joeyh.name> Mon, 28 Mar 2022 14:46:10 -0400
|
||||||
|
|
||||||
|
|
|
@ -21,7 +21,7 @@ import Git.FilePath
|
||||||
import Utility.Split
|
import Utility.Split
|
||||||
import Utility.FileSystemEncoding
|
import Utility.FileSystemEncoding
|
||||||
|
|
||||||
import Data.ByteString.Short as S
|
import qualified Data.ByteString.Short as S
|
||||||
import qualified System.FilePath.Posix as Posix
|
import qualified System.FilePath.Posix as Posix
|
||||||
import GHC.Generics
|
import GHC.Generics
|
||||||
import Control.DeepSeq
|
import Control.DeepSeq
|
||||||
|
|
|
@ -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.
|
||||||
|
"""]]
|
Loading…
Reference in a new issue