Skip to content

Commit

Permalink
Move comment that was missed in a refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
tibbe committed Sep 8, 2012
1 parent d9d3382 commit ceee221
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion cabal-install/Distribution/Client/Tar.hs
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ extractTarGzFile dir expected tar = do
--

type FileSize = Int64
-- | The number of seconds since the UNIX epoch
type DevMajor = Int
type DevMinor = Int
type TypeCode = Char
Expand Down
1 change: 1 addition & 0 deletions cabal-install/Distribution/Compat/Time.hs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import Data.Time (getCurrentTime, diffUTCTime)
import System.Time (ClockTime(..), getClockTime, diffClockTimes, normalizeTimeDiff, tdDay)
#endif

-- | The number of seconds since the UNIX epoch
type EpochTime = Int64

getModTime :: FilePath -> IO EpochTime
Expand Down

0 comments on commit ceee221

Please sign in to comment.