File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ library
90
90
build-depends :
91
91
ghc-lib-parser == 9.12. *
92
92
build-depends :
93
- ghc-lib-parser-ex >= 9.12.0.0 && < 9.13.0
93
+ ghc-lib-parser-ex >= 9.12 && < 9.13
94
94
95
95
if flag(gpl)
96
96
build-depends : hscolour >= 1.21
Original file line number Diff line number Diff line change @@ -174,7 +174,7 @@ impliedEnables ext = case Data.List.lookup ext extensionImplications of
174
174
impliedDisables :: Extension -> [Extension ]
175
175
impliedDisables ext = case Data.List. lookup ext extensionImplications of
176
176
Just exts -> ext : snd exts
177
- Nothing -> []
177
+ Nothing -> [ext ]
178
178
179
179
-- | Parse a Haskell module. Applies the C pre processor, and uses
180
180
-- best-guess fixity resolution if there are ambiguities. The
You can’t perform that action at this time.
0 commit comments