cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.34.4. -- -- see: https://github.com/sol/hpack name: data-sketches-core version: 0.1.0.0 description: Please see the README on GitHub at 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 source-repository head type: git location: https://github.com/iand675/datasketches-haskell library exposed-modules: DataSketches.Core.Internal.URef DataSketches.Core.Snapshot DataSketches.Quantiles.RelativeErrorQuantile.Internal 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.Types other-modules: Paths_data_sketches_core hs-source-dirs: src default-extensions: BangPatterns FlexibleInstances RecordWildCards ScopedTypeVariables StandaloneDeriving TypeFamilies TypeOperators build-depends: base >=4.7 && <5 , deepseq , ghc-prim , mwc-random , primitive , vector , vector-algorithms 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 , mwc-random , primitive , vector , vector-algorithms default-language: Haskell2010