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

Don't build these, we will bring them back in soon

This commit is contained in:
Timothy Clem 2018-02-23 11:40:28 -08:00
parent 3f364fe78f
commit 9ca63c9cac

View File

@ -33,13 +33,13 @@ library
, Control.Effect
-- Effects used in abstract interpretation
, Control.Monad.Effect.Addressable
, Control.Monad.Effect.Cache
, Control.Monad.Effect.Dead
-- , Control.Monad.Effect.Cache
-- , Control.Monad.Effect.Dead
, Control.Monad.Effect.Evaluatable
, Control.Monad.Effect.Fresh
, Control.Monad.Effect.GC
, Control.Monad.Effect.NonDet
, Control.Monad.Effect.Trace
-- , Control.Monad.Effect.Fresh
-- , Control.Monad.Effect.GC
-- , Control.Monad.Effect.NonDet
-- , Control.Monad.Effect.Trace
-- General datatype definitions & generic algorithms
, Data.Abstract.Address
, Data.Abstract.Cache