Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: typeable/extra-time
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: typeable/extra-time
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: binary-instances
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 3 files changed
  • 1 contributor

Commits on Nov 19, 2025

  1. Configuration menu
    Copy the full SHA
    1598998 View commit details
    Browse the repository at this point in the history
  2. cabal-fmt

    mniip committed Nov 19, 2025
    Configuration menu
    Copy the full SHA
    a499309 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2025

  1. Dependency bound fixes

    base >=4.11 (GHC >=8.4) because that's when Semigroup was added to base,
    and the code doesn't support otherwise
    
    dom-parser >=2.0 for PEContentWrongFormat
    
    containers >=0.5.8 for Data.Map.fromDescList
    
    file-embed >=0.0.10 for makeRelativeToProject
    
    time >=1.6 because the type of ParseTime's buildTime method changed
    mniip committed Nov 24, 2025
    Configuration menu
    Copy the full SHA
    0f1938c View commit details
    Browse the repository at this point in the history
Loading