Skip to content

Commit

Permalink
Update deps, allow with GHC 9.10
Browse files Browse the repository at this point in the history
  • Loading branch information
tbidne committed May 24, 2024
1 parent 9b5b474 commit 30377c5
Show file tree
Hide file tree
Showing 7 changed files with 145 additions and 131 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches:
- main
- ghc981
- updates

pull_request:
branches:
Expand All @@ -18,9 +18,9 @@ jobs:
fail-fast: false
matrix:
ghc:
- "9.4.7"
- "9.6.3"
- "9.8.1"
- "9.6.5"
- "9.8.2"
- "9.10.1"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -70,4 +70,4 @@ jobs:
git diff --exit-code --color=always
- name: HLint
run: nix run .#lint
run: nix run .#lint
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -388,9 +388,9 @@ If you have never built a haskell program before, [Cabal](#cabal) is probably th

Using `ghcup`, install `cabal 2.4+` and one of:

- `ghc 9.4`
- `ghc 9.6`
- `ghc 9.8`
- `ghc 9.10`

### Build Navi

Expand Down
44 changes: 26 additions & 18 deletions cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -16,25 +16,28 @@ package navi
-Wunused-binds
-Wunused-packages
-Wunused-type-patterns
-Wno-deprecations
-Wno-unticked-promoted-constructors

-- TODO: Remove -Wno-deprecations once we are unconditionally on GHC 9.10+.

optimization: 2
test-show-details: direct

source-repository-package
type: git
location: https://github.com/tbidne/algebra-simple.git
tag: f4f799cea958fb2b2309d70f47a658dff2481441
tag: f8590486ec0fc66acf7db20308e1ed6993a52151

source-repository-package
type: git
location: https://github.com/tbidne/bounds.git
tag: 50b07ca118ae140d065ec0285f38e72151da4cad
tag: f93b202c9d154b25b42b048570cf6648451aa577

source-repository-package
type: git
location: https://github.com/tbidne/monad-effects.git
tag: c02f58fcd475e447b69094456a186fd613dea930
tag: f3496c0d2606540498d6fd503e6855441ca03ee1
subdir:
lib/effects-env
lib/effects-exceptions
Expand All @@ -53,36 +56,41 @@ source-repository-package
source-repository-package
type: git
location: https://github.com/tbidne/pythia.git
tag: 03e733d45932ba74f86ce4bdbbd89d176df65090
tag: 9b29afe578ca58f57b4a8278db2175fbdc3588e8

source-repository-package
type: git
location: https://github.com/tbidne/relative-time.git
tag: 5f89851baf90c671fffa8d5118e0b37186220fef
tag: b3be9b3b904059671ef07dbcbb11b8c04d50ddde

source-repository-package
type: git
location: https://github.com/tbidne/si-bytes.git
tag: 40f8bc532533340bc69390e75c99faf41e252983
tag: 308faf0ab25b39e0dda8de23d5d315e82260080f

source-repository-package
type: git
location: https://github.com/tbidne/smart-math.git
tag: 2d52207b447d2b25c33488faf9ad6e7417f4d454
tag: 9bd570201445904d12d0e0b792f171d02e6f361e

source-repository-package
type: git
location: https://github.com/tbidne/time-conv.git
tag: 1c8735458b4d8222faa98d1a520b613dd20a6dae
tag: 0d1581593a484ac5717c0b5c3965f5ca54605cdb

allow-newer: aeson:th-abstraction
allow-newer: dbus:template-haskell
allow-newer: dbus:transformers
allow-newer: dbus:unix
allow-newer: these-skinny:base
allow-newer: refined:aeson
allow-newer: refined:base
allow-newer: refined:bytestring
allow-newer: refined:deepseq
allow-newer: refined:mtl
allow-newer: refined:template-haskell
allow-newer: refined:text
allow-newer: hedgehog:template-haskell
allow-newer: tasty-hedgehog:base

--allow-newer: dbus:template-haskell
--allow-newer: dbus:transformers
--allow-newer: dbus:unix
--allow-newer: these-skinny:base
--allow-newer: refined:aeson
--allow-newer: refined:base
--allow-newer: refined:bytestring
--allow-newer: refined:deepseq
--allow-newer: refined:mtl
--allow-newer: refined:template-haskell
--allow-newer: refined:text
84 changes: 39 additions & 45 deletions flake.lock

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

Loading

0 comments on commit 30377c5

Please sign in to comment.