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

Commit 8e9bb3d

Browse files
committed
Rename GhcModPluginSpec to GenericPluginSpec
1 parent 6f1c220 commit 8e9bb3d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

haskell-ide-engine.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ test-suite unit-test
181181
ContextSpec
182182
DiffSpec
183183
ExtensibleStateSpec
184-
GhcModPluginSpec
184+
GenericPluginSpec
185185
-- HaRePluginSpec
186186
HooglePluginSpec
187187
JsonSpec

test/unit/GhcModPluginSpec.hs renamed to test/unit/GenericPluginSpec.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{-# LANGUAGE CPP #-}
22
{-# LANGUAGE OverloadedStrings #-}
3-
module GhcModPluginSpec where
3+
module GenericPluginSpec where
44

55
import Control.Exception
66
import qualified Data.Map as Map

0 commit comments

Comments
 (0)