File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -66,9 +66,6 @@ constraints:
66
66
hlint +ghc-lib,
67
67
ghc-lib-parser-ex -auto,
68
68
stylish-haskell +ghc-lib,
69
- -- implicit-hie 0.1.3.0 introduced an unexpected behavioral change.
70
- -- https://github.com/Avi-D-coder/implicit-hie/issues/50
71
- implicit-hie < 0.1.3 ,
72
69
fourmolu -fixity-th
73
70
74
71
-- This is benign and won't affect our ability to release to Hackage,
@@ -89,7 +86,7 @@ if (impl(ghc >= 9.2))
89
86
source-repository-package
90
87
type :git
91
88
location : https://github.com/wavewave/apply-refact
92
- tag : b5594f9a274234879b1c0ce2834c2d5df4b1b48a
89
+ tag : 2f346adb54ae3d911c9055b48fb62eb4ceab583a
93
90
-- https://github.com/wavewave/apply-refact/pull/1
94
91
95
92
allow-newer :
Original file line number Diff line number Diff line change @@ -104,6 +104,11 @@ library
104
104
ghc-paths,
105
105
cryptohash-sha1 >= 0.11.100 && < 0.12 ,
106
106
hie-bios ^>= 0.11.0 ,
107
+ -- implicit-hie 0.1.3.0 introduced an unexpected behavioral change.
108
+ -- https://github.com/Avi-D-coder/implicit-hie/issues/50
109
+ -- to make sure ghcide behaves in a desirable way, we put implicit-hie
110
+ -- fake dependency here.
111
+ implicit-hie < 0.1.3 ,
107
112
implicit-hie-cradle ^>= 0.3.0.5 || ^>= 0.5 ,
108
113
base16-bytestring >= 0.1.1 && < 1.1
109
114
if os(windows)
You can’t perform that action at this time.
0 commit comments