summary refs log tree commit diff
path: root/pkgs/development
Commit message (Collapse)AuthorAge
* haskell-libmpd: follow Haskell package conventionsJoachim Fasting2014-09-22
| | | | | This patch brings libmpd into line with Haskell package conventions, per feedback from @peti at NixOS/nixpkgs#4190.
* Merge pull request #4085 from wkennington/master.boostPeter Simons2014-09-22
|\ | | | | Boost Updates
| * boost: Update depdendent packagesWilliam A. Kennington III2014-09-21
| |
| * exempi: 2.2.1 -> 2.2.2William A. Kennington III2014-09-21
| |
| * fcgi: Update metaWilliam A. Kennington III2014-09-21
| |
| * libedit: UpdateWilliam A. Kennington III2014-09-21
| |
| * libyamlcpp: Correct meta information and boostWilliam A. Kennington III2014-09-21
| |
| * libyamlcpp03: Remove old versionWilliam A. Kennington III2014-09-21
| |
| * boostHeaders: regular boost package now only contains headersWilliam A. Kennington III2014-09-21
| |
| * boost: 1.55 -> 1.56William A. Kennington III2014-09-21
| |
| * boost-build: Add derivationWilliam A. Kennington III2014-09-21
| |
* | orc: disable testsDomen Kožar2014-09-22
| |
* | meta for ocamlPackages.eliomFlorent Becker2014-09-22
| |
* | oniguruma: update from 5.9.4 to 5.9.5Mateusz Kowalczyk2014-09-22
| |
* | rubyLibs: add heroku clientJaka Hudoklin2014-09-22
| |
* | haskell-vty: update to 5.2.2Mateusz Kowalczyk2014-09-21
|/
* haskell-compdata-param: new package, 0.8.0.2Callum Rogers2014-09-21
| | | | Closes #4198
* atlas: maintenanceThomas Tuegel2014-09-21
|\
| * atlas: add ttuegel as maintainerThomas Tuegel2014-09-21
| |
| * atlas: version bump to 3.10.2Thomas Tuegel2014-09-21
| |
* | haskell-miniutter: update to 0.4.4.1Mateusz Kowalczyk2014-09-21
| |
* | haskell-miniutter: Remove i686 from platformsMateusz Kowalczyk2014-09-21
| | | | | | | | | | Package is broken there, see https://github.com/Mikolaj/miniutter/issues/3
* | haskell-haskoin: only build on x86_64 LinuxMateusz Kowalczyk2014-09-21
| | | | | | | | https://github.com/haskoin/haskoin/issues/109
* | sphinxbase: update from 0.7 to 0.8Mateusz Kowalczyk2014-09-21
| |
* | haskell-jwt: add 0.4.0Daniel Austin2014-09-21
| |
* | slang: update from 2.2.1 to 2.3.0Mateusz Kowalczyk2014-09-21
| |
* | orc: update from 0.4.21 to 0.4.22Mateusz Kowalczyk2014-09-21
| |
* | libpng: use spdx licensing methodMateusz Kowalczyk2014-09-21
| |
* | libpng15: update from 1.5.18 to 1.5.19Mateusz Kowalczyk2014-09-21
| |
* | libgpgerror: update from 1.12 to 1.13Mateusz Kowalczyk2014-09-21
| |
* | gtkspell3: update from 3.0.4 to 3.0.6Mateusz Kowalczyk2014-09-21
| |
* | gpgme: update from 1.4.3 to 1.5.1Mateusz Kowalczyk2014-09-21
| |
* | laszip: fix maintainer referenceBjørn Forsman2014-09-21
| | | | | | | | This unblocks the channel.
* | Merge pull request #4190 from joachifm/haskell-libmpd_0_9Mateusz Kowalczyk2014-09-21
|\ \ | |/ |/| haskell-libmpd: bump to 0.9.0.1
| * Add haskell-libmpd-0.8.0.5Joachim Fasting2014-09-21
| |
| * haskell-libmpd: bump to 0.9.0.1Joachim Fasting2014-09-21
| |
* | Merge pull request #4189 from vbgl/maintainercillianderoiste2014-09-21
|\ \ | |/ |/| Adds myself as a maintainer
| * Minor modifications of some ocaml packages:Vincent Laporte2014-09-21
| | | | | | | | | | | | adds myself as a maintainer adds assertions to have evaluation errors rather than build errors moves opam out of ocamlPackages, as it does not provide a library
* | add shell-conduit 1.1Pascal Wittmann2014-09-21
|/
* LASzip: michelk as maintainer; adjust description; remove blank-lines; using ↵Michel Kuhlmann2014-09-21
| | | | sha256
* LASzip: initial expressionMichel Kuhlmann2014-09-21
| | | | Closes #4128
* update nvidia cg toolkit to v3.1Cray Elliott2014-09-21
| | | | | | TODO: investigate man page issues Closes #4024
* go: Include all 3 GOROOT toolsPhilip Horger2014-09-21
|
* Merge pull request #4061 from vbgl/mezzoMateusz Kowalczyk2014-09-20
|\ | | | | Adds mezzo and its dependencies
| * Adds mezzoVincent Laporte2014-09-13
| | | | | | | | | | | | | | Mezzo is a programming language in the ML tradition, which places strong emphasis on the control of aliasing and access to mutable memory. Homepage: http://protz.github.io/mezzo/
| * Adds ocaml-functoryVincent Laporte2014-09-13
| | | | | | | | | | | | | | Functory is a distributed computing library for Objective Caml which facilitates distributed execution of parallelizable computations in a seamless fashion. Further, it is polymorphic, incorporates a robust fault-tolerant mechanism and is already being deployed in real-world applications. Homepage: https://www.lri.fr/~filliatr/functory/
| * Adds ocaml-pprintVincent Laporte2014-09-13
| | | | | | | | | | | | Pprint is an OCaml adaptation of Wadler’s and Leijen’s prettier printer. Homepage: http://gallium.inria.fr/~fpottier/pprint/
| * Adds ocaml-fixVincent Laporte2014-09-13
| | | | | | | | | | | | Fix is a simple OCaml module for computing the least solution of a system of monotone equations. Homepage: http://gallium.inria.fr/~fpottier/fix/
* | New package: lua-zip-1.2.3wyvie2014-09-20
| | | | | | | | Closes #4138
* | webkitgtk: bump to 2.4.5Joachim Fasting2014-09-20
| | | | | | | | Closes #4125.