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
Due to my recent changes to how GHC options are handled almost certainly. It appears that Stack isn't happy about the fact that a ghc-options value is being placed on the snapshot package text. Should be easy to reproduce outside of the integration tests and then resolve.
The text was updated successfully, but these errors were encountered:
uncaught exception: TestFailure (Exited with ExitFailure 1
stdout:
stderr:
Running: /Users/michael/Desktop/stack/.stack-work/install/x86_64-osx/lts-8.22/8.0.2/bin/stack build
Warning: /private/var/folders/2p/lttx34bs2g973jqx_z35mtdm0000gn/T/stack-integration-796-ghc-options47106/stack.yaml: The `*` ghc-options key is not recommended. Consider using $locals, or if really needed, $everything
The following packages specified by flags or options are not found: text
Main.hs: Exited with exit code: ExitFailure 1
CallStack (from HasCallStack):
error, called at /Users/michael/Desktop/stack/test/integration/lib/StackTest.hs:37:34 in main:StackTest
)
Never mind, I take it back: the test was incorrect, as it was setting a GHC option for a package not present (we're using a GHC resolver here). I'll fix the test itself.
Due to my recent changes to how GHC options are handled almost certainly. It appears that Stack isn't happy about the fact that a ghc-options value is being placed on the snapshot package
text
. Should be easy to reproduce outside of the integration tests and then resolve.The text was updated successfully, but these errors were encountered: