Peter Simons
f38fabb65d
haskell-postgresql-simple: update to version 0.4.4.0
2014-08-26 13:47:01 +02:00
Peter Simons
a9c6e7da40
haskell-json-assertions: update to version 1.0.5
2014-08-26 13:47:01 +02:00
Peter Simons
0ac307bd8a
haskell-http-conduit: update to version 2.1.4.1
2014-08-26 13:47:01 +02:00
Peter Simons
6c3990bfae
haskell-vty: update to version 5.2.1
2014-08-26 13:47:01 +02:00
Peter Simons
9c1ed91d60
haskell-hi: re-generate with cabal2nix
2014-08-26 13:47:01 +02:00
Peter Simons
c1607dcd5a
haskell-wreq: disable the test suite to fix the build
...
https://github.com/NixOS/nixpkgs/pull/3795
2014-08-26 12:34:39 +02:00
Peter Simons
3af5310ef4
Merge pull request #3795 from MP2E/wreq_update
...
wreq updated to 0.2
2014-08-26 12:17:13 +02:00
Peter Simons
2bc3a54bfc
Revert "New package ghcParser"
2014-08-26 12:16:08 +02:00
Lluís Batlle i Rossell
f84c121e5e
Updating opencascade oce to 0.16 fix the build.
...
At some point the build stopped because of X/mesa updates.
2014-08-26 12:07:49 +02:00
Peter Simons
c17d85be5c
Merge pull request #3791 from cdhf/master
...
New package ghcParser
2014-08-26 11:53:04 +02:00
Peter Simons
67454f23e3
Merge pull request #3794 from MP2E/hi_update
...
Update hi to 0.8.2
2014-08-26 11:52:38 +02:00
Rob Vermaas
92ec3562c3
Mark nix-plugins as broken.
2014-08-26 11:33:58 +02:00
Domen Kožar
abe7730f23
remove pdf2htmlex: too much hassle to fix it
2014-08-26 09:57:38 +02:00
Cray Elliott
5a717eef8b
wreq updated to 0.2
2014-08-25 23:50:14 -07:00
John Wiegley
72954393f8
haskell-ivory: 0.1.0.0 new expression
2014-08-26 01:21:49 -05:00
Cray Elliott
8dc11b46a6
Update hi to 0.8.2, doCheck set to false
2014-08-25 21:16:19 -07:00
Jaka Hudoklin
8a5f5e4e8b
Merge pull request #3793 from NixOS/pkgs/nfchacktools
...
Libnfc and mfcuk packages
2014-08-26 01:32:50 +02:00
Jaka Hudoklin
74625641f8
Add libnfc 1.7.1
2014-08-26 01:21:27 +02:00
William A. Kennington III
c3f730d185
libnftnl: Add derivation
2014-08-25 14:55:15 +02:00
Mathijs Kwik
4b058a204d
remove obsolete haskell-parsers-0.10
2014-08-25 13:56:53 +02:00
Oliver Charles
e7b2e13ff4
haskellPackages.wreq: Patch to work with lens >= 4.4
2014-08-25 12:47:57 +01:00
Oliver Charles
41b75fc4d4
haskellPackages.websockets: Don't jailbreak
...
The maintainer is active on Hackage, and will benefit from bug reports
on build failure. It currently builds without needing to jailbreak.
2014-08-25 12:06:13 +01:00
Peter Simons
3d42da9e0b
haskell-yesod-core: update to version 1.2.19.1
2014-08-25 12:17:15 +02:00
Peter Simons
daf9ad906a
haskell-stylish-haskell: update to version 0.5.10.2
2014-08-25 12:17:15 +02:00
Peter Simons
de43fed57e
haskell-language-c: update to version 0.4.6
2014-08-25 12:17:15 +02:00
Peter Simons
3120bbde2e
haskell-http-client: update to version 0.3.7.2
2014-08-25 12:17:15 +02:00
Peter Simons
c2ad6595d2
haskell-HTTP: update to version 4000.2.18
2014-08-25 12:17:15 +02:00
Peter Simons
57c8030b56
haskell-MonadRandom: update to version 0.2.0.1
2014-08-25 12:17:15 +02:00
Bjørn Forsman
c9baba9212
Fix many package descriptions
...
(My OCD kicked in today...)
Remove repeated package names, capitalize first word, remove trailing
periods and move overlong descriptions to longDescription.
I also simplified some descriptions as well, when they were particularly
long or technical, often based on Arch Linux' package descriptions.
I've tried to stay away from generated expressions (and I think I
succeeded).
Some specifics worth mentioning:
* cron, has "Vixie Cron" in its description. The "Vixie" part is not
mentioned anywhere else. I kept it in a parenthesis at the end of the
description.
* ctags description started with "Exuberant Ctags ...", and the
"exuberant" part is not mentioned elsewhere. Kept it in a parenthesis
at the end of description.
* nix has the description "The Nix Deployment System". Since that
doesn't really say much what it is/does (especially after removing
the package name!), I changed that to "Powerful package manager that
makes package management reliable and reproducible" (borrowed from
nixos.org).
* Tons of "GNU Foo, Foo is a [the important bits]" descriptions
is changed to just [the important bits]. If the package name doesn't
contain GNU I don't think it's needed to say it in the description
either.
2014-08-24 22:31:37 +02:00
Peter Simons
09b7323abf
haskell-yesod-core: disable test suite to fix the build
...
https://github.com/yesodweb/yesod/issues/813
2014-08-24 20:28:13 +02:00
Peter Simons
5af8b24cf2
haskell-twitter-conduit: mark package broken
...
Web/Twitter/Conduit/Api.hs:643:39:
Ambiguous occurrence ‘UploadedMedia’
It could refer to either ‘Web.Twitter.Types.UploadedMedia’,
imported from ‘Web.Twitter.Types’ at Web/Twitter/Conduit/Api.hs:136:1-24
or ‘Web.Twitter.Conduit.Types.UploadedMedia’,
imported from ‘Web.Twitter.Conduit.Types’ at Web/Twitter/Conduit/Api.hs:137:1-32
(and originally defined
at Web/Twitter/Conduit/Types.hs:(99,1)-(103,19))
2014-08-24 20:28:13 +02:00
Peter Simons
adfb7f8daa
haskell-MonadRandom: don't try to build version 0.2 on Hydra
2014-08-24 20:28:13 +02:00
Peter Simons
c6107230dc
haskell-ghc-mod: update to version 5.0.1.1
2014-08-24 20:28:13 +02:00
Peter Simons
9d4faaddbc
haskell-yaml: update to version 0.8.9
2014-08-24 20:28:13 +02:00
Peter Simons
e7b4a47f44
haskell-auto-update: update to version 0.1.1.2
2014-08-24 20:28:13 +02:00
Peter Simons
7287a9fd84
haskell-hcltest: mark "broken"
...
Can't deal with lens 4.4: http://hydra.cryp.to/build/180379/nixlog/1/raw
2014-08-24 20:28:12 +02:00
Peter Simons
cd274d60b2
haskell-json-schema: jailbreak to fix build with tasty-hunit 0.9.x
2014-08-24 20:28:12 +02:00
Peter Simons
70d2f6928d
Re-generate Haskell packages with cabal2nix.
2014-08-24 20:28:12 +02:00
Peter Simons
d72b7796d1
haskell-MonadRandom: add version 0.2
...
We cannot use it anywhere except HEAD, unfortunately, because the
package depends on transformers 0.4.x, which is a core package and
cannot be updated.
2014-08-24 20:28:12 +02:00
Peter Simons
cbc67e1704
hsyslog: build with a recent version of Cabal on GHC 6.10.4 (and don't run Haddock)
2014-08-24 20:28:12 +02:00
Peter Simons
af49e4a2b0
haskell-vty: update to version 5.2.0
2014-08-24 20:28:12 +02:00
Peter Simons
9ca9a23abe
haskell-network: add version 2.6.0.1
...
We cannot use this version anywhere because of https://github.com/haskell/HTTP/issues/75
2014-08-24 20:28:12 +02:00
Peter Simons
963c45ecf8
haskell-random: update to version 1.0.1.3
...
Don't update the library for GHC <= 7.4.x: https://github.com/haskell/random/issues/10
2014-08-24 20:28:12 +02:00
Peter Simons
66e3d38864
haskell-wl-pprint-terminfo: update to version 3.7.1.1
2014-08-24 20:28:12 +02:00
Peter Simons
05cc6c7aa1
haskell-wai-extra: update to version 3.0.2.1
2014-08-24 20:28:12 +02:00
Peter Simons
9cab2fbdf5
haskell-twitter-types: update to version 0.5.0
2014-08-24 20:28:12 +02:00
Peter Simons
e3184a2f13
haskell-tasty-hunit: update to version 0.9
2014-08-24 20:28:12 +02:00
Peter Simons
dc3f01d180
haskell-statvfs: update to version 0.2
2014-08-24 20:28:12 +02:00
Peter Simons
d81a81b231
haskell-shelly: update to version 1.5.5
2014-08-24 20:28:12 +02:00
Peter Simons
e4d7f90b80
haskell-rest-wai: update to version 0.1.0.3
2014-08-24 20:28:12 +02:00
Peter Simons
23e4cc3d8e
haskell-rest-types: update to version 1.10.2
2014-08-24 20:28:11 +02:00
Peter Simons
4781970e54
haskell-rest-snap: update to version 0.1.17.13
2014-08-24 20:28:11 +02:00
Peter Simons
bcdf38e4ef
haskell-rest-happstack: update to version 0.2.10.1
2014-08-24 20:28:11 +02:00
Peter Simons
c8baea2590
haskell-rest-gen: update to version 0.14.2.1
2014-08-24 20:28:11 +02:00
Peter Simons
37557002ed
haskell-rest-core: update to version 0.32
2014-08-24 20:28:11 +02:00
Peter Simons
4b128ae8ea
haskell-lifted-async: update to version 0.2.0.2
2014-08-24 20:28:11 +02:00
Peter Simons
11ca9c9aa7
haskell-hplayground: update to version 0.1.0.3
2014-08-24 20:28:11 +02:00
Peter Simons
8dbf7f3262
haskell-gitit: update to version 0.10.5
2014-08-24 20:28:11 +02:00
Peter Simons
8f31973d6e
haskell-compdata: update to version 0.9
2014-08-24 20:28:11 +02:00
Peter Simons
040e46ebc5
haskell-cabal-cargs: update to version 0.7.1
2014-08-24 20:28:11 +02:00
Peter Simons
5d8bf16d87
haskell-aws: update to version 0.10.3
2014-08-24 20:28:11 +02:00
Peter Simons
a3a1ea58f6
haskell-GLUtil: update to version 0.8.1
2014-08-24 20:28:11 +02:00
Cray Elliott
bfb82ef138
restore maintainer information that cabal2nix stripped
2014-08-24 20:28:11 +02:00
Cray Elliott
81a67653d2
mark json-assertions as broken for now
...
needs lens-aeson package and upper bounds bump
2014-08-24 20:28:11 +02:00
Cray Elliott
eec2160026
update hsimport to 0.5.1, fixes breakage
2014-08-24 20:28:11 +02:00
Cray Elliott
478f96d6c3
Update twitter-conduit, fixes breakage
2014-08-24 20:28:10 +02:00
Cray Elliott
8e9ab29d43
mark wreq as broken, issue made upstream
...
breaks because of incompatibility with lens > 4.4
2014-08-24 20:28:10 +02:00
Cray Elliott
4903ec0281
xml-lens upper bounds jailbroken, built and tested with lens v4.4.0.1
...
bug filed upstream to bump upper bounds
2014-08-24 20:28:10 +02:00
Peter Simons
fce4017f32
Merge pull request #3765 from Fuuzetsu/sized
...
haskell: add sized package (+ deps)
2014-08-24 19:59:15 +02:00
Eelco Dolstra
2d6d43c02c
Fix tarball build
2014-08-24 18:52:50 +02:00
Mateusz Kowalczyk
2a94f8916a
haskell-sized: add 0.1.0.0
2014-08-24 17:01:26 +01:00
Mateusz Kowalczyk
780070afa0
haskell-type-natural: add 0.2.3.1
2014-08-24 17:01:08 +01:00
Mateusz Kowalczyk
a39488f4f1
haskell-monomorphic: add 0.0.3.2
2014-08-24 17:00:06 +01:00
Mateusz Kowalczyk
041f6a181b
haskell-equational-reasoning: add version 0.2.0.4
2014-08-24 16:58:58 +01:00
Domen Kožar
be6ae818dc
libtoxcore: upgrade for a few rev to get i686-linux build working
2014-08-24 17:49:36 +02:00
Cillian de Róiste
3529af087a
movit: update from 1.1.1 to 1.1.2
2014-08-24 15:21:09 +02:00
James ‘Twey’ Kay
61a5054953
New Haskell package: network-fancy
2014-08-24 11:33:19 +01:00
Peter Simons
9b6db1c964
Re-generate Haskell packages with cabal2nix.
2014-08-24 11:45:56 +02:00
Peter Simons
6367cd1de1
Merge pull request #3736 from wavewave/add-yesod-auth-hashdb
...
yesod-auth-hashdb haskell package added
2014-08-24 11:24:09 +02:00
Peter Simons
63e5ed7aef
Merge pull request #3743 from ttuegel/ghc-mod
...
Fix ghc-modi hanging in emacs
2014-08-24 11:14:57 +02:00
Cray Elliott
85cdd7ce33
Add SDL2_net v2.0.0
2014-08-24 10:21:47 +02:00
Thomas Tuegel
2af1a92a28
haskell-ghc-mod-5.0.1: use wrapProgram
...
Use wrapProgram from makeWrapper to wrap ghc-mod and ghc-modi like
haddock. The wrapper code is clearer and hopefully more maintainable. As
a side-effect, the bug where emacs would hang while loading ghc-modi is
fixed.
2014-08-23 17:07:13 -05:00
Aycan iRiCAN
70f67efea5
Merge pull request #3740 from MP2E/cabal_lenses
...
Update cabal-lenses to v3.1, no longer needs to be jailbroken
2014-08-23 23:59:24 +03:00
Michael Raskin
33ef69390b
Fix Julia 0.3.0 build (for most purposes). Not making default yet because it is unclear if I missed something important. Failed to make it use external openblas and lapack correctly…
2014-08-24 00:24:55 +04:00
Cray Elliott
d576fa175f
Update cabal-lenses to v3.1, no longer needs to be jailbroken
2014-08-23 13:13:08 -07:00
Mateusz Kowalczyk
c4a7d019a6
haskell-poppler: update to 0.13
...
Fixed by upstream.
2014-08-23 21:04:33 +01:00
Ian-Woo Kim
fab4eb2e7b
yesod-auth-hashdb haskell package added
2014-08-23 12:44:41 -04:00
Danny Chan
9fbd7d7ad5
Add new package ghcParser
2014-08-23 14:00:21 +02:00
Rickard Nilsson
01560400aa
libvirt: Update from 1.2.5 to 1.2.7
2014-08-23 12:41:49 +02:00
Jos van den Oever
01cc5a98d6
qt-5.3: update to 5.3.1
2014-08-23 11:44:33 +02:00
Aycan iRiCAN
1ff1fe44d9
Added myself to maintainer of hdaemonize and hweblib
2014-08-23 12:28:35 +03:00
Michael Raskin
15ec9bdeba
Merge pull request #3328 from wavewave/krb5fix
...
krb5: explicitly giving --with-tcl=no option for configure to remove imp...
2014-08-23 12:28:23 +04:00
Aycan iRiCAN
c314c0dc68
Merge pull request #3723 from MP2E/lens_v4_4_0_1_update
...
Lens update to v4.4.0.1
2014-08-23 10:20:34 +03:00
Aycan iRiCAN
f37457f196
Merge pull request #3722 from bergey/diagrams
...
haskell Diagrams libraries
2014-08-23 10:17:34 +03:00
Patrick Mahoney
f0478220d8
skalibs: new package
...
Skalibs is a set of general-purpose C programming libraries used for
building all software at skarnet.org.
2014-08-22 23:22:55 -05:00
Cray Elliott
27e7d1ff0a
Lens update to v4.4.0.1
2014-08-22 21:08:16 -07:00
Daniel Bergey
a24775bf22
haskell Diagrams libraries
...
latest versions support lens-4.4 - fix broken builds
add bergey as maintainer
2014-08-23 02:05:39 +00:00
Oliver Charles
030439d8fe
haskellPackages.digestiveFunctorsAeson: Update to 1.1.11
2014-08-22 21:19:08 +01:00
ambrop7@gmail.com
896ef91242
libuv: Add version 0.11.29.
2014-08-22 21:52:22 +02:00
Aycan iRiCAN
5e1475d76d
Revert "Revert "Merge pull request #3718 from MP2E/lens_4_4_update""
...
This reverts commit fec81c392f
.
2014-08-22 17:55:55 +03:00