Commit Graph

5 Commits

Author SHA1 Message Date
Andreas Abel
7255eb04d4 Bump dependencies and CI (#158)
Summary:
- include latest GHCs in CI
- ~~latest minor version is determined by haskell-actions/setup~~
- ~~freeze file is a bad cache key as it contains a time stamp, use the build plan instead (the correct choice)~~

~~Successful CI run at: https://github.com/andreasabel/Haxl/actions/runs/6725224644~~
CI running here: https://github.com/andreasabel/Haxl/pull/1

Pull Request resolved: https://github.com/facebook/Haxl/pull/158

Reviewed By: simonmar

Differential Revision: D66102814

Pulled By: josefs

fbshipit-source-id: a31dbf74b7086d909c2a2c1508a749341cde11c0
2024-11-19 05:14:57 -08:00
Simon Marlow
6c86542a18 Update CI and bump version to 2.5.1.0 (#159)
Summary: Pull Request resolved: https://github.com/facebook/Haxl/pull/159

Reviewed By: donsbot

Differential Revision: D57851842

Pulled By: simonmar

fbshipit-source-id: 020209099e136a9e1b2a7934c927adb62e4ae5e8
2024-05-28 06:19:32 -07:00
Joseph Morag
fd017a6ee3 Build with ghc 9.2 (#152)
Summary:
Bumps bytestring upper bound to <0.12 and fixes some non-canonical monoid and monad definitions that don't use semigroup/applicative.

Pull Request resolved: https://github.com/facebook/Haxl/pull/152

Test Plan: sandcastle + CI on github

Reviewed By: josefs

Differential Revision: D36320446

Pulled By: watashi

fbshipit-source-id: 53d82674be0235bf204cd17c9ee6f61d05177143
2022-05-12 11:28:13 -07:00
nalchevanidze
115b3be9f4 support GHC 9.0.1 (#144)
Summary:
new GHC 9.0 parser fails on space before strict operator

![image](https://user-images.githubusercontent.com/18636038/138489244-9321cc80-5bdf-4496-80ef-6afb289a2f13.png)

this pull request supports GHC 9.0 by removing this space.

Pull Request resolved: https://github.com/facebook/Haxl/pull/144

Reviewed By: josefs

Differential Revision: D33074741

Pulled By: watashi

fbshipit-source-id: 78579a041f939c0d9a0690a0e88f2ba881972332
2021-12-14 16:41:52 -08:00
Josef Svenningsson
8eb966ccf7 Use Github Actions instead of Travis CI (#138)
Summary:
Pull Request resolved: https://github.com/facebook/Haxl/pull/138

We're migrating off of Travis CI. This diff enables github actions for CI instead.

Reviewed By: watashi

Differential Revision: D25588039

fbshipit-source-id: 4d4b03736eec25212e6bff29ec59377f82ab27c3
2020-12-17 03:41:59 -08:00