cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.33.0. -- -- see: https://github.com/sol/hpack -- -- hash: dea630de13df312effc0438356b40d45d73d14b8b862e0dada4bcb0492bbcc79 name: fuzzy-time version: 0.0.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-2020 Tom Sydney Kerckhove license: MIT license-file: LICENSE build-type: Simple 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 , validity , validity-time default-language: Haskell2010