packages feed

timelens-0.2.0.0: timelens.cabal

-- This Cabal file generated using the Cartel library.
-- Cartel is available at:
-- http://www.github.com/massysett/cartel
--
-- Script name used to generate: gen-timelens-cabal
-- Generated on: 2016-06-30 08:45:15.579937 EDT
-- Cartel library version: 0.16.0.0

name: timelens
version: 0.2.0.0
cabal-version: >= 1.10
license: BSD3
license-file: LICENSE
build-type: Simple
copyright: Copyright (c) 2016 Omari Norman
author: Omari Norman
maintainer: omari@smileystation.com
stability: Experimental
homepage: http://www.github.com/massysett/timelens
bug-reports: http://www.github.com/massysett/timelens/issues
synopsis: Lenses for the time package
description:
  These are lenses for the time package.  Please see the README.md
  for more information.
category: Development

Library
  build-depends:
      base >= 4.8 && < 5
    , lens >= 4.13
    , time >= 1.5
  exposed-modules:
    Data.Time.Timelens
  ghc-options:
    -W
  default-language: Haskell2010
  hs-source-dirs:
    lib

source-repository head
  type: git
  location: https://github.com/massysett/timelens.git