summaryrefslogtreecommitdiff
path: root/kiki.hs
diff options
context:
space:
mode:
Diffstat (limited to 'kiki.hs')
-rw-r--r--kiki.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/kiki.hs b/kiki.hs
index 1b5984e..762825f 100644
--- a/kiki.hs
+++ b/kiki.hs
@@ -6,7 +6,6 @@
6{-# LANGUAGE RankNTypes #-} 6{-# LANGUAGE RankNTypes #-}
7{-# LANGUAGE FlexibleInstances #-} 7{-# LANGUAGE FlexibleInstances #-}
8{-# LANGUAGE DeriveDataTypeable #-} 8{-# LANGUAGE DeriveDataTypeable #-}
9{-# LANGUAGE CPP #-}
10module Main ( main ) where 9module Main ( main ) where
11 10
12import Control.Monad 11import Control.Monad