data-sketches-0.3.0.0: data-sketches.cabal
cabal-version: 1.18
-- This file has been generated from package.yaml by hpack version 0.34.4.
--
-- see: https://github.com/sol/hpack
name: data-sketches
version: 0.3.0.0
description: Please see the README on GitHub at <https://github.com/iand675/datasketches-haskell#readme>
homepage: https://github.com/iand675/datasketches-haskell#readme
bug-reports: https://github.com/iand675/datasketches-haskell/issues
author: Ian Duncan, Rob Bassi
maintainer: ian@iankduncan.com
copyright: 2021 Ian Duncan, Rob Bassi, Mercury Technologies
license: Apache
license-file: LICENSE
build-type: Simple
extra-source-files:
README.md
ChangeLog.md
extra-doc-files:
docs/images/KllErrorK100SL11.png
docs/images/ReqErrorHraK12SL11_LT.png
docs/images/ReqErrorLraK12SL11_LE.png
source-repository head
type: git
location: https://github.com/iand675/datasketches-haskell
library
exposed-modules:
DataSketches.Quantiles.RelativeErrorQuantile
DataSketches.Quantiles.RelativeErrorQuantile.Internal.Auxiliary
DataSketches.Quantiles.RelativeErrorQuantile.Internal.Compactor
DataSketches.Quantiles.RelativeErrorQuantile.Internal.Constants
DataSketches.Quantiles.RelativeErrorQuantile.Internal.DoubleBuffer
DataSketches.Quantiles.RelativeErrorQuantile.Internal.InequalitySearch
DataSketches.Quantiles.RelativeErrorQuantile.Internal.URef
DataSketches.Quantiles.RelativeErrorQuantile.Types
other-modules:
Paths_data_sketches
hs-source-dirs:
src
default-extensions:
BangPatterns
DataKinds
FlexibleInstances
KindSignatures
RecordWildCards
ScopedTypeVariables
StandaloneDeriving
TypeFamilies
TypeOperators
build-depends:
base >=4.7 && <5
, cereal
, deepseq
, ghc-prim
, mtl
, mwc-random
, pretty-show
, prettyprinter
, primitive
, vector
, vector-algorithms
default-language: Haskell2010
test-suite data-sketches-test
type: exitcode-stdio-1.0
main-is: Spec.hs
other-modules:
AuxiliarySpec
CompactorSpec
DoubleBufferSpec
ProofCheckSpec
RelativeErrorQuantileSpec
Paths_data_sketches
hs-source-dirs:
test
default-extensions:
BangPatterns
DataKinds
FlexibleInstances
KindSignatures
RecordWildCards
ScopedTypeVariables
StandaloneDeriving
TypeFamilies
TypeOperators
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends:
QuickCheck
, base >=4.7 && <5
, cereal
, data-sketches
, deepseq
, ghc-prim
, hspec
, hspec-discover
, mtl
, mwc-random
, pretty-show
, prettyprinter
, primitive
, statistics
, vector
, vector-algorithms
default-language: Haskell2010
benchmark bench
type: exitcode-stdio-1.0
main-is: Bench.hs
other-modules:
Paths_data_sketches
hs-source-dirs:
bench
default-extensions:
BangPatterns
DataKinds
FlexibleInstances
KindSignatures
RecordWildCards
ScopedTypeVariables
StandaloneDeriving
TypeFamilies
TypeOperators
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends:
base >=4.7 && <5
, cereal
, criterion
, data-sketches
, deepseq
, ghc-prim
, mtl
, mwc-random
, pretty-show
, prettyprinter
, primitive
, vector
, vector-algorithms
default-language: Haskell2010