Skip to content

Commit

Permalink
restore TemplateHaskell pragma
Browse files Browse the repository at this point in the history
not 9.2 specific, but required for file_embed flag
  • Loading branch information
pepeiborra authored and Anton-Latukha committed Dec 28, 2021
1 parent f47bb47 commit 712244a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hls-graph/src/Development/IDE/Graph/Internal/Profile.hs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{-# LANGUAGE CPP #-}
{-# LANGUAGE RecordWildCards #-}
{-# LANGUAGE TemplateHaskell #-}
{-# LANGUAGE ViewPatterns #-}

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

0 comments on commit 712244a

Please sign in to comment.