File: TimeCompat.hs

package info (click to toggle)
cpphs 1.20.9.1-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 300 kB
  • sloc: haskell: 1,305; makefile: 2
file content (4 lines) | stat: -rw-r--r-- 138 bytes parent folder | download | duplicates (3)
1
2
3
4
module TimeCompat (defaultTimeLocale, formatTime) where

import Data.Time.Format (formatTime)
import System.Locale    (defaultTimeLocale)