Skip to content

Commit 16b4030

Browse files
mergify[bot]pepeiborrajneira
authored
reduce allow-newer entries for shake-bench (backport #2101) (#2112)
* reduce allow-newer entries for shake-bench (#2101) * reduce allow-newer entries for shake-bench * fix comma (cherry picked from commit f3620d1) # Conflicts: # cabal.project * Resolve conflicts * Remove allow-newer again 🤦 * Update index state for ghc-9.0.1 Co-authored-by: Pepe Iborra <pepeiborra@gmail.com> Co-authored-by: jneira <atreyu.bbb@gmail.com>
1 parent e93f0fd commit 16b4030

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

cabal-ghc901.project

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ source-repository-package
7575

7676
write-ghc-environment-files: never
7777

78-
index-state: 2021-08-01T00:00:00Z
78+
index-state: 2021-08-12T12:00:38Z
7979

8080
constraints:
8181
-- These plugins doesn't work on GHC9 yet

shake-bench/shake-bench.cabal

+3-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ library
2020
base == 4.*,
2121
Chart,
2222
Chart-diagrams,
23-
diagrams,
23+
diagrams-contrib,
24+
diagrams-core,
25+
diagrams-lib,
2426
diagrams-svg,
2527
directory,
2628
extra >= 1.7.2,

0 commit comments

Comments
 (0)