Skip to content

Commit

Permalink
Update from Hackage at 2018-07-28T00:22:17Z
Browse files Browse the repository at this point in the history
  • Loading branch information
all-cabal-tool committed Jul 28, 2018
1 parent 86b4ec3 commit f2a8f46
Show file tree
Hide file tree
Showing 2 changed files with 68 additions and 0 deletions.
67 changes: 67 additions & 0 deletions emd/0.1.2.0/emd.cabal
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
-- This file has been generated from package.yaml by hpack version 0.28.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: 1b094b03f7c2c369028d76bd580e55e637de3c9d9e63c53dd715fa2bb4187644

name: emd
version: 0.1.2.0
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
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
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
, 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 -Wredundant-constraints -Wcompat -threaded -rtsopts -with-rtsopts=-N
build-depends:
HUnit
, base >=4.10 && <5
, containers
, emd
default-language: Haskell2010
1 change: 1 addition & 0 deletions emd/0.1.2.0/emd.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"package-hashes":{"MD5":"442fb6c41adf85a1b8a973421dc57af8","Skein512_512":"931cef4f4c302bc0d32a0040245692479160cf3f61c3cfcccf87cb00272dd1db720e35e9d9da4030a8a3af69374ccc09c3a3f3403fbc098002aa5d0e07588a08","SHA1":"b10e55fe36e8dbfc4ac65ee972591bc422e8e408","SHA512":"db10e363581818164bddf0b345045081f05fde8df717e5cf138765f5a5da698f92a2c78569dd03b41b28efb1258d93bab937ff29f0c23eff4c31a4e2ccee5cc5","SHA256":"5cd29762923d7a5006c7cbc5d985ba9701ee9a6677b0ca72b5ab56ea5fb78a6a"},"package-locations":["https://hackage.haskell.org/package/emd-0.1.2.0/emd-0.1.2.0.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/emd-0.1.2.0.tar.gz"],"package-size":11748}

0 comments on commit f2a8f46

Please sign in to comment.