diff options
Diffstat (limited to 'CabalHelper/Common.hs')
-rw-r--r-- | CabalHelper/Common.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CabalHelper/Common.hs b/CabalHelper/Common.hs index 025380f..90f9624 100644 --- a/CabalHelper/Common.hs +++ b/CabalHelper/Common.hs @@ -31,6 +31,7 @@ import System.Environment import System.IO import System.Exit import Text.ParserCombinators.ReadP +import Prelude data Panic = Panic String deriving (Typeable, Show) instance Exception Panic |