Skip to content

Commit 5a3246f

Browse files
committed
Better ordering of things
1 parent 401084c commit 5a3246f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

doc/release.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Run hpack
1111
# Upload to hackage
1212

1313
make sdist
14+
do upload by hand
1415
make haddock-hackage
1516

1617

makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ clean: clean-work-dir
6767

6868
sdist: hpack
6969
nix-build nix/ci.nix
70-
make run-in-shell RUN="cabal sdist"
7170
make bundle
71+
make run-in-shell RUN="cabal sdist"
7272

7373
brittany_:
7474
$(shell set -x; for i in `fd hs`; do hlint --refactor --refactor-options=-i $$i; brittany --write-mode=inplace $$i; done)

0 commit comments

Comments
 (0)