add keynub-licdongle - #8125
Merged
mihaimaruseac merged 1 commit intoSep 22, 2026
Merged
add keynub-licdongle#8125
Conversation
ab-tools
marked this pull request as ready for review
September 22, 2026 14:56
mihaimaruseac
approved these changes
Sep 22, 2026
Member
|
Thank you! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds
keynub-licdongle(Haskell client for the KeyNub USB license dongle, Hackage 1.1.1) under a new maintainer entry.Checklist:
add my-cool-package(please don't mentionbuild-constraints.yml)cabal update && cabal outdated)Verification: the Hackage tarball
keynub-licdongle-1.1.1was unpacked into a clean directory and built with GHC 9.12.4 and cabal 3.18 under the constraints of thenightly-2026-09-22cabal.config, library and test suite, pluscabal haddock;cabal outdatedreports all dependencies up to date. The dependencies are GHC boot packages only (base, bytestring, directory, filepath, unix or Win32; the test suite adds process). The same sources at this version build and pass their test suite on Linux, macOS and Windows with GHC 9.12 in the SDK's own CI.keynub-licdongleis listed underskipped-tests: the test suite compiles a C stand-in from the SDK sources, which are not part of the Hackage package, so on the Stackage builders it would configure and build but exit non-zero. Move it toexpected-test-failuresif you prefer it there.