diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-05-10 16:50:46 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-05-10 16:51:03 -0400 |
commit | de36a9187796b05958a09f6ee89671c5f23a23ea (patch) | |
tree | 6ce797ebd458ddbf3923988ac9c1500d2e11b43b /Logs | |
parent | bb55606e26b98f09ffc54ac571a34e92a1f481e4 (diff) |
couple of AMP warnings I missed before
Diffstat (limited to 'Logs')
-rw-r--r-- | Logs/TimeStamp.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Logs/TimeStamp.hs b/Logs/TimeStamp.hs index ca2670953..0891f920b 100644 --- a/Logs/TimeStamp.hs +++ b/Logs/TimeStamp.hs @@ -14,8 +14,8 @@ import Data.Time #if ! MIN_VERSION_time(1,5,0) import System.Locale #endif - -import Common +import Control.Applicative +import Prelude {- Parses how POSIXTime shows itself: "1431286201.113452s" - Also handles the format with no fractional seconds. -} |