Skip to content

Commit

Permalink
Off-by-1.
Browse files Browse the repository at this point in the history
  • Loading branch information
athas committed Nov 12, 2023
1 parent 4c269da commit ebc49fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion haskell-src-meta/src/Language/Haskell/Meta/Extensions.hs
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ fromExtension e = case e of

-- 2.21.0 ---------------------------------------

#if MIN_VERSION_template_haskell(2,20,0)
#if MIN_VERSION_template_haskell(2,21,0)
TH.TypeAbstractions -> Nothing
TH.ExtendedLiterals -> Nothing
#endif
Expand Down

0 comments on commit ebc49fe

Please sign in to comment.