Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 12 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,23 @@ on:
# - cron: '0 0 * * 0'

jobs:
nix-build:
name: Nix build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: DeterminateSystems/determinate-nix-action@v3
- name: build flake
run: |
nix build .#

build:
name: GHC ${{ matrix.ghc-version }} on ${{ matrix.os }} / build
runs-on: ubuntu-latest
strategy:
matrix:
os: [ubuntu-latest]
ghc-version: ['9.10', '9.8', '9.4']
ghc-version: ['9.10', '9.8', '9.6']

include:
- os: windows-latest
Expand All @@ -25,7 +35,7 @@ jobs:
ghc-version: '9.8'

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5

- name: Set up GHC ${{ matrix.ghc-version }}
id: setup
Expand Down
4 changes: 2 additions & 2 deletions fints2ledger.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ library fints2ledger-lib
, filepath >=1.4.2 && <1.6
, generic-lens >=2.2.2 && <2.3
, haskeline >=0.8.2 && <0.9
, hledger-lib >=1.27.1 && <1.43
, hledger-lib >=1.27.1 && <1.51
, lens >=5.1.1 && <5.4
, optparse-applicative >=0.17.1 && <0.19
, regex-tdfa >=1.3.2 && <1.4
Expand Down Expand Up @@ -144,7 +144,7 @@ test-suite fints2ledger-test
, base
, containers
, fints2ledger-lib
, sydtest >= 0.15 && <= 0.20
, sydtest >= 0.15 && <= 0.23
, transformers
, text
, time
Expand Down
18 changes: 9 additions & 9 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading