Skip to content

Commit

Permalink
Bumps for ghc 9.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
paolino authored and Github Action committed Jul 1, 2024
1 parent c49fea5 commit db7724b
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 13 deletions.
18 changes: 12 additions & 6 deletions cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -98,15 +98,15 @@ packages:
source-repository-package
type: git
location: https://github.com/biocad/servant-openapi3
tag: 4165b837d3a71debd1059c3735460075840000b5
--sha256: 1dngrr353kjhmwhn0b289jzqz5rf32llwcv79zcyq15ldpqpbib9
tag: 10c45b4e302567d7491cd0371317e52bf823b71c
--sha256: 1py1pip77q9qq5v49kpdpbp7p6yxyd0kwjn9c9bh9igp9p1d00a4

-- TODO: ADP-1713
source-repository-package
type: git
location: https://github.com/paolino/openapi3
tag: f22c31611c295637a3e72b341cd1c56d1d87b993
--sha256: 10l7wlaz9rcr3fysi1vwg7qqa826bb7nidkpx9jy1q7ja7ddw47i
tag: fab96d6d1df46418aa4658a7d6f60bf9f045b6dd
--sha256: 19wi7rhvb840j2ypmdfblpqk2yh11ac85x2r3y3406nml443f66k

-- END OpenAPI
--------------------------------------------------------------------------------
Expand Down Expand Up @@ -168,6 +168,13 @@ source-repository-package
-- --sha256: 0yqga8hv66xxmd724pwyr4jdd98s5w3mc35sfzkpaywivi8g3kxx

--------------------------------------------------------------------------------

source-repository-package
type: git
location: https://github.com/paolino/int-cast.git
tag: 0232b037552a4247b4a7ac21f816cc77cc95f7a4
--sha256: 1pmghd9pz35ycxp0c3f5sz4fghfi6ywjmp6wm9n45f8l5ah9vhhw

-- BEGIN Constraints tweaking section

-- cardano-addresses unit tests bring in some version constraint conflicts.
Expand All @@ -191,8 +198,7 @@ allow-newer:


constraints:
base == 4.18.2.0
, bimap >= 0.4.0
bimap >= 0.4.0
, openapi3 >= 3.2.0
, libsystemd-journal >= 1.4.4
, systemd >= 2.3.0
Expand Down
2 changes: 1 addition & 1 deletion lib/customer-deposit-wallet/customer-deposit-wallet.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ test-suite unit
, cardano-wallet-primitive
, cardano-wallet-test-utils
, customer-deposit-wallet
, hspec >=2.8.2
, hspec
, QuickCheck
, with-utf8
build-tool-depends: hspec-discover:hspec-discover
Expand Down
2 changes: 1 addition & 1 deletion lib/secrets/cardano-wallet-secrets.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ test-suite test
, bytestring
, cardano-wallet-secrets
, cardano-wallet-test-utils
, hspec >= 2.8.2
, hspec
, memory
, text
, text-class
Expand Down
8 changes: 4 additions & 4 deletions lib/unit/cardano-wallet-unit.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ test-suite unit
, delta-types
, directory
, either
, extra >=1.6.17
, extra
, file-embed
, filepath
, fmt
Expand All @@ -115,8 +115,8 @@ test-suite unit
, generic-lens
, generics-sop
, hedgehog-corpus
, hspec >=2.8.2
, hspec-core >=2.8.2
, hspec
, hspec-core
, http-api-data
, http-client
, http-client-tls
Expand Down Expand Up @@ -151,7 +151,7 @@ test-suite unit
, QuickCheck
, quickcheck-classes
, quickcheck-instances
, quickcheck-state-machine >=0.6.0
, quickcheck-state-machine
, random
, regex-pcre-builtin
, resourcet
Expand Down
2 changes: 1 addition & 1 deletion nix/haskell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ CHaP: haskell-nix: nixpkgs-recent: nodePkgs: haskell-nix.cabalProject' [

in {
name = "cardano-wallet";
compiler-nix-name = "ghc964";
compiler-nix-name = "ghc982";

src = haskellLib.cleanSourceWith {
name = "cardano-wallet-src";
Expand Down

0 comments on commit db7724b

Please sign in to comment.