/build-aux/

tion>
path: root/gnu/packages/haskell-crypto.scm
AgeCommit message (Expand)Author
2023-02-26build-system: haskell: Drop default "static" output....* guix/build-system/haskell.scm (lower): Pass outputs to lowered bag. * guix/build/haskell-build-system.scm (install): Remove static library moving code. * gnu/packages/haskell-check.scm (ghc-hunit): Remove "static" output. * gnu/packages/haskell-crypto.scm (ghc-crypto-api-tests): Likewise. * gnu/packages/haskell-xyz.scm (ghc-case-insensitive): Likewise. (ghc-cmdargs): Likewise. (ghc-conduit): Likewise. (ghc-fgl): Likewise. (ghc-haskell-src-exts): Likewise. (ghc-lib-parser): Likewise. (ghc-mono-traversable): Likewise. (ghc-parallel): Likewise. (ghc-paths): Likewise. (ghc-profunctors): Likewise. (ghc-tf-random): Likewise. (ghc-vector): Likewise. Lars-Dominik Braun
2023-02-26Upgrade Haskell packages....Script-aided bulk change. Lars-Dominik Braun
2023-02-26gnu: Use HACKAGE-URI for packages from Hackage....Script-aided bulk change. Lars-Dominik Braun
2023-02-26gnu: Add upstream-name property to Haskell packages....Script-aided bulk change. Lars-Dominik Braun
2022-10-16gnu: ghc-cryptohash-sha256: Update cabal revision metadata....Before this commit, the .cabal metadata file referred to the previous version, but was not noticed because it had no incompatible changes, and was 404 upstream (thus falling back to cache) until recently a new metadata revision was made for 0.11.102.1. https://hackage.haskell.org/package/cryptohash-sha256-0.11.102.1/revisions/ This is a follow-up to commit 54f4502e459cf39512e30cbed4fac17c0aabe79d, which should have reset #:cabal-revision to 0 and changed the hash. * gnu/packages/haskell-crypto.scm (ghc-cryptohash-sha256)[arguments]: Update #:cabal-revision hash. Marius Bakke