Commit graph

261228 commits

Author SHA1 Message Date
Lassulus a460b167f4
Merge pull request #107058 from ShamrockLee/pslib
pslib: Init at 0.4.6
2021-01-02 21:17:17 +01:00
Sandro Jäckel 724abf2a02
python3Packages.pyro4: Fix tests on darwin 2021-01-02 21:15:07 +01:00
Artur Cygan c5e35cc8cf liquidctl: init at 1.4.2 2021-01-02 21:01:34 +01:00
Atemu 6559f9654f jc: 1.13.4 -> 1.14.0 2021-01-02 20:59:43 +01:00
José Romildo Malaquias 641e5f572f
Merge pull request #108222 from romildo/upd.marwaita
marwaita: 7.7 -> 8.0
2021-01-02 16:50:21 -03:00
Otavio Salvador d6de45d7de shellhub-agent: set passthru.updateScript using genericUpdater
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2021-01-02 11:21:33 -08:00
Charles Duffy 854096fa4f
ttyrec: 1.0.8 -> ovh-ttyrec 1.1.6.6 (#108182)
Replace unmaintained/broken upstream ttyrec with a maintained, compatible fork
2021-01-02 19:20:31 +00:00
Peter Simons 4856e0d285
Merge pull request #107593 from NixOS/haskell-updates
Update Haskell package set to Stackage Nightly 2021-01-01 (plus other fixes)
2021-01-02 20:17:23 +01:00
Sandro Jäckel 0071332940
nodePackages: update 2021-01-02 20:15:40 +01:00
Peter Simons c9e5a3fa06 vector-th-unbox needs a jailbreak for building with ghc.9.0.x. 2021-01-02 19:58:20 +01:00
Peter Simons 7383e33b09 data-fix & vector-binary-instances needs jailbreaks for building with ghc.9.0.x. 2021-01-02 19:58:19 +01:00
Peter Simons f21de210fe Add more jailbreaks for QuickCheck. 2021-01-02 19:58:19 +01:00
Peter Simons b97e43d7e1 primitive needs a jailbreak for building with ghc.9.0.x. 2021-01-02 19:58:19 +01:00
Peter Simons 684ed9e9fa cassava & attoparsec need jailbreaks to accept the latest QuickCheck. 2021-01-02 19:58:19 +01:00
(cdep)illabout 9de1b1b7ac haskellPackages.nix-derivation: jailbreak for QuickCheck 2021-01-02 19:58:19 +01:00
(cdep)illabout 8f6e4a3287 haskellPackages.attoparsec: jailbreak because of new version of Quickcheck 2021-01-02 19:58:19 +01:00
Peter Simons 59bc34d3e4 psqueues: jailbreak to fix the build 2021-01-02 19:58:19 +01:00
Peter Simons 03122f2bbd git-annex: update sha256 hash for the new 8.20201129 version 2021-01-02 19:58:19 +01:00
Peter Simons 0043faf271 vector: jailbreak to fix the build with latest version of QuickCheck 2021-01-02 19:58:19 +01:00
Peter Simons 8a21e02e31 ghc-9.0.1: set utf-8 locale during the build so that Haddock succeeds 2021-01-02 19:58:19 +01:00
Peter Simons 69d9398078 haskell: drop more obsolete overrides 2021-01-02 19:58:19 +01:00
Peter Simons bf5e99fc7a ghc-9.0.1: avoid use of tabs in the expression 2021-01-02 19:58:19 +01:00
Peter Simons 0b700ca361 pandoc: re-enable the test suite
The errors we previously ran into have been fixed upstream.
2021-01-02 19:58:19 +01:00
Peter Simons 101c02c3e7 pandoc: drop obsolete overrides
The latest versions of doctemplates and skylighting are now the default.
2021-01-02 19:58:19 +01:00
Peter Simons 0a069fb1ef splitmix: drop obsolete override
The 0.1.0.3 version is now the default.
2021-01-02 19:58:19 +01:00
Peter Simons 09caba2adf QuickCheck: drop obsolete override for ghc-9.0.x
The 2.14.2 version is now the default.
2021-01-02 19:58:19 +01:00
Peter Simons 39092aefed hledger-lib: drop obsolete overrides
The required versions of pretty-simple and prettyprinter are now used by
default.
2021-01-02 19:58:19 +01:00
Peter Simons 61a785ccd9 ghc: update 9.0.1 compiler from alpha-1 to rc-1 2021-01-02 19:58:19 +01:00
Dennis Gosnell 9d41622c98 haskellPackages.Agda: update comment to be able to track upstream 2021-01-02 19:58:19 +01:00
Anders Kaseorg 20a63c490f haskellPackages.Agda: Fix build for ghc 8.10.2 → 8.10.3 upgrade
Commit 1998b95adc “haskellPackages:
update default compiler from ghc 8.10.2 to version 8.10.3” broke Agda
because Agda.cabal incorrectly declares a transformers dependency only
for ghc < 8.10.3:

    if impl(ghc >= 8.6.4) && impl(ghc < 8.10.3)
      build-depends: transformers == 0.5.6.2

    if impl(ghc >= 8.4) && impl(ghc < 8.6.4)
      build-depends: transformers == 0.5.5.0

    if impl(ghc < 8.4)
      build-depends: transformers == 0.5.2.0

leading to this error:

    src/full/Agda/Utils/Maybe.hs:13:1: error:
    Could not load module ‘Control.Monad.Trans.Maybe’
    It is a member of the hidden package ‘transformers-0.5.6.2’.
    Perhaps you need to add ‘transformers’ to the build-depends in your .cabal file.
    Use -v (or `:set -v` in ghci) to see a list of the files searched for.
       |
    13 | import Control.Monad.Trans.Maybe
       | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2021-01-02 19:58:18 +01:00
Peter Simons 5c23d98bae hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.15.6 from Hackage revision
50ea639739.
2021-01-02 19:58:12 +01:00
Peter Simons 334c621fb0 hackage2nix: update list of broken builds to fix evaluation errors 2021-01-02 19:57:38 +01:00
Peter Simons 8aa75348c2 hackage2nix: unbreak geos library
Fixes https://github.com/NixOS/nixpkgs/issues/107178.
2021-01-02 19:57:38 +01:00
Peter Simons 855c763aae Stackage Nightly 2021-01-01 2021-01-02 19:57:37 +01:00
Jonathan Ringer 30f4aedd0e erlang: make systemdSupport overridable 2021-01-02 10:47:04 -08:00
Pavol Rusnak 03b99f0721 bowtie: init at at 1.3.0 2021-01-02 19:46:59 +01:00
github-actions[bot] 67638a5bec
Merge master into staging-next 2021-01-02 18:37:38 +00:00
Shamrock Lee c5c2855647 pslib: Init at 0.4.6
pslib is a C-libreary to create PostScript files.
If applied, other nix package (e.g. the in-progress GNU Data Language)
with such dependency can be packaged easier.
2021-01-03 02:04:55 +08:00
Martin Weinelt 4919ccf2eb
Merge pull request #108241 from fabaff/schiene
python3Packages.schiene: init at 0.23
2021-01-02 19:02:35 +01:00
Martin Weinelt 5c936d4ce7
Merge pull request #108244 from fabaff/aiopulse
python3Packages.aiopulse: init at 0.4.2
2021-01-02 19:00:57 +01:00
Maximilian Bosch 097cd34db0
Merge pull request #108126 from Ma27/cleanup-maintained-pkgs
treewide: remove maintainership of `ma27` from a few packages
2021-01-02 18:58:26 +01:00
ajs124 a2267f6341 xfsprogs: 4.19 -> 5.10 2021-01-02 18:45:22 +01:00
Sandro 82dcbdfb9f
Merge pull request #108210 from SuperSandro2000/xml2rfc
pythonPackages.xml2rfc: Fix dependencies
2021-01-02 18:39:17 +01:00
Fabian Affolter 52b0d1d17f home-assistant: add aiopulse to component-packages 2021-01-02 18:33:49 +01:00
Fabian Affolter 392f0599d3 python3Packages.aiopulse: init at 0.4.2 2021-01-02 18:32:45 +01:00
Fabian Affolter 6406265c2c home-assistant: add schiene to component-packages 2021-01-02 18:15:06 +01:00
Fabian Affolter b9a135ecc5 python3Packages.schiene: init at 0.23 2021-01-02 18:13:40 +01:00
Sandro Jäckel f3d0b31a3f
pythonPackages.xml2rfc: Fix dependencies 2021-01-02 18:04:48 +01:00
Sandro Jäckel 674ec7fbc4
nodePackages.firebase-tools: init at 9.0.1 2021-01-02 18:02:45 +01:00
Sandro Jäckel 34742c466e
nodePackages.quicktype: init at 15.0.258 2021-01-02 18:02:45 +01:00