Rename GhcModPluginSpec to GenericPluginSpec

This commit is contained in:
fendor 2019-12-20 20:06:04 +01:00 committed by fendor
parent 6f1c22055f
commit 8e9bb3de8e
2 changed files with 2 additions and 2 deletions

View File

@ -181,7 +181,7 @@ test-suite unit-test
ContextSpec
DiffSpec
ExtensibleStateSpec
GhcModPluginSpec
GenericPluginSpec
-- HaRePluginSpec
HooglePluginSpec
JsonSpec

View File

@ -1,6 +1,6 @@
{-# LANGUAGE CPP #-}
{-# LANGUAGE OverloadedStrings #-}
module GhcModPluginSpec where
module GenericPluginSpec where
import Control.Exception
import qualified Data.Map as Map