-- 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.1 synopsis: Lens-based interface to Data.Time data structures -- description: license: BSD3 license-file: LICENSE author: Roman Cheplyaka maintainer: Roman Cheplyaka -- copyright: category: Data build-type: Simple cabal-version: >=1.8 library exposed-modules: Data.Time.Lens -- other-modules: build-depends: base == 4.*, data-lens-light, time == 1.*