Peter Simons
773fc7e9be
haskell-file-embed: update to version 0.0.4.8
2013-06-05 12:17:36 +02:00
Peter Simons
0dfe09b6c9
haskell-bmp: update to version 1.2.5.1
...
GHC versions prior to 7.6.x cannot compile this version, so override the 'bmp'
attribute for those compilers to version 1.2.2.1 in haskell-defaults.nix.
2013-06-05 12:17:35 +02:00
Peter Simons
f165b58b7b
cabal2nix: add myself as a maintainer
2013-06-05 12:17:35 +02:00
Mathijs Kwik
187670c7da
add haskell/idris
2013-06-05 12:17:35 +02:00
Mathijs Kwik
3e0a25508c
add haskell/language-java
2013-06-05 12:17:35 +02:00
Mathijs Kwik
bf310f322e
add haskell/libffi
2013-06-05 12:17:35 +02:00
Vladimír Čunát
341aadaba1
kdenlive+mlt: enabling some subcomponents, parallel builds
2013-06-05 00:30:44 +02:00
Eelco Dolstra
94dfd4bdf9
php: Get rid of unnecessary runtime dependencies like gettext
2013-06-04 14:57:37 +02:00
Peter Simons
9d4aec76f8
Merge pull request #589 from ocharles/pipes
...
Add various libraries for the Haskell "pipes" ecosystem
2013-06-04 05:09:08 -07:00
Oliver Charles
a4d69deca4
haskell-pipes: Add pipes-concurrency, pipes-parse and pipes-safe
2013-06-04 10:57:21 +01:00
Oliver Charles
cdba8df4d5
haskell-pipes: Add pipes 3.3.0
2013-06-04 10:52:25 +01:00
Evgeny Egorochkin
13b3fa8d36
libotr3: bump to 3.2.1
2013-06-04 12:40:05 +03:00
Michael Raskin
d82d86eb64
ECL update
2013-06-04 11:29:34 +04:00
Michael Raskin
40a250fc6f
SBCL update
2013-06-04 11:10:06 +04:00
Mathijs Kwik
079ea60624
neoload: upgrade to 4.1.3
2013-06-04 07:50:59 +02:00
Evgeny Egorochkin
b41d8029c9
Merge pull request #581 from bbenoist/phpftp
...
php-5.4: Reintroduce the ftpSupport build option
2013-06-03 15:40:43 -07:00
Peter Simons
1ed5202c2c
Agda: cosmetic change
2013-06-03 22:09:34 +02:00
Lluís Batlle i Rossell
3e070f105d
gnutls: updating the url.
...
It was outdated (from times when gnutls was at gnupg repository)
2013-06-03 16:19:26 +02:00
Lluís Batlle i Rossell
f004ddc7cf
crypto++: adding shared object target
...
We only built the static library, before.
2013-06-03 14:54:14 +02:00
Lluís Batlle i Rossell
8e023d1751
gnutls: downgrading to the latest in 3.1 series
...
A test was failing on i686 (not on x86_64):
http://hydra.nixos.org/build/5222124/nixlog/1/tail-reload
2013-06-03 14:54:13 +02:00
Peter Simons
7b40df9c95
haskell-tls-extra: update to version 0.6.4
2013-06-03 14:12:58 +02:00
Lluís Batlle i Rossell
5324db88ec
gnutls: update to 3.2.1
...
Required also: nettle: update to 2.7.1
I tested that wget works.
2013-06-03 12:19:02 +02:00
Eelco Dolstra
f1c42a8331
Module::Pluggable: Update to 4.8
2013-06-02 23:33:27 +02:00
Peter Simons
7250514410
haskell-hledger: update to version 0.21
2013-06-02 21:31:09 +02:00
Peter Simons
7cdd298eb2
haskell-hledger-web: update to version 0.21
2013-06-02 21:31:09 +02:00
Peter Simons
71f3c07548
haskell-hledger-lib: update to version 0.21
2013-06-02 21:31:08 +02:00
Peter Simons
081ca56cc9
haskell-yesod-platform: add version 1.2.0.1
2013-06-01 14:53:44 +02:00
Peter Simons
e8b8efa471
haskell-cabal2nix: update to version 1.50
2013-06-01 14:53:44 +02:00
Peter Simons
2bc98d2b39
haskell-stm-conduit: update to version 2.1.0
2013-06-01 14:53:44 +02:00
Peter Simons
def6e9d78e
haskell-stm-chans: update to version 3.0.0
2013-06-01 14:53:44 +02:00
Peter Simons
bc17e069f9
haskell-shakespeare-i18n: update to version 1.0.0.3
2013-06-01 14:53:44 +02:00
Peter Simons
4a09850b0f
haskell-repa: update to version 3.2.3.3
2013-06-01 14:53:44 +02:00
Peter Simons
fe231c5562
haskell-repa-examples: update to version 3.2.3.2
2013-06-01 14:53:44 +02:00
bbenoist
22194538d7
qtcreator: Update to 2.7.1 and improvements (merge #579 )
...
- Qt is now directly overriden in QtCreator's definition.
- qt48Full can be used in a development environment to enable access to
docs demos and examples.
NOTE: It may be required to remove older configuration files located in
~/.config/QtProject and at ~/.config/Trolltech.conf to reconfigure
qtcreator with the correct paths. I have found /nix/store/... paths in the
following files:
$HOME/.config/QtProject/qtcreator/toolchains.xml
$HOME/.config/QtProject/qtcreator/qtversion.xml
$HOME/.config/QtProject/qtcreator/helpcollection.qhc
At the first launch, be sure to check your qtcreator's configuration by
selecting Tools->Options. The most important parts are the Kits and
QtVersion tabs located in the Build & Run section.
2013-06-01 12:53:17 +02:00
bbenoist
0c6e22adba
qt: make docs, demos and examples optionnaly available
...
As the only option before was to don't include them at all.
2013-06-01 12:51:41 +02:00
bbenoist
23fb448242
php-5.4: Reintroduce the ftpSupport build option
...
The ftpSupport build option I added on the 5.3 version of PHP was not
present in the version 5.4 because it was not yet merged when I wrote my
commit.
2013-06-01 01:16:36 +02:00
Lluís Batlle i Rossell
ce88984ecc
New URLs for coin3d
2013-05-31 10:25:35 +02:00
Lluís Batlle i Rossell
9b9bd3d055
libf2c: fixing hash.
...
The changes:
diff -r lold/arithchk.c l/arithchk.c
218a219,221
> if (sizeof(long long) > sizeof(long)
> && sizeof(long long) == sizeof(void*))
> fprintf(f, "#define LONG_LONG_POINTERS\n");
diff -r lold/README l/README
41c41
< message to netlib@netlib.bell-labs.com
---
> message to netlib@netlib.org
2013-05-31 10:25:35 +02:00
Evgeny Egorochkin
7f6af6a43b
Merge pull request #577 from wizeman/setuptools
...
setuptools: Fix download link (the old one was returning 404)
2013-05-31 00:37:12 -07:00
Ricardo M. Correia
96b01e999f
setuptools: Fix download link (the old one was returning 404)
2013-05-31 01:09:44 +00:00
Lluís Batlle i Rossell
b810381cce
Ouch. I rolled back the default opencascade by error.
2013-05-30 19:26:15 +02:00
Lluís Batlle i Rossell
270f861dde
Setting opencascade 6.5 to freecad for it to build.
2013-05-30 19:25:01 +02:00
Lluís Batlle i Rossell
6c4c1c4fb6
Updating opencascade to 6.6.0
2013-05-30 15:13:53 +02:00
Peter Simons
7b48b3acf6
haskell-wx-core: jailbreak to fix build with Haskell Platform 2013.2.0.0
2013-05-30 12:35:18 +02:00
Peter Simons
3eab69da50
haskell-distributed-process: jailbreak to fix build with Haskell Platform 2013.2.0.0
2013-05-30 12:33:44 +02:00
Peter Simons
41f9d7d83c
benchpress: jailbreak to fix build with Haskell Platform 2013.2.0.0
2013-05-30 12:33:44 +02:00
Peter Simons
93eb171838
Hipmunk: jailbreak to fix build with Haskell Platform 2013.2.0.0
2013-05-30 12:33:44 +02:00
Peter Simons
c009bddb19
haskell-language-c-quote: jailbreak to fix build with Haskell Platform 2013.2.0.0
2013-05-30 12:33:44 +02:00
Peter Simons
36aaa263d3
cabal2ghci: jailbreak to fix build with Haskell Platform 2013.2.0.0
2013-05-30 12:33:44 +02:00
Peter Simons
ff1dbd50b8
haskell-HFuse: fix capitalization of directory name
2013-05-30 12:33:43 +02:00