Name:               time-exts
Version:            1.0.0
License:            BSD3
License-File:       LICENSE
Copyright:          Copyright (c) 2013, Enzo Haussecker. All rights reserved.
Author:             Enzo Haussecker <enzo@ucsd.edu>
Maintainer:         Enzo Haussecker <enzo@ucsd.edu>
Stability:          Stable
Category:           Time
Synopsis:           Efficient Timestamps
Homepage:           https://github.com/enzoh/time-exts
Bug-Reports:        https://github.com/enzoh/time-exts/issues
Build-Type:         Simple
Cabal-Version:      >= 1.16.0
Description:        Extensions to the Haskell time library, providing efficient Unix, UTC, and local timestamps.

Library
  Default-Language: Haskell2010
  HS-Source-Dirs:   src
  Exposed-Modules:  Data.Time.Exts
                    Data.Time.Exts.Base
                    Data.Time.Exts.C
                    Data.Time.Exts.Local
                    Data.Time.Exts.Unix
                    Data.Time.Exts.Zone
  Build-Depends:    aeson,
                    base >= 4 && < 5,
                    convertible,
                    deepseq,
                    fclabels,
                    random,
                    time,
                    timezone-olson
  Build-Tools:      hsc2hs
  GHC-Options:      -rtsopts