daad7c317d
Support GHC 9.12 ( #151 )
...
* Test 9.6 and 9.8 in CI
* Support GHC 9.10
* Support GHC 9.12
---------
Co-authored-by: Tom Ellis <tom-git@jaguarpaw.co.uk >
2025-05-15 22:13:14 -04:00
4680e62d7b
ghc 9.4 PR (w/ Cabal improvement) ( #142 )
...
* Release 0.3.3, with support for GHC 9.4
- allow base-4.18 (GHC 9.4)
- allow ghc-prim 0.10
- allow bytestring 0.11.4
- test against GHC 9.4.4
Further CI tweaks:
- cabal: update GHC versions to the latest releases of the respective major version
- cabal: remove non-latest minor versions
- stack: add lts-20 (GHC 9.2.5)
- stack: bring the list of GHC versions up to date
* Update Cabal CI
---------
Co-authored-by: Robert Vollmert <rob@vllmrt.net >
2023-02-15 21:41:08 -05:00
Adam Wespiser and GitHub
e40b7351ec
0.3.2 Release ( #127 ) ( #138 )
2022-06-12 13:46:49 -04:00
Adam Wespiser and GitHub
3e249724fd
0.3.1 Release ( #133 )
2022-03-12 21:42:32 -05:00
Adam Wespiser and GitHub
ee4d94feab
Support ghc-9.0.1 ( #131 )
2022-02-20 20:19:01 -05:00
Adam Wespiser and GitHub
f162c21d1b
Update github actions, add new lts to tests ( #124 )
2021-11-17 09:17:40 -05:00
sdiehl
22e2cecaee
8.10.1 support to CI
2020-07-15 14:40:41 +01:00
sdiehl
7e081500f3
Supports lts 15.x
2020-03-21 13:20:57 +00:00
Stephen Diehl and GitHub
2666f1e830
0.3 Release ( #115 )
...
* Add total ConvertText alternative to Conv
* Explain ConvertText's meaning
* Rename convertText to toS for compatibility
* 0.3.0 Refactor (#111 )
* Begin work on 0.3 refactor
* Remove old docs folder
* Fix dodgy exports
* 4.8 constraint for null and length
* Guards for Semigroup export for base<4.9
* Fix Data.Bits exports
* Guards for typeable exports
* Remove unused pragmas
* Update hlint.yaml
* Use liftM because of pre-AMP quirkk
* Data.Char exports
* Rework Exception exports
* Fix bounds
* Adding Monad.Fail shim
* Fix displayException export
* Explicit GHC.Prim import for ancient ghc
* Explicit raise# for base-4.7
* Flush legacy testing infrastructure
* Update git location
* Update README
* Add Partial module
* Add concurrency exports
* Explicit GHC.Float exports
* Bounds for threadWaitReadSTM, threadWaitWriteSTM, forkOSWithUnmask
* Fix for weird undocumented underflowError weirdness
* forkOSWithUnask for base>4.8
* Fix GHC.Real exports pre base-4.7
* Fix withMVarMasked for base-4.7
* Update nix derivation
* Update derivation
* Update derivation
* Explicit functor exports
* <$ export
* Overwrite binary
* Fix some missing exports
* Update Changelog
* Minor export fixes base<4.9
* Explicit exports
* Export handler
* Generate export lists for multiple versions (#114 )
* Generate export lists for #112
* Make export lists format OccName uniformly
* Make compile on ancient GHC
* Use Foldable.concat
* Hacks to make ghc-7.6 API happy
* liftIO shim
* Fix sortOn warning
* Update ChangeLog
* Update base bounds
* Export conventions
* Update Haddocks
* Document GHC magic
2020-01-24 11:06:09 +00:00
sdiehl
03f73d8cde
Name nix workflow
2020-01-04 23:12:42 +00:00
sdiehl
af6cabe185
Added Nix CI
2020-01-04 23:02:48 +00:00
sdiehl
e7a8e99f3f
Fix install path for cabal.
2020-01-04 19:07:36 +00:00
sdiehl
0fda50b372
Cache cabal builds
2020-01-04 19:04:42 +00:00
sdiehl
76ad00a018
Run cabal update.
2020-01-04 18:49:38 +00:00
sdiehl
e9da6f635e
Add HLint action.
2020-01-04 18:48:01 +00:00
sdiehl
e02ac85388
Fix Stack build names
2020-01-04 17:57:19 +00:00
sdiehl
3dd5152aba
Build Stack CI on PRs
2020-01-04 17:55:55 +00:00
sdiehl
0ea2c5146a
Seperate Stack and Cabal scripts
2020-01-04 17:54:59 +00:00
sdiehl
612726f87e
Fix YAML for workflow
2020-01-04 17:29:28 +00:00
sdiehl
4d1f8dc86b
Add Stack CI script
2020-01-04 17:28:27 +00:00
sdiehl
1277dfd941
Test all supported GHC versions
2020-01-04 17:19:50 +00:00
sdiehl
a645953330
Fix GHC version
2020-01-04 16:26:15 +00:00
sdiehl
fa0f1dc0fa
Build on pull requeests
2020-01-04 16:23:51 +00:00
sdiehl
f39de46d9f
Don't install
2020-01-04 15:58:57 +00:00
sdiehl
95ccde5a2d
Use cabal-new-build
2020-01-04 15:54:10 +00:00
Stephen Diehl and GitHub
b8fa8a0729
Create haskell.yml
2020-01-04 15:39:54 +00:00