hindent icon indicating copy to clipboard operation
hindent copied to clipboard

Haskell pretty printer

Results 91 hindent issues
Sort by recently updated
recently updated
newest added

**Completed checklist** - [x] I've checked the issue tracker for similar issues. - [x] I am not creating an issue about adding more configuration options for the styling/layout of hindent,...

type: enhancement

i.e. when only a multiline comment exists in a file

**Completed checklist** - [x] I've checked the issue tracker for similar issues. - [x] I am not creating an issue about adding more configuration options for the styling/layout of hindent,...

When using arrow syntax in a where block hindent produces invalid syntax: ```haskell where w = proc ~(last, config) -> do let ~(content', caret', caret0') = maybe last (\ s...

type: bug
component: hindent

## Problem The constraints are lost when formatting with hindent. - [x] I checked the issue tracker for existing issues about this problem. - [x] I'm using the latest version...

## Question I'm a new user trying to format a file in-place from the command line using hindent 5.3.1 and Stack. This works fine: `$ echo 'example = case x...

When using the [IHP web framework](https://ihp.digitallyinduced.com/), a file, `build/Generated/Types.hs` is generated. When I run `hindent` on this file I get the following: ``` $ hindent build/Generated/Types.hs hindent: build/Generated/Types.hs:61:53: Parse error:...

When I try to install it with "stack install hindent", I get this error: ``` indent> [3 of 5] Compiling HIndent.Types hindent> hindent> /tmp/stack25973/hindent-5.3.1/src/HIndent/Types.hs:78:27: error: hindent> • Could not deduce...

**Completed checklist** - [x] I've checked the issue tracker for similar issues. - [x] I am not creating an issue about adding more configuration options for the styling/layout of hindent,...