We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 401084c commit 5a3246fCopy full SHA for 5a3246f
doc/release.md
@@ -11,6 +11,7 @@ Run hpack
11
# Upload to hackage
12
13
make sdist
14
+do upload by hand
15
make haddock-hackage
16
17
makefile
@@ -67,8 +67,8 @@ clean: clean-work-dir
67
68
sdist: hpack
69
nix-build nix/ci.nix
70
- make run-in-shell RUN="cabal sdist"
71
make bundle
+ make run-in-shell RUN="cabal sdist"
72
73
brittany_:
74
$(shell set -x; for i in `fd hs`; do hlint --refactor --refactor-options=-i $$i; brittany --write-mode=inplace $$i; done)
0 commit comments