name: numhask-range version: 0.0.2 synopsis: see readme.md description: see readme.md for description. category: project homepage: https://github.com/tonyday567/numhask-range license: BSD3 license-file: LICENSE author: Tony Day maintainer: tonyday567@gmail.com copyright: Tony Day build-type: Simple cabal-version: >=1.14 extra-source-files: stack.yaml library default-language: Haskell2010 ghc-options: hs-source-dirs: src exposed-modules: NumHask.Range, NumHask.Histogram, NumHask.Rect build-depends: base >= 4.7 && < 5, numhask >= 0.0.4, protolude, lens, foldl, containers, QuickCheck, linear, formatting default-extensions: NoImplicitPrelude, UnicodeSyntax, BangPatterns, BinaryLiterals, DeriveFoldable, DeriveFunctor, DeriveGeneric, DeriveTraversable, DisambiguateRecordFields, EmptyCase, FlexibleContexts, FlexibleInstances, FunctionalDependencies, GADTSyntax, InstanceSigs, KindSignatures, LambdaCase, MonadComprehensions, MultiParamTypeClasses, MultiWayIf, NegativeLiterals, OverloadedStrings, ParallelListComp, PartialTypeSignatures, PatternSynonyms, RankNTypes, RecordWildCards, RecursiveDo, ScopedTypeVariables, TupleSections, TypeFamilies, TypeOperators test-suite test default-language: Haskell2010 type: exitcode-stdio-1.0 hs-source-dirs: test main-is: test.hs build-depends: base >= 4.7 && < 5, HUnit, QuickCheck, numhask-range, protolude, smallcheck, tasty, tasty-hunit, tasty-hspec, tasty-quickcheck, tasty-smallcheck, numhask >= 0.0.4 default-extensions: NoImplicitPrelude, UnicodeSyntax, BangPatterns, BinaryLiterals, DeriveFoldable, DeriveFunctor, DeriveGeneric, DeriveTraversable, DisambiguateRecordFields, EmptyCase, FlexibleContexts, FlexibleInstances, FunctionalDependencies, GADTSyntax, InstanceSigs, KindSignatures, LambdaCase, MonadComprehensions, MultiParamTypeClasses, MultiWayIf, NegativeLiterals, OverloadedStrings, ParallelListComp, PartialTypeSignatures, PatternSynonyms, RankNTypes, RecordWildCards, RecursiveDo, ScopedTypeVariables, TupleSections, TypeFamilies, TypeOperators source-repository head type: git location: https://github.com/tonyday567/numhask-range