-- This file has been generated from package.yaml by hpack version 0.20.0. -- -- see: https://github.com/sol/hpack -- -- hash: b7b635eeef963ae111da2da410e0504286206c29e9a3b514d9efb50cdb76747b name: fuzzy-dates version: 0.1.1.1 synopsis: Libary for parsing dates in strings in varied formats. description: Please see the README on GitHub at category: Parsing homepage: https://github.com/ReedOei/fuzzy-dates#readme bug-reports: https://github.com/ReedOei/fuzzy-dates/issues author: Reed Oei maintainer: oei.reed@gmail.com copyright: 2018 Reed Oei license: BSD3 license-file: LICENSE build-type: Simple cabal-version: >= 1.10 extra-source-files: ChangeLog.md README.md source-repository head type: git location: https://github.com/ReedOei/fuzzy-dates library hs-source-dirs: src build-depends: base >=4.7 && <5 , hourglass , hspec , lens , parsec exposed-modules: Data.Dates.Parsing Data.Dates.Parsing.Internal other-modules: Paths_fuzzy_dates default-language: Haskell2010 test-suite fuzzy-dates-test type: exitcode-stdio-1.0 main-is: Spec.hs hs-source-dirs: test ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: base >=4.7 && <5 , fuzzy-dates , hourglass , hspec , lens , parsec other-modules: Paths_fuzzy_dates default-language: Haskell2010