Jonathan Lorimer
Jonathan Lorimer
Closes #202
https://github.com/berachain/polaris/tree/main/cosmos
https://github.com/zhaofengli/attic
It would be amazing to have support for something like this: ```sql WITH foo (col1, col2, col3) AS ( SELECT * FROM ( VALUES (1, 2, 3), (2, 3, 4)...
This PR allows end users to provide options to the way that type representations are constructed. This allows users to hook into the generic machinery and make the types match...
I am working on an app where the monad doesn't support unliftio. I would like to understand why inSpan requires UnliftIO? It seems like it is just in the `bracketError`...
file to edit: https://github.com/haskell/cabal-userguide/blob/main/src/new_to_cabal/02_cabal_repl.md ## Brief Summary In the [content discussion issue](https://github.com/haskell/cabal-userguide/issues/1#issuecomment-861943815) it was mentioned that the easiest way to show a new user how to use cabal is through...
file to edit: https://github.com/haskell/cabal-userguide/blob/main/src/preamble/01_what_do_we_mean_when_we_say_cabal.md ## Brief Summary The purpose of this chapter is to clear up some of the ambiguity around the overloaded term "cabal". We at least want to...
file to edit: https://github.com/haskell/cabal-userguide/blob/main/src/leveling_up/01_refactoring_and_re-use.md ## Brief Summary The motivation for this chapter is to show ways that common blocks in `.cabal` files can be factored out using common stanzas. ##...
file to edit: https://github.com/haskell/cabal-userguide/blob/main/src/leveling_up/06_uploading_package_to_hackage.md ## Brief Summary This (like haddocks #22) is another poorly documented area. This section should cover common considerations (versioning, globally unique names), the relevant metadata in...