Skip to content

Commit 5dd97a8

Browse files
committed
fixes
1 parent 4a1575b commit 5dd97a8

File tree

1 file changed

+14
-10
lines changed

1 file changed

+14
-10
lines changed

cabal.project

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ if impl(ghc >= 9.5)
4848
source-repository-package
4949
type:git
5050
location: https://github.com/wz1000/HieDb
51-
tag: 3efdab5ba67a9cea5bb8c97ed2c52a8929eabaaa
51+
tag: 721bd0ce7392b8eff8d7643cf132a6448466fd52
5252

5353
source-repository-package
5454
type:git
@@ -71,10 +71,23 @@ package *
7171

7272
write-ghc-environment-files: never
7373

74+
if impl(ghc >= 9.5)
75+
allow-newer:
76+
-- ghc-9.6
77+
template-haskell,
78+
base,
79+
ghc-prim,
80+
ghc,
81+
ghc-boot,
82+
mtl,
83+
transformers,
84+
Cabal
85+
7486
-- head.hackage doesn't like index-state
7587
if impl(ghc < 9.5)
7688
index-state: 2023-02-19T00:00:01Z
7789

90+
#if MIN_VERSION_ghc(9,5,0)
7891
constraints:
7992
-- For GHC 9.4, older versions of entropy fail to build on Windows
8093
entropy >= 0.4.1.10,
@@ -103,15 +116,6 @@ constraints:
103116
-- END DELETE
104117

105118
allow-newer:
106-
-- ghc-9.6
107-
template-haskell,
108-
base,
109-
ghc-prim,
110-
ghc,
111-
ghc-boot,
112-
mtl,
113-
transformers,
114-
Cabal,
115119
-- ghc-9.4
116120
Chart-diagrams:lens,
117121
Chart:lens,

0 commit comments

Comments
 (0)