packages feed

fuzzy-dates-0.1.1.2: fuzzy-dates.cabal

cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.31.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: 8fc2163e531ff7a340ade20b4ada37ee1972949b68083003ad8c94b2befe9143

name:           fuzzy-dates
version:        0.1.1.2
synopsis:       Libary for parsing dates in strings in varied formats.
description:    Please see the README on GitHub at <https://github.com/ReedOei/fuzzy-dates#readme>
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
extra-source-files:
    README.md
    ChangeLog.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