name: haskell-time-range version: 0.2.0.1 synopsis: Some useful wrappers and functions for building time ranges -- description: homepage: https://github.com/mankyKitty/haskell-time-range#readme license: BSD3 license-file: LICENSE author: Sean Chalmers maintainer: sclhiannan@gmail.com copyright: 2017 Sean Chalmers category: Time, Lenses build-type: Simple extra-source-files: README.md cabal-version: >=1.10 library hs-source-dirs: src exposed-modules: Data.Time.Range , Data.Time.Range.Types build-depends: base >= 4.7 && < 5 , lens >= 4.10 , time , text , semigroups default-language: Haskell2010 test-suite doctests type: exitcode-stdio-1.0 ghc-options: -threaded hs-source-dirs: doctest main-is: Doctests.hs build-depends: base, doctest >= 0.8 default-language: Haskell2010 source-repository head type: git location: https://github.com/mankyKitty/haskell-time-range