See How to get started with Haskell in 2022 (the straightforward way)
Windows/MacOS: Docker desktop
Linux: Docker engine
Follow the document Installing protoc
The default protoc
installed by above scripts requires sudo
permission, you can update the permission by
chmod 755 /usr/local/bin/protoc
git clone https://github.com/nodew/haskell-dapr.git
cd haskell-dapr
./scripts/test-init.sh
dapr init
dapr run --app-id haskell-dapr --dapr-http-port 3500 --components-path ./components
stack test
- Add more tests
- Add Server module
- Create a sample app
- GRPC integration