cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.35.2. -- -- see: https://github.com/sol/hpack name: fuzzy-time-gen version: 0.3.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-2022 Tom Sydney Kerckhove license: MIT license-file: LICENSE build-type: Simple extra-source-files: CHANGELOG.md 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 , fuzzy-time >=0.3 , genvalidity >=1.0 , genvalidity-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-hspec , genvalidity-text , 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