Path to this page:
./
devel/hs-pretty-simple,
Pretty printer for data types with a Show instance
Branch: CURRENT,
Version: 4.1.3.0nb1,
Package name: hs-pretty-simple-4.1.3.0nb1,
Maintainer: phopretty-simple is a pretty printer for Haskell data types that have a
Show instance.
Master sites:
Filesize: 39.96 KB
Version history: (Expand)
- (2025-02-02) Updated to version: hs-pretty-simple-4.1.3.0nb1
- (2025-01-31) Updated to version: hs-pretty-simple-4.1.3.0
- (2024-05-09) Updated to version: hs-pretty-simple-4.1.2.0nb4
- (2023-11-02) Updated to version: hs-pretty-simple-4.1.2.0nb3
- (2023-10-09) Updated to version: hs-pretty-simple-4.1.2.0nb2
- (2023-02-09) Updated to version: hs-pretty-simple-4.1.2.0nb1
CVS history: (Expand)
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 11:49:17 by Masatake Daimon | Files touched by this commit (3) | |
Log message:
devel/hs-pretty-simple: update to pretty-simple-4.1.3.0
## 4.1.3.0
* Remove custom setup. This makes cross-compiling `pretty-simple` a lot more
straightforward. No functionality has been lost from the library, since the
custom setup was only used for generating tests.
[#107](https://github.com/cdepillabout/pretty-simple/pull/107)
|
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-01 07:14:03 by Masatake Daimon | Files touched by this commit (1) |
Log message:
devel/hs-pretty-simple: Fix build with GHC 9.8
This breaks build with the currently default GHC 9.6. Please bear with me
until I switch the default compiler.
|
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 04:29:06 by Masatake Daimon | Files touched by this commit (1) |
Log message:
devel/hs-pretty-simple: Fix build with GHC 9.6
|
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-25 20:19:27 by Masatake Daimon | Files touched by this commit (4) |
Log message:
devel/hs-pretty-simple: Update to 4.1.2.0
4.1.2.0
* Fix a problem with the pHPrint function incorrectly outputting a trailing
newline to stdout, instead of the handle you pass it. #118
* Add a web app where you can play around with pretty-simple in your
browser. #116. This took a lot of hard work by @georgefst!
4.1.1.0
* Make the pretty-printed output with outputOptionsCompact enabled a little
more compact. #110. Thanks @juhp!
* Add a --compact / -C flag to the pretty-simple executable that enables
outputOptionsCompact. #111. Thanks again @juhp!
* Add pTraceWith and pTraceShowWith to Debug.Pretty.Simple. #104. Thanks
@LeviButcher!
4.1.0.0
* Fix a regression which arose in 4.0, whereby excess spaces would be
inserted for unusual strings like dates and IP addresses. #105
* Attach warnings to debugging functions, so that they're easy to find and
remove. #103
* Some minor improvements to the CLI tool:
- Add a --version/-v flag. #83
- Add a trailing newline. #87
- Install by default, without requiring a flag. #94
|