packages feed

emd-0.1.0.0: emd.cabal

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

name:           emd
version:        0.1.0.0
synopsis:       Empirical Mode Decomposition (Hilbert-Huang Transform)
description:    Please see the README on GitHub at <https://github.com/mstksg/emd#readme>
category:       Math
homepage:       https://github.com/mstksg/emd#readme
bug-reports:    https://github.com/mstksg/emd/issues
author:         Justin Le
maintainer:     justin@jle.im
copyright:      (c) Justin Le 2018
license:        BSD3
license-file:   LICENSE
tested-with:    GHC >= 8.2
build-type:     Simple
cabal-version:  >= 1.10
extra-source-files:
    CHANGELOG.md
    README.md
    test-data/sintest.csv

source-repository head
  type: git
  location: https://github.com/mstksg/emd

library
  exposed-modules:
      Numeric.EMD
      Numeric.EMD.Internal.Spline
  other-modules:
      Numeric.EMD.Internal.Tridiagonal
      Numeric.EMD.Internal.Extrema
  hs-source-dirs:
      src
  ghc-options: -Wall -fwarn-redundant-constraints
  build-depends:
      base >=4.7 && <5
    , containers
    , finite-typelits
    , ghc-typelits-knownnat
    , ghc-typelits-natnormalise
    , transformers
    , typelits-witnesses
    , vector
    , vector-sized
  default-language: Haskell2010

test-suite emd-test
  type: exitcode-stdio-1.0
  main-is: Spec.hs
  other-modules:
      Paths_emd
  hs-source-dirs:
      test
  ghc-options: -Wall -fwarn-redundant-constraints -threaded -rtsopts -with-rtsopts=-N
  build-depends:
      HUnit
    , base >=4.7 && <5
    , containers
    , emd
  default-language: Haskell2010