1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00
Commit graph

12756 commits

Author SHA1 Message Date
Peter Simons 7322947f1b haskell-vector-algorithms: update to version 0.6.0.2 2014-07-14 17:33:50 +02:00
Peter Simons 241d660928 haskell-thyme: update to version 0.3.5.2 2014-07-14 17:33:50 +02:00
Peter Simons bd8330a921 haskell-th-desugar: update to version 1.4.2 2014-07-14 17:33:50 +02:00
Peter Simons 761af76574 haskell-streaming-commons: update to version 0.1.3.1 2014-07-14 17:33:50 +02:00
Peter Simons 6e03134d41 haskell-safe: update to version 0.3.6 2014-07-14 17:33:50 +02:00
Peter Simons 307763a835 haskell-postgresql-simple: update to version 0.4.3.0 2014-07-14 17:33:49 +02:00
Peter Simons 786f86e154 haskell-pipes-zlib: update to version 0.4.0.1 2014-07-14 17:33:49 +02:00
Peter Simons f4ec8b6b73 haskell-pipes-group: update to version 1.0.1 2014-07-14 17:33:49 +02:00
Peter Simons 470eb1008d haskell-pipes-aeson: update to version 0.4.1.1 2014-07-14 17:33:49 +02:00
Peter Simons 31c44be561 haskell-mono-traversable: update to version 0.6.0.4 2014-07-14 17:33:49 +02:00
Peter Simons 5a3d993f96 haskell-lens: update to version 4.3 2014-07-14 17:33:49 +02:00
Peter Simons 9207cd296f haskell-hspec: update to version 1.10.0.1 2014-07-14 17:33:49 +02:00
Peter Simons 889bf2b3ae haskell-hspec-expectations: update to version 0.6.0 2014-07-14 17:33:49 +02:00
Peter Simons 9013785c59 haskell-hoogle: update to version 4.2.34 2014-07-14 17:33:49 +02:00
Peter Simons d2c4ca1d5c haskell-hjsmin: update to version 0.1.4.7 2014-07-14 17:33:49 +02:00
Peter Simons 9a1496cc55 haskell-haskell-token-utils: update to version 0.0.0.3 2014-07-14 17:33:49 +02:00
Peter Simons 1a7e8597a9 haskell-gtk2hs-buildtools: update to version 0.13.0.0 2014-07-14 17:33:49 +02:00
Peter Simons f596ecbd70 Merge pull request #3271 from bennofs/haskell-data-fix
haskell-data-fix: new package
2014-07-14 17:27:51 +02:00
Aycan iRiCAN d3f763696d Added Rest For Haskell and dependencies (rest-core, rest-types, rest-snap etc...) 2014-07-14 15:52:43 +03:00
Cray Elliott 9f66dafa29 Import the Haskell library shellish 0.1.3 from Cabal 2014-07-14 05:01:54 -07:00
Peter Simons d2e731e111 Add "please don't edit" comment at the top of every auto-generated Haskell file. 2014-07-14 13:21:41 +02:00
John Wiegley 312ff15b29 haskell-ghc-mod: revert a recent change I made 2014-07-14 02:48:32 -05:00
John Wiegley 7b0e242d49 haskell-zippers: new expression 2014-07-14 02:48:32 -05:00
John Wiegley d8a46149eb Merge pull request #3259 from MP2E/sbv31_update
Update SBV to v3.1
2014-07-13 17:50:49 -05:00
Peter Simons f264c638df Merge pull request #3232 from peti/haskell-updates
Update default Haskell compiler to GHC 7.8.3 (and other stuff)
2014-07-14 00:18:03 +02:00
Vladimír Čunát 3ecbd88269 poppler: update 2014-07-13 21:55:19 +02:00
Vladimír Čunát c56ca66341 harfbuzz: small update 2014-07-13 21:41:21 +02:00
Charles Strahan a9858101bc keybinder-3.0: Add package
keybinder-3.0 is for GTK+ 3, whereas keybinder (already in nixpkgs) is
for GTK+ 2.

This adds version 0.3.0 of keybinder-3.0, which we named "keybinder3" in
nixpkgs to (hopefully) lessen the confusion about what is package name
and what is version number.

[Bjørn: extend commit message beyond summary line]
2014-07-13 19:52:45 +02:00
Cray Elliott 69901813cf Update SBV to v3.1 2014-07-12 17:22:20 -07:00
Peter Simons 543a97e332 Merge pull request #3250 from hrdinka/update-lensfun
lensfun: update to version 0.2.8
2014-07-12 23:09:09 +02:00
Peter Simons 9705c25dd6 haskell-platform-2010.1.0.0: mark as broken, the source code is no longer available from haskell.org 2014-07-12 15:13:59 +02:00
Peter Simons 283f13e5a6 haskell-platform: build 2009.x with sufficiently old version of 'mtl' to avoid build errors in CGI library 2014-07-12 15:13:59 +02:00
Vladimír Čunát 7c5a1b1d51 haskellPackages: use static-enabled 'gmp' to enable statically linked Haskell binaries
Pass '-optl-static -optl-pthread' to GHC to enable static linking.

Fixes <https://github.com/NixOS/nixpkgs/issues/3193>. Further details can be
found at <http://permalink.gmane.org/gmane.linux.distributions.nixos/13526>.
2014-07-12 15:12:05 +02:00
lethalman 38c2901741 Merge pull request #3253 from bjornfor/gnome-boxes
Add Gnome Boxes (access remote or virtual systems)
2014-07-12 14:56:41 +02:00
Bjørn Forsman 160e347acb libosinfo: new package
libosinfo contains "info about OSs, hypervisors and (virtual) hardware
devices".

