moved Haskell client library to Bindings folder

This commit is contained in:
2025-01-11 00:44:06 +00:00
parent 3cfd4c56dc
commit 0c7874913a
15 changed files with 15 additions and 0 deletions

9
Bindings/Haskell/gen_docs.sh Executable file
View File

@@ -0,0 +1,9 @@
#!/bin/bash
cabal haddock
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