Björn Gohla
Björn Gohla
For example, ``` module Foo where data Foo = Foo foo = undefined ``` should be reformatted to ``` module Foo where data Foo = Foo foo = undefined ```
I have not been able to find Squeal analogs of the PostgreSQL operators `~`, `~*`, `!~` and `!~*` (https://www.postgresql.org/docs/12/functions-matching.html). Have I overlooked something, or do I need to implement them...
Is there a way for Dhall to report which files are imported? This would be very handy when writing Makefiles. E.g., ``` dhall imports
I add a module `Hints.NoCapitalisms` that provides a hint to avoid capitalisms in identifiers, with some exceptions. E.g. ```haskell class FOO a where class Foo a where getFOO data Foo...
**Describe the feature request** A simple description of what you would like to be added to Cabal. Given a project as follows: ``` $ cat cabal-freeze-bug.cabal cabal-version: 3.0 name: cabal-freeze-bug...
**Describe the bug** In my project, I have a project freeze file that has flag settings for local packages set to `-some-flag`. I expect to be able to override this...
**Describe the feature request** I would like to able to specify flags as constraints for packages in `build-depends`. Currently this seems to only be possible in the freeze file. **Additional...
The `Use camelCase` and `Avoid capitalisms` hints will print `where` clauses even though they are irrelevant to the hint, e.g., ``` src/Hint/NameHelpers.hs:(31,1)-(35,83): Ignore: Avoid capitalisms Found: shortenLGRHS (L locGRHS (GRHS...