Commit Graph

  • fb12dfaa77
    Merge a6d7349917 into eccc839f28 Alexey Kuleshevich 2024-09-28 19:55:57 +0000
  • a6d7349917
    Fix newline escaping in haddock for Pretty Char instance Alexey Kuleshevich 2024-09-28 13:53:50 -0600
  • 248afd916f
    Merge 35dd62683e into eccc839f28 sofia-m-a 2024-06-14 11:59:20 +0000
  • 364604e880
    Merge ae1d2a6a17 into eccc839f28 Kyle Rogers 2024-06-03 20:16:54 -0500
  • 6109874d06
    Merge ea17fa6215 into eccc839f28 David Luposchainsky 2024-04-26 17:17:33 +0000
  • ea17fa6215 Rename aux directory to misc […] rename-aux-directory David Luposchainsky 2024-04-26 19:14:55 +0200
  • 90b2a3caf3
    Merge bb29b1e6d8 into eccc839f28 John Ky 2024-04-26 18:48:34 +0200
  • df34e460a9
    Merge 70918f1d26 into eccc839f28 Huw Campbell 2024-04-26 18:47:43 +0200
  • 6c227a83cb
    Merge 5af55224e7 into eccc839f28 willeM_ Van Onsem 2024-04-26 18:47:19 +0200
  • 9c219ca9be
    Merge ff67076a90 into eccc839f28 Sophie Taylor 2024-04-26 18:46:43 +0200
  • eccc839f28
    Add instance ann ~ Void => Pretty (Doc ann) (#234) master Oleg Grenrus 2024-04-26 19:46:34 +0300
  • 70918f1d26 Change layout function called for renderPretty in ansi-wl-pprint compat Huw Campbell 2023-05-26 11:44:28 +1000
  • 5af55224e7 let hsep, vsep, fillSep, sep, hcat, vcat, fillCat and cat for any Foldable, not just a list Willem Van Onsem 2023-04-29 18:32:29 +0200
  • ff67076a90
    Update prettyprinter-ansi-terminal.cabal Sophie Taylor 2023-01-17 09:15:52 +1000
  • 24d310f7d3
    Update Terminal.hs Sophie Taylor 2023-01-16 16:04:50 +1000
  • caf9071cf9
    Update prettyprinter-ansi-terminal.cabal Sophie Taylor 2023-01-16 11:56:53 +1000
  • 5d4ddbea89
    Update prettyprinter-ansi-terminal.cabal Sophie Taylor 2023-01-16 11:54:36 +1000
  • 8ab2372cd4
    Add underline styling and hyperlinking support Sophie Taylor 2023-01-16 11:51:21 +1000
  • 772291ff00 Add instance ann ~ Void => Pretty (Doc ann) Oleg Grenrus 2023-01-10 19:33:46 +0200
  • 4d7591d8e9
    Merge 4a1a4c739c into 7e32c010ec Jannis 2022-09-12 13:09:01 +0100
  • 7e32c010ec
    Add CI with GHC 9.4.1 (#232) Simon Jakobi 2022-08-11 22:13:49 +0200
  • 8be7e2d135 CI: Use hlint-3.4 Simon Jakobi 2022-08-11 22:02:35 +0200
  • 6472d4da6d Add CI with GHC 9.4.1 Simon Jakobi 2022-08-11 20:42:00 +0200
  • ae1d2a6a17 Improve document on unsafeTextWithLength reixn 2022-07-19 23:14:47 +0800
  • 225a25e4c7 Remove unsafeLazyTextWithLength reixn 2022-07-19 22:20:48 +0800
  • ba7ea40e55 Add unsafeTextWithLength reixn 2022-07-19 13:41:34 +0800
  • 0dbe08f654
    Reword misleading documentation for layoutPretty (#229) Benjamin Hodgson 2022-07-09 18:37:50 -0400
  • cd672633a4
    Reword misleading documentation for layoutPretty Benjamin Hodgson 2022-07-04 14:27:15 -0400
  • 898248f6e5
    Remove the MINIMAL pragma from Pretty. (#219) Daniel Winograd-Cort 2022-06-07 18:16:49 -0400
  • 35dd62683e Add better color support Sofia M.A 2022-04-25 21:41:10 +1200
  • dda7ed6735 Migrate to text-builder-linear Bodigrim 2022-04-17 00:54:56 +0100
  • 2ae35fbcce Render LargeOutput to strict Text Bodigrim 2022-04-17 00:50:17 +0100
  • 328fdb6e61 Disable benchmarks other than LargeOutput Bodigrim 2022-04-17 00:55:58 +0100
  • bb29b1e6d8
    Remove surplus extensions John Ky 2022-01-29 14:33:31 +1100
  • 48a7d5e9e5
    Update StackMachineTutorial.hs Kovalev Dmitry 2022-01-06 23:52:33 +0300
  • db7d0044d2 Remove the MINIMAL pragma from Pretty. Resolves #218 Daniel 2022-01-03 15:40:02 -0500
  • c2fcded1f5
    Typo (#217) Gabor Greif 2021-12-06 18:56:25 +0100
  • b65ea38546
    Typo Gabor Greif 2021-12-05 21:26:11 +0100
  • 10c94e5f84
    Re-export some Data.Text modules for the purpose of downstream libraries being able to write code compatible with the fake text module John Ky 2021-11-13 22:03:07 +1100
  • d155e79127
    Switch benchmarks to tasty-bench (#213) Bodigrim 2021-11-02 23:24:01 +0000
  • 6e4b97f9dd Add a comment about build-depends: ghc-prim Bodigrim 2021-11-02 23:20:49 +0000
  • 4d7fdc7d75 Fix no-text 7.10 build Bodigrim 2021-11-02 22:46:34 +0000
  • c69836c139 Fix compilation of LargeOutput under GHC 7.4 Bodigrim 2021-11-02 22:19:28 +0000
  • 0971c53a6b Regenerate CI config Bodigrim 2021-11-02 22:12:27 +0000
  • a05e2dcd67 Switch benchmarks to tasty-bench Bodigrim 2021-11-02 22:09:58 +0000
  • 423b6300b1 Revert "Try passing -optc-no-pie too" Simon Jakobi 2021-11-02 14:11:15 +0100
  • e4a7f287c2
    Add CI with GHC 9.2.1 (#210) Simon Jakobi 2021-11-02 14:03:05 +0100
  • 88361f954f Try passing -optc-no-pie too Simon Jakobi 2021-11-02 14:01:44 +0100
  • 7bd75e1c16 Fix no-text CI with GHC 7.10.3 Simon Jakobi 2021-11-02 13:47:06 +0100
  • a7286540cc Run HLint in the GHC-8.10.7 job Simon Jakobi 2021-11-02 13:35:56 +0100
  • 47f9ea1472 Use GHC 8.10.7 for the 8.10 job Simon Jakobi 2021-11-02 13:34:04 +0100
  • a0a1723e8b Add CI with GHC 9.2.1 Simon Jakobi 2021-11-02 13:22:38 +0100
  • 6cafb52867
    Update haskell-ci config (#206) Simon Jakobi 2021-09-11 11:55:23 +0200
  • 2f1380540a Update haskell-ci config Simon Jakobi 2021-09-11 11:44:30 +0200
  • 7f9af88c37
    Prepare release 1.7.1 (#204) v1.7.1 convert-ansi-wl-pprint-1.1.2 compat-wl-pprint-1.0.1 compat-ansi-wl-pprint-1.0.2 ansi-terminal-v1.1.3 Simon Jakobi 2021-09-11 11:08:00 +0200
  • 14785ae4be Bump *compat* and *convert* packages Simon Jakobi 2021-09-01 19:12:23 +0200
  • beb9834ac9 pp-ansi-terminal 1.1.3 Simon Jakobi 2021-09-01 19:04:26 +0200
  • 987867c203 prettyprinter 1.7.1 Simon Jakobi 2021-09-01 18:57:31 +0200
  • 880f41eac3
    Deprecate the Data.Text.Prettyprint.* modules (#203) Simon Jakobi 2021-09-01 11:43:13 +0200
  • 7e83db437c …and another import Simon Jakobi 2021-08-19 14:48:57 +0200
  • fbf9a56d0c Fix another import Simon Jakobi 2021-08-19 14:46:11 +0200
  • c9689ad41c Bump lower bounds on prettyprinter Simon Jakobi 2021-08-19 14:41:14 +0200
  • cb094e6bfc Fix import Simon Jakobi 2021-08-19 14:41:07 +0200
  • 9ce7be2eba Rename imports Simon Jakobi 2021-08-19 14:36:12 +0200
  • b1e6d85b90 Deprecate the Data.Text.Prettyprint.* modules Simon Jakobi 2021-08-19 12:10:52 +0200
  • 205b33843f
    Merge pull request #202 from Bodigrim/master Simon Jakobi 2021-08-19 11:35:34 +0200
  • 9125cd6981 Revert "Enable tests even when text flag is disabled" Bodigrim 2021-08-16 19:43:23 +0100
  • f69d53a46e Enable tests even when text flag is disabled Bodigrim 2021-08-04 18:42:42 +0100
  • 9a6486bc64 Add CI build for disabled text Bodigrim 2021-08-02 23:31:59 +0100
  • 36f319aa7b Make text an optional dependency Bodigrim 2021-07-22 18:37:02 +0100
  • 2d7e71cd44 Generalise specialisations of concatWith from list to Foldable = 2021-06-28 16:55:30 +0800
  • 9d7a40f2be Don't use threading for benchmarks Simon Jakobi 2021-04-05 20:18:10 +0200
  • 7045c305e3 Don't use threading for benchmarks Simon Jakobi 2021-04-05 20:18:10 +0200
  • 1f0bffe5eb Add type signature to improve docs David Luposchainsky 2021-06-08 13:03:56 +0200
  • 2dbeaf5a88
    Add CI with GHC 9.0.1 (#195) Simon Jakobi 2021-04-29 14:20:23 +0200
  • 615e753f5c Remove unused pragmas as suggested by hlint Simon Jakobi 2021-04-29 14:08:28 +0200
  • b224be3236 Regenerate Simon Jakobi 2021-04-29 13:58:25 +0200
  • 4a1a4c739c Reference note in group and adjust text slightly Jannis 2021-03-31 12:15:06 +0200
  • a588c97d99 Remove old test Jannis 2021-03-24 01:28:05 +0100
  • fc9d54fb3e Add note describing the idea and the problem Jannis 2021-03-24 01:24:34 +0100
  • 6e47410a9a Merge branch 'master' into rework-group Jannis 2021-03-24 01:11:12 +0100
  • 50f73a8a3f Allow hlint 3.3 Simon Jakobi 2021-03-14 17:53:25 +0100
  • 864a7459e8 Add CI with GHC 9.0.1 Simon Jakobi 2021-02-20 21:22:21 +0100
  • 11e8bf12ae
    Doc: fixed two typos and s/,/:/ before code blocks. (#194) Andreas Abel 2021-02-08 13:56:18 +0100
  • a31df08af9 Doc: fixed two typos and s/,/:/ before code blocks. Andreas Abel 2021-02-06 21:41:07 +0100
  • 8093c49424 Small tweaks for layoutWadlerLeijen sjakobi/layoutWL-tweaks Simon Jakobi 2021-02-03 21:20:36 +0100
  • 52ed4f7264 Remove stack-older-snapshots.yml Simon Jakobi 2021-02-02 13:59:37 +0100
  • a2bd0f9360
    Use GitHub actions for CI (#191) Simon Jakobi 2021-02-02 13:42:45 +0100
  • a8570db81e Re-add Hackage badge, because it *might* actually be useful David Luposchainsky 2021-02-02 13:21:00 +0100
  • 82ea565c3c Remove badges altogether David Luposchainsky 2021-02-02 13:13:47 +0100
  • 4a44a71473 Change readme badge from Travis to Github David Luposchainsky 2021-02-02 13:10:17 +0100
  • 0b44b99106 Upgrade to LTS-17.1 David Luposchainsky 2021-02-02 12:51:00 +0100
  • 7b705d9386 Add Simon Jacobi to list of authors for all his contributions David Luposchainsky 2021-02-02 12:43:47 +0100
  • f4e64a8bf0 Remove contributors file – just look at the Git logs David Luposchainsky 2021-02-02 12:42:38 +0100
  • 737242a6e0 Use GitHub actions for CI Simon Jakobi 2021-02-01 04:10:03 +0100
  • 5ce060ce7e
    Prepare prettyprinter-compat-annotated-wl-pprint v1.1 (#190) compat-annotated-wl-pprint-v1.1 Simon Jakobi 2020-12-27 10:09:28 +0100
  • 05f810c642 Prepare prettyprinter-compat-annotated-wl-pprint v1.1 Simon Jakobi 2020-12-08 20:23:37 +0100
  • ab2c09419c
    Prepare release 1.7.0 (#188) v1.7.0 convert-ansi-wl-pprint-v1.1.1 ansi-terminal-v1.1.2 Simon Jakobi 2020-07-31 15:30:10 +0200
  • 0c2f03d2d8 Add links to pp changelog Simon Jakobi 2020-07-31 01:41:47 +0200
  • e68d19238f Improve formatting Simon Jakobi 2020-07-31 01:34:25 +0200