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

Commit

Permalink
Using a simpler import for the <> operator
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Aug 20, 2018
1 parent ff5b52b commit 63e2867
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/FunctionalCodeActionsSpec.hs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import qualified Language.Haskell.LSP.Types as LSP
import qualified Language.Haskell.LSP.Types.Capabilities as C
import Test.Hspec
import TestUtils
import Data.Semigroup
import Data.Monoid ((<>))

spec :: Spec
spec = describe "code actions" $ do
Expand Down

0 comments on commit 63e2867

Please sign in to comment.