File: Types.hs

package info (click to toggle)
haskell-fast-logger 3.2.6-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 168 kB
  • sloc: haskell: 944; makefile: 3
file content (14 lines) | stat: -rw-r--r-- 315 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
module System.Log.FastLogger.Types (
    -- * Types
    TimeFormat,
    FormattedTime,
) where

import System.Log.FastLogger.Imports

----------------------------------------------------------------

-- | Type aliaes for date format and formatted date.
type FormattedTime = ByteString

type TimeFormat = ByteString