Skip to content

Commit

Permalink
Update from Hackage at 2019-09-03T22:07:58Z
Browse files Browse the repository at this point in the history
  • Loading branch information
all-cabal-tool committed Sep 3, 2019
1 parent ca5b62c commit de3e5e6
Show file tree
Hide file tree
Showing 2 changed files with 92 additions and 0 deletions.
91 changes: 91 additions & 0 deletions emd/0.1.5.1/emd.cabal
@@ -0,0 +1,91 @@
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: 6f95be4c5fda6113919d6156cb567274470a1d3ec81ea31a2efdc8efbb2b4d28

name: emd
version: 0.1.5.1
synopsis: Empirical Mode Decomposition and 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
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.HHT
other-modules:
Numeric.EMD.Internal.Tridiagonal
Numeric.EMD.Internal.Extrema
hs-source-dirs:
src
ghc-options: -Wall -Wredundant-constraints -Wcompat
build-depends:
base >=4.10 && <5
, binary
, containers
, data-default-class
, deepseq
, 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 -Wredundant-constraints -Wcompat -threaded -rtsopts -with-rtsopts=-N
build-depends:
HUnit
, base >=4.10 && <5
, containers
, emd
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 -threaded -rtsopts -with-rtsopts=-N -O2
build-depends:
base >=4.10 && <5
, criterion
, deepseq
, emd
, ghc-typelits-knownnat
, mwc-random
, statistics
, vector
, vector-sized
default-language: Haskell2010
1 change: 1 addition & 0 deletions emd/0.1.5.1/emd.json
@@ -0,0 +1 @@
{"package-hashes":{"MD5":"7cdb560b4f1b805fde444678c3a6ebed","Skein512_512":"958f9488e4846aab0efcd5a5afa30e35d687889b6b4ef93df5b43cdd0f3b78470182ef092905aead38fab8652e81758eec84bf5b42194f4df02bb35ed6d296be","SHA1":"60d33669c09aaa6d49f0a4948b20e2f03c3f7528","SHA512":"2850d77587bda29f2c3ed4c4fa6d8d487a67107e21927558323ea41363c964e45a5b4b00c4afa3f5ac50f7febbfa4e236cce9864f4d4d09cb04130202e24f36a","SHA256":"6e95300ee32c729e825cbb6e3f07a383455ea63f566ce7f3c04d0493b837311a"},"package-locations":["https://hackage.haskell.org/package/emd-0.1.5.1/emd-0.1.5.1.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/emd-0.1.5.1.tar.gz"],"package-size":14552}

0 comments on commit de3e5e6

Please sign in to comment.