Skip to content

Commit

Permalink
GHC-9.6.4, cardano-api-8.37.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
j-mueller committed Feb 2, 2024
1 parent 7a304b6 commit 105b070
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ The `main` branch uses the following versions of its major dependencies:
|Name|Version|
|--|--|
|`cardano-node`|8.7.2|
|`cardano-api`|8.36.1.1|
|`ghc`|9.6.3|
|`cardano-api`|8.37.1.0|
|`ghc`|9.6.4|
|`cabal`|3.10.1.0|

Support for `ghc-8.10.7` and `cardano-node-1.35.4` will be maintained for a little while in the [`node-1.35.4`](https://github.com/j-mueller/sc-tools/tree/node-1.35.4) branch.
Expand Down
8 changes: 4 additions & 4 deletions cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ repository cardano-haskell-packages
d4a35cd3121aa00d18544bb0ac01c3e1691d618f462c46129271bccf39f7e8ee

index-state:
, hackage.haskell.org 2023-11-20T23:52:53Z
, cardano-haskell-packages 2023-12-08T09:30:26Z
, hackage.haskell.org 2024-01-18T14:07:29Z
, cardano-haskell-packages 2024-01-18T14:07:29Z

with-compiler: ghc-9.6.3
with-compiler: ghc-9.6.4

constraints:
cardano-api == 8.36.1.1,
cardano-api == 8.37.1.0,
cardano-node == 8.7.2

packages:
Expand Down
2 changes: 1 addition & 1 deletion src/base/convex-base.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ library
Convex.Utxos
hs-source-dirs: lib
build-depends:
base >= 4.14 && < 4.19,
base >= 4.14 && < 4.20,
lens,
containers,
aeson,
Expand Down

0 comments on commit 105b070

Please sign in to comment.