summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
Commit message (Collapse)AuthorAge
* haskellPackages: mark builds failing on hydra as brokensternenseemann2021-07-26
| | | | This commit has been generated by maintainers/scripts/haskell/mark-broken.sh
* maintainers/haskell/package-list: minor fixes to documentationsternenseemann2021-07-26
| | | | Co-authored-by: Manuel Bärenz <programming@manuelbaerenz.de>
* haskellPackages: regenerate list of transitively broken pkgssternenseemann2021-07-26
|
* Merge pull request #131067 from maralorn/hackage-package-listDennis Gosnell2021-07-23
|\ | | | | pkgs.haskell.package-list: init
| * pkgs.haskell.package-list: initMalte Brandy2021-07-22
| | | | | | | | | | This commit introduces a maintainer script to upload our current list of haskell-packages to hackage.
* | haskellPackages.hevm: unbreakArtur Cygan2021-07-22
|/
* haskellPackages.focuslist: disable checks because doctests incorrectly fail(cdep)illabout2021-07-21
|
* haskellPackages: regenerate package set based on current config(cdep)illabout2021-07-21
| | | | This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
* haskell-updates: add documentation for onboarding new member(cdep)illabout2021-07-21
|
* haskellPackages.streamly-bytestring: Pin to 0.1.2 to stay compatible with ↵Malte Brandy2021-07-20
| | | | stackage LTS
* haskellPackages.nix-linter: remove unnecessary jailbreakJoe Hermaszewski2021-07-20
|
* Merge pull request #129634 from Anton-Latukha/haskellPackages.upd-hnix-0.14Gabriel Gonzalez2021-07-18
|\ | | | | haskellPackages: allow hnix-store-{core,remote} 0.5
| * haskellPackages.nix-linter: unbreak for hnix 0.14sternenseemann2021-07-18
| | | | | | | | Change to pname is necessary in order to not confuse jailbreak-cabal.
| * haskellPackages.hnix: build with relude 1.0.0.1 and semialign 1.2sternenseemann2021-07-18
| | | | | | | | | | | | | | | | | | | | | | hnix needs these versions since 0.13, but we previously patched it to use the versions tracked in stackage because that reduces the risk of multiple versions of a package being propagated in the dependency tree and breaking a build. One major release later, patching hnix has become quite cumbersome, so we'll bite the bullet for now and return to this approach if any problems come up.
| * haskellPackages: regenerated hackage-packages.nixAnton-Latukha2021-07-18
| |
| * haskellPackages: add myself as a maintainer for packagesAnton-Latukha2021-07-18
| |
| * haskellPackages: allow hnix-store-{core,remote} 0.5Anton-Latukha2021-07-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These were blocked due to mutual desigion during me<>`sternenseemann` discussion. https://github.com/haskell-nix/hnix/issues/952 In short: I shipped my own work (to support GHC 9.0) in the 0.5 releases of `hnix-store-{core,remote}`. These packages are really used only by `hnix` itself, and instead of maintaining them in Nixpkgs & reacting on `hnix` release, we decided to hold them back & switch to these versions when `hnix` provides support for them. I just (today) released `hnix` 0.14 & it requires `hnix-store-{core,remote}` 0.5. If you would look at dependency tree: https://packdeps.haskellers.com/reverse/hnix-store-core https://packdeps.haskellers.com/reverse/hnix-store-remote It shows that `hnix` currently is the only alive use of these projects.
* | haskellPackages.{rel8,tmp-postgres}: unbreaksternenseemann2021-07-18
|/ | | | | | 1.1.0.0 brings us compatibility with opaleye >= 7.3.0.0, so we can get rid of the old version as well. tmp-postgres was incorrectly marked as broken (maybe due to a flaky failure) and can be unmarked.
* haskellPackages: regenerate package set based on current config(cdep)illabout2021-07-17
| | | | This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
* Merge pull request #130426 from cdepillabout/new-haskell-maintainerDennis Gosnell2021-07-17
|\ | | | | haskell-updates: add explanation for adding new NixOS/haskell member
| * haskell-updates: add explanation for adding new NixOS/haskell member(cdep)illabout2021-07-17
| |
* | git-annex: bump hash for latest version(cdep)illabout2021-07-17
|/
* haskellPackages: regenerate package set based on current config(cdep)illabout2021-07-17
| | | | This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
* haskellPackages: stackage-lts 18.1 -> 18.2(cdep)illabout2021-07-17
| | | | This commit has been generated by maintainers/scripts/haskell/update-stackage.sh
* haskellPackages: sort transitive-broken list correctly(cdep)illabout2021-07-17
|
* haskellPackages: mark builds failing on hydra as broken(cdep)illabout2021-07-17
| | | | This commit has been generated by maintainers/scripts/haskell/mark-broken.sh
* haskellPackages.Agda: enable extra optimisationssternenseemann2021-07-14
| | | | See https://hackage.haskell.org/package/Agda-2.6.2/changelog
* haskellPackages.shellFor: Fix typo in the commentsViacheslav Lotsmanov2021-07-12
| | | | “hpkgs” → “haskellPkgs”
* haskellPackages.rel8: unbreak by providing older opaleyesternenseemann2021-07-11
|
* haskell.packages.ghc901: use hlint_3_3_0 instead of hlint_3_3_1Vaibhav Sagar2021-07-10
| | | | The former attribute got removed due to an upstream update.
* haskellPackages.large-hashable: unbreaksternenseemann2021-07-09
| | | | | | The source tarball now has DOS line endings for some reason, requiring the use of dos2unix. Also needs a jailbreak since the template-haskell bound has become too strict.
* haskellPackages: mark builds failing on hydra as brokenJoe Hermaszewski2021-07-09
| | | | This commit has been generated by maintainers/scripts/haskell/mark-broken.sh
* haskellPackages.graphql: unbreaksternenseemann2021-07-08
| | | | | | | Upstream introduced too strict lower bounds in a new release. Since it's too much hassle to create a new account in their redmine just for this issue, I've used asserts to indicate when this will be able to be removed.
* haskellPackages.cabal2nix-unstable: 2021-06-12 -> 2021-07-08sternenseemann2021-07-08
|
* haskellPackages: regenerate package set based on current configJoe Hermaszewski2021-07-08
| | | | This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
* haskellPackages: stackage-lts 18.0 -> 18.1Joe Hermaszewski2021-07-08
| | | | This commit has been generated by maintainers/scripts/haskell/update-stackage.sh
* haskellPackages: mark builds failing on hydra as brokenJoe Hermaszewski2021-07-07
| | | | This commit has been generated by maintainers/scripts/haskell/mark-broken.sh
* Merge master into haskell-updatesgithub-actions[bot]2021-07-04
|\
| * Merge pull request #129093 from siraben/haskell-mainProgrammaralorn2021-07-03
| |\ | | | | | | haskell-generic-build: allow mainProgram to be set
| | * haskell-generic-build: allow mainProgram to be setBen Siraphob2021-07-03
| | |
* | | haskellPackages.git-annex: update hash for 8.20210630sternenseemann2021-07-03
| | |
* | | haskellPackages: regenerate package set based on current configJoe Hermaszewski2021-07-02
|/ / | | | | | | This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
* | haskellPackages: mark builds failing on hydra as brokenJoe Hermaszewski2021-07-02
| | | | | | | | This commit has been generated by maintainers/scripts/haskell/mark-broken.sh
* | haskellPackages: mark builds failing on hydra as brokenJoe Hermaszewski2021-06-30
| | | | | | | | This commit has been generated by maintainers/scripts/haskell/mark-broken.sh
* | haskellPackages.rel8: dontCheckJoe Hermaszewski2021-06-29
| | | | | | | | Flakey tests, upstream issue: https://github.com/circuithub/rel8/issues/86
* | haskell-generic-builder: support badPlatformssternenseemann2021-06-27
| | | | | | | | | | | | | | | | meta.badPlatforms allows us to exclude specific platforms from the list of supported platforms without the need to explicitly substract it from lib.platforms.all (or our inferior equivalent allKnownPlatforms) in platforms. Thus it'll map nicely to unsupported-platforms in the hackage2nix configuration in the future.
* | haskellPackages.gi-wnck: Unsupported on darwinMalte Brandy2021-06-27
| |
* | haskellPackages: mark builds failing on hydra as brokenMalte Brandy2021-06-27
| | | | | | | | This commit has been generated by maintainers/scripts/haskell/mark-broken.sh
* | haskellPackages.matrix-client: Set maralorn as maintainerMalte Brandy2021-06-27
| |
* | haskellPackages.matrix-client: dontCheckMalte Brandy2021-06-27
| |