File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed
Shakefile/src/Shakefiles/Haskell Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 11[ ![ Build Status] ( https://travis-ci.org/avh4/elm-format.svg?branch=master )] ( https://travis-ci.org/avh4/elm-format )
2- [ ![ latest version: 0.8.6 ] ( https://img.shields.io/badge/version-0.8.6 -orange.svg )] ( https://github.com/avh4/elm-format/releases/tag/0.8.6 )
2+ [ ![ latest version: 0.8.7 ] ( https://img.shields.io/badge/version-0.8.7 -orange.svg )] ( https://github.com/avh4/elm-format/releases/tag/0.8.7 )
33
44# elm-format
55
@@ -26,15 +26,15 @@ elm-format --help # See other command line options
2626```
2727
2828
29- ## Installation [ ![ (latest version: 0.8.6 )] ( https://img.shields.io/badge/version-0.8.6 -orange.svg )] ( https://github.com/avh4/elm-format/releases/tag/0.8.6 )
29+ ## Installation [ ![ (latest version: 0.8.7 )] ( https://img.shields.io/badge/version-0.8.7 -orange.svg )] ( https://github.com/avh4/elm-format/releases/tag/0.8.7 )
3030
3131To install ` elm-format ` :
3232
3333``` sh
3434npm install -g elm-format
3535```
3636
37- or download the version appropriate for your OS from the [ release page] ( https://github.com/avh4/elm-format/releases/tag/0.8.6 ) ,
37+ or download the version appropriate for your OS from the [ release page] ( https://github.com/avh4/elm-format/releases/tag/0.8.7 ) ,
3838unzip it,
3939and place ` elm-format ` or ` elm-format.exe ` (windows) on your ` PATH ` .
4040
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ mergeTixFiles tixs out = do
1515rules :: String -> Rules ()
1616rules gitSha = do
1717 let hpcConfig =
18- [ " --hpcdir=./dist-newstyle/_coverage/build/x86_64-linux/ghc-9.2.5/elm-format-0.8.6 /hpc/vanilla/mix/elm-format"
18+ [ " --hpcdir=./dist-newstyle/_coverage/build/x86_64-linux/ghc-9.2.5/elm-format-0.8.7 /hpc/vanilla/mix/elm-format"
1919 , " --hpcdir=./dist-newstyle/_coverage/build/x86_64-linux/ghc-9.2.5/avh4-lib-0.0.0.1/hpc/vanilla/mix/avh4-lib-0.0.0.1"
2020 , " --hpcdir=./dist-newstyle/_coverage/build/x86_64-linux/ghc-9.2.5/elm-format-lib-0.0.0.1/hpc/vanilla/mix/elm-format-lib-0.0.0.1"
2121 , " --hpcdir=./dist-newstyle/_coverage/build/x86_64-linux/ghc-9.2.5/elm-format-markdown-0.0.0.1/hpc/vanilla/mix/elm-format-markdown-0.0.0.1"
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ A FormattingError will be an object with the following fields:
3838### Example JSON
3939
4040``` json
41- [{"path" :" ./src/Fifo.elm" ,"message" :" File is not formatted with elm-format-0.8.6 --elm-version=0.19" }
42- ,{"path" :" ./tests/Tests.elm" ,"message" :" File is not formatted with elm-format-0.8.6 --elm-version=0.19" }
41+ [{"path" :" ./src/Fifo.elm" ,"message" :" File is not formatted with elm-format-0.8.7 --elm-version=0.19" }
42+ ,{"path" :" ./tests/Tests.elm" ,"message" :" File is not formatted with elm-format-0.8.7 --elm-version=0.19" }
4343]
4444```
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ cabal-version: 2.2
55-- see: https://github.com/sol/hpack
66
77name : elm-format
8- version : 0.8.6
8+ version : 0.8.7
99synopsis : A source code formatter for Elm
1010description : A simple way to format your Elm code according to the official
1111 style guide.
Original file line number Diff line number Diff line change 11name : elm-format
2- version : 0.8.6
2+ version : 0.8.7
33
44synopsis : A source code formatter for Elm
55description : |
You can’t perform that action at this time.
0 commit comments