Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksey-makarov committed Aug 23, 2024
1 parent 3628857 commit 85c7430
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
ghc-version: ['8.8', '8.10', '9.0', '9.2', '9.4', '9.6', '9.8']
ghc-version: ['8.8', '8.10', '9.0', '9.2', '9.4', '9.6', '9.8', '9.10']
include:
- os: windows-latest
ghc-version: '9.8'
ghc-version: '9.10'
- os: macos-latest
ghc-version: '9.8'
ghc-version: '9.10'

steps:

Expand Down
6 changes: 3 additions & 3 deletions melf.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ license: BSD3
license-file: LICENSE
build-type: Simple
tested-with:
GHC == 8.8.4, GHC == 8.10.7, GHC == 9.0.2, GHC == 9.2.8, GHC == 9.4.8, GHC == 9.6.4, GHC == 9.8.2
GHC == 8.8.4, GHC == 8.10.7, GHC == 9.0.2, GHC == 9.2.8, GHC == 9.4.8, GHC == 9.6.4, GHC == 9.8.2, GHC == 9.10.1
extra-doc-files:
ChangeLog.md
README.md
Expand Down Expand Up @@ -71,10 +71,10 @@ library
, binary >=0.8.7 && <0.9
, bytestring >=0.10.10 && <0.13
, exceptions >=0.10.4 && <0.11
, lens >=5.0.1 && <5.3
, lens >=5.0.1 && <5.4
, mtl >=2.2.2 && <2.4
, prettyprinter >=1.7.0 && <1.8
, template-haskell >=2.15 && <2.22
, template-haskell >=2.15 && <2.23
default-language: Haskell2010

executable hobjdump
Expand Down

0 comments on commit 85c7430

Please sign in to comment.