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: tweag/linear-base
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.3.0
Choose a base ref
...
head repository: tweag/linear-base
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.3.1
Choose a head ref
  • 9 commits
  • 10 files changed
  • 1 contributor

Commits on Feb 16, 2023

  1. Move version-dependent files to a dedicated directory

    - The directory is name `src-<something>` so as to be listed closed to
      `src`.
    - It contains a sub-directory for each version where a change needs to
      be enacted. Which avoids having to duplicate files between version,
      or a complicated combinatorics in the cabal file.
    aspiwack committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    60021a5 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2023

  1. Compatibility with MkSolo in GHC 9.6

    In GHC 9.6, the `Solo` data constructor was renamed to `MkSolo`. We
    make a compatibility file to address this.
    aspiwack committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    662e214 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dbdbec2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eea6908 View commit details
    Browse the repository at this point in the history
  4. Formatting

    aspiwack committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    ffc1cf2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9efeb09 View commit details
    Browse the repository at this point in the history
  6. Prepare for v0.3.1

    aspiwack committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    c146264 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #438 from tweag/compat/9.6

    Compatibility with 9.6
    aspiwack authored Mar 17, 2023
    Configuration menu
    Copy the full SHA
    322c32c View commit details
    Browse the repository at this point in the history
  8. Merge pull request #440 from tweag/v0.3.1-cabal-changelog

    Prepare for v0.3.1
    aspiwack authored Mar 17, 2023
    Configuration menu
    Copy the full SHA
    63f6166 View commit details
    Browse the repository at this point in the history
Loading