cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.34.4. -- -- see: https://github.com/sol/hpack -- -- hash: 6469e029979ef60ea4025a3c77b68c315934bc45e576beb1ba77b9e1d70f06ee name: fuzzy-time version: 0.2.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-2021 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.9 , validity , validity-time default-language: Haskell2010