packages feed

cursor-fuzzy-time-gen-0.0.0.0: cursor-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: 6e24e29e40687b3222d1ff320499f360a01a7a4956719fe9097bf01a83cb1b08

name:           cursor-fuzzy-time-gen
version:        0.0.0.0
description:    Generators for the fuzzy time cursors
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:
      Cursor.FuzzyDay.Gen
      Cursor.FuzzyLocalTime.Gen
      Cursor.FuzzyTimeOfDay.Gen
  other-modules:
      Paths_cursor_fuzzy_time_gen
  hs-source-dirs:
      src/
  ghc-options: -Wall
  build-depends:
      base >=4.9 && <=5
    , containers
    , cursor-fuzzy-time
    , cursor-gen
    , deepseq
    , fuzzy-time
    , fuzzy-time-gen
    , genvalidity
    , genvalidity-time
    , megaparsec
    , time
  default-language: Haskell2010

test-suite cursor-fuzzy-time-test
  type: exitcode-stdio-1.0
  main-is: Spec.hs
  other-modules:
      Cursor.FuzzyDaySpec
      Cursor.FuzzyLocalTimeSpec
      Cursor.FuzzyTimeOfDaySpec
      Paths_cursor_fuzzy_time_gen
  hs-source-dirs:
      test/
  ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall
  build-depends:
      QuickCheck
    , base >=4.9 && <=5
    , cursor-fuzzy-time
    , cursor-fuzzy-time-gen
    , fuzzy-time
    , genvalidity
    , genvalidity-hspec
    , genvalidity-hspec-optics
    , genvalidity-time
    , hspec
    , megaparsec
    , text
    , time
  default-language: Haskell2010

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