packages feed

time-lens-0.4.0.2: time-lens.cabal

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

name:                time-lens
version:             0.4.0.2
synopsis:            Lens-based interface to Data.Time data structures
homepage:            https://github.com/feuerbach/time-lens
bug-reports:         https://github.com/feuerbach/time-lens/issues
-- description:         
license:             BSD3
license-file:        LICENSE
author:              Roman Cheplyaka
maintainer:          Roman Cheplyaka <roma@ro-che.info>
-- copyright:           
category:            Data
build-type:          Simple
cabal-version:       >=1.8
extra-source-files:  CHANGELOG.md

source-repository head
  type:     git
  location: git@github.com:feuerbach/time-lens.git
  subdir:   core

library
  exposed-modules:     Data.Time.Lens
  -- other-modules:       
  build-depends:       base == 4.*, data-lens-light, time == 1.*