packages feed

timestamp-0.1.0.1: timestamp.cabal

name:
  timestamp
version:
  0.1.0.1
synopsis:
  Space-efficient Unix timestamp and utilities
category:
  Time
homepage:
  https://github.com/metrix-ai/timestamp
bug-reports:
  https://github.com/metrix-ai/timestamp/issues
author:
  Oleg Shevchenko <shevchenko.cmc@gmail.com>
maintainer:
  Metrix.AI Ninjas <ninjas@metrix.ai>
copyright:
  (c) 2018, Metrix.AI
license:
  MIT
license-file:
  LICENSE
build-type:
  Simple
cabal-version:
  >=1.24

source-repository head
  type:
    git
  location:
    https://github.com/metrix-ai/timestamp.git

library
  hs-source-dirs:
    library
  default-extensions:
    Arrows, BangPatterns, ConstraintKinds, DataKinds, DefaultSignatures, DeriveDataTypeable, DeriveFoldable, DeriveFunctor, DeriveGeneric, DeriveTraversable, EmptyDataDecls, FlexibleContexts, FlexibleInstances, FunctionalDependencies, GADTs, GeneralizedNewtypeDeriving, LambdaCase, LiberalTypeSynonyms, MagicHash, MultiParamTypeClasses, MultiWayIf, NoImplicitPrelude, NoMonomorphismRestriction, OverloadedStrings, PatternGuards, ParallelListComp, QuasiQuotes, RankNTypes, RecordWildCards, ScopedTypeVariables, StandaloneDeriving, TemplateHaskell, TupleSections, TypeFamilies, TypeOperators, UnboxedTuples
  default-language:
    Haskell2010
  exposed-modules:
    Timestamp
  other-modules:
    Timestamp.Data.Conversion
    Timestamp.Data.TypesAndInstances
    Timestamp.Prelude
  build-depends:
    cereal >=0.5.4 && <0.6,
    hashable >=1.2 && <2,
    QuickCheck >=2.8.1 && <3,
    time >=1.8 && <2,
    base >=4.7 && <5,
    generic-random >=1 && <2