packages feed

fuzzy-time-gen-0.0.0.0: fuzzy-time-gen.cabal

cabal-version: 1.12

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

name:           fuzzy-time-gen
version:        0.0.0.0
description:    Generators for fuzzy-time types
category:       Time
homepage:       https://github.com/NorfairKing/fuzzy-time
author:         Tom Sydney Kerckhove
maintainer:     syd@cs-syd.eu
copyright:      Copyright: (c) 2017-2020 Tom Sydney Kerckhove
license:        MIT
license-file:   LICENSE
build-type:     Simple

library
  exposed-modules:
      Data.FuzzyTime.Types.Gen
  other-modules:
      Paths_fuzzy_time_gen
  hs-source-dirs:
      src/
  ghc-options: -Wall
  build-depends:
      QuickCheck
    , base >=4.9 && <=5
    , containers
    , fuzzy-time
    , genvalidity
    , genvalidity-time
    , megaparsec
    , time
  default-language: Haskell2010

test-suite fuzzy-time-test
  type: exitcode-stdio-1.0
  main-is: Spec.hs
  other-modules:
      Data.FuzzyTime.ParserSpec
      Data.FuzzyTime.ResolveSpec
      Data.FuzzyTime.TypesSpec
      Paths_fuzzy_time_gen
  hs-source-dirs:
      test/
  ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall
  build-depends:
      QuickCheck
    , base >=4.9 && <=5
    , fuzzy-time
    , fuzzy-time-gen
    , genvalidity
    , genvalidity-hspec
    , genvalidity-text
    , genvalidity-time
    , hspec
    , megaparsec
    , text
    , time
  default-language: Haskell2010

benchmark fuzzy-time-bench
  type: exitcode-stdio-1.0
  main-is: Bench.hs
  other-modules:
      Paths_fuzzy_time_gen
  hs-source-dirs:
      bench/
  ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall
  build-depends:
      base >=4.9 && <=5
    , criterion
    , fuzzy-time
    , fuzzy-time-gen
    , genvalidity-criterion
  default-language: Haskell2010