From 05c29822d2a9f2e6671af80e8b7820cb3b63044d Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Mon, 24 Jun 2024 08:11:33 +0200 Subject: [PATCH] Hashable broke our CI See https://github.com/haskell-unordered-containers/hashable/issues/310 --- cabal.project | 3 +++ cabal.project.release | 3 +++ 2 files changed, 6 insertions(+) diff --git a/cabal.project b/cabal.project index 6570f447..81251857 100644 --- a/cabal.project +++ b/cabal.project @@ -51,6 +51,9 @@ package cabal-plan package aeson flags: +ordered-keymap +package hashable + flags: -arch-native + package * test-show-details: direct diff --git a/cabal.project.release b/cabal.project.release index 835877df..15cc2cdf 100644 --- a/cabal.project.release +++ b/cabal.project.release @@ -54,6 +54,9 @@ package aeson package streamly flags: +use-unliftio +package hashable + flags: -arch-native + source-repository-package type: git location: https://github.com/haskell/tar.git