summaryrefslogtreecommitdiff
path: root/events/src/Events/Spec.hs
diff options
context:
space:
mode:
Diffstat (limited to 'events/src/Events/Spec.hs')
-rw-r--r--events/src/Events/Spec.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/events/src/Events/Spec.hs b/events/src/Events/Spec.hs
index cfa75be..c2a84ac 100644
--- a/events/src/Events/Spec.hs
+++ b/events/src/Events/Spec.hs
@@ -4,6 +4,7 @@ module Events.Spec
4 ( interpret 4 ( interpret
5 , Spec, Cmnd(..), Expr(..), Elem(..) 5 , Spec, Cmnd(..), Expr(..), Elem(..)
6 , module Events.Spec.Parse 6 , module Events.Spec.Parse
7 , module Events.Spec.Eval
7 ) where 8 ) where
8 9
9import Events.Spec.Types 10import Events.Spec.Types