./devel/floskell, Flexible Haskell source code pretty printer

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.11.1nb3, Package name: floskell-0.11.1nb3, Maintainer: pkgsrc-users

Floskell started as a fork of version 4 of Chris Done's hindent. The
formatting styles present in hindent 4 have been preserved in spirit, but
generally will not produce exactly the same output.


Master sites:

Filesize: 68.57 KB

Version history: (Expand)


CVS history: (Expand)


   2025-03-05 04:40:14 by Masatake Daimon | Files touched by this commit (1173)
Log message:
recursive revbump after patching lang/ghc910
   2025-02-02 14:06:08 by Masatake Daimon | Files touched by this commit (1173)
Log message:
Bump all Haskell packages after switching the default compiler.
   2025-01-31 02:15:54 by Masatake Daimon | Files touched by this commit (1)
Log message:
devel/floskell: Fix build with GHC 9.10
   2024-05-09 03:32:57 by Masatake Daimon | Files touched by this commit (1137)
Log message:
Recursive revbump after changing the default Haskell compiler
   2024-05-03 11:24:23 by Masatake Daimon | Files touched by this commit (4)
Log message:
devel/floskell: Update to 0.11.1

Floskell 0.11.1 (2023-12-18)
    Add support for building with containers-0.7.0.0 and filepath-1.5.0.0
    Add support for building with GHC-9.8.1
   2023-11-02 07:37:49 by Masatake Daimon | Files touched by this commit (1141)
Log message:
Revbump all Haskell after updating lang/ghc96
   2023-10-30 18:17:26 by Masatake Daimon | Files touched by this commit (4)
Log message:
devel/floskell: Update to 0.11.0

Floskell 0.11.0 (2023-10-01)
* Fix alignment of non-ASCII identifiers
* Fix extra whitespace generated for preprocessor directives at top/bottom
  of files
* Fix runtime blow-up with large number of pattern guards
* Add support for manual formatting / hiding regions of code from the
  formatter
* Add support for multi-line preprocessor directives
* Add support for hsc2hs #enum directives
* Add support for shebang lines
* Add support for building with aeson-2.2.0.0 and
  optparse-applicative-0.18.1.0

Floskell 0.10.8 (2023-08-12)
* Add support for building with GHC-9.6.2
   2023-10-09 06:55:01 by Masatake Daimon | Files touched by this commit (988)
Log message:
Bump Haskell packages after updating lang/ghc94