summaryrefslogtreecommitdiffstats
path: root/pkgs/development
AgeCommit message (Collapse)Author
2018-03-17ace: 6.4.6 -> 6.4.7Ryan Mulligan
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done: - built on NixOS - ran `/nix/store/l2wdk2hk7xr28qc76xdmsnsjlialsrw3-ace-6.4.7/bin/ace_gperf -v` and found version 6.4.7 - found 6.4.7 with grep in /nix/store/l2wdk2hk7xr28qc76xdmsnsjlialsrw3-ace-6.4.7 - found 6.4.7 in filename of file in /nix/store/l2wdk2hk7xr28qc76xdmsnsjlialsrw3-ace-6.4.7 - directory tree listing: https://gist.github.com/df8ae93ced1ab4c4b624c7739501f2a7
2018-03-17haskell-esqueleto: drop the markBroken for ghc 8.4.1Peter Simons
Although accurate, the override causes evaluation errors that serve little purpose but poison our dashboard at [1]. [1] https://hydra.nixos.org/jobset/nixpkgs/haskell-updates
2018-03-17haskell-pandoc-types: update override for ghc 8.4.xPeter Simons
2018-03-17haskell-generic-builder: cosmeticPeter Simons
2018-03-17haskell-generic-builder: disable shared executable linking by defaultPeter Simons
This change raises the question of whether we should disable building of shared libraries altogether (since we don't link them). Unfortunately, we can't, because GHC expects shared libraries to be around when building and running test suites, and no amount of passing --disable-shared flags at configure time changes the fact. I *guess* that's related to the DYNAMIC_GHC_PROGRAMS = YES flag we set when building GHC itself, but I haven't investigated it further yet. Closes https://github.com/NixOS/nixpkgs/issues/29011.
2018-03-17haskell-generic-builder: fix confusion about --enable-static vs. ↵Peter Simons
--enable-library-vanilla
2018-03-17haskell-generic-builder: always compile with --enable-library-for-ghciPeter Simons
2018-03-17haskell-generic-builder: drop obsolete splitObjs function argumentPeter Simons
2018-03-17haskell-generic-builder: compile profiling library variants by defaultPeter Simons
Unless specified otherwise, the default package set compiles library variants for profiling with profiling-detail "all-functions". Executables, however, are not built with profiling enabled. This change increases the closure size for many Haskell programs, but the practical advantage of having stack traces and performance measurements easily available during development seems to outweigh that cost. Closes https://github.com/NixOS/nixpkgs/issues/22340.
2018-03-17git-annex: update sha256 hash for the new versionPeter Simons
2018-03-17ghc: drop all compiler versions prior to 7.10.3Peter Simons
None of these old compilers are used anywhere in Nixpkgs, and keeping those builds working in the face of regular updates of GCC, binutils, and whatnot is too much effort for no obvious benefit.
2018-03-17cabal2nix: update hpack version overridePeter Simons
2018-03-17haskell-configuration-common: cosmetic, no functional changePeter Simons
2018-03-17hackage-packages.nix: automatic Haskell package set updatePeter Simons
This update was generated by hackage2nix v2.9-10-gc1333d1 from Hackage revision https://github.com/commercialhaskell/all-cabal-hashes/commit/bad3dc0ed6e6061d2fc418c279dc7b55de683b7f.
2018-03-17hackage2nix: disable failing Hydra buildsPeter Simons
2018-03-17hackage2nix: extend the set of packages I maintainPeter Simons
2018-03-16elixir: 1.6.2 -> 1.6.4Justin Wood
2018-03-16Merge pull request #37158 from oxij/pkgs/tor-browsersMichael Raskin
update tor browsers
2018-03-16Merge pull request #37180 from peti/r-updatesPeter Simons
Update R and its packages
2018-03-16darcs: jailbreak fgl dependency constraints to fix the buildPeter Simons
2018-03-16multi-ghc-travis: update to latest versionPeter Simons
And jailbreak to support building in an lts-11.x package set.
2018-03-16Merge pull request #37128 from ryantm/auto-update/teyjusJoachim F
teyjus: actually update to 2.1
2018-03-16Merge pull request #37169 from ryantm/auto-update/cgalMichael Raskin
cgal: 4.11 -> 4.11.1
2018-03-16Merge pull request #37166 from ryantm/auto-update/aws-sdk-cppEelco Dolstra
aws-sdk-cpp: 1.3.22 -> 1.4.10
2018-03-16fsatrace: initial versionPeter Simons
2018-03-16cgal: 4.11 -> 4.11.1Ryan Mulligan
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done: - built on NixOS - ran `/nix/store/prp059sdh2cfi1n6m1y43w7hf33ixs7x-cgal-4.11.1/bin/cgal_create_CMakeLists -h` got 0 exit code - ran `/nix/store/prp059sdh2cfi1n6m1y43w7hf33ixs7x-cgal-4.11.1/bin/cgal_create_CMakeLists help` got 0 exit code - ran `/nix/store/prp059sdh2cfi1n6m1y43w7hf33ixs7x-cgal-4.11.1/bin/cgal_create_cmake_script -h` got 0 exit code - ran `/nix/store/prp059sdh2cfi1n6m1y43w7hf33ixs7x-cgal-4.11.1/bin/cgal_create_cmake_script --help` got 0 exit code - found 4.11.1 with grep in /nix/store/prp059sdh2cfi1n6m1y43w7hf33ixs7x-cgal-4.11.1
2018-03-16aws-sdk-cpp: 1.3.22 -> 1.4.10Ryan Mulligan
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done: - built on NixOS - Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.) - found 1.4.10 with grep in /nix/store/qb91mvvbzd45xcnd640m0wq8z915d257-aws-sdk-cpp-1.4.10
2018-03-16Merge pull request #36552 from bbarker/ats2_updateMichael Raskin
bumping ATS2 version form 0.3.7 to 0.3.9
2018-03-16nodejs-9_x: 9.7.1 -> 9.8.0adisbladis
2018-03-16nodejs-8_x: 8.9.4 -> 8.10.0adisbladis
2018-03-16nodejs-6_x: 6.13.0 -> 6.13.1adisbladis
2018-03-16nss: 3.34.1 -> 3.35; cacert.certdata2pem: 20160104 -> 20170717taku0
2018-03-15haskel packages: drop override on ltk to fix evaluationGraham Christensen
2018-03-16libva1: init at 1.7.3Nikolay Amiantov
2018-03-15haskell-constraints: drop obsolete override for ghc-8.4.xPeter Simons
2018-03-15haskell-semigroupoids: drop obsolete override for ghc-8.4.xPeter Simons
2018-03-15structured-haskell-mode: update overrides for lts-11.xPeter Simons
2018-03-15haskell-src: update override for ghc-8.4.xPeter Simons
2018-03-15haskell-free: drop obsolete override for ghc-8.4.xPeter Simons
2018-03-15haskell-lens: drop obsolete override for ghc-8.4.xPeter Simons
2018-03-15haskell-regex-tdfa: drop obsolete override for ghc-8.4.xPeter Simons
2018-03-15haskell-changelogged: drop obsolete overridePeter Simons
2018-03-15git-annex: add overrides to fix the build in an lts-11.x environmentPeter Simons
2018-03-15haskell-turtle: drop obsolete override for ghc-8.4.xPeter Simons
2018-03-15haskell-vty: drop obsolete override for ghc-8.4.xPeter Simons
2018-03-15haskell-doctest: update overrides for ghc-8.4.xPeter Simons
2018-03-15haskell-pandoc-types: update to latest version to fix the build with GHC 8.4.xPeter Simons
2018-03-15cabal2nix: update hpack override to use the latest versionPeter Simons
2018-03-15haskell-unordered-containers: drop obsolete override for GHC 8.4.xPeter Simons
2018-03-15haskell-funcmp: drop obsolete override for ghc-8.4.xPeter Simons