Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump hackage and fix some issues #5424

Merged
merged 1 commit into from
Jul 17, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 12 additions & 8 deletions cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ repository cardano-haskell-packages
-- update either of these.
index-state:
-- Bump both the following dates if you need newer packages from Hackage
, hackage.haskell.org 2023-05-23T01:25:23Z
, hackage.haskell.org 2023-07-14T00:00:00Z
-- Bump this if you need newer packages from CHaP
, cardano-haskell-packages 2023-05-26T00:00:00Z
, cardano-haskell-packages 2023-07-14T00:00:00Z

packages: doc/read-the-docs-site
plutus-benchmark
Expand Down Expand Up @@ -47,9 +47,13 @@ package plutus-core
-- (NOTE this will change to ieee754 in newer versions of nixpkgs).
extra-packages: ieee, filemanip

if impl(ghc >= 9.6)
allow-newer:
-- https://github.com/mokus0/th-extras/pull/20
, th-extras:template-haskell
, th-extras:th-abstraction

constraints:
-- We need turtle > 1.6 to support GHC 9.6. But that version now allows
-- some broken situations: https://github.com/Gabriella439/turtle/pull/446#issuecomment-1637628373
-- We are forced into an old version of ansi-wl-pprint because of inline-c (dep of inline-r), which
-- doesn't support the new one.
-- So for now we just force old versions of optparse-applicative and ansi-wl-pprint.
-- This is fine for CHaP, since we don't publish plutus-metatheory and the flag for inline-r
-- is off by default.
optparse-applicative < 0.18
, ansi-wl-pprint < 1.0
6 changes: 3 additions & 3 deletions flake.lock

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

2 changes: 1 addition & 1 deletion plutus-core/plutus-core.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ library
, data-default-class
, deepseq
, dependent-sum >=0.7.1.0
, dependent-sum-template
, dependent-sum-template <0.1.2
, deriving-aeson >=0.2.3
, deriving-compat
, dlist
Expand Down
2 changes: 1 addition & 1 deletion plutus-metatheory/plutus-metatheory.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ custom-setup
, base
, Cabal
, process
, turtle
, turtle >=1.6

common lang
default-language: Haskell2010
Expand Down