packages feed

flexible-time-0.1.0.2: flexible-time.cabal

-- Initial flexible-time.cabal generated by cabal init.  For further
-- documentation, see http://haskell.org/cabal/users-guide/

name:                flexible-time
version:             0.1.0.2
synopsis:            Flexible time library.
-- description:
license:             MIT
license-file:        LICENSE
author:              tattsun
maintainer:          t.t.mc1192.sf@gmail.com
-- copyright:
category:            Data
build-type:          Simple
-- extra-source-files:
cabal-version:       >=1.10
homepage:            https://github.com/tattsun/flexible-time


library
  exposed-modules:
    Data.FlexibleTime
  -- other-modules:
  -- other-extensions:
  build-depends:       base >=4.7 && <4.8
                     , bytestring >= 0.10.4.0
                     , unix-time >= 0.3.4
  hs-source-dirs:      src
  default-language:    Haskell2010
  ghc-options:         -O2 -Wall -fwarn-tabs

source-repository head
  type:     git
  location: git://github.com/tattsun/flexible-time