harg v0.5.0.0 Release Notes
-
⚡️ Library updates:
- ➕ Add support for ghc >= 8.8 by updating
barbies
andhiggledy
. This means that support is dropped for ghc <= 8.2 (because ofbarbies
) - 🔦 Expose
HasX
classes fromConstruct.hs
- Because of changes in
barbies
,ApplicativeB
is exposed fromOptions.Harg
instead ofProductB
⚡️ CI & development updates:
- ⚡️ Update nix sources for using cached ghc v8.8.4 and dependencies
- ➕ Add stack configuration for ghc v8.8.4 (lts-16.31 resolver)
- ⚡️ Update github actions workflow to build both v8.8.4 and v8.6.5 with cabal and stack
- ➕ Add support for ghc >= 8.8 by updating