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

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


Branch: CURRENT, Version: 0.11.1nb1, Package name: floskell-0.11.1nb1, 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)


   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
   2023-01-28 08:33:33 by Masatake Daimon | Files touched by this commit (5)
Log message:
devel/floskell: Update to 0.10.7

Floskell 0.10.7 (2022-12-10)
* Add support for building with GHC-9.4.3
   2022-09-07 08:50:53 by Masatake Daimon | Files touched by this commit (149) | Package updated
Log message:
Recursive bump for recently updated Haskell packages
   2022-08-29 12:58:27 by Thomas Klausner | Files touched by this commit (2)
Log message:
floskell: fix build with current hs-aeson
   2022-08-20 10:08:24 by Thomas Klausner | Files touched by this commit (211)
Log message:
hs*: recursive bump for new dependencies needed

for hs-aeson, hs-vector
   2022-02-26 09:37:07 by Masatake Daimon | Files touched by this commit (1)
Log message:
devel/floskell: Generate shell completion scripts with optparse-applicative