cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.35.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: a33aca5e06eb45598887c18496506f65c10de4782b991badebeeafe6d9ae068f
name: cursor-fuzzy-time-gen
version: 0.2.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-2021 Tom Sydney Kerckhove
license: MIT
license-file: LICENSE
build-type: Simple
extra-source-files:
CHANGELOG.md
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
, cursor-fuzzy-time
, cursor-gen
, fuzzy-time-gen
, genvalidity
, genvalidity-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-hspec
, genvalidity-hspec-optics
, hspec
, 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:
base >=4.9 && <=5
, criterion
, cursor-fuzzy-time
, cursor-fuzzy-time-gen
, genvalidity-criterion
default-language: Haskell2010