{"id":15010851,"url":"https://github.com/haskell/pretty","last_synced_at":"2025-05-16T08:04:58.829Z","repository":{"id":1561526,"uuid":"1975105","full_name":"haskell/pretty","owner":"haskell","description":"Haskell Pretty-printer library","archived":false,"fork":false,"pushed_at":"2024-12-07T05:21:20.000Z","size":5218,"stargazers_count":73,"open_issues_count":20,"forks_count":30,"subscribers_count":11,"default_branch":"master","last_synced_at":"2025-05-08T15:43:21.257Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Haskell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/haskell.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2011-06-29T22:02:33.000Z","updated_at":"2025-01-06T15:39:22.000Z","dependencies_parsed_at":"2025-01-20T12:01:12.205Z","dependency_job_id":"6d2d2be3-3d39-4918-95e2-c1efcb16c656","html_url":"https://github.com/haskell/pretty","commit_stats":{"total_commits":1868,"total_committers":44,"mean_commits":42.45454545454545,"dds":"0.21199143468950754","last_synced_commit":"d7e3278e8a0d039c5d2fdca422dd3ed679108adf"},"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Fpretty","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Fpretty/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Fpretty/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Fpretty/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/haskell","download_url":"https://codeload.github.com/haskell/pretty/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254493378,"owners_count":22080126,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-09-24T19:36:35.274Z","updated_at":"2025-05-16T08:04:53.821Z","avatar_url":"https://github.com/haskell.png","language":"Haskell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Pretty : A Haskell Pretty-printer library\n\n[![Hackage](https://img.shields.io/hackage/v/pretty.svg?style=flat)](https://hackage.haskell.org/package/pretty)\n[![Hackage Dependencies](https://img.shields.io/hackage-deps/v/pretty.svg?style=flat)](http://packdeps.haskellers.com/reverse/pretty)\n[![BSD3 License](http://img.shields.io/badge/license-BSD3-brightgreen.svg?style=flat)][tl;dr Legal: BSD3]\n[![Build](https://img.shields.io/travis/haskell/pretty.svg?style=flat)](https://travis-ci.org/haskell/pretty)\n\n[tl;dr Legal: BSD3]:\n  https://tldrlegal.com/license/bsd-3-clause-license-(revised)\n  \"BSD3 License\"\n\nPretty is a pretty-printing library, a set of API's that provides a\nway to easily print out text in a consistent format of your choosing.\nThis is useful for compilers and related tools.\n\nIt is based on the pretty-printer outlined in the  paper 'The Design\nof a Pretty-printing Library' by John Hughes in Advanced Functional\nProgramming, 1995. It can be found\n[here](http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.38.8777).\n\n## Licensing\n\nThis library is BSD-licensed.\n\n## Building\n\nThe library uses the Cabal build system, so building is simply a\nmatter of running:\n\n```\ncabal sandbox init\ncabal install \"QuickCheck \u003e= 2.5 \u0026\u0026 \u003c 3\"\ncabal install --only-dependencies\ncabal configure --enable-tests\ncabal build\ncabal test\n```\n\nWe have to install `QuickCheck` manually as otherwise Cabal currently\nthrows an error due to the cyclic dependency between `pretty` and\n`QuickCheck`.\n\n*If `cabal test` freezes*, then run\n`cabal test --show-details=streaming` instead. This is due to a\n[bug](https://github.com/haskell/cabal/issues/1810) in certain\nversions of Cabal.\n\n## Get involved!\n\nWe are happy to receive bug reports, fixes, documentation enhancements,\nand other improvements.\n\nPlease report bugs via the\n[github issue tracker](http://github.com/haskell/pretty/issues).\n\nMaster [git repository](http://github.com/haskell/pretty):\n\n* `git clone git://github.com/haskell/pretty.git`\n\n## Authors\n\nThis library is maintained by David Terei, \u003ccode@davidterei.com\u003e. It\nwas originally designed by John Hughes's and since heavily modified by\nSimon Peyton Jones.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhaskell%2Fpretty","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhaskell%2Fpretty","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhaskell%2Fpretty/lists"}