Skip to content
This repository was archived by the owner on Oct 7, 2020. It is now read-only.

Commit 2ed1396

Browse files
committed
Remove unused CPP pragma
1 parent 416c184 commit 2ed1396

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/Haskell/Ide/Engine/Plugin/Liquid.hs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
{-# LANGUAGE CPP #-}
21
{-# LANGUAGE DeriveGeneric #-}
32
{-# LANGUAGE DuplicateRecordFields #-}
43
{-# LANGUAGE OverloadedStrings #-}
@@ -9,9 +8,6 @@ import Control.Concurrent.Async
98
import Control.Monad
109
import Control.Monad.IO.Class
1110
import Control.Exception (bracket)
12-
#if __GLASGOW_HASKELL__ < 804
13-
import Data.Monoid
14-
#endif
1511
import Data.Aeson
1612
import qualified Data.ByteString.Lazy as BS
1713
import qualified Data.Map as Map

0 commit comments

Comments
 (0)