1
1
mirror of https://github.com/github/semantic.git synced 2024-11-29 11:02:26 +03:00

Stub in a module for precise taggable terms.

This commit is contained in:
Rob Rix 2019-09-18 14:55:44 -04:00
parent 7ce308efa2
commit d04f363ee7
No known key found for this signature in database
GPG Key ID: F188A01508EA1CF7
2 changed files with 4 additions and 1 deletions

View File

@ -19,7 +19,8 @@ extra-source-files: README.md
tested-with: GHC == 8.6.5
library
-- exposed-modules:
exposed-modules:
Tags.Taggable.Precise
-- other-modules:
-- other-extensions:
build-depends:

View File

@ -0,0 +1,2 @@
module Tags.Taggable.Precise
() where