1
1
mirror of https://github.com/coot/free-category.git synced 2024-08-17 01:50:28 +03:00
Commit Graph

9 Commits

Author SHA1 Message Date
Marcin Szamotulski
18eed77646 GHC-9.6 support 2023-06-04 13:27:48 +02:00
Marcin Szamotulski
75c64698bb Support GHC: 9.0, 9.2, 9.4
Drop support for GHC 8.6 or earlier.
Remove nix.
2022-09-07 12:45:15 +02:00
Marcin Szamotulski
48a058e210 GHC-9.0 support 2021-03-28 11:51:46 +02:00
Marcin Szamotulski
4056d5a712 Updated nix and haddock index 2021-03-16 08:55:04 +01:00
Marcin Szamotulski
19ef9aa984 github-cachix: added iohk cache 2021-03-16 08:55:04 +01:00
Marcin Szamotulski
1727d4be8c Updated nix & cabal files 2020-10-18 17:07:13 +02:00
Marcin Szamotulski
e646191f3c Fixed ghc-8.10.1 errors 2020-07-22 19:16:43 +02:00
Marcin Szamotulski
1ad08548dd Use haskell.nix
Only compile with ghc: 8.10.1, 8.8.3 and 8.6.5; drop older versions.
2020-07-22 19:16:43 +02:00
Marcin Szamotulski
62d0bbe4fe
Lifting (#2)
* Initial LoginStateMachine implementation

* Nicer interface

* Lifting instance for (->) and Identity, liftKleisli function

* Added Control.Category.Lifting to free-algebras

* Reoder Lifting module

* Fixed haddoc documentation

* examples.cabal - base version

* reconfigure circle-ci

* Fixed error in GHC-8.6.1
2018-12-10 19:59:39 +01:00