name: real-day-end version: 0.0.1 cabal-version: >=1.10 build-type: Simple license: BSD3 license-file: LICENSE copyright: 2017 Author name here maintainer: example@example.com homepage: https://github.com/s9gf4ult/real-day-end synopsis: Tiny library to calculate date considering when your day realy ends category: Web author: Author name here extra-source-files: README.md source-repository head type: git location: https://github.com/s9gf4ult/real-day-end library exposed-modules: Data.Time.RealDayEnd build-depends: base >=4.6 && <5, time -any default-language: Haskell2010 hs-source-dirs: src ghc-options: -Wall test-suite real-day-end-test type: exitcode-stdio-1.0 main-is: Spec.hs build-depends: base -any, quickcheck-instances -any, real-day-end -any, tasty -any, tasty-quickcheck -any, time -any default-language: Haskell2010 hs-source-dirs: test ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N