File tree 1 file changed +14
-10
lines changed
1 file changed +14
-10
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ if impl(ghc >= 9.5)
48
48
source-repository-package
49
49
type :git
50
50
location : https://github.com/wz1000/HieDb
51
- tag : 3efdab5ba67a9cea5bb8c97ed2c52a8929eabaaa
51
+ tag : 721bd0ce7392b8eff8d7643cf132a6448466fd52
52
52
53
53
source-repository-package
54
54
type :git
@@ -71,10 +71,23 @@ package *
71
71
72
72
write-ghc-environment-files : never
73
73
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
+
74
86
-- head.hackage doesn't like index-state
75
87
if impl(ghc < 9.5 )
76
88
index-state : 2023-02-19T00:00 :01Z
77
89
90
+ #if MIN_VERSION_ghc(9,5,0)
78
91
constraints :
79
92
-- For GHC 9.4, older versions of entropy fail to build on Windows
80
93
entropy >= 0.4.1.10 ,
@@ -103,15 +116,6 @@ constraints:
103
116
-- END DELETE
104
117
105
118
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,
115
119
-- ghc-9.4
116
120
Chart-diagrams :lens,
117
121
Chart :lens,
You can’t perform that action at this time.
0 commit comments