Skip to content

Commit

Permalink
Settle on ghc 9.2.8 & cardano-api 8.8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
j-mueller committed Jul 22, 2023
1 parent acea1d7 commit 1f87c29
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 12 deletions.
15 changes: 4 additions & 11 deletions cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,13 @@ repository cardano-haskell-packages
d4a35cd3121aa00d18544bb0ac01c3e1691d618f462c46129271bccf39f7e8ee

index-state:
, hackage.haskell.org 2023-07-10T22:41:49Z
hackage.haskell.org 2023-07-22T22:41:49Z
, cardano-haskell-packages 2023-07-12T13:59:36Z

with-compiler: ghc-9.6.2
with-compiler: ghc-9.2.8

packages:
src/base

source-repository-package
type: git
location: https://github.com/j-mueller/annealing
tag: ea8e9ec8cf63796205372cedb265836cb8e526b2

source-repository-package
type: git
location: https://github.com/j-mueller/csv
tag: b2f00d7819ff62cb80532adfbc28dbc1046d3d96
constraints:
cardano-api == 8.8.0.0
2 changes: 1 addition & 1 deletion src/base/convex-base.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ library
Convex.Utxos
hs-source-dirs: lib
build-depends:
base >= 4.14.0,
base >= 4.14 && < 4.19,
lens,
containers,
aeson,
Expand Down

0 comments on commit 1f87c29

Please sign in to comment.