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
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ jobs:
os: ubuntu-24.04
- ghc: 9.12
os: ubuntu-24.04
- ghc: 9.14
os: ubuntu-24.04
- ghc: 9.12
os: windows-2022
cabal:
Expand Down
12 changes: 12 additions & 0 deletions cabal.project
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
packages: .
allow-newer:
, aeson:base
, aeson:bytestring
, aeson:containers
, aeson:template-haskell
, indexed-traversable-instances:base
, indexed-traversable:base
, indexed-traversable:containers
, optparse-generic:time
, semialign:base
, semialign:containers
, these:base
, time-compat:base
, uuid-types:template-haskell
2 changes: 1 addition & 1 deletion github-release.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ flag pedantic
manual: True

common library
build-depends: base ^>=4.19.0.0 || ^>=4.20.0.0 || ^>=4.21.0.0
build-depends: base ^>=4.19.0.0 || ^>=4.20.0.0 || ^>=4.21.0.0 || ^>=4.22.0.0
default-language: Haskell2010
ghc-options:
-Weverything
Expand Down