couple of AMP warnings I missed before

This commit is contained in:
Joey Hess 2015-05-10 16:50:46 -04:00
parent 663eb15aa3
commit 03667a162a
4 changed files with 9 additions and 8 deletions

View file

@ -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. -}