Revert "stack.yaml: Updated to lts-19.16"
This reverts commit b5dc04099e
.
Broke windows build, because the new lts updates Win32 to a version that
lacks a function that git-annex needs. git-annex.cabal depends on an
older Win32, and so stack build fails.
Will need to wait to update stack.yaml until this is fixed
https://github.com/haskell/win32/issues/208
and is in a new LTS release.
This commit is contained in:
parent
010332dba3
commit
dddaec1b74
3 changed files with 27 additions and 3 deletions
|
@ -90,3 +90,5 @@ Git Annex is great. I use it several times a week with my multigigabyte backups,
|
|||
|
||||
[[!meta author=jkniiv]]
|
||||
[[!meta title="windows: Resolver lts-19.16 still causes trouble with Win32 for stack builds"]]
|
||||
|
||||
> reverted, [[done]] --[[Joey]]
|
||||
|
|
|
@ -0,0 +1,18 @@
|
|||
[[!comment format=mdwn
|
||||
username="joey"
|
||||
subject="""comment 3"""
|
||||
date="2022-08-01T17:13:22Z"
|
||||
content="""
|
||||
Hey, thanks and sorry for inflicting that stack change on you a second
|
||||
time. I hypothesized that the toolchain installation, that failed before,
|
||||
might have been a transient problem, and it seems it was, but now these other
|
||||
problems surface..
|
||||
|
||||
Surprisingly, putting Win32 in the stack file does not break stack build
|
||||
on linux. But I don't like putting it in there regardless, and needing
|
||||
to downgrade the other dependencies for it is also suboptimal.
|
||||
|
||||
I'll revert the stack.yaml change again, and it seems we'll need to wait for
|
||||
[[todo/windows__58___prepare_for_Win32_not_export_c__95___entities]]
|
||||
to be fixed before updating it.
|
||||
"""]]
|
Loading…
Add table
Add a link
Reference in a new issue