Remove Show instance for Tags

Fixes #420
This commit is contained in:
Jasper Van der Jeugt 2016-04-28 21:58:07 +02:00
parent 9da19767c7
commit 14dcd1657f

View File

@ -97,7 +97,7 @@ data Tags = Tags
{ tagsMap :: [(String, [Identifier])]
, tagsMakeId :: String -> Identifier
, tagsDependency :: Dependency
} deriving (Show)
}
--------------------------------------------------------------------------------