Commit Graph

166 Commits

Author SHA1 Message Date
Li-yao Xia
2a4bbea694 Bump version to 0.8.1.0 2024-04-03 03:42:47 +02:00
Li-yao Xia
ef219404ce Update CHANGELOG 2024-04-03 03:41:18 +02:00
Li-yao Xia
e93e84ac62 Fix very odd failure in the docspec for Unfoldr under GHC 9.10 2024-04-03 01:04:42 +02:00
Li-yao Xia
67432a608f Export Fcf.Combinators.>>= 2024-04-03 01:01:30 +02:00
Li-yao Xia
ea7dad4d39 Update doctests for GHC 9.8 2024-04-02 23:23:02 +02:00
Li-yao Xia
6a160ebb54 ci: Run cabal-docspec 2024-04-02 23:22:59 +02:00
Li-yao Xia
1b4e1f559b Remove remaining TypeInType in doctests 2024-04-02 18:43:51 +02:00
Li-yao Xia
bbb9d87d16 Update copyright years 2024-04-02 18:43:51 +02:00
Li-yao Xia
96d2136abd ci: Use haskell-ci, add new GHCs 2024-03-28 12:19:03 +01:00
Li-yao Xia
e100b38598 Remove deprecated TypeInType 2024-03-28 12:19:03 +01:00
Li-yao Xia
933c2527de Lift base upper bound 2022-08-10 13:50:56 +01:00
Li-yao Xia
d4780864ed Make doctests less brittle 2021-11-13 12:08:48 -05:00
Li-yao Xia
a3effdea44 Test with GHC 9.2 2021-11-13 12:08:48 -05:00
Georgi Lyubenov
b1b743f8a1 Bump base version 2021-11-13 09:31:33 -05:00
Li-yao Xia
ba54479399 Update copyright years 2021-03-07 23:28:45 -05:00
Li-yao Xia
57dbbe1c09 Bump version to 0.8.0.1 2021-03-07 20:35:31 -05:00
Li-yao Xia
95a51e3667 CHANGELOG: Update 2021-03-07 20:35:31 -05:00
Xia Li-yao
72dc162e75
Merge pull request #43 from Lysxia/ghc-9.0
Add GHC 9.0 to CI
2021-03-07 20:13:39 -05:00
Li-yao Xia
6bf3b94905 ci: Add GHC 9.0 build and cabal-docspec
Drop macOS and windows builds because the new CI scripts are not
portable
2021-03-07 20:10:24 -05:00
Li-yao Xia
7789388497 cabal: Bump bounds for GHC 9.0 2021-03-07 20:10:24 -05:00
Li-yao Xia
5489615a75 doctest: Move to cabal-docspec 2021-03-07 20:10:22 -05:00
Li-yao Xia
87ab847150 ci: Switch to haskell/actions instead of actions/setup-haskell 2021-02-02 09:56:40 -05:00
Li-yao Xia
6831bb1708 ci: Switch to Github Actions 2021-01-29 14:13:28 -05:00
Li-yao Xia
9fe4ce36cf Make description more descriptive 2020-08-01 12:07:54 -04:00
Lysxia
081b69de68 ci: Add GHC 8.10.1 2020-04-18 15:34:59 -04:00
Lysxia
4a0bf3ea9c Bump version to 0.8.0.0 2020-03-08 11:22:45 -04:00
Lysxia
577ff9fe70 Highlight haddocks for Case 2020-03-08 11:18:21 -04:00
Lysxia
fe527778ae Define Case_ with an explicit family for equality instead of implicitly through pattern-matching 2020-03-08 11:13:37 -04:00
Lysxia
464d78da85 README: Comment about overloaded families 2020-03-08 11:10:09 -04:00
Lysxia
fc18ad42df Add FMap to avoid clash with containers 2020-03-08 11:00:38 -04:00
Lysxia
24c14a0b17 README: More words 2020-03-08 11:00:18 -04:00
Lysxia
56182e6073 Add mention of Monoid interface in Data.Symbol 2020-03-03 22:35:09 -05:00
Xia Li-yao
22d57e1798
Merge pull request #36 from Lysxia/symbol-monoid
Add Monoid instance for Symbol
2020-03-03 22:26:16 -05:00
Lysxia
2982fcb99e Add Monoid instance for Symbol 2020-03-03 22:20:16 -05:00
Xia Li-yao
3108efe96f
Merge pull request #35 from Lysxia/unit
Add unit tests
2020-03-03 22:17:42 -05:00
Lysxia
e361c72ae0 Add unit tests 2020-03-03 22:12:36 -05:00
Lysxia
b83419031c Add comment about naming conflict with Data.Monoid.All 2020-03-01 17:16:23 -05:00
Lysxia
912b1818ff CHANGELOG: Update 2020-03-01 16:16:42 -05:00
Lysxia
b6428eec3f Remove deprecated Guarded, Guard(:=), and Otherwise 2020-03-01 15:59:56 -05:00
Lysxia
dec9b0f2a2 Remove internal use of deprecated Fcf.Classes 2020-03-01 15:56:07 -05:00
Xia Li-yao
16b3747d49
Merge pull request #32 from Lysxia/classy
Add type classes Ord, Semigroup, Monoid, Foldable, Bifunctor
2020-03-01 15:50:23 -05:00
Lysxia
618573912f Deprecate Fcf.Classes 2020-03-01 15:43:25 -05:00
Lysxia
c5459ad4d6 Simplify definitions of First and Second 2020-03-01 15:43:25 -05:00
Lysxia
0bc0e8d876 Add monoid instances for Any and All 2020-03-01 15:43:25 -05:00
Lysxia
f4a79fd7b3 Add comment about name conflict on Any 2020-03-01 15:43:25 -05:00
Lysxia
45385ca0be Add comment about Endo 2020-03-01 15:43:21 -05:00
Lysxia
1b1ccca6af Move And, Or, Any, All, Sum out of Fcf.Data.List 2020-03-01 15:43:21 -05:00
Lysxia
dc6a3049e2 Generalize Concat and ConcatMap to Foldable 2020-03-01 15:43:21 -05:00
Lysxia
6de9f4a50d Add Fcf.Class.Foldable and Fcf.Class.Monoid.Types 2020-03-01 15:43:15 -05:00
Lysxia
7419cd47e3 Add note about Nat comparison 2020-03-01 15:41:52 -05:00