Closed bingis-khan closed 2 years ago
Ok, I know it's because Stack ignores version bounds - is it possible for Stack to respect Cabal's version of choice?
I don't know. You'd have to ask the stack
maintainers
Ok, I did the monke brain thing and just changed the call to (Just x) from just x with the new Win32 version:
stack.yaml
to a newer 19.5 version.stack.yaml
's extra deps.I mention the last two, because I've never published a package, so I don't know if it's safe. I'm asking before a pull request to make sure I haven't goofed up.
Yeah, that sounds like a safe change to make
If someone wants to use this version, see: https://docs.haskellstack.org/en/stable/yaml_configuration/#extra-deps
Generally when are repository changes uploaded to hackage/stackage?
I will upload this soon. I typically upload changes when at least 1 month has passed since the last release
This is on Hackage now as turtle-1.5.25
The error is during compilation of Turtle on GHC 9.0.2 on Windows. Couldn't find any info about this issue, so I'm posting it here.
The following is the console output after executing
stack build
:GHC 9.0.2. New Stack project.