cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.35.2. -- -- see: https://github.com/sol/hpack -- -- hash: fae246a246155198bc4a25f68df69aa964308ea8624df53fe7e2672b7f7bdfdb name: cursor-fuzzy-time version: 0.1.0.0 description: Cursors for the fuzzy-time parser and resolver 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: Cursor.FuzzyDay Cursor.FuzzyLocalTime Cursor.FuzzyTimeOfDay other-modules: Paths_cursor_fuzzy_time hs-source-dirs: src/ ghc-options: -Wall build-depends: base >=4.9 && <=5 , cursor , deepseq , fuzzy-time >=0.3 , megaparsec , microlens , text , time , validity default-language: Haskell2010