Skip to content

Commit

Permalink
Update from Hackage at 2015-12-31T21:16:03+0000
Browse files Browse the repository at this point in the history
  • Loading branch information
Commercial Haskell all-cabal-hashes Travis job committed Dec 31, 2015
1 parent 6524169 commit 7a6f6d2
Show file tree
Hide file tree
Showing 2 changed files with 89 additions and 0 deletions.
88 changes: 88 additions & 0 deletions foldl-transduce/0.4.7.0/foldl-transduce.cabal
Original file line number Diff line number Diff line change
@@ -0,0 +1,88 @@
Name: foldl-transduce
Version: 0.4.7.0
Cabal-Version: >=1.8.0.2
Build-Type: Simple
License: BSD3
License-File: LICENSE
Copyright: 2015 Daniel Diaz
Author: Daniel Diaz
Maintainer: diaz_carrete@yahoo.com
Bug-Reports: https://github.com/danidiaz/foldl-transduce/issues
Synopsis: Transducers for foldl folds.
Description: Stateful transducers and streaming-preserving grouping operations for foldl folds.
Category: Control

Extra-Source-Files:
README.md
CHANGELOG

Source-Repository head
Type: git
Location: git@github.com:danidiaz/foldl-transduce.git

Library
HS-Source-Dirs: src
Build-Depends:
base >= 4 && < 5 ,
bytestring >= 0.9.2.1 && < 0.11,
text >= 0.11.2.0 && < 1.3 ,
transformers >= 0.2.0.0 && < 0.5 ,
containers < 0.6 ,
bifunctors == 5.* ,
profunctors == 5.* ,
semigroups >= 0.18 ,
semigroupoids >= 5.0 ,
foldl >= 1.1 && < 2 ,
comonad == 4.* ,
free == 4.* ,
void >= 0.6 ,
split >= 0.2.2 ,
monoid-subclasses == 0.4.*
Exposed-Modules:
Control.Foldl.Transduce,
Control.Foldl.Transduce.Text,
Control.Foldl.Transduce.Textual,
Control.Foldl.Transduce.ByteString,
Control.Foldl.Transduce.ByteString.IO,
Control.Foldl.Transduce.Internal
GHC-Options: -O2 -Wall

test-suite doctests
type: exitcode-stdio-1.0
ghc-options: -Wall -threaded
hs-source-dirs: tests
main-is: doctests.hs

build-depends:
base >= 4.4 && < 5
, free == 4.*
, doctest >= 0.10.1

test-suite tests
type: exitcode-stdio-1.0
ghc-options: -Wall -threaded
hs-source-dirs: tests
main-is: tests.hs
build-depends:
base >= 4.4 && < 5 ,
text ,
tasty >= 0.10.1.1 ,
tasty-hunit >= 0.9.2,
tasty-quickcheck >= 0.8.3.2,
monoid-subclasses == 0.4.*,
split >= 0.2.2,
foldl ,
foldl-transduce

benchmark benchmarks
Type: exitcode-stdio-1.0
HS-Source-Dirs: benchmarks
Main-Is: benchmarks.hs
GHC-Options: -O2 -Wall -rtsopts

Build-Depends:
base >= 4.4 && < 5 ,
criterion >= 1.1.0.0 && < 1.2,
lens-family-core >= 1.2.0 ,
foldl ,
foldl-transduce
1 change: 1 addition & 0 deletions foldl-transduce/0.4.7.0/foldl-transduce.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"package-hashes":{"MD5":"3e10e9845ebb88ba0e725911c727c3ac","Skein512_512":"bfe4f8bab944b33a5430a4bf7a78c8b5d60196525b0823686390f6512698b041830fdcd100742c8e2ffe1c91d33c5f4d5dccd02c9d20d1ec7391f2143a873efa","SHA1":"811c253a8457a110ee250945757cc5c16cd7966d","SHA512":"6400118ee22bc9de748325af1397c08149a50810f676ed10937ec54c38fead496d9a925ec6a91a8fb4309374108c9603a23df2fd8beb788b7be15d2680abe578","SHA256":"8836b026467a5940be86015d34f2dfca7f0b1787fd608d1bad81a8bd25cbc8e9"},"package-locations":["https://hackage.haskell.org/package/foldl-transduce-0.4.7.0/foldl-transduce-0.4.7.0.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/foldl-transduce-0.4.7.0.tar.gz"],"package-size":20195}

0 comments on commit 7a6f6d2

Please sign in to comment.