1
1
mirror of https://github.com/github/semantic.git synced 2024-11-27 12:57:49 +03:00

remove Data.GitHub.Spec

This commit is contained in:
joshvera 2019-02-08 15:46:46 -05:00
parent 74c7737672
commit 867d1867c0
2 changed files with 0 additions and 2 deletions

View File

@ -345,7 +345,6 @@ test-suite test
, Data.Functor.Classes.Generic.Spec
, Data.Functor.Listable
, Data.Graph.Spec
, Data.GitHub.Spec
, Data.Mergeable
, Data.Range.Spec
, Data.Scientific.Spec

View File

@ -58,7 +58,6 @@ main = do
describe "Data.Abstract.Path" Data.Abstract.Path.Spec.spec
describe "Data.Abstract.Name" Data.Abstract.Name.Spec.spec
describe "Data.Functor.Classes.Generic" Data.Functor.Classes.Generic.Spec.spec
describe "Data.GitHub" Data.GitHub.Spec.spec
describe "Data.Range" Data.Range.Spec.spec
describe "Data.Scientific" Data.Scientific.Spec.spec
describe "Data.Semigroup.App" Data.Semigroup.App.Spec.spec