packages feed

fuzzy-dates-0.1.0.0: fuzzy-dates.cabal

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

name:           fuzzy-dates
version:        0.1.0.0
description:    Please see the README on GitHub at <https://github.com/ReedOei/fuzzy-dates#readme>
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

executable fuzzy-dates-exe
  main-is: Main.hs
  hs-source-dirs:
      app
  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

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