File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ mv upx-${UPX_VERSION}-amd64_linux/upx .
3535PACKAGE=" $REPOSITORY -$TAG -$SUFFIX "
3636mkdir -p " $PACKAGE "
3737cp " $( which " $BINARY " ) " " $PACKAGE "
38- ./upx " $PACKAGE /$BINARY "
38+ ./upx -q " $PACKAGE /$BINARY "
3939cp CHANGELOG* LICENSE* README* " $PACKAGE "
4040tar -czf " $PACKAGE .tar.gz" " $PACKAGE "
4141rm -r " $PACKAGE "
Original file line number Diff line number Diff line change 11# CHANGELOG
22
3+ - 0.9.2.0 (2018-05-01)
4+ * Support alignment of case expressions with a single guard
5+ * Add a new step to squash multiple spaces between some elements (by Martin
6+ Huschenbett)
7+
38- 0.9.1.1 (2018-04-26)
49 * Bump `aeson` to 1.3 for tests as well
510
Original file line number Diff line number Diff line change 11Name : stylish-haskell
2- Version : 0.9.1.1
2+ Version : 0.9.2.0
33Synopsis : Haskell code prettifier
44Homepage : https://github.com/jaspervdj/stylish-haskell
55License : BSD3
You can’t perform that action at this time.
0 commit comments