Commit Graph

50 Commits

Author SHA1 Message Date
Harendra Kumar
4b3add175b Enable debug flag for travis CI for ghc 8.4.4 2019-11-08 22:59:57 +05:30
Harendra Kumar
661f84262e Add some word/unword, word counting benchmarks 2019-09-15 23:48:21 +05:30
Harendra Kumar
1a8bc296ae Add the inspection testing flag in CI 2019-08-27 22:39:33 +05:30
Harendra Kumar
7c9c1c48b5 Add support for GHC 8.8
Fix warnings.
Add a travis CI build matrix entry
2019-08-27 08:53:25 +05:30
Harendra Kumar
44c950da89 Use cabal build where stackage does not have cabal-2.2 2019-08-23 13:59:25 +05:30
Harendra Kumar
120175cb64 Add inspection testing for fileio benchmarks 2019-08-20 08:19:49 +05:30
Harendra Kumar
e879480a74 Allow failure for GHCJS build for now 2019-06-18 00:13:57 +05:30
Harendra Kumar
cce586ad12 update CI config files with new packcheck version 2019-06-16 19:39:46 +05:30
Harendra Kumar
54947ea0b3 update stack.yaml for new stack version
Use cabal build for GHC8.0.2

hspec-core-2.4.4 fails to build and I am not able to get the extra-deps right
to avoid it.

remove stack-8.0.yaml from cabal file

use cabal build for ghc-7.10.3 as well
2019-06-16 19:38:52 +05:30
Harendra Kumar
65a08a2795 update packcheck CI script version 2019-05-28 02:38:58 +05:30
Harendra Kumar
130ffe99fc update GHC versions in ci tests and cabal file 2019-03-27 23:55:33 +05:30
Harendra Kumar
00d86b547b remove cabal.project.ghcjs and enable tests for ghcjs 2019-01-14 19:27:01 +05:30
Harendra Kumar
603211cb50 use cabal head version with --test-show-details 2019-01-14 07:07:56 +05:30
Harendra Kumar
479f9344f4 sync travis config with packcheck and enable GHCJS build 2019-01-13 11:45:39 +05:30
Harendra Kumar
ffe084ad40 Add ghcjs build to travis CI 2019-01-12 18:25:14 +05:30
Harendra Kumar
108300e0c7 Remove the dependency on the time package
We now have a builtin clock access and time arithmetic
2019-01-11 16:12:59 +05:30
Harendra Kumar
97035c5c0b Fix GHC-8.6 build
Fix build for ghc-8.0.2

fix sdl install in CI
2018-12-31 02:52:24 +05:30
Harendra Kumar
5708ef62e4 update GHC/cabal versions 2018-12-31 00:47:49 +05:30
Harendra Kumar
23e2bdd13f disable building benchmarks for ghc-8.2.2 build
And avoid using 8.2.2 in other builds
2018-10-29 04:00:27 +05:30
Harendra Kumar
1f72b61cee Add inspectMode combinator
inspectMode adds the ability to turn on diagnostics programmatically. Earlier
we had to use a different build for diagnostics. The perf impact is negligible,
and mostly on "maxBuffer 1" cases.
2018-10-12 18:41:39 +05:30
Harendra Kumar
9a2144e598 Fix travis build timeout 2018-08-16 06:38:30 +05:30
Harendra Kumar
87aa6dde23 use circleci for coverage builds 2018-08-12 18:20:03 +05:30
Harendra Kumar
e1b6740a7c reduce ci tests 2018-08-12 18:20:03 +05:30
Harendra Kumar
7f05a78f1b use stack builds, make coverage build faster 2018-08-12 18:20:03 +05:30
Harendra Kumar
516cab57bf disable sdist build and benchmarks in coverage build 2018-07-02 01:30:45 +05:30
Harendra Kumar
c7d2f9e0a3 Add flag to switch stream backend to streamk 2018-06-26 09:44:06 +05:30
Harendra Kumar
434ac89dfd Avoid stack sdist bug in CI 2018-06-23 21:55:59 +05:30
Harendra Kumar
f1f322cb2c bump version 2018-06-15 02:16:34 +05:30
Harendra Kumar
21c07ab9c4 update CI configs to latest packcheck 2018-05-27 21:25:35 +05:30
Harendra Kumar
ed0323caed Add a diagnostics flag to debug problems in field 2018-05-27 09:52:00 +05:30
Harendra Kumar
9cb2ac0bb7 Add concurrent generation and transformation capabilities
- monadic stream generation functions are now concurrent
- monadic stream transformation (mapM, sequence) functions are now concurrent
- fixed a race which caused blockedindefinitely on MVar in rare cases
2018-05-24 16:48:48 +05:30
Harendra Kumar
f849361836 Coverage tests take too long and fail, disable them 2018-05-18 13:28:04 +05:30
Harendra Kumar
7ad55f8e63 Add @since annotations, bump version, update changelog 2018-05-05 02:02:41 +05:30
Harendra Kumar
c5f97f0e3b Move examples from Streamly module to examples dir 2018-05-04 01:28:02 +05:30
Harendra Kumar
663ecb9e27 fix build for ghc 8.4 2018-04-15 12:39:47 +05:30
Harendra Kumar
fbfa2aa330 update ci configs 2018-03-16 00:24:01 +05:30
Harendra Kumar
1f42a8d109 Update the ci configs 2018-03-09 02:05:29 +05:30
Harendra Kumar
9adb00211d use the new packcheck script for CI 2017-12-22 03:53:46 +05:30
Harendra Kumar
d1cf131344 update travis and appveyor config 2017-12-20 05:59:25 +05:30
Harendra Kumar
1c1fe0ce34 Add stack upgrade 2017-12-08 02:11:28 +05:30
Harendra Kumar
e4ed109488 Travis build with examples-sdl 2017-12-05 18:11:56 +05:30
Harendra Kumar
5bc84bdb83 Update the package-test ci script version 2017-10-20 09:34:53 +05:30
Harendra Kumar
b64959290f Fix build/travis config for ghc 7.10.3 2017-09-05 15:18:49 +05:30
Harendra Kumar
e5a180a3be Update travis config to include cabal tests 2017-09-05 12:07:30 +05:30
Harendra Kumar
d811ad67e4 disable cabal build 2017-08-31 07:57:34 +05:30
Harendra Kumar
5c4e3ad16c Use cabal build for COVERALLS 2017-08-31 07:23:42 +05:30
Harendra Kumar
360b23b6c7 Fix allow_failure for stack nightly build 2017-08-31 06:39:09 +05:30
Harendra Kumar
bfe86e7b49 Add coveralls and badges 2017-08-31 06:29:22 +05:30
Harendra Kumar
9527751b18 Disable cabal tests
cabal tests are failing because monad-recorder dependency is not on hackage
2017-08-31 02:10:17 +05:30
Harendra Kumar
5679f93c14 Add travis, appveyor ci files 2017-08-30 15:16:14 +05:30