about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
Commit message (Collapse)AuthorAge
...
* haskell-ci: fix the buildPeter Simons2020-03-06
|
* haskell-cryptonite: disable the test suite to fix the build on older CPUsPeter Simons2020-03-06
| | | | Machines without AES-NI support cannot run the binary.
* haskell-binary-instances: disable test suite to avoid spurious failuresPeter Simons2020-03-06
|
* haskellPackages.pantry_0_2_0_0: Mark dontCheck(cdep)illabout2020-03-06
|
* stack: Get building with old version of pantry(cdep)illabout2020-03-06
|
* ormolu: remove unneeded override after bump to lts-15(cdep)illabout2020-03-06
|
* spago: unbreak after update to ghc-8.8.2(cdep)illabout2020-03-06
|
* haskellPackages.dhall_1_29_0: disable tests since they access the network(cdep)illabout2020-03-06
|
* haskellPackages.semver-range: disable tests on ghc88x(cdep)illabout2020-03-06
|
* hackage-packages.nix: automatic Haskell package set updatePeter Simons2020-03-06
| | | | | This update was generated by hackage2nix v2.15.0-21-ga388e13 from Hackage revision https://github.com/commercialhaskell/all-cabal-hashes/commit/ed1012ae12b97d5a7964edc97397c6e3490d5881.
* hackage2nix: disable Hydra builds that don't evaluate or failPeter Simons2020-03-06
|
* haskellPackages.github: mark unbroken(cdep)illabout2020-03-06
|
* haskellPackages.binary-instances: mark unbroken(cdep)illabout2020-03-06
|
* unbreak lsp-related packagesGabor Greif2020-03-06
| | | | these work with GHC v8.8.2
* haskellPackages.nixfmt: UnbreakAnders Kaseorg2020-03-06
| | | | Signed-off-by: Anders Kaseorg <andersk@mit.edu>
* LTS Haskell 15.2Peter Simons2020-03-06
|
* haskellPackages.taffybar: Fix compilation with ghc882Ivan Malison2020-03-06
|
* haskellPackages.stack: get compiling with ghc882(cdep)illabout2020-03-06
|
* haskellPackages.pantry: get building with ghc882(cdep)illabout2020-03-06
|
* Merge pull request #80845 from obsidiansystems/work-on-multi-shellForDennis Gosnell2020-03-03
|\ | | | | haskell shellFor: Fix hoogle
| * Merge remote-tracking branch 'upstream/master' into work-on-multi-shellForJohn Ericson2020-02-22
| |\
| * | haskell shellFor: Fix hoogleJohn Ericson2020-02-22
| | |
* | | Merge master into staging-nextFrederik Rietdijk2020-02-29
|\ \ \
| * | | ShellCheck: record the URL of the upstream issues our patches fixPeter Simons2020-02-29
| | | |
| * | | ShellCheck: let Hydra compile the binaryPeter Simons2020-02-29
| | | |
| * | | stylish-cabal: fix the buildPeter Simons2020-02-29
| | | | | | | | | | | | | | | | | | | | We can still compile the package with ghc-8.6.5. Later compiler versions don't work, unfortunately.
| * | | hackage2nix: mark stylish-cabal brokenPeter Simons2020-02-29
| | | | | | | | | | | | | | | | https://github.com/pikajude/stylish-cabal/issues/12
| * | | shellcheck: fix buildJonathan Ringer2020-02-28
| | | |
| * | | hackage-packages.nix: automatic Haskell package set updatePeter Simons2020-02-28
| | | | | | | | | | | | | | | | | | | | This update was generated by hackage2nix v2.15.0-20-g1d0459f from Hackage revision https://github.com/commercialhaskell/all-cabal-hashes/commit/3ff0be5c9ee1ead33e07158b9a4a579fa2fb7a7f.
| * | | haskell-MissingH: add jailbreak to fix the build with ghc-8.8.xPeter Simons2020-02-28
| | | |
| * | | MissingH: use a version appropriate to our compilerMichael Alan Dorman2020-02-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If you actually look at the changelog for 1.4.2.1, you'll see that it mentions that it was only intended for ghc-7.0.4, which is why it has a dependency on an inconveniently old version of `unix`, which is *also* hidden behind a flag, so that we can't jailbreak it (per https://github.com/peti/jailbreak-cabal/issues/15). So the right thing to do would appear to me to be to override our default version to 1.4.2.0, until such time as the maintainer makes a newer release. `ConfigFile` was collateral damage, so unmark it broken, as well as `MissingH` itself.
| * | | json: remove obsolete patches that break the buildMichael Alan Dorman2020-02-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The patchs in question fail to apply against the current versoin, and thus the package fails to build; `hasktags` is then collateral damage. Remove reference to the patch and make sure neither package will be marked broken going forward.
| * | | git-annex: apply patch to fix the build with ghc-8.8.xPeter Simons2020-02-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Unfortunately, we cannot compile git-annex with S3 support in an LTS-15.x environment, because the 'aws' library hasn't updated to version 3.x of the 'network' library [1]. I tried whether it's possible to build git-annex with an older version of network, but the amount of overrides we'd have to configure to accomplish that got out of hand quickly. So I disabled aws support [2]. If you need S3 support in git-annex, please help upstream to update 'aws' so that it builds with recent versions of 'network'. [1] https://github.com/aristidb/aws/issues/264 [2] https://github.com/NixOS/cabal2nix/commit/1d0459f40e0fa7483fc5c482dcbca1e1db4c40db
| * | | haskell-feed: disable test suite to fix the buildPeter Simons2020-02-28
| | | | | | | | | | | | | | | | Upstream ships a messed up tarball that lacks the proper test files.
| * | | git-annex: update sha256 hash for version 8.20200226Peter Simons2020-02-28
| | | |
| * | | haskell-streamly-bytestring: drop obsolete overridePeter Simons2020-02-28
| | | |
| * | | hackage2nix: stick to older hackage-security version to make cabal-install happyPeter Simons2020-02-28
| | | |
| * | | hackage2nix: update list of broken builds to fix evaluationPeter Simons2020-02-28
| | | |
| * | | haskell-ormolu: update overridePeter Simons2020-02-28
| | | |
| * | | haskell-construct: drop obsolete overridesPeter Simons2020-02-28
| | | |
| * | | haskell-ChasingBottoms: jailbreak to fix build with ghc-8.10.xPeter Simons2020-02-28
| | | |
| * | | haskell-spacecookie & matterhorn: clean up overridesPeter Simons2020-02-28
| | | |
| * | | ghc-8.10.x: add overrides to fix regex-* packagesPeter Simons2020-02-28
| | | |
| * | | haskell-relude: avoid test suite failure when building with ghc-8.8.xPeter Simons2020-02-28
| | | |
| * | | haskell-polyparse: the latest version works with ghc-8.8.xPeter Simons2020-02-28
| | | |
| * | | haskellPackages.hakyll-contrib-hyphenation: jailbreakJustin Humm2020-02-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Latest upstream commit is from 2015 [0], so I guess it's the easiest to jailbreak it (as it builds that way). [0] https://bitbucket.org/rvlm/hakyll-contrib-hyphenation/src/master/
| * | | servant-server: fix buildDomen Kožar2020-02-28
| | | |
| * | | haskellPackages.crpytonite: fix buildDomen Kožar2020-02-28
| | | |
| * | | hackage-packages.nix: automatic Haskell package set updatePeter Simons2020-02-28
| | | | | | | | | | | | | | | | | | | | This update was generated by hackage2nix v2.15.0-19-g1b9b3ef from Hackage revision https://github.com/commercialhaskell/all-cabal-hashes/commit/f2eea06cf20bd7bb190d789e5585d5a9fe905535.
| * | | hackage2nix: let's try to compile everything to see what worksPeter Simons2020-02-28
| | | |