Charles Crain

Results 5 comments of Charles Crain

I'm also experiencing the same issue, if I save a my `Main.hs`, it reloads the entire library it depends on. This makes for a really long feedback loop.

I got this error whenever brittany puts some template haskell on its own line. Ex: ```haskell import Data.FileEmbed ( embedStringFile , makeRelativeToProject) import Data.Text ( Text ) data Example =...

Is anyone aware of a haskell GraphQL client library? https://haskell-graphql-api.readthedocs.io/en/latest/tutorial/Introduction.html#running-queries Above link has an example for running queries but it's necessary to write the type out manually.

@blinky3713 I think this can be closed, holding off until you greenlight

> Adding `auto_detect_remappings = false` to `foundry.toml` fixed this issue for me! This worked for me. No idea why it fixes it but adding a foundry.toml like this: ```toml [profile.default]...