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: NixOS/cabal2nix
base: fdd0b90841bd
Choose a base ref
...
head repository: NixOS/cabal2nix
compare: ea8deea396e5
Choose a head ref
  • 4 commits
  • 3 files changed
  • 1 contributor

Commits on Jan 19, 2021

  1. Copy the full SHA
    c93b030 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2021

  1. Run the test suite in C.UTF-8 locale rather than en_US.UTF-8.

    It appears that the latter locale is not installed by default on
    Ubuntu Bionic, which is the system our CI environment on Github
    uses.
    peti committed Jan 20, 2021
    Copy the full SHA
    603b02e View commit details
    Browse the repository at this point in the history
  2. Disable doctest support.

    I have to pass an extra search path for doctest to discover the
    generated Cabal2nix_Paths module but I couldn't figure out what the
    path to that code is. The old location that used to work on
    Travis-CI is no longer valid. Needs to be fixed, I guess.
    peti committed Jan 20, 2021
    Copy the full SHA
    4f70649 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #478 from NixOS/ci

    Replace Travis-CI configuration with Github actions.
    peti committed Jan 20, 2021
    Copy the full SHA
    ea8deea View commit details
    Browse the repository at this point in the history