It is a dependency of gnome-boxes (a virtual and remote machine
application).
2014-07-12 13:28:49 +02:00
Christoph Hrdinka e3f9cf1cb0 lensfun: update to version 0.2.8 2014-07-12 13:09:45 +02:00
Oliver Charles 01a32db864 haskellPackages.ekg: Update to 0.4.0.1 2014-07-12 12:08:13 +01:00
Benno Fünfstück bc48c4cdb3 haskell-data-fix: new package 2014-07-11 22:41:51 +02:00
Sönke Hahn 0f65768234 taggy-lens: new haskell package, version 0.1.1 2014-07-11 16:47:12 +08:00
Sönke Hahn b2fa0a4313 taggy: new haskell package, version 0.1 2014-07-11 15:13:04 +08:00
Oliver Charles 0de3106a4b Merge pull request #3235 from bosu/haxl
Add haxl haskell package
2014-07-10 20:01:12 +01:00
Boris Sukholitko 482afc2922 Add haxl haskell package 2014-07-10 20:55:47 +03:00
Florian Friesdorf 19dd74c59a libxml2 version passthru 2014-07-10 16:33:45 +02:00
Peter Simons 7e305cbd25 haskell-HPDF: re-generate with cabal2nix 2014-07-10 12:00:32 +02:00
lethalman da28770de3 Merge pull request #3226 from hrdinka/haskell-clay
haskell-clay: add package version 0.9.0.1
2014-07-10 11:11:43 +02:00
Luca Bruno 310ba8da43 lambdabot: fix @type command, add ghci to the PATH 2014-07-10 10:48:23 +02:00
Christoph Hrdinka dc261008dc haskell-stm-containers: add package version 0.1.2 and its dependencies 2014-07-10 10:15:06 +02:00
Christoph Hrdinka 71a0dfd568 haskell-clay: add package version 0.9.0.1 2014-07-10 10:02:58 +02:00
John Wiegley 0114a972c7 haskell-ghc-mod: Correct patch to ghc-process.el
This change has been accepted upstream, so soon it will not be necessary.
2014-07-09 17:52:18 -05:00
Vladimír Čunát 5979d428b4 Merge recent master into x-updates
Hydra: ?compare=1134869

Conflicts (just meta):
	pkgs/applications/networking/instant-messengers/telepathy/gabble/default.nix
2014-07-09 22:13:29 +02:00
Vladimír Čunát 73ad32e1d9 freetype: flatten include to fix several builds
I just wonder why freetype-2.5 needed to move headers around.
2014-07-09 22:03:31 +02:00
Vladimír Čunát 4b263946dd qt3, graphicsmagick137, fox, neverball: fix build
Broken after freetype propagating libpng, which hid the older ones.
Reordering is enough to ensure the older libpng gets picked.
2014-07-09 21:52:04 +02:00
Vladimír Čunát 9a00938334 mesa: bugfix update 2014-07-09 20:47:47 +02:00
Vladimír Čunát 10fe63c05a pixman: bugfix update, remove withPNG option
The option seemed useless.
2014-07-09 20:46:53 +02:00
Luca Bruno d05a86a1de Add lambdabot wrapper and mueval wrapper to make lambdabot run out of the box 2014-07-09 15:46:48 +02:00
Luca Bruno 0cba70391b Revert "haskell-unlambda: update to version 0.1.3"
This reverts commit b4a3a61285.

