Charles Crain

Results 3 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.