packages feed

data-sketches-core-0.3.0.0: data-sketches-core.cabal

cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.38.1.
--
-- see: https://github.com/sol/hpack

name:           data-sketches-core
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
maintainer:     ian@iankduncan.com
copyright:      2021 Ian Duncan, Rob Bassi, Mercury Technologies
license:        BSD3
license-file:   LICENSE
build-type:     Simple
extra-source-files:
    README.md
    ChangeLog.md
    cbits/kll.h
    cbits/req.h

source-repository head
  type: git
  location: https://github.com/iand675/datasketches-haskell

library
  exposed-modules:
      DataSketches.Quantiles.RelativeErrorQuantile.Internal.Constants
      DataSketches.Quantiles.RelativeErrorQuantile.Types
      DataSketches.Quantiles.KLL.Internal
      DataSketches.Frequencies.CountMin.Internal
      DataSketches.Distinct.HyperLogLog.Internal
      DataSketches.Distinct.Theta.Internal
      DataSketches.Core.Internal.CBindings
      DataSketches.Quantiles.RelativeErrorQuantile.CInternal
  other-modules:
      Paths_data_sketches_core
  hs-source-dirs:
      src
  default-extensions:
      BangPatterns
      FlexibleInstances
      RecordWildCards
      ScopedTypeVariables
      StandaloneDeriving
      TypeFamilies
      TypeOperators
  include-dirs:
      cbits
  cc-options: -O2
  c-sources:
      cbits/sketches.c
      cbits/kll.c
      cbits/hll.c
      cbits/countmin.c
      cbits/theta.c
      cbits/req.c
  build-depends:
      base >=4.7 && <5
    , deepseq
    , ghc-prim
    , primitive
    , vector
  default-language: Haskell2010

test-suite data-sketches-core-test
  type: exitcode-stdio-1.0
  main-is: Spec.hs
  other-modules:
      Paths_data_sketches_core
  hs-source-dirs:
      test
  default-extensions:
      BangPatterns
      FlexibleInstances
      RecordWildCards
      ScopedTypeVariables
      StandaloneDeriving
      TypeFamilies
      TypeOperators
  ghc-options: -threaded -rtsopts -with-rtsopts=-N
  build-depends:
      base >=4.7 && <5
    , data-sketches-core
    , deepseq
    , ghc-prim
    , primitive
    , vector
  default-language: Haskell2010