Skip to content

Commit

Permalink
Merge pull request #517 from IntersectMBO/erikd/allow-newer
Browse files Browse the repository at this point in the history
cabal.project: Remove un-needed allow-newers
  • Loading branch information
lehins authored Feb 3, 2025
2 parents af799cd + b45b490 commit 56ed3e3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 18 deletions.
15 changes: 3 additions & 12 deletions cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repository cardano-haskell-packages
d4a35cd3121aa00d18544bb0ac01c3e1691d618f462c46129271bccf39f7e8ee

-- The hackage index-state
index-state: 2025-01-14T23:25:37Z
index-state: 2025-01-19T19:57:14Z
index-state: cardano-haskell-packages 2025-01-13T22:30:16Z
packages:
base-deriving-via
Expand Down Expand Up @@ -41,20 +41,11 @@ package bitvec

if impl(ghc >=9.12)
allow-newer:
-- Stuck on `cabal-3.14` issues and maintainer difficulties
-- https://github.com/haskell/aeson/issues/1124
-- Stuck on `cabal-3.14` and unresponsive maintainers
-- https://github.com/well-typed/cborg/pull/339
-- Fix blocked by aeson
-- https://github.com/haskellari/microstache/issues/43
-- Difficult maintainer
-- https://github.com/haskellari/tree-diff/issues/97
, aeson:ghc-prim
, aeson:template-haskell
-- treediff: Difficult maintainer https://github.com/haskellari/tree-diff/issues/97
-- cborg/serialise: Stuck on `cabal-3.14` and unresponsive maintainers https://github.com/well-typed/cborg/pull/339
, cborg:base
, cborg:ghc-prim
, serialise:base
, serialise:ghc-prim
, microstache:base
, tree-diff:base
, tree-diff:time
12 changes: 6 additions & 6 deletions flake.lock

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

0 comments on commit 56ed3e3

Please sign in to comment.