Peter Simons
312d081b6a
pkgs/build-support/cabal: move current postFixup hook into installPhase to free up the postFixup hook for users to override
...
Builds tend to override pre and post hooks for each phase, so we should not use
them to perform regular build commands that cannot be omitted.
2013-10-20 15:40:36 +02:00
Peter Simons
3ec00b51f8
gcc: update to 4.8.x branch to 4.8.2
2013-10-19 15:10:27 +02:00
Peter Simons
82bc91a548
build-support/cabal: add an option to enable shared library support
...
enableSharedLibraries configures Cabal to build of shared libraries. This
option requires that all dependencies of the package have been compiled
for use in shared libraries, too.
enableSharedExecutables configures Cabal to prefer shared libraries when
linking executables.
This patch partly fixes issue #1084 .
2013-10-19 14:55:39 +02:00
Peter Simons
ee0a88ba01
Merge remote-tracking branch 'origin/master' into stdenv-updates.
2013-10-19 13:55:06 +02:00
Domen Kožar
92613863fe
nodejs: 0.10.12 -> 0.10.21 (security fixes)
2013-10-19 13:52:03 +02:00
Peter Simons
2656f1b4a1
haskell-data-pprint: add missing fetchurl and '-p2' flag
2013-10-19 13:26:40 +02:00
Peter Simons
cd5a60d590
haskell-data-pprint: patch to fix build with older versions of 'pretty'
2013-10-19 13:02:54 +02:00
Peter Simons
5215ad693c
haskell-hakyll: update to version 4.4.1.2
2013-10-19 12:45:35 +02:00
Peter Simons
a9302d494c
haskell-clock: add version 0.4.0.1
2013-10-19 12:43:56 +02:00
Peter Simons
9ada1e9d50
haskell-optparse-applicative: update to version 0.7.0.2
2013-10-19 11:49:15 +02:00
Peter Simons
cbc31042f8
haskell-monoid-extras: update to version 0.3.2.3
2013-10-19 11:49:15 +02:00
Peter Simons
b4a967d771
haskell-hakyll: update to version 4.4.1.1
2013-10-19 11:49:15 +02:00
Peter Simons
7e3384d9a8
haskell-amqp: update to version 0.7.0
2013-10-19 11:29:28 +02:00
Peter Simons
4665430ff6
haskell-zip-archive: update to version 0.1.4
2013-10-19 11:29:28 +02:00
Peter Simons
e271bb876e
haskell-unix-time: update to version 0.2.1
2013-10-19 11:29:28 +02:00
Peter Simons
803c55e563
haskell-snap: update to version 0.13.0.4
2013-10-19 11:29:28 +02:00
Peter Simons
914369f732
haskell-optparse-applicative: update to version 0.7.0
2013-10-19 11:29:28 +02:00
Peter Simons
3138345c8f
haskell-http-types: update to version 0.8.2
2013-10-19 11:29:28 +02:00
Peter Simons
88cf665d38
haskell-errors: update to version 1.4.3
2013-10-19 11:29:28 +02:00
Peter Simons
78e8cd0f37
haskell-active: update to version 0.1.0.8
2013-10-19 11:29:28 +02:00
Evgeny Egorochkin
73449533ba
linux 3.12: fix url to match hash
2013-10-19 10:52:16 +03:00
Evgeny Egorochkin
a3757a2f67
i7z: update to 0.27.2, cleanup build, add git repository to metadata.
2013-10-18 23:05:22 +03:00
Shea Levy
5c1bafa4c3
Update nodePackages and add meat nodePackage
...
Fixes #1057
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-10-18 15:56:33 -04:00
Evgeny Egorochkin
745a08d4c4
libtxc_dxtn: get rid of duplicate package, clean up build script.
2013-10-18 22:34:27 +03:00
Peter Simons
6be8ad3392
Merge branch 'origin/master' into stdenv-updates.
...
There was a minor conflict in 'stumpwm'. The package needs texinfo
version 4.x. At least is used to, I'm not sure whether it still does.
2013-10-18 18:57:24 +02:00
Domen Kožar
f5f1bfa30a
add ike: IPSec client
2013-10-18 18:50:53 +02:00
Peter Simons
ea6f711e8e
isl: update download url
...
This patch fixes issue #1091 .
2013-10-18 18:46:00 +02:00
Peter Simons
c18860e6ad
Merge pull request #1092 from ocharles/comonad-transformers
...
haskellPackages.comonadTransformers: Do not build haddocks
2013-10-18 09:40:28 -07:00
Peter Simons
e9163ad4c9
ghc: configure RPATH that allows ghc's shared libraries to find each other
...
Prior to this patch, libHSrts.so didn't know how to load libffi.so.
See issue #1081 for further details.
2013-10-18 18:39:04 +02:00
Eelco Dolstra
2402a250a1
sleuthkit: Rewrite to mkDerivation
2013-10-18 13:45:18 +02:00
Oliver Charles
9115078314
haskellPackages.comonadTransformers: Do not build haddocks
...
This package no library provides any modules, so there are no
haddocks to build.
2013-10-18 12:27:16 +01:00
Peter Simons
06d6c3ed5d
haskell-src-meta: jailbreak to fix build with latest th-orphans
2013-10-18 12:52:28 +02:00
Peter Simons
b36e648722
haskell-shake: test suite fails in LANG=C environment
...
https://github.com/ndmitchell/shake/issues/73
2013-10-18 12:52:28 +02:00
Peter Simons
04d8147219
haskell-packages.nix: fix evaluation of cabal-install
2013-10-18 12:52:28 +02:00
Peter Simons
d269c57585
haskell-utf8-light: update to version 0.4.2
2013-10-18 12:52:27 +02:00
Peter Simons
486d2d9e9b
haskell-th-orphans: update to version 0.8
2013-10-18 12:52:27 +02:00
Peter Simons
fd18714fdb
haskell-th-lift: update to version 0.5.6
2013-10-18 12:52:27 +02:00
Peter Simons
45a91132d9
haskell-system-filepath: update to version 0.4.8
2013-10-18 12:52:27 +02:00
Peter Simons
d201a6e224
haskell-shakespeare: update to version 1.2.0.1
2013-10-18 12:52:27 +02:00
Peter Simons
9f43183c61
haskell-shakespeare-text: update to version 1.0.0.8
2013-10-18 12:52:27 +02:00
Peter Simons
469e7aef65
haskell-shakespeare-js: update to version 1.2.0.2
2013-10-18 12:52:27 +02:00
Peter Simons
35c78fe23c
haskell-shake: update to version 0.10.8
2013-10-18 12:52:27 +02:00
Peter Simons
75ac9e0576
haskell-persistent-template: update to version 1.2.0.4
2013-10-18 12:52:27 +02:00
Peter Simons
82cf1828a4
haskell-free: update to version 4.1
2013-10-18 12:52:27 +02:00
Peter Simons
62f701dc2e
haskell-file-embed: update to version 0.0.5
2013-10-18 12:52:27 +02:00
Peter Simons
b2868afaa4
haskell-entropy: update to version 0.2.2.4
2013-10-18 12:52:27 +02:00
Peter Simons
7026921a04
haskell-bindings-DSL: update to version 1.0.20
2013-10-18 12:52:27 +02:00
Peter Simons
a6be541153
haskell-JuicyPixels: update to version 3.1.1.1
2013-10-18 12:52:27 +02:00
Peter Simons
c72d4a105a
haskell-ChasingBottoms: update to version 1.3.0.7
2013-10-18 12:52:27 +02:00
Peter Simons
b258b45a4f
haskell-idris: update to version 0.9.9.3
2013-10-18 12:52:27 +02:00