chore: increase columns length in .stylish-haskell.yaml
This gives the import statements more space, essentially, it collectively removes 90+ unneeded lines in the imports statements. Signed-off-by: Taimoor Zaeem <taimoorzaeem@gmail.com>
This commit is contained in:
@@ -60,20 +60,13 @@ import Control.Arrow ((***))
|
||||
import Data.Foldable (foldr1)
|
||||
import NeatInterpolation (trimming)
|
||||
|
||||
import PostgREST.ApiRequest.Types (AggregateFunction (..),
|
||||
Alias, Cast,
|
||||
FtsOperator (..),
|
||||
IsVal (..),
|
||||
JsonOperand (..),
|
||||
JsonOperation (..),
|
||||
JsonPath,
|
||||
LogicOperator (..),
|
||||
OpExpr (..),
|
||||
OpQuantifier (..),
|
||||
Operation (..),
|
||||
OrderDirection (..),
|
||||
OrderNulls (..),
|
||||
QuantOperator (..),
|
||||
import PostgREST.ApiRequest.Types (AggregateFunction (..), Alias, Cast,
|
||||
FtsOperator (..), IsVal (..),
|
||||
JsonOperand (..), JsonOperation (..),
|
||||
JsonPath, LogicOperator (..),
|
||||
OpExpr (..), OpQuantifier (..),
|
||||
Operation (..), OrderDirection (..),
|
||||
OrderNulls (..), QuantOperator (..),
|
||||
SimpleOperator (..))
|
||||
import PostgREST.MediaType (MTVndPlanFormat (..),
|
||||
MTVndPlanOption (..))
|
||||
@@ -85,16 +78,13 @@ import PostgREST.Plan.Types (CoercibleField (..),
|
||||
CoercibleSelectField (..),
|
||||
RelSelectField (..),
|
||||
SpreadSelectField (..),
|
||||
ToTsVector (..),
|
||||
unknownField)
|
||||
import PostgREST.RangeQuery (NonnegRange, allRange,
|
||||
rangeLimit, rangeOffset)
|
||||
import PostgREST.SchemaCache.Identifiers (FieldName,
|
||||
QualifiedIdentifier (..),
|
||||
RelIdentifier (..),
|
||||
escapeIdent, trimNullChars)
|
||||
import PostgREST.SchemaCache.Routine (MediaHandler (..),
|
||||
Routine (..),
|
||||
ToTsVector (..), unknownField)
|
||||
import PostgREST.RangeQuery (NonnegRange, allRange, rangeLimit,
|
||||
rangeOffset)
|
||||
import PostgREST.SchemaCache.Identifiers (FieldName, QualifiedIdentifier (..),
|
||||
RelIdentifier (..), escapeIdent,
|
||||
trimNullChars)
|
||||
import PostgREST.SchemaCache.Routine (MediaHandler (..), Routine (..),
|
||||
funcReturnsScalar,
|
||||
funcReturnsSetOfScalar,
|
||||
funcReturnsSingle,
|
||||
|
||||
Reference in New Issue
Block a user