1
1
mirror of https://github.com/github/semantic.git synced 2024-12-29 18:06:14 +03:00

Add a missing import.

This commit is contained in:
Rob Rix 2019-10-17 13:45:28 -04:00
parent 9a7a6061af
commit ae08b29fb2
No known key found for this signature in database
GPG Key ID: F188A01508EA1CF7

View File

@ -1,6 +1,7 @@
module Tags.Spec (spec) where
import Data.Text (Text)
import Source.Loc
import SpecHelpers
import Tags.Tagging as Tags
import qualified System.Path as Path