cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.31.2. -- -- see: https://github.com/sol/hpack -- -- hash: 3facd98354d5dd814f0bea76e951d633090222a995f013f939679dc36a60f586 name: emd version: 0.2.0.0 synopsis: Empirical Mode Decomposition and Hilbert-Huang Transform description: Empirical Mode decomposition and Hilbert-Huang Transform in pure Haskell. 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.4 build-type: Simple extra-source-files: README.md CHANGELOG.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 Numeric.EMD.Sift Numeric.HHT other-modules: Numeric.EMD.Internal Numeric.EMD.Internal.Extrema Numeric.EMD.Internal.Pipe Numeric.EMD.Internal.Tridiagonal Numeric.HHT.Internal.FFT hs-source-dirs: src ghc-options: -Wall -Wredundant-constraints -Wcompat -Werror=incomplete-patterns build-depends: array , base >=4.11 && <5 , binary , carray , conduino , containers , data-default-class , deepseq , fft , finite-typelits , free , ghc-typelits-knownnat , ghc-typelits-natnormalise , transformers , typelits-witnesses , vector , vector-sized >=1.4 default-language: Haskell2010 test-suite emd-test type: exitcode-stdio-1.0 main-is: Spec.hs other-modules: Tests.EMD Tests.HHT Tests.Spline Tests.Util Paths_emd hs-source-dirs: test ghc-options: -Wall -Wredundant-constraints -Wcompat -Werror=incomplete-patterns -threaded -rtsopts -with-rtsopts=-N build-depends: HUnit , base >=4.11 && <5 , containers , emd , ghc-typelits-knownnat , ghc-typelits-natnormalise , hedgehog , statistics , tasty , tasty-hedgehog , tasty-hunit , typelits-witnesses , vector , vector-sized default-language: Haskell2010 benchmark emd-bench type: exitcode-stdio-1.0 main-is: bench.hs other-modules: Paths_emd hs-source-dirs: bench ghc-options: -Wall -Wredundant-constraints -Wcompat -Werror=incomplete-patterns -threaded -rtsopts -with-rtsopts=-N -O2 build-depends: base >=4.11 && <5 , criterion , deepseq , emd , ghc-typelits-knownnat , mwc-random , statistics , vector , vector-sized >=1.4 default-language: Haskell2010