name: hourglass-fuzzy-parsing version: 0.1.0.1 synopsis: A small library for parsing more human friendly date/time formats. description: This package parses many different date/time formats. Both absolute and relative dates are supported. See the README for more. homepage: https://gitlab.com/doshitan/hourglass-fuzzy-parsing license: BSD3 license-file: LICENSE author: IlyaPortnov, Tanner Doshier maintainer: Tanner Doshier category: Time, Parsing build-type: Simple cabal-version: >=1.8 extra-source-files: README.markdown , CHANGELOG.markdown library exposed-modules: Data.Hourglass.FuzzyParsing , Data.Hourglass.FuzzyParsing.Internal build-depends: base >= 4 && < 5 , hourglass , parsec >= 3.1 GHC-Options: -Wall -fno-warn-unused-do-bind source-repository head type: git location: git://gitlab.com/doshitan/hourglass-fuzzy-parsing.git