The unlambda package failed to build after this change, reverting.
2014-07-09 12:43:37 +02:00
Peter Simons 1e5528c15a haskell-unix-time: the -fPIC flag is now provided by the proper build instructions 2014-07-08 20:04:17 +02:00
Peter Simons ce6c23d8a6 Merge pull request #3210 from aycanirican/hpdf
Introduced haskellPackages.HPDF
2014-07-08 16:03:11 +02:00
Peter Simons 88b41ae358 haskell-unix-time: update to version 0.3.1 2014-07-08 15:58:22 +02:00
Peter Simons 1828059b7e haskell-websockets: update to version 0.8.2.6 2014-07-08 15:58:22 +02:00
Peter Simons f0caf8cf98 haskell-twitter-conduit: update to version 0.0.5.2 2014-07-08 15:58:22 +02:00
Peter Simons 3ce4ec0ba9 haskell-tasty: update to version 0.8.1.3 2014-07-08 15:58:22 +02:00
Peter Simons c64784a002 haskell-tasty-golden: update to version 2.2.2.4 2014-07-08 15:58:22 +02:00
Peter Simons 4fdf86415b haskell-snap: update to version 0.13.2.8 2014-07-08 15:58:22 +02:00
Peter Simons fbb94cf88c haskell-purescript: update to version 0.5.2.6 2014-07-08 15:58:22 +02:00
Peter Simons fb8c595833 haskell-pipes-binary: update to version 0.4.0.2 2014-07-08 15:58:22 +02:00
Peter Simons fb2a6eea81 haskell-libmpd: update to version 0.8.0.5 2014-07-08 15:58:21 +02:00
Peter Simons 6c975bfbda haskell-esqueleto: update to version 1.4.1.3 2014-07-08 15:58:21 +02:00
Peter Simons 5946181ebb haskell-crypto-conduit: update to version 0.5.4 2014-07-08 15:58:21 +02:00
Peter Simons a8a57c3212 haskell-bloomfilter: update to version 2.0.0.0 2014-07-08 15:58:21 +02:00
Peter Simons 81e6e97c61 haskell-vty: update to version 5.1.1 2014-07-08 15:58:21 +02:00
Peter Simons 35f380c7ba haskell-parsers: update to version 0.11.0.3 2014-07-08 15:58:21 +02:00
Peter Simons a9b0361cbf haskell-regex-tdfa-rc: add version 1.1.8.3 2014-07-08 15:58:21 +02:00
Peter Simons 023b9094aa haskell-haskell-token-utils: add version 0.0.0.2 2014-07-08 15:58:21 +02:00
Peter Simons 3d7388cee5 haskell-RSA: update to version 2.0.0 2014-07-08 15:58:21 +02:00
Aycan iRiCAN c57a72bbae Introduced haskellPackages.HPDF 2014-07-08 10:07:34 +03:00
Sönke Hahn c7159f0706 haskell-hspec-attoparsec: new package, version 0.1.0.1 2014-07-08 13:47:01 +08:00
Rickard Nilsson 233825760c New pkg: syslog-ng-incubator
A collection of tools and modules for syslog-ng
2014-07-07 23:58:24 +02:00
Oliver Charles 847a9a5c30 Merge pull request #3206 from bosu/mp3splt
Add mp3splt: utility to split mp3 files
2014-07-07 19:58:00 +01:00
Boris Sukholitko 70ad9ad8f9 Add mp3splt 2014-07-07 21:38:14 +03:00
Vladimír Čunát 45ad922763 libxklavier: fix not finding xkbcomp (fixes #3173)
Also refactor the expression a bit,
and add description+license.
2014-07-07 19:03:10 +02:00
Peter Simons 2044c13947 Revert "pretty: new haskell package"
This reverts commit 51dc75b769. The pretty
library is a core package since (at least) GHC 6.10.4, i.e. every single one of
our compilers ships this library by default. Adding the package to the global
namespace like this is almost certainly going to cause trouble because we'll
end up with inconsistently linked binaries whenever packages mix the user-space
pretty library with the core one.
2014-07-07 16:41:59 +02:00
Rob Vermaas 83e1ff846c Upgrade rsyslog to latest (v7) stable release. Added liblogging (new dependency of rsyslog). 2014-07-07 16:23:54 +02:00
Luca Bruno 51dc75b769 pretty: new haskell package 2014-07-07 15:35:12 +02:00
Peter Simons 1ecae5c2c1 Merge pull request #3189 from aherrmann/pr_licenses
License meta-data for numexpr, tables, and szip
2014-07-07 11:33:47 +02:00
Peter Simons 27ff2eeb77 haskell-gtkglext: re-generate with cabal2nix 2014-07-07 11:15:16 +02:00
Peter Simons 357429247f haskell-hlibgit2: re-generate with cabal2nix 2014-07-07 11:08:41 +02:00
John Wiegley 74d51f0b4e Merge pull request #3197 from wavewave/gitlib
Haskell packages, hlibgit2, gitlib, gitlib-test, gitlib-libgit2
2014-07-06 15:19:19 -05:00
Ian-Woo Kim 90dacd685d Haskell packages, hlibgit2, gitlib, gitlib-test, gitlib-libgit2 added. Low/High-level API for git 2014-07-06 22:03:38 +02:00
Andreas Herrmann af8ec93e6a szip: Provide meta-data
The license is set to "unfree" as commercial use is not permitted by the
license [1].

[1]: http://www.hdfgroup.org/doc_resource/SZIP/Commercial_szip.html
2014-07-05 21:41:04 +02:00
Andreas Herrmann 0e1eac04bb szip: Indentation 2014-07-05 21:41:04 +02:00
Bjørn Forsman e658ae9694 Revert "haskell-gtkglext: update to version 0.12.5.0"
Because it breaks nixpkgs evaluation:

$ nix-env -f . -qa '*' --meta --xml --drv-path --show-trace
error: while querying the derivation named `haskell-gtkglext-ghc7.6.3-0.12.5.0':
while evaluating the attribute `propagatedNativeBuildInputs' of the derivation `haskell-gtkglext-ghc7.6.3-0.12.5.0' at /home/bfo/nixpkgs/pkgs/build-support/cabal/default.nix:70:13:
infinite recursion encountered

This reverts commit 6ba32aa8bd.
2014-07-05 16:12:06 +02:00
Jascha Geerds 28322c8d58 Packaging plasma-nm and its dependencies 2014-07-05 13:54:01 +02:00
Oliver Charles 6365987e53 Merge pull request #3178 from tomberek/haskell_hastePerch
Haskell haste perch
2014-07-05 10:59:22 +01:00
Michael Raskin 5aef461e72 asio: update from 1.10.1 to 1.10.2 2014-07-04 21:42:48 +04:00
Michael Raskin db88d93335 accountsservice: update from 0.6.35 to 0.6.37 2014-07-04 21:36:12 +04:00
Michael Raskin 57890e2921 Mark allegro as allegro-4.* 2014-07-04 21:33:59 +04:00
Michael Raskin ca6dba33ad Add Botan unstable branch - 1.11.9 release 2014-07-04 21:23:09 +04:00
tomberek ce5c883ecf jailbreak haste-perch for base==4.6 req 2014-07-04 12:16:12 -04:00
tomberek 36426f2b49 Initial additions 2014-07-04 09:10:57 -04:00
Peter Simons 576d0c5210 haskell-websockets: update to version 0.8.2.5 2014-07-04 12:04:22 +02:00
Peter Simons 25e16e9f20 haskell-webdriver: update to version 0.5.5 2014-07-04 12:04:22 +02:00
Peter Simons e1811c9e3b haskell-web-routes: update to version 0.27.6 2014-07-04 12:04:22 +02:00
Peter Simons a841fef097 haskell-vty-ui: update to version 1.7.1 2014-07-04 12:04:22 +02:00
Peter Simons 975696ea3d haskell-twitter-conduit: update to version 0.0.5.1 2014-07-04 12:04:22 +02:00
Peter Simons a4a2aafcee haskell-th-desugar: update to version 1.4.1 2014-07-04 12:04:21 +02:00
Peter Simons 9c67107c4f haskell-tasty: update to version 0.8.1.2 2014-07-04 12:04:21 +02:00
Peter Simons efd0fa6e5a haskell-tasty-th: update to version 0.1.2 2014-07-04 12:04:21 +02:00
Peter Simons 1f239b2a10 haskell-tasty-golden: update to version 2.2.2.3 2014-07-04 12:04:21 +02:00
Peter Simons 3e8934f801 haskell-syntactic: update to version 2.0 2014-07-04 12:04:21 +02:00
Peter Simons 3be3743e3c haskell-storable-record: update to version 0.0.3 2014-07-04 12:04:21 +02:00
Peter Simons d0c41893b6 haskell-shakespeare: update to version 2.0.1 2014-07-04 12:04:21 +02:00
Peter Simons 7bb9fbb2f0 haskell-semigroups: update to version 0.15.1 2014-07-04 12:04:21 +02:00
Peter Simons 75b9298e54 haskell-safe: update to version 0.3.5 2014-07-04 12:04:20 +02:00
Peter Simons 6da8c3ab74 haskell-random-fu: update to version 0.2.6.0 2014-07-04 12:04:20 +02:00
Peter Simons 39573f8ad1 haskell-purescript: update to version 0.5.2.5 2014-07-04 12:04:20 +02:00
Peter Simons 9f9dcadb64 haskell-pipes-text: update to version 0.0.0.12 2014-07-04 12:04:20 +02:00
Peter Simons 2c5e3a9b42 haskell-monad-loops: update to version 0.4.2.1 2014-07-04 12:04:20 +02:00
Peter Simons 7df262edda haskell-midi: update to version 0.2.1.3 2014-07-04 12:04:20 +02:00
Peter Simons 03cb18157b haskell-lifted-base: update to version 0.2.3.0 2014-07-04 12:04:20 +02:00
Peter Simons 63f8f5ffc6 haskell-lens-family-core: update to version 1.1.0 2014-07-04 12:04:20 +02:00
Peter Simons cdfb5207e1 haskell-jack: update to version 0.7.0.3 2014-07-04 12:04:19 +02:00
Peter Simons a7fb91bd9d haskell-http-streams: update to version 0.7.2.0 2014-07-04 12:04:19 +02:00
Peter Simons 5900e9bef0 haskell-http-client: update to version 0.3.4 2014-07-04 12:04:19 +02:00
Peter Simons abe293fda1 haskell-hoauth2: update to version 0.4.1 2014-07-04 12:04:19 +02:00
Peter Simons 7959a4343b haskell-happstack-server: update to version 7.3.7 2014-07-04 12:04:19 +02:00
Peter Simons ca4c1edc1d haskell-happstack-lite: update to version 7.3.4 2014-07-04 12:04:19 +02:00
Peter Simons 6ba32aa8bd haskell-gtkglext: update to version 0.12.5.0 2014-07-04 12:04:19 +02:00
Peter Simons b63dbe46d4 haskell-gitit: update to version 0.10.4 2014-07-04 12:04:19 +02:00
Peter Simons 5013bdace3 haskell-fb: update to version 1.0.2 2014-07-04 11:45:44 +02:00
Peter Simons da780a691e haskell-explicit-exception: update to version 0.1.7.3 2014-07-04 11:45:44 +02:00
Peter Simons 3a1a5bfb39 haskell-dlist: update to version 0.7.1 2014-07-04 11:45:44 +02:00
Peter Simons 324cfb7447 haskell-dependent-sum: update to version 0.2.1.0 2014-07-04 11:45:44 +02:00
Peter Simons 0cdf1161b5 haskell-data-accessor: update to version 0.2.2.6 2014-07-04 11:45:44 +02:00
Peter Simons c7804aeca2 haskell-data-accessor-transformers: update to version 0.2.1.6 2014-07-04 11:45:44 +02:00
Peter Simons 76a47d2cf0 haskell-data-accessor-mtl: update to version 0.2.0.4 2014-07-04 11:45:44 +02:00
Peter Simons 6f7c6a8575 haskell-configurator: update to version 0.3.0.0 2014-07-04 11:45:44 +02:00
Peter Simons 8099352020 haskell-conduit-extra: update to version 1.1.1 2014-07-04 11:45:43 +02:00
Peter Simons 0585def399 haskell-conduit-combinators: update to version 0.2.6.1 2014-07-04 11:45:43 +02:00
Peter Simons 4b52f0bdff haskell-cipher-aes: update to version 0.2.8 2014-07-04 11:45:43 +02:00
Peter Simons 7227516bc6 haskell-boomerang: update to version 1.4.3 2014-07-04 11:45:43 +02:00
Peter Simons 003f93bb79 haskell-binary-conduit: update to version 1.2.2 2014-07-04 11:45:43 +02:00
Peter Simons 14370ad080 haskell-alsa-pcm: update to version 0.6.0.3 2014-07-04 11:45:43 +02:00
Peter Simons 485f73f6b3 haskell-HTF: update to version 0.11.4.0 2014-07-04 11:45:43 +02:00
Peter Simons 8aa3b656e5 haskell-HFuse: update to version 0.2.4.2 2014-07-04 11:45:43 +02:00
Peter Simons 961cefe814 haskell-GLUtil: update to version 0.7.5 2014-07-04 11:45:43 +02:00
Peter Simons 00a8b36e03 haskell-Chart: update to version 1.2.3 2014-07-04 11:45:43 +02:00
Peter Simons c6498b3df0 haskell-Chart-gtk: update to version 1.2.3 2014-07-04 11:45:43 +02:00
Peter Simons a6e7afead4 haskell-Chart-diagrams: update to version 1.2.3 2014-07-04 11:45:43 +02:00
Peter Simons a54ebb76b9 haskell-Chart-cairo: update to version 1.2.3 2014-07-04 11:45:43 +02:00
Shea Levy a391b55b31 Use buildPecl for php-xcache 2014-07-03 11:01:19 -04:00
Shea Levy 4277c05a88 Remove obsolete php-apc package 2014-07-03 11:01:19 -04:00
Peter Simons 837a8bcc80 haskell-SHA2: refer to AES library with its proper attribute 2014-07-03 16:51:55 +02:00
Peter Simons 609514d281 haskell-AES: fix spelling of the corresponding attribute and directory name 2014-07-03 16:51:25 +02:00
Oliver Charles 65f1e8667d Merge pull request #3169 from fluffynukeit/add-haskell-snaplet-postgresql-simple
Added snapletPostgresqlSimple to haskellPackages.
2014-07-03 09:17:26 +01:00
Oliver Charles 13c6e05d61 Merge pull request #3168 from fluffynukeit/add-haskell-snap-web-routes
Added snapWebRoutes to haskellPackages.
2014-07-03 09:16:21 +01:00
Daniel Austin d60c5a55a0 Added snapletPostgresqlSimple to haskellPackages. 2014-07-03 07:40:38 +02:00
Daniel Austin 9db55e72e5 Added snapWebRoutes to haskellPackages. 2014-07-03 03:25:05 +02:00
Vladimír Čunát aceb30cd93 Merge master into x-updates
Adds the mass-rebuilding python update.
2014-07-02 22:54:41 +02:00
Vladimír Čunát 51fd35e7b5 libvdpau: minor update, fix license
Suse and wikipedia classify it as MIT,
although it seems the headers in sources aren't all consistent.
2014-07-02 22:30:28 +02:00
Vladimír Čunát 1dc09826f8 dbus: DOS-security update 1.8.4 -> .6
CVE-2014-{3532,3533}
2014-07-02 22:22:43 +02:00
Oliver Charles 0d5537ac23 Merge pull request #3157 from hellertime/pkg/haskell-Thrift
Add Thrift-0.6.0.1
2014-07-02 15:05:35 +01:00
Chris Heller 1ca3e9c681 Remove version. Make default 2014-07-02 08:38:02 -04:00
Oliver Charles ba2a7d4755 Merge pull request #3153 from aycanirican/pipes-work
Added pipes-csv and pipes-http packages.
2014-07-02 10:56:34 +01:00
Oliver Charles a0ef7dffde Merge pull request #3156 from doublec/lightning
Update GNU lightning to 2.0.4
2014-07-02 10:55:31 +01:00
Oliver Charles 7d65ce7f37 Merge pull request #3159 from sol/master
Update haskell-http-kit to version 0.5.1
2014-07-02 10:54:23 +01:00
Lluís Batlle i Rossell eeadde0967 sqlcipher: missing semicolon on nix syntax 2014-07-02 11:27:24 +02:00
Lluís Batlle i Rossell f8cd1b3062 Adding sqlcipher. 2014-07-02 11:19:26 +02:00
Simon Hengel f737f1a157 Update haskell-http-kit to version 0.5.1 2014-07-02 14:12:03 +08:00
Chris Heller 7efe90a6e3 Add Thrift-0.6.0.1 2014-07-02 00:14:06 -04:00
Chris Double 52af6d650b Update GNU lightning to 2.0.4 2014-07-02 15:04:28 +12:00
Aycan iRiCAN ea7ddcd864 Added pipes-csv and pipes-http 2014-07-01 22:52:09 +03:00
Eelco Dolstra 24e8c3ac41 Tweak 2014-07-01 16:28:34 +02:00
Michael Raskin be4bdff8ab Update Box2D to 2.3.0. I fail to build 2.3.1, though. 2014-07-01 13:58:11 +04:00
Michael Raskin 91623b8472 Add fresh (unstable) Allegro 5, too 2014-07-01 12:41:07 +04:00
Michael Raskin d7ee7709ff Update afflib 2014-07-01 12:27:13 +04:00
Michael Raskin 2466b0bc76 Update lib rem 2014-07-01 11:54:09 +04:00
Michael Raskin 4f4a378a02 Update lib re 2014-07-01 11:54:09 +04:00
Vladimír Čunát 07a09fbe63 ffmpeg{_2,_1,_0_10}: minor update 2014-06-30 21:00:36 +02:00
Peter Simons ee0226e5c8 haskell-pipes-binary: re-generate with latest version of cabal2nix 2014-06-30 17:00:37 +02:00
Peter Simons fac3be7416 haskell-folds: re-generate with latest version of cabal2nix 2014-06-30 17:00:18 +02:00
Peter Simons 255b68e634 haskell-snap-server: re-generate with latest version of cabal2nix 2014-06-30 17:00:01 +02:00
Michael Raskin 89a8ae6627 Fix download URL for mdds 2014-06-30 18:50:55 +04:00
Peter Simons 2af20dbacf Merge pull request #3088 from aycanirican/master
jailbreak pipes-aeson which depends on pipes-bytestring == 2.0.* which i...
2014-06-30 15:55:33 +02:00
Michael Raskin 7caec74142 Merge pull request #3118 from NixOS/libreoffice-update-4.2.5
Libreoffice update 4.2.5
2014-06-30 17:39:12 +04:00
Peter Simons 0b1b4e5870 Merge pull request #3133 from deepfire/haskell-yampa
haskellPackages.Yampa:  new expression
2014-06-30 15:35:35 +02:00
Michael Raskin d61129a117 Downgrade gnu-efi back: this fixes build of gummiboot without breaking syslinux build 2014-06-30 11:17:19 +04:00
Michael Raskin 89a7cc92a2 Merge pull request #3020 from ambrop72/0ad
Add 0 A.D.
2014-06-30 10:30:41 +04:00
Michael Raskin 5a8a92c01a Merge pull request #3007 from wkennington/master.syslinux
syslinux: Update 4.07 -> 6.02
2014-06-30 10:29:28 +04:00
Kosyrev Serge 3ee00efbab haskellPackages.Yampa: new expression 2014-06-29 23:38:54 +04:00
Austin Seipp 4931b261f9 Merge pull request #3117 from bennofs/haskell-deepseq-generics
haskell-deepseq-generics: new expression
2014-06-28 20:34:55 -05:00
Austin Seipp 7dfb3b17c6 Merge pull request #3121 from deepfire/haskell-sha2
SHA2:  new expression
2014-06-28 20:34:31 -05:00
Austin Seipp 64bb2cf003 Merge pull request #3123 from jagajaga/add_haskell_pkgs
haskell-command-qq: add pkg
2014-06-28 20:34:19 -05:00
Arseniy Seroka 9802165f7a haskel-command-qq: add pkg 2014-06-29 04:25:23 +04:00
Kosyrev Serge 962011de36 SHA2: new expression 2014-06-29 04:13:20 +04:00
Benno Fünfstück cd48bbfaec haskell-deepseq-generics: new expression 2014-06-28 21:30:14 +02:00
Aycan iRiCAN 83e224cacb Merge remote-tracking branch 'upstream/master' 2014-06-28 17:32:15 +03:00
Vladimír Čunát c61c7e7313 libav: maintenance updates of all three branches 2014-06-28 08:16:36 +02:00
Shea Levy ff97c5a8ed Add nix-plugins package 2014-06-27 18:25:34 -04:00
Eelco Dolstra 63aff93c9b gperftools: Support Darwin 2014-06-27 20:00:13 +02:00
Aycan iRiCAN 3377abee50 Merge remote-tracking branch 'upstream/master' 2014-06-27 20:55:22 +03:00
Michael Raskin a25938e85e Update mdds 2014-06-27 16:37:34 +04:00
Michael Raskin 8d514df1ef Adding libodfgen: a library for writing ODF 2014-06-27 16:33:45 +04:00
Michael Raskin 9444cfcab0 Adding libmwaw: a library to import some old Macintosh text document formats 2014-06-27 16:33:45 +04:00
Michael Raskin 077aa91822 Adding libe-book: a library for importing reflowable e-book formats 2014-06-27 16:33:45 +04:00
Michael Raskin 07e4d6dc83 Adding librevenge: a library for creating file importers 2014-06-27 16:33:45 +04:00
Michael Raskin 5e64a8360f Adding libatomic_ops 2014-06-27 16:33:45 +04:00
John Wiegley f9ebbc80a1 haskell-ghc-mod: patch ghc-process.el to avoid hanging
@peti I've determined that the hang which this fixes does not happen all
of the time (in fact, I've been using ghc-mod for weeks without seeing
it once).  But today it happened again, and it made me realize I had
undone this patch locally.  I'm committing it now because it fixes the
problem completely for me, and certainly cannot hurt.
2014-06-26 22:55:25 -07:00
Austin Seipp 658792ab9a Merge pull request #3086 from tomberek/haskell_addmonadlocpp
Haskell: add monadloc-pp
2014-06-26 19:01:12 -05:00
Aycan iRiCAN 0acf2f98b7 Merge remote-tracking branch 'upstream/master' 2014-06-26 23:50:18 +03:00
Vladimír Čunát dfd80a1b7e Merge recent master into x-updates
Hydra eval: 1131611
2014-06-26 22:05:15 +02:00
Vladimír Čunát e8dc6258a1 qt4: try enableParallelBuilding again
I found no problems when running the build by itself on an 8-core.
2014-06-26 22:01:21 +02:00
John Wiegley ad128c637b haskell-folds: new expression 2014-06-26 11:41:00 -07:00
Vladimír Čunát e80ec957f0 mesa: feature update 10.1.5 -> 10.2.2 2014-06-26 18:33:20 +02:00
Vladimír Čunát 02a1e85ab1 cmake, podofo: fix finding freetype-2.5 2014-06-26 18:24:44 +02:00
Peter Simons 93100d3904 haskell-unix-compat: update to version 0.4.1.3 2014-06-26 18:23:29 +02:00
Peter Simons fd0f8dece9 haskell-simple-sendfile: update to version 0.2.15 2014-06-26 18:23:29 +02:00
Peter Simons ffa1294358 haskell-quickcheck-property-monad: update to version 0.2.2 2014-06-26 18:23:29 +02:00
Peter Simons 22ed738808 haskell-mongoDB: update to version 2.0 2014-06-26 18:23:29 +02:00
Peter Simons ae7b43e450 haskell-hcltest: update to version 0.3.2 2014-06-26 18:23:29 +02:00
Peter Simons 0533562041 haskell-bson: update to version 0.3 2014-06-26 18:23:29 +02:00
Peter Simons 3239293415 haskell-pipes-bytestring: re-generate expression with cabal2nix 2014-06-26 18:23:28 +02:00
Peter Simons 8864a6ec55 haskell-extensible-effects: re-generate expression with cabal2nix 2014-06-26 18:23:28 +02:00
Vladimír Čunát e993219be7 gtk2: maintenance update 2014-06-26 18:22:49 +02:00
Aycan iRiCAN 86784cb731 jailbreak pipes-aeson which depends on pipes-bytestring == 2.0.* which is not available 2014-06-26 09:29:27 +03:00
Aycan iRiCAN 0c1ea65be9 jailbreak pipes-aeson which depends on pipes-bytestring == 2.0.* which is not available. 2014-06-26 09:23:46 +03:00
tomberek 5edd90ac3f Haskell: add monadloc-pp 2014-06-25 23:57:14 -04:00
Aycan iRiCAN 8e4e15804c Added haskell packages: hdaemonize, ixset, shellmate, tables and webdriver. 2014-06-25 03:02:50 +03:00
Aycan iRiCAN cc0c939773 jailbreak pipes-text which depends an older pipes-bytestring 2014-06-25 02:58:43 +03:00
William A. Kennington III 565f67b15d gnu-efi: Update 3.0u -> 3.0v
Additionally, create the include directories so that install populates
them.
2014-06-24 16:10:13 -05:00
Florian Friesdorf ba654b9368 Merge pull request #3056 from aherrmann/pr_tables
Python module tables
2014-06-23 22:58:04 +02:00
Bjørn Forsman a576a3c341 zeitgeist: fix description (don't repeat package name) 2014-06-23 13:39:13 +02:00
Bjørn Forsman b5cd66487a zlib: add description and license info 2014-06-23 13:28:58 +02:00
Bjørn Forsman 8be11be953 zziplib: fix description (don't repeat package name) 2014-06-23 13:04:06 +02:00
Bjørn Forsman 4b61edb390 coredumper: mark as broken
It doesn't build. Bumping to latest version (1.2.1) didn't fix it. It
has no maintainers and the last time the expression was touched was in
2007.
2014-06-22 23:10:32 +02:00
Bjørn Forsman ce4c20165b clearsilver: add description + homepage 2014-06-22 22:51:14 +02:00
Bjørn Forsman d376975101 axis: add meta.description 2014-06-22 22:36:23 +02:00
Bjørn Forsman 6c2d696f42 axis: fix download url (the old one is dead) 2014-06-22 22:34:10 +02:00
Bjørn Forsman 20a8630c2f axis: use space instead of hardtab 2014-06-22 22:33:46 +02:00
Bjørn Forsman 6693f6c3e3 accountsservice: add meta.description 2014-06-22 21:32:30 +02:00
Bjørn Forsman 76672dd9e3 accountsservice: be consistent in naming (always two 's')
The package is (correctly) named 'accountsservice' (with two 's'), but
the attribute and expression path lacked one 's'. Fix it.
2014-06-22 21:32:16 +02:00
Andreas Herrmann c24e85f3a5 szip: Fix source hash
The hash code of the downloaded source tar-ball was not identical to the one
specified in the nix-expression. This commit fixes that problem.
2014-06-22 20:05:20 +02:00
Aycan iRiCAN ce64f0681a Added haskellPackages.hweblib 0.6.3 2014-06-22 17:23:33 +03:00
Peter Simons 1704764dde Merge pull request #3044 from aycanirican/master
pipes-bytestring: updated to 2.1.0
2014-06-22 15:32:06 +02:00
Peter Simons 5b6f3fc7f5 Merge pull request #3017 from ttuegel/wrap-haskell
Wrap Haskell tools to find GHC packages
2014-06-22 15:29:53 +02:00
Oliver Charles 41648113c8 haskellPackages.extensibleEffects: Jailbreak this package
This is required until https://github.com/RobotGymnast/extensible-effects/issues/15 is resolved
2014-06-22 14:28:27 +01:00
Luca Bruno c5e0079962 libvorbis: use pkgconfig instead of guessing paths. Closes #3014 2014-06-22 12:40:59 +02:00
Aycan iRiCAN c699a16785 pipes-bytestring: updated to 2.1.0 2014-06-22 13:07:08 +03:00
Vladimír Čunát dac60392fc fontconfig: attempt to fix installation on darwin 2014-06-22 11:37:43 +02:00
Peter Simons db42ae4916 Merge pull request #3042 from ip1981/master
Added simple-sql-parser 0.4.0
2014-06-22 11:14:58 +02:00
Peter Simons 484e9d4e70 haskell-twitter-types: update to version 0.3.20140620 2014-06-22 10:33:20 +02:00
Peter Simons 1c87337b46 haskell-shake: update to version 0.13.2 2014-06-22 10:33:20 +02:00
Peter Simons f20464e281 haskell-network-info: update to version 0.2.0.5 2014-06-22 10:33:20 +02:00
Igor Pashev ff860fa21f Added simple-sql-parser 0.4.0 2014-06-22 07:49:31 +02:00
Aycan iRiCAN a60e9fb33c Merge remote-tracking branch 'upstream/master' 2014-06-21 19:55:26 +03:00
John Wiegley a986835718 Merge pull request #2986 from jwiegley/ncurses
ncurses: apply a patch on Darwin for a clang bug
2014-06-21 09:20:05 -07:00
John Wiegley 820052eb2c Merge pull request #2983 from jwiegley/zlib
Do not use static-libgcc flag on Darwin
2014-06-21 09:19:48 -07:00
Aycan iRiCAN e9385023d7 Added distributed-process 0.5.
Bump binary version dependency of rank1dynamic, distributed-static, network-transport-* to 0.7.2.1.
2014-06-21 16:37:02 +03:00
Peter Simons 05f78d60c1 haskell-network-transport-tcp: fix build with ghc < 7.8.2 2014-06-21 15:04:25 +02:00
Peter Simons d95004cabf gsl: update to version 1.16 2014-06-21 14:03:09 +02:00
Peter Simons 7179bdbcfe haskell-network-transport-tcp: jailbreak to fix build with network 2.5 2014-06-21 13:14:35 +02:00
Aycan iRiCAN 5a080b9d72 Disable network-transport-tcp tests, since it should depend on network-transport-tests-0.2.0.0 which is not released yet. 2014-06-21 13:12:03 +02:00
John Wiegley 34c1d46c60 hoogle-local: Add patch based on main hoogle expression 2014-06-20 22:34:27 -07:00
John Wiegley 9d36361931 haskell-free-operational: Remove expression 2014-06-20 22:33:36 -07:00
Peter Simons 16b07cfc4f haskell-MonadCatchIO-transformers: update to version 0.3.1.1 2014-06-20 17:16:04 +02:00
Peter Simons 8a1f4d4e24 haskell-MonadCatchIO-mtl: jailbreak to support latest MonadCatchIO-transformers 2014-06-20 17:16:04 +02:00
Peter Simons 4c1621decf haskell-yesod-test: update to version 1.2.3.1 2014-06-20 16:56:00 +02:00
Peter Simons 435e9144c0 haskell-yesod-form: update to version 1.3.11 2014-06-20 16:56:00 +02:00
Peter Simons 89797dd671 haskell-yesod-core: update to version 1.2.17 2014-06-20 16:56:00 +02:00
Peter Simons c861de5615 haskell-yesod-bin: update to version 1.2.11 2014-06-20 16:55:59 +02:00
Peter Simons dd451edb4f haskell-wai-extra: update to version 3.0.0.1 2014-06-20 16:55:59 +02:00
Peter Simons 44853ef4d2 haskell-vinyl: update to version 0.4.2 2014-06-20 16:55:59 +02:00
Peter Simons b99b0f3ca2 haskell-vector-space: update to version 0.8.7 2014-06-20 16:55:59 +02:00
Peter Simons 8a0186e65b haskell-twitter-conduit: update to version 0.0.4 2014-06-20 16:55:59 +02:00
Peter Simons d78aa3621b haskell-syntactic: update to version 1.13 2014-06-20 16:55:59 +02:00
Peter Simons ed16672aa9 haskell-snap-cors: update to version 1.2.5 2014-06-20 16:55:59 +02:00
Peter Simons aa59970042 haskell-scotty: update to version 0.8.1 2014-06-20 16:55:59 +02:00
Peter Simons 3662aab37a haskell-robots-txt: update to version 0.4.1.0 2014-06-20 16:55:58 +02:00
Peter Simons b76e86c782 haskell-purescript: update to version 0.5.2.4 2014-06-20 16:55:58 +02:00
Peter Simons 35d53b368f haskell-mono-traversable: update to version 0.6.0.3 2014-06-20 16:55:58 +02:00
Peter Simons 54ef970c6b haskell-language-c-quote: update to version 0.8.0 2014-06-20 16:55:58 +02:00
Peter Simons c4dcee2dd0 haskell-http-conduit: update to version 2.1.2.3 2014-06-20 16:55:58 +02:00
Peter Simons 54cd793305 haskell-http-client: update to version 0.3.3.2 2014-06-20 16:55:58 +02:00
Peter Simons e9387206da haskell-http-client-tls: update to version 0.2.1.2 2014-06-20 16:55:58 +02:00
Peter Simons ca89435a5d haskell-highlighting-kate: update to version 0.5.8.3 2014-06-20 16:55:58 +02:00
Peter Simons 1554bcf3b4 haskell-haxr: update to version 3000.10.3 2014-06-20 16:55:57 +02:00
Peter Simons 99ee851046 haskell-haskell-packages: update to version 0.2.4.1 2014-06-20 16:55:57 +02:00
Peter Simons 8ca2a7c9c3 haskell-fay: update to version 0.20.1.1 2014-06-20 16:55:57 +02:00
Peter Simons 6b8539aa44 haskell-dns: update to version 1.4.0 2014-06-20 16:55:57 +02:00
Peter Simons 2a88d3e56b haskell-data-lens-light: update to version 0.1.2 2014-06-20 16:55:57 +02:00
Peter Simons c3ac79a5cb haskell-cryptohash: update to version 0.11.6 2014-06-20 16:55:57 +02:00
Peter Simons 2536eea460 haskell-amqp: update to version 0.9 2014-06-20 16:55:57 +02:00
Peter Simons 46abd4dfbc haskell-SHA: update to version 1.6.4.1 2014-06-20 16:55:56 +02:00
Peter Simons 6587a30c4a haskell-websockets: re-generate with cabal2nix 2014-06-20 16:55:56 +02:00
Peter Simons 80ffd99100 haskell-tcache-AWS: re-generate with cabal2nix 2014-06-20 16:55:56 +02:00
Peter Simons 18283ac861 haskell-fb: re-generate with cabal2nix 2014-06-20 16:55:56 +02:00
Peter Simons 6dcbc2ef9f haskell-platform-2009.2.0.2: un-break the expression to try and fix it 2014-06-20 16:55:56 +02:00
Peter Simons 011e696f6d haskell-platform-2010.1.0.0: un-break the expression to try and fix it 2014-06-20 16:55:56 +02:00
Peter Simons f25e9c435d haskell-yesod-auth: update to version 1.3.1.1 2014-06-20 16:55:56 +02:00
Peter Simons a2570f8448 haskell-twitter-conduit: update to version 0.0.3 2014-06-20 16:55:56 +02:00