nixpkgs/pkgs/development
Peter Simons d64917ad17 Back-port Haskell-related improvements from stdenv-updates.
* There now is full support for building Haskell packages as shared libraries
   for GHC versions 7.4.2 or later. The Cabal builder recognizes the following
   attributes:

    - enableSharedLibraries configures Cabal to build of shared libraries in
      addition to static ones. 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.

   The default values for these attributes are arguments to the haskellPackages
   expression.

 * Haskell builds now run in a LANG="en_US.UTF-8" environment to avoid plenty
   of build and test suite errors. Without this setting, GHC seems unable to
   deal with the UTF-8 character encoding that's generally considered standard
   in the Haskell world.

 * The Cabal builder supports a new attribute 'testTarget' to specify the exact
   set of tests to be run during the check phase.

 * The ghc-wrapper attribute ghcVersion has been removed. Instead, we use the
   ghc.version attribute, which exists in unwrapped GHC derivations, too.
2013-10-27 10:09:36 +01:00
..
arduino Fix some more Hydra evaluation errors 2013-10-08 11:07:14 +02:00
compilers Back-port Haskell-related improvements from stdenv-updates. 2013-10-27 10:09:36 +01:00
eclipse unmaintain several packages 2013-08-16 23:45:01 +02:00
guile-modules Drop 'gnomevfs = gnome_vfs;' alias 2011-10-08 12:06:03 +00:00
interpreters Reflect addition of curses_panel python module 2013-10-18 12:54:49 +04:00
libraries Back-port Haskell-related improvements from stdenv-updates. 2013-10-27 10:09:36 +01:00
lisp-modules Updating ASDF to 3.0.2.4 2013-10-20 21:07:33 +04:00
misc Some description fixes 2013-10-05 19:36:23 +02:00
mobile We need to use ... to allow other parameters 2013-10-15 16:48:42 +02:00
ocaml-modules More description fixes 2013-10-06 12:01:38 +02:00
perl-modules More description fixes 2013-10-06 12:01:38 +02:00
python-modules Bugfix: zc_buildout_nix, replace links to eggs in the store which have been gc-ed 2013-10-08 01:51:24 +02:00
qtcreator More description fixes 2013-10-06 12:01:38 +02:00
r-modules/generic Wrapped R's package system similarly to perlPackages 2013-09-28 13:19:43 +02:00
ruby-modules Add patch to fix GET Bucket requests to fake-s3 2013-09-04 16:42:20 -04:00
tools Back-port Haskell-related improvements from stdenv-updates. 2013-10-27 10:09:36 +01:00
web nodejs: 0.10.12 -> 0.10.21 (security fixes) 2013-10-19 13:52:03 +02:00