-- | Data.Index is a package for adding index column to data files module Data.Index ( hello , addTime) where -- | say hello hello :: String hello = "Hello Data.Index!" -- | Add an time column -- usage: addTime