Skip to content

Commit 712244a

Browse files
pepeiborraAnton-Latukha
authored andcommitted
restore TemplateHaskell pragma
not 9.2 specific, but required for file_embed flag
1 parent f47bb47 commit 712244a

File tree

1 file changed

+1
-0
lines changed
  • hls-graph/src/Development/IDE/Graph/Internal

1 file changed

+1
-0
lines changed

hls-graph/src/Development/IDE/Graph/Internal/Profile.hs

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{-# LANGUAGE CPP #-}
22
{-# LANGUAGE RecordWildCards #-}
3+
{-# LANGUAGE TemplateHaskell #-}
34
{-# LANGUAGE ViewPatterns #-}
45

56
{- HLINT ignore "Redundant bracket" -} -- a result of CPP expansion

0 commit comments

Comments
 (0)