summaryrefslogtreecommitdiffstats
path: root/src/Much/Screen.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Much/Screen.hs')
-rw-r--r--src/Much/Screen.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Much/Screen.hs b/src/Much/Screen.hs
index 47bb90c..9d75728 100644
--- a/src/Much/Screen.hs
+++ b/src/Much/Screen.hs
@@ -1,4 +1,5 @@
{-# LANGUAGE RecordWildCards #-}
+
module Much.Screen (Screen(..), setScreen, withScreen) where
import Control.Exception