Popular repositories Loading
-
cab
cab PublicForked from kazu-yamamoto/cab
A maintenance command of Haskell cabal packages
Haskell 1
-
package-loader
package-loader PublicA split from the plugins package just for linking packages.
Haskell 1
-
-
distributed-process
distributed-process PublicForked from haskell-distributed/distributed-process
Cloud Haskell Core Library
Haskell
1,031 contributions in the last year
Day of Week | March Mar | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | ||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Contribution activity
March 2025
Created 35 commits in 2 repositories
Created 1 repository
-
facundominguez/tech-proposals
Haskell
This contribution was made on Mar 11
Created a pull request in haskellfoundation/tech-proposals that received 20 comments
A process to document a GHC API
Latest abstract: This proposal defines a process to define and document a GHC API. The process involves tooling authors, GHC developers, and the H…
Opened 5 other pull requests in 2 repositories
ucsd-progsys/liquidhaskell
3
merged
-
Replace various hardcoded name strings with template haskell quotes
This contribution was made on Mar 21
-
Add a release announcement post for 0.9.10.1.2
This contribution was made on Mar 20
-
Update liquid-fixpoint to include simplification of fqout files
This contribution was made on Mar 10
ucsd-progsys/liquid-fixpoint
2
merged
-
Update CI configuration and accommodate code for GHC HEAD
This contribution was made on Mar 21
-
Simplify kvar solutions in fqout files
This contribution was made on Mar 9
Reviewed 3 pull requests in 2 repositories
tweag/topiary
2 pull requests
-
Topiary Book updates
This contribution was made on Mar 20
-
Topiary book: Overview of Tree-sitter grammars and queries
This contribution was made on Mar 17
ucsd-progsys/liquidhaskell
1 pull request
-
docs: Update AssumeReflect.md
This contribution was made on Mar 12
Created an issue in ucsd-progsys/liquidhaskell that received 2 comments
GHC head warns of partial use of rt_ref
Building with GHC HEAD (9.13) produces the following warnings. In the ci/ghc-head
branch, disabling the warnings makes the build succeed and tests …