You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To use functionality in Control.Monad.Except, need version 2.2.2 of mtl module, which is not yet in stack snapshot.
Have added it to extra-deps in stack.yaml which causes warnings when compiling:
"No packages found in snapshot which provide a "happy" executable, which is a build-tool dependency of "VHDL-Sim"
Missing build-tools may be caused by dependencies of the build-tool being overridden by extra-deps.
This should be fixed soon - see this issue commercialhaskell/stack#595
No packages found in snapshot which provide a "happy" executable, which is a build-tool dependency of "VHDL-Sim"
Missing build-tools may be caused by dependencies of the build-tool being overridden by extra-deps.
This should be fixed soon - see this issue commercialhaskell/stack#595"
Should monitor this and perhaps remove mtl-2.2.2 from extra-deps once it has been added to stack resolver.
The text was updated successfully, but these errors were encountered:
Have added ExceptT monad to stack to track errors throughout program,
deal with IO (error messages) in one location. Closes#21.
New top level error type to converge all errors.
New directory error types to manage Manager.Filing errors.
Started compiling Netlister.ParseTree module.
Use of mtl library version 2.2.2 has raised issue #26.
To use functionality in
Control.Monad.Except
, need version 2.2.2 ofmtl
module, which is not yet instack
snapshot.Have added it to
extra-deps
instack.yaml
which causes warnings when compiling:"No packages found in snapshot which provide a "happy" executable, which is a build-tool dependency of "VHDL-Sim"
Missing build-tools may be caused by dependencies of the build-tool being overridden by extra-deps.
This should be fixed soon - see this issue commercialhaskell/stack#595
No packages found in snapshot which provide a "happy" executable, which is a build-tool dependency of "VHDL-Sim"
Missing build-tools may be caused by dependencies of the build-tool being overridden by extra-deps.
This should be fixed soon - see this issue commercialhaskell/stack#595"
Should monitor this and perhaps remove
mtl-2.2.2
fromextra-deps
once it has been added to stack resolver.The text was updated successfully, but these errors were encountered: