Skip to content

Allow network >= 3.2 #7

Allow network >= 3.2

Allow network >= 3.2 #7

Workflow file for this run

name: Haskell CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup GHC
run: |
stack setup
- name: Setup GHC
run: |
stack build