Commit Graph

8669 Commits

Author SHA1 Message Date
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
Peter Simons
e1c9c133b0 Merge pull request #1110 from errge/master
Add text-format haskell library
2013-10-26 09:20:05 -07:00
Peter Simons
3ef25bbfe0 Merge pull request #1114 from ocharles/linear
haskellPackages.linear: Update to 1.3.1
2013-10-26 09:19:24 -07:00
Peter Simons
cbacc46e45 haskell-hslua: remove support for linking the system's lua library
This feature is broken: <https://github.com/osa1/hslua/issues/8>.
2013-10-26 18:17:04 +02:00
Marc Weber
78f7baf3b7 Fix .deepOverride on poppler, glib
By moving the default derivation into callPackage call, close #1115.
2013-10-26 13:54:24 +02:00
Peter Simons
76e95492c8 haskell-xdot: update to version 0.2.4 2013-10-24 23:29:55 +02:00
Peter Simons
f2811c4882 haskell-uuid: update to version 1.3.2 2013-10-24 23:29:54 +02:00
Peter Simons
da503a5f3c haskell-tagstream-conduit: update to version 0.5.4.1 2013-10-24 23:29:54 +02:00
Peter Simons
fe953f6d20 haskell-pandoc: update to version 1.12.1 2013-10-24 23:29:54 +02:00
Peter Simons
a6c77b1885 haskell-monad-control: update to version 0.3.2.2 2013-10-24 23:29:54 +02:00
Peter Simons
851155e198 haskell-Hipmunk: update to version 5.2.0.12 2013-10-24 23:29:54 +02:00
Peter Simons
a773bf4398 haskell-HTF: add version 0.11.0.1 2013-10-24 23:29:54 +02:00
Peter Simons
fadca15b2e haskell-language-ecmascript: add version 0.15.2 2013-10-24 23:29:54 +02:00
Peter Simons
5efa7019c7 haskell-xmlgen: add version 0.6.2.0 2013-10-24 23:29:54 +02:00
Peter Simons
be4d957a9c haskell-case-insensitive: update to version 1.1.0.1 2013-10-24 23:29:54 +02:00
Evgeny Egorochkin
0d76e1cb94 glew: install glewinfo and visualinfo 2013-10-24 13:01:53 +03:00
Carles Pagès
b66e1808ef Add JsonCpp v0.6.0
Close #1112.
2013-10-24 11:12:31 +03:00
Oliver Charles
a21f0b604a haskellPackages.linear: Update to 1.3.1 2013-10-23 17:15:37 +01:00
Gergely Risko
5c88bfaca9 Add text-format haskell library 2013-10-22 01:08:05 +02:00
Domen Kožar
b6823c28cd fix tarball test 2013-10-21 10:40:30 +02:00
Peter Simons
de419ca920 haskell-uuid: update to version 1.3.0 2013-10-20 20:57:35 +02:00
Peter Simons
172f5ed061 haskell-path-pieces: update to version 0.1.3 2013-10-20 20:57:35 +02:00
Peter Simons
4bdeec0327 haskell-pandoc-types: update to version 1.12.3 2013-10-20 20:57:34 +02:00
Peter Simons
562f4253d1 haskell-pandoc-citeproc: update to version 0.1.2.1 2013-10-20 20:57:34 +02:00
Peter Simons
4ec63832fd haskell-data-pprint: update to version 0.2.3 2013-10-20 20:57:34 +02:00
Michael Raskin
d977593ee2 Updating Sodium cryptography library to 0.4.3 2013-10-20 21:07:15 +04:00
Michael Raskin
eb385aa109 Merge pull request #1050 from bjornfor/flightgear
flightgear: 2.10.0 -> 2.12.0 (and make it run again)
2013-10-20 08:50:06 -07:00
Michael Raskin
69128628af Fix Linux detection in libvncserver to build linuxvnc 2013-10-20 17:34:42 +04: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
745a08d4c4 libtxc_dxtn: get rid of duplicate package, clean up build script. 2013-10-18 22:34:27 +03: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
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
ad44474f49 haskell-Cabal: add version 1.18.1.1 2013-10-18 12:52:27 +02:00
Peter Simons
c829e67198 haskell-transformers-compat: cosmetic 2013-10-18 12:52:27 +02:00
Peter Simons
b9136ed171 haskell-tar: cosmetic 2013-10-18 12:52:27 +02:00
Peter Simons
d36382193b haskell-skein: cosmetic 2013-10-18 12:52:27 +02:00
Peter Simons
5dd8d6e1f3 haskell-hsyslog: cosmetic 2013-10-18 12:52:26 +02:00
Peter Simons
86b9c3d60a haskell-hoauth: cosmetic 2013-10-18 12:52:26 +02:00
Peter Simons
ebe6ff8b47 haskell-feed: cosmetic 2013-10-18 12:52:26 +02:00
Peter Simons
c3d3097ab2 haskell-dotgen: cosmetic 2013-10-18 12:52:26 +02:00
Peter Simons
66d6ba1b97 haskell-datetime: cosmetic 2013-10-18 12:52:26 +02:00
Peter Simons
1a6a91d4fa haskell-arithmoi: cosmetic 2013-10-18 12:52:26 +02:00
Peter Simons
7af4922a9f haskell-RSA: cosmetic 2013-10-18 12:52:26 +02:00
Peter Simons
749243496c haskell-hakyll: cosmetic 2013-10-18 12:52:26 +02:00
Peter Simons
7b73fa3853 haskell-uuid: cosmetic 2013-10-18 12:52:26 +02:00
Peter Simons
47ecc24c48 haskell-HTTP-4000.2.8: cosmetic 2013-10-18 12:52:26 +02:00
Shea Levy
a9c65b31b9 Add gurobi package
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-10-16 10:38:20 -04:00
Eelco Dolstra
11960d2f47 nss: Update to 3.15.2 2013-10-15 17:24:33 +02:00
Eelco Dolstra
df5eadd283 nspr: Update to 4.10.1 2013-10-15 17:24:33 +02:00
Peter Simons
347132478b haskell-HTTP: jailbreak to fix build with GHC 7.7 2013-10-15 11:59:12 +02:00
Peter Simons
e7b25c78a5 haskell-snap: jailbreak to fix build with recent versions of lens 2013-10-15 11:59:12 +02:00
Peter Simons
57b5927d6a haskell-cryptohash: re-enable the test suite 2013-10-15 11:59:12 +02:00
Peter Simons
7edfd67fe0 haskell-accelerate: jailbreak to fix build with recent versions of fclables 2013-10-15 11:59:12 +02:00
Peter Simons
4cdefbb926 haskell-errors: jailbreak to fix build with either 4.x 2013-10-15 11:59:12 +02:00
Peter Simons
7eaefcae45 haskell-groupoids: don't try to build documentation; this package is empty 2013-10-15 11:59:12 +02:00
Peter Simons
93727ab861 haskell-comonads-fd: don't try to build documentation; this package is empty 2013-10-15 11:59:11 +02:00
Peter Simons
18c9c07bde haskell-yesod-form: update to version 1.3.3 2013-10-15 11:59:11 +02:00
Peter Simons
c4385c4db7 haskell-yesod-core: update to version 1.2.4.5 2013-10-15 11:59:11 +02:00
Peter Simons
ad55ea940b haskell-yesod-bin: update to version 1.2.3.4 2013-10-15 11:59:11 +02:00
Peter Simons
1811b175d6 haskell-warp: update to version 1.3.10.1 2013-10-15 11:59:11 +02:00
Peter Simons
c933c31141 haskell-wai-app-static: update to version 1.3.3 2013-10-15 11:59:11 +02:00
Peter Simons
97f3968921 haskell-trifecta: update to version 1.2.1.1 2013-10-15 11:59:11 +02:00
Peter Simons
7fc3d75dd4 haskell-tasty: update to version 0.3.1 2013-10-15 11:59:11 +02:00
Peter Simons
1c1f7f7e7f haskell-shakespeare-js: update to version 1.2.0.1 2013-10-15 11:59:11 +02:00
Peter Simons
e4857cf3c6 haskell-semigroupoids: update to version 4.0 2013-10-15 11:59:11 +02:00
Peter Simons
271be21f5a haskell-semigroupoid-extras: update to version 4.0 2013-10-15 11:59:11 +02:00
Peter Simons
d217bfd571 haskell-reducers: update to version 3.10.1 2013-10-15 11:59:11 +02:00
Peter Simons
054a313221 haskell-profunctors: update to version 4.0.1 2013-10-15 11:59:11 +02:00
Peter Simons
860175c660 haskell-profunctor-extras: update to version 4.0 2013-10-15 11:59:11 +02:00
Peter Simons
345423eb5d haskell-pointed: update to version 4.0 2013-10-15 11:59:11 +02:00