packages feed

online-0.2.1.0: online.cabal

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

name:           online
version:        0.2.1.0
synopsis:       online statistics
description:    transformation of statistics to online algorithms
category:       statistics
homepage:       https://github.com/tonyday567/online#readme
bug-reports:    https://github.com/tonyday567/online/issues
author:         Tony Day
maintainer:     tonyday567@gmail.com
copyright:      Tony Day
license:        BSD3
license-file:   LICENSE
build-type:     Simple
cabal-version:  >= 1.10

extra-source-files:
    readme.md
    stack.yaml

source-repository head
  type: git
  location: https://github.com/tonyday567/online

library
  hs-source-dirs:
      src
  default-extensions: NegativeLiterals NoImplicitPrelude OverloadedStrings UnicodeSyntax
  ghc-options: -Wall
  build-depends:
      base >=4.7 && <5
    , foldl
    , numhask
    , protolude
    , tdigest
    , vector
    , vector-algorithms
  exposed-modules:
      Online
      Online.Averages
      Online.Medians
      Online.Quantiles
  other-modules:
      Paths_online
  default-language: Haskell2010

executable online-bench
  main-is: bench.hs
  hs-source-dirs:
      bench
  default-extensions: NegativeLiterals NoImplicitPrelude OverloadedStrings UnicodeSyntax BangPatterns BinaryLiterals DeriveFoldable DeriveFunctor DeriveGeneric DeriveTraversable DisambiguateRecordFields EmptyCase FlexibleContexts FlexibleInstances FunctionalDependencies GADTSyntax InstanceSigs KindSignatures LambdaCase MonadComprehensions MultiParamTypeClasses MultiWayIf ParallelListComp PartialTypeSignatures PatternSynonyms RankNTypes RecordWildCards RecursiveDo ScopedTypeVariables TupleSections TypeFamilies TypeOperators
  ghc-options: -O2 -funbox-strict-fields -fforce-recomp -threaded -rtsopts -with-rtsopts=-N
  build-depends:
      base >=4.7 && <5
    , foldl
    , formatting
    , numhask
    , online
    , optparse-generic
    , perf
    , protolude
    , scientific
    , text
  other-modules:
      Paths_online
  default-language: Haskell2010

test-suite test
  type: exitcode-stdio-1.0
  main-is: test.hs
  hs-source-dirs:
      test
  default-extensions: NegativeLiterals NoImplicitPrelude OverloadedStrings UnicodeSyntax
  build-depends:
      base >=4.7 && <5
    , doctest
    , online
    , protolude
    , tasty
  other-modules:
      Paths_online
  default-language: Haskell2010