summaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
...
| * Introduce nicer style for records (#266)Maxim Koltsov2020-02-17
| |
| * Add -r flag to recursively find Haskell filesAkos Marton2020-02-15
| |
| * Disable formatting of data types without records (#265)Maxim Koltsov2020-02-02
| |
| * Bump version to 0.10.0.0v0.10.0.0Jasper Van der Jeugt2020-01-26
| |
| * Switch to HsYAML libraryvijayphoenix2020-01-26
| |
| * Small test tweaksJasper Van der Jeugt2020-01-26
| | | | | | | | * Use `withTestDirTree` in StylishSpec * Move StylishSpec module
| * Fixes cabal warning about missing module (#260)Łukasz Gołębiewski2020-01-26
| |
| * Expose "format" function in Sylish.hs (#259)Łukasz Gołębiewski2020-01-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Expose "format" function in Sylish.hs It's going to be needed for the haskell-ide integration * Update tests/Language/Haskell/StylishSpec.hs Co-Authored-By: Jasper Van der Jeugt <jaspervdj@gmail.com> * Remove empty line Co-authored-by: Jasper Van der Jeugt <jaspervdj@gmail.com>
| * Fix records with comments (#257)Pawel Szulc2020-01-24
| | | | | | | | | | | | | | | | | | | | * Format records where comments are in the same line as the field name * Fix records format, records with comments will now be formatted * Fix formatting of comments below Co-authored-by: Łukasz Gołębiewski <lukasz.golebiewski@gmail.com>
| * Support for records formatting (#256)Łukasz Gołębiewski2020-01-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Initial test describing simplest scenario for Data step Co-authored-by: Łukasz Gołębiewski <lukasz.golebiewski@gmail.com> * [sanity-check] Delete data defs * Extract changeDecl Co-authored-by: Łukasz Gołębiewski <lukasz.golebiewski@gmail.com> * First green test :-) * Cover case where there are more then one field in data type declaration Co-authored-by: Łukasz Gołębiewski <lukasz.golebiewski@gmail.com> * Add case03 where a type variable is present * Add case04 - multiple declarations * Make case04 pass * Extend tests with case05 Co-authored-by: Łukasz Gołębiewski <lukasz.golebiewski@gmail.com> * Add pending case06 Co-authored-by: Łukasz Gołębiewski <lukasz.golebiewski@gmail.com> * Fix case 06 Co-authored-by: Łukasz Gołębiewski <lukasz.golebiewski@gmail.com> * Add case07 Co-authored-by: Łukasz Gołębiewski <lukasz.golebiewski@gmail.com> * Add second phantom case * Add records to config * Make indent size configurable for records Co-authored-by: Paweł Szulc <paul.szulc@gmail.com> * Fix warnings in Data.hs * Process derivings during record formatting Co-authored-by: Paweł Szulc <paul.szulc@gmail.com> * Do not format when context is present Co-authored-by: Paweł Szulc <paul.szulc@gmail.com> * Add case 11 - deriving with DerivingStrategies * Bugfix: do not remove empty data declarations Co-authored-by: Paweł Szulc <paul.szulc@gmail.com> * Update README example with ability to format records * Add case12 (Point) * Fix case 12 * Factor out processName * Apply hlint suggestions * Extract constructors helper function * Make 'indent' global * Remove unused Stylish.records method * Fix Config formatting in Config.hs * Extract processConstructor function Co-authored-by: Łukasz Gołębiewski <lukasz.golebiewski@gmail.com> * Refactor datas function Co-authored-by: Łukasz Gołębiewski <lukasz.golebiewski@gmail.com> * Include comments with AST. Two tests are still failing... * Fix cases 15 and 16 * Do not format records when comments within Co-authored-by: Łukasz Gołębiewski <lukasz.golebiewski@gmail.com> * Clean-up Data.hs * Refactor Data.hs Co-authored-by: Pawel Szulc <paul.szulc@gmail.com>
| * Allow setting "columns: null" to disable all wrappingChris Martin2020-01-18
| |
| * Bump haskell-src-exts to 1.23Chris Martin2020-01-09
| |
| * Add Debian's manpage for stylish-haskell to this repoSean Whitton2019-12-03
| | | | | | Closes: #250
| * New logo by @rakesttoJose Fernando García Parreño2019-11-27
| |
| * Make language extension prefix configurableFlavio Corpa2019-11-20
| |
* | Commit Debian 3.0 (quilt) metadatadebian/0.9.4.4-1archive/debian/0.9.4.4-1Sean Whitton2020-01-15
| | | | | | | | [dgit (9.9~bpo10+1) quilt-fixup]
* | changelogSean Whitton2020-01-15
| |
* | Merge tag 'v0.9.4.4'Sean Whitton2020-01-15
|\| | | | | | | v0.9.4.4
| * Bump version to 0.9.4.4v0.9.4.4Jasper Van der Jeugt2019-11-03
| |
| * Bump haskell-src-exts in stack.yaml to 1.22.0Jasper Van der Jeugt2019-11-03
| |
| * Allow haskell-src-exts 1.22.*Adam Bergmark2019-11-03
| |
* | finalise changelog for 0.9.4.3-1 uploaddebian/0.9.4.3-1archive/debian/0.9.4.3-1Sean Whitton2019-11-01
| |
* | Commit Debian 3.0 (quilt) metadataSean Whitton2019-11-01
| | | | | | | | [dgit (9.9~bpo10+1) quilt-fixup]
* | changelogSean Whitton2019-11-01
| |
* | Merge tag 'v0.9.4.3'Sean Whitton2019-11-01
|\| | | | | | | v0.9.4.3
| * Bump version to 0.9.4.3v0.9.4.3Jasper Van der Jeugt2019-10-29
| |
| * Bump Cabal upper bound to 3.1Jasper Van der Jeugt2019-10-29
| |
| * Bump version to 0.9.4.2v0.9.4.2Jasper Van der Jeugt2019-10-29
| |
| * Bump release scriptJasper Van der Jeugt2019-10-29
| |
| * Bump version to 0.9.4.1v0.9.4.1Jasper Van der Jeugt2019-10-29
| |
| * Bump release scriptJasper Van der Jeugt2019-10-29
| |
| * Bump version to 0.9.4.0v0.9.4.0Jasper Van der Jeugt2019-10-29
| |
| * Add a cabal option to control cabal parsingJasper Van der Jeugt2019-10-29
| |
| * Bump CircleCI configurationJasper Van der Jeugt2019-10-28
| |
| * Read extensions from cabal fileGeorgy Lukyanov2019-10-28
| |
| * Bump version to 0.9.3.1v0.9.3.1Jasper Van der Jeugt2019-10-08
| |
| * Bump circleci configJasper Van der Jeugt2019-10-08
| |
| * Bump version to 0.9.3.0v0.9.3.0Jasper Van der Jeugt2019-10-08
| |
| * Bump optparse-applicative upper bound to 0.16Eric D. White2019-10-08
| |
| * Update to Stack LTS 14.4Basile Henry2019-09-03
| |
| * Add vim-stylishask vim plugin referenceJasper Van der Jeugt2019-06-12
| |
| * Respect page breaks alone in a lineChris Perivolaropoulos2019-06-12
| | | | | | | | | | | | Page breaks are an old but effective way of bookmarking a file. They usually are single character lines. Stylish removes them as whitespace characters, and they are from the compiler's point of view but not from an editor's perspective.
| * Add with_module_name option to list_alignRupert Horlick2019-06-12
| |
* | Reupload to unstabledebian/0.9.2.2-3archive/debian/0.9.2.2-3Gianfranco Costamagna2019-09-09
| |
* | Update changelogGianfranco Costamagna2019-09-09
| |
* | Update control file, add missing semigroups dependencyGianfranco Costamagna2019-09-09
| |
* | finalise changelog for 0.9.2.2-1 uploaddebian/0.9.2.2-1archive/debian/0.9.2.2-1Sean Whitton2019-07-14
| |
* | Commit Debian 3.0 (quilt) metadataSean Whitton2019-07-14
| | | | | | | | [dgit (9.1~) quilt-fixup]
* | bump build-dep boundsSean Whitton2019-07-14
| |
* | Merge tag 'v0.9.2.2'Sean Whitton2019-07-14
|\| | | | | | | v0.9.2.2