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:
parent
7ce308efa2
commit
d04f363ee7
@ -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:
|
||||
|
2
semantic-tags/src/Tags/Taggable/Precise.hs
Normal file
2
semantic-tags/src/Tags/Taggable/Precise.hs
Normal file
@ -0,0 +1,2 @@
|
||||
module Tags.Taggable.Precise
|
||||
() where
|
Loading…
Reference in New Issue
Block a user