packages feed

hourglass-fuzzy-parsing-0.1.0.1: hourglass-fuzzy-parsing.cabal

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 <doshitan@gmail.com>
maintainer:          Tanner Doshier <doshitan@gmail.com>
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