We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ab5eda commit 426aca1Copy full SHA for 426aca1
1 file changed
shell.nix
@@ -32,5 +32,9 @@ in
32
cabal haddock
33
open ./dist-newstyle/*/*/*/*/doc/html/arrayfire/index.html
34
}
35
+ function upload-docs () {
36
+ cabal haddock --haddock-for-hackage
37
+ cabal upload -d dist-newstyle/arrayfire-*.*.*.*-docs.tar.gz --publish
38
+ }
39
'';
40
})
0 commit comments