Skip to content

Commit

Permalink
Update deps for GHC 9.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tbidne committed Feb 22, 2024
1 parent 758a578 commit 3ef6012
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 32 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
- ghc981

pull_request:
branches:
Expand All @@ -19,6 +20,7 @@ jobs:
ghc:
- "9.4.8"
- "9.6.3"
- "9.8.1"
os:
- "macos-latest"
- "ubuntu-latest"
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ Using `ghcup`, install `cabal 2.4+` and one of:

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

### Build Shrun

Expand Down
12 changes: 6 additions & 6 deletions cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,17 @@ constraints: effects-fs -os_path
source-repository-package
type: git
location: https://github.com/tbidne/algebra-simple.git
tag: 0e7b02ba5b420d7421c8f652aec5d219d0402395
tag: f4f799cea958fb2b2309d70f47a658dff2481441

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

source-repository-package
type: git
location: https://github.com/tbidne/monad-effects.git
tag: f2d0a6d6fa07f6e3ec44c003487f5eb6b786b254
tag: 1725ed9812a21c7d3d32f5becc01a2eaab76cc9f
subdir:
lib/effects-async
lib/effects-exceptions
Expand All @@ -56,14 +56,14 @@ source-repository-package
source-repository-package
type: git
location: https://github.com/tbidne/relative-time.git
tag: e9dbac1861ce4db3e40c8bf5109b1fabfab24c22
tag: 5f89851baf90c671fffa8d5118e0b37186220fef

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

source-repository-package
type: git
location: https://github.com/tbidne/smart-math.git
tag: 068d8a72b86df3f64fa0bc2df85d1add9f0d47a8
tag: 2d52207b447d2b25c33488faf9ad6e7417f4d454
36 changes: 18 additions & 18 deletions flake.lock

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

16 changes: 8 additions & 8 deletions shrun.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: shrun
version: 0.8.1
license: MIT
license-file: LICENSE
tested-with: GHC ==9.4.8 || ==9.6.3
tested-with: GHC ==9.4.8 || ==9.6.3 || ==9.8.1
copyright: 2021-2023 Thomas Bidne
author: Thomas Bidne
maintainer: [email protected]
Expand Down Expand Up @@ -82,11 +82,11 @@ library
Shrun.Utils

build-depends:
, base >=4.17 && <4.19
, bytestring >=0.10.12 && <0.12
, base >=4.17 && <4.20
, bytestring >=0.10.12 && <0.13
, concurrent-output ^>=1.10.7
, containers ^>=0.6.2.1
, dbus ^>=1.2.14
, containers >=0.6.2.1 && <0.8
, dbus >=1.2.14 && <1.4
, effects-async ^>=0.1
, effects-env ^>=0.1
, effects-exceptions ^>=0.1
Expand All @@ -108,8 +108,8 @@ library
, pretty-terminal ^>=0.1
, relative-time ^>=0.1
, si-bytes ^>=0.1
, template-haskell >=2.17.0.0 && <2.21
, text >=1.2.3.2 && <2.1
, template-haskell >=2.17.0.0 && <2.22
, text >=1.2.3.2 && <2.2
, toml-reader >=0.2.0.0 && <0.3.0.0
, unordered-containers ^>=0.2.9.0

Expand Down Expand Up @@ -160,7 +160,7 @@ test-suite unit
, optparse-applicative
, shrun
, si-bytes
, tasty >=1.1.0.3 && <1.5
, tasty >=1.1.0.3 && <1.6
, tasty-hedgehog >=1.2.0.0 && <1.5
, tasty-hunit >=0.9 && <0.11
, text
Expand Down

0 comments on commit 3ef6012

Please sign in to comment.