cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.35.2. -- -- see: https://github.com/sol/hpack name: fuzzy-time version: 0.3.0.0 description: Fuzzy time types, parsing and resolution category: Time homepage: https://github.com/NorfairKing/fuzzy-time author: Tom Sydney Kerckhove maintainer: syd@cs-syd.eu copyright: Copyright: (c) 2017-2022 Tom Sydney Kerckhove license: MIT license-file: LICENSE build-type: Simple extra-source-files: CHANGELOG.md library exposed-modules: Data.FuzzyTime Data.FuzzyTime.Parser Data.FuzzyTime.Resolve Data.FuzzyTime.Types other-modules: Paths_fuzzy_time hs-source-dirs: src/ ghc-options: -Wall build-depends: base >=4.9 && <=5 , containers , deepseq , megaparsec , text , time >=1.11 , validity , validity-time >=0.5 default-language: Haskell2010