mirror of
https://github.com/composewell/streamly.git
synced 2024-11-10 12:47:22 +03:00
55f9cfa371
The main change is a single line change in StreamK.hs in foldxM routine. Major changes in this commit are due to: 1) Added strictness tests for all foldl and scanl rotuines 2) refactoring to enable independent benchmarking for StreamK, to measure the impact of the change.
20 lines
406 B
YAML
20 lines
406 B
YAML
resolver: lts-6.35
|
|
packages:
|
|
- '.'
|
|
extra-deps:
|
|
- QuickCheck-2.10
|
|
- lockfree-queue-0.2.3.1
|
|
- simple-conduit-0.4.0
|
|
- transient-0.5.9.2
|
|
- http-conduit-2.2.2
|
|
- http-client-0.5.0
|
|
- http-client-tls-0.3.0
|
|
- SDL-0.6.5.1
|
|
- gauge-0.2.3
|
|
- basement-0.0.7
|
|
flags: {}
|
|
extra-package-dbs: []
|
|
# For mac ports installed SDL library on Mac OS X
|
|
extra-include-dirs:
|
|
- /opt/local/include
|