finishing up code issues, updated documentation
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
#!/bin/bash
|
||||
|
||||
rm -rf dist-newstyle/
|
||||
|
||||
cabal haddock
|
||||
|
||||
rm -rf ../../Docs/haskell
|
||||
|
||||
rm -rf ../Docs/haskell
|
||||
|
||||
cp -r ./dist-newstyle/build/x86_64-linux/ghc-9.6.5/p2prc-0.1.0.0/doc/html/p2prc/ ../Docs/haskell
|
||||
cp -r \
|
||||
./dist-newstyle/build/x86_64-linux/ghc-9.6.6/p2prc-0.1.0.0/doc/html/p2prc/ \
|
||||
../../Docs/haskell
|
||||
|
||||
Reference in New Issue
Block a user