move haskell implementation to a folder (#108)

* move haskell implementation to a folder

* build v5 branch

* fixing CI
This commit is contained in:
Evgeny Poberezkin
2021-10-02 10:10:35 +01:00
committed by GitHub
parent 8b7d6e5f19
commit 5cba18120b
36 changed files with 278 additions and 1 deletions
+2 -1
View File
@@ -4,7 +4,7 @@ on:
push:
branches:
- master
- v4
- v5
tags:
- "v*"
pull_request:
@@ -87,6 +87,7 @@ jobs:
- name: Build & test
id: build_test
working-directory: ./haskell
run: |
stack build ${{ matrix.stack_args }}
echo "::set-output name=LOCAL_INSTALL_ROOT::$(stack path --local-install-root)"