Skip to content

Commit

Permalink
Update from Hackage at 2017-10-01T12:18:29Z
Browse files Browse the repository at this point in the history
  • Loading branch information
all-cabal-tool committed Oct 1, 2017
1 parent 944658b commit b787986
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 0 deletions.
50 changes: 50 additions & 0 deletions treefold/0.1.0.0/treefold.cabal
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
name: treefold
version: 0.1.0.0
homepage: https://github.com/oisdk/treefold
description: Provides several variants of a balanced fold.
license: MIT
license-file: LICENSE
author: Donnacha Oisín Kidney
maintainer: mail@doisinkidney.com
copyright: 2016 Donnacha Oisín Kidney
category: Data
build-type: Simple
extra-source-files: README.md
cabal-version: >=1.10

library
hs-source-dirs: src
exposed-modules: Data.TreeFold
, Data.TreeFold.Strict
, Data.TreeFold.Parallel
, Data.TreeFold.Foldable
build-depends: base >= 4.7 && < 5
, parallel >= 2.2
default-language: Haskell2010

test-suite treefold-test
type: exitcode-stdio-1.0
hs-source-dirs: test
main-is: Spec.hs
build-depends: base
, treefold
, doctest >= 0.11
, hedgehog >= 0.5
ghc-options: -threaded -rtsopts -with-rtsopts=-N
default-language: Haskell2010

benchmark bench
type: exitcode-stdio-1.0
hs-source-dirs: bench
main-is: bench.hs
build-depends: base
, treefold
, criterion >=1.1
, random >= 1.1
, containers >= 0.5
ghc-options: -threaded -rtsopts -with-rtsopts=-N
default-language: Haskell2010

source-repository head
type: git
location: https://github.com/oisdk/treefold
1 change: 1 addition & 0 deletions treefold/0.1.0.0/treefold.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"package-hashes":{"MD5":"d41d4aeea40bcf601ca29dbed49ff01e","Skein512_512":"f89760544e34d1520d65b31274493fec187350e843e733bba7abb465e56d8ee69e1b287758c1ec0b81668685e3bdf7ea6dcef504be9deb2f2c08309ac0c5db29","SHA1":"10ebb65656d29357fe9ce4bc13efcbe28bbac6bd","SHA512":"e52122cd73275783bebbf0d6f9aa5d2f7793a0275c755870aa0c4979a8295f889bca3e26829e65cabf34dc22ba3a2e17418e7ea77885ef28eba7bff4f20596c5","SHA256":"ef345c12d4c110591717b589e59b53b126ea2855adb15ac49d65c8c3775e77eb"},"package-locations":["https://hackage.haskell.org/package/treefold-0.1.0.0/treefold-0.1.0.0.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/treefold-0.1.0.0.tar.gz"],"package-size":4959}

0 comments on commit b787986

Please sign in to comment.