sternenseemann

Results 120 issues of sternenseemann
trafficstars

Test failure should be reproducible with `cabal v2-test --constraint 'unordered-containers >= 0.2.16`, as that release changed ordering returned from `HashMap`s via `toList`, folds etc. ``` Running 1 test suites... Test...

**Describe the bug** ```console $ nix-build -A pkgsStatic.nix $ ls result/lib systemd tmpfiles.d ``` However, the still installed pkg-config files claim libraries are available: ```console $ nix-build -A pkgsStatic.nix.dev $...

bug
build-problem

This release is mostly for the benefit of `haskell.packages.ghc942`, since we currently need to disable the test suite there.

The following prints an error message to stderr, but actually suceeds. It should be clearer that this is just a warning or information about the first try in a series...

enhancement

NixOS has disabled glibc's libcrypt and is using libxcrypt now (starting with 22.11, that is): https://github.com/NixOS/nixpkgs/pull/181764 This means we'll need to resolve the crypt identifier to libxcrypt. Releases including this...

Previous PR/discussion: https://github.com/NixOS/hackage-db/pull/17 --- Signatures are actually complex objects. We could use `Value` here since it's unlikely that any consumers care about this, but it's cheap enough to just define...

It would be great if some with the appropriate permissions could create a hackage revision for both packages and applies the constraints as they are present in the repository now...

type: enhancement

Full test log below, possible GHC bug? ``` Running 1 test suites... Test suite check-foundation: RUNNING... Seed: 5807630893055952241 foundation Numerical Int ✓ Additive (301 tests) Word64 ✓ Additive (301 tests)...

### Describe the bug Was messing around with invalid tilde starting path literals: * `~foo` is parsed to `Ident(Ident([email protected]))`, the `~` seemingly disappears into nowhere. The ident is retained as...

bug

In nixpkgs, `pkg-config` is prefixed in the cross case, so this would fail miserably: https://github.com/hercules-ci/hercules-ci-agent/blob/master/cabal-pkg-config-version-hook/src/Distribution/PkgConfigVersionHook.hs#L154 We do already provide the correct `pkg-config` executable to Cabal via the `--with-pkg-config` flag, so...

bug
help wanted
low-priority