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: tfausak/cabal-gild
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.5.0.2
Choose a base ref
...
head repository: tfausak/cabal-gild
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.5.0.3
Choose a head ref
  • 4 commits
  • 15 files changed
  • 1 contributor

Commits on Mar 4, 2025

  1. Remove obsolete wrapper types (#116)

    * Remove `VersionRange` wrapper
    
    * Fix comment on `TestedWith` wrapper
    
    * Remove `PkgconfigVersionRange` wrapper
    
    * Remove `PkgconfigDependency` wrapper
    
    * Remove `ModuleReexport` wrapper
    
    * Remove `LegacyExeDependency` wrapper
    
    * Remove `Language` wrapper
    
    * Remove `ForeignLibOption` wrapper
    
    * Remove `ExeDependency` wrapper
    
    * Remove `Dependency` wrapper
    tfausak authored Mar 4, 2025
    Configuration menu
    Copy the full SHA
    627e29f View commit details
    Browse the repository at this point in the history
  2. Fix formatting of sub-libraries (#115)

    * Fix formatting of sub-libraries
    
    * Add some failing tests for version ranges
    
    * Add a couple more tests
    
    * Remove version range tests
    
    * Fix up tests for sub-libraries
    
    * Remove redundant test case
    
    * Clean up parser and pretty printer
    tfausak authored Mar 4, 2025
    Configuration menu
    Copy the full SHA
    802fd9a View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2025

  1. Correctly handle all version ranges (#118)

    * Fix HLint warning
    
    * Add some failing tests
    
    * Implement new version ranges
    
    * Don't simplify constraints
    
    * Split version range into simple and complex
    
    * Re-use existing `token` helper
    
    * Use `between` helpers
    
    * Improve formatting
    
    * Format `impl` version ranges too
    
    * Remove redundancy
    
    * Use new version range for `tested-with` as well
    
    * Implement type classes
    
    * Sort versions inside sets
    
    * Add another test
    tfausak authored Mar 6, 2025
    Configuration menu
    Copy the full SHA
    ba5bef7 View commit details
    Browse the repository at this point in the history
  2. Version 1.5.0.3

    tfausak authored Mar 6, 2025
    Configuration menu
    Copy the full SHA
    73c3779 View commit details
    Browse the repository at this point in the history
Loading