Commit graph

4634 commits

Author SHA1 Message Date
Peter Simons 15851f0661 haskell-free: update to version 4.2 2013-11-01 14:20:11 +01:00
Peter Simons 03e7ab54a0 haskell-fclabels: update to version 2.0.0.5 2013-11-01 14:20:11 +01:00
Mathijs Kwik b6519f08da haskell-parsers: bring back 0.9 for idris 2013-11-01 08:02:19 +01:00
Mathijs Kwik 3c2b7f5e33 haskell-trifecta: bring back 1.1 for idris 2013-11-01 08:02:19 +01:00
Mathijs Kwik 07d68731ff haskell-trifecta: jailbreak on comonad 2013-11-01 08:02:13 +01:00
Peter Simons 7337c675df haskell-uuid: update to version 1.3.3 2013-10-31 09:02:25 +01:00
Peter Simons 7deb37d1f9 haskell-symbol: update to version 0.2.0 2013-10-31 09:02:25 +01:00
Peter Simons 4bf277e39b haskell-postgresql-simple: update to version 0.3.9.1 2013-10-31 09:02:25 +01:00
Peter Simons 7399dba217 haskell-pipes-parse: update to version 2.0.1 2013-10-31 09:02:24 +01:00
Peter Simons df12cd8a7b haskell-intervals: update to version 0.3 2013-10-31 09:02:24 +01:00
Peter Simons e0c633a402 haskell-hslua: update to version 0.3.8 2013-10-31 09:02:24 +01:00
Peter Simons f7ea8a57df haskell-hexpat: update to version 0.20.4 2013-10-31 09:02:24 +01:00
Peter Simons ece9b21522 haskell-feed: update to version 0.3.9.2 2013-10-31 09:02:24 +01:00
Peter Simons 436885b067 haskell-fclabels: update to version 2.0.0.2 2013-10-31 09:02:24 +01:00
Peter Simons 56dfdba91b haskell-constraints: update to version 0.3.4.2 2013-10-31 09:02:24 +01:00
Peter Simons 29054f9a87 haskell-blaze-builder: update to version 0.3.2.0 2013-10-31 09:02:24 +01:00
Peter Simons aa3fad72ad haskell-HDBC-postgresql: update to version 2.3.2.2 2013-10-31 09:02:24 +01:00
Peter Simons 793be25a9a haskell-gloss: update to version 1.8.1.1 2013-10-31 09:02:24 +01:00
Peter Simons 90d80c3d35 haskell-OpenGL: update 2.9.x branch to version 2.9.1.0 2013-10-31 09:02:24 +01:00
Pascal Wittmann 6e062f1434 Agda: update to 2.3.2.2.
This update also fixes the build errors on hydra that were caused by
an incompatible version of haskell-src-ext.

Close #1153.
2013-10-30 23:30:39 +02:00
Peter Simons 216e9976fe haskell-uniplate: update to version 1.6.12 2013-10-27 19:07:15 +01:00
Peter Simons aab65b9f2b haskell-socks: update to version 0.5.4 2013-10-27 19:07:15 +01:00
Peter Simons fbe6b6cbff haskell-modular-arithmetic: update to version 1.1.0.0 2013-10-27 19:07:15 +01:00
Peter Simons 089506aac6 haskell-diagrams-svg: update to version 0.8.0.2 2013-10-27 19:07:15 +01:00
Peter Simons 06c22ac95d haskell-data-lens: update to version 2.10.4 2013-10-27 19:07:15 +01:00
Peter Simons 4aabba9dab haskell-cryptocipher: update to version 0.6.2 2013-10-27 19:07:14 +01:00
Peter Simons 3807c0ffc3 haskell-crypto-cipher-types: update to version 0.0.9 2013-10-27 19:07:14 +01:00
Peter Simons ef29da6cc5 haskell-crypto-cipher-tests: update to version 0.0.11 2013-10-27 19:07:14 +01:00
Peter Simons e93599cb23 haskell-cipher-des: update to version 0.0.6 2013-10-27 19:07:14 +01:00
Peter Simons 7daab74440 haskell-Cabal: update to version 1.18.1.2 2013-10-27 19:07:14 +01:00
Peter Simons 5ff31ef887 haskell-accelerate-fft: disable Hydra builds because of unfree dependency on CUDA 2013-10-27 12:33:48 +01:00
Peter Simons 41fe95f770 haskell-cufft: disable Hydra builds because of unfree dependency on CUDA 2013-10-27 12:33:39 +01:00
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
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
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
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
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
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
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
Peter Simons a8c8120626 haskell-parsers: update to version 0.10 2013-10-15 11:59:11 +02:00
Peter Simons 0bfd9cd3a1 haskell-numbers: update to version 3000.2.0.0 2013-10-15 11:59:11 +02:00
Peter Simons 343b43297d haskell-lens: update to version 3.10 2013-10-15 11:59:11 +02:00
Peter Simons 358cbd05ac haskell-keys: update to version 3.10 2013-10-15 11:59:11 +02:00
Peter Simons 5a309bd661 haskell-intervals: update to version 0.2.2.1 2013-10-15 11:59:11 +02:00
Peter Simons 0e35a09bf4 haskell-heist: update to version 0.13.0.2 2013-10-15 11:59:10 +02:00
Peter Simons 3323a090c8 haskell-hamlet: update to version 1.1.7.3 2013-10-15 11:59:10 +02:00
Peter Simons 595e1c47e0 haskell-groupoids: update to version 4.0 2013-10-15 11:59:10 +02:00
Peter Simons 9fbc5fd4fb haskell-free: update to version 4.0 2013-10-15 11:59:10 +02:00
Peter Simons b88b7f4986 haskell-either: update to version 4.0 2013-10-15 11:59:10 +02:00
Peter Simons 502c2eda48 haskell-distributive: update to version 0.3.2 2013-10-15 11:59:10 +02:00
Peter Simons f572643b42 haskell-cryptohash: update to version 0.11.1 2013-10-15 11:59:10 +02:00
Peter Simons 9274cb0a49 haskell-comonads-fd: update to version 4.0 2013-10-15 11:59:10 +02:00
Peter Simons 48c44876ae haskell-comonad: update to version 4.0 2013-10-15 11:59:10 +02:00
Peter Simons 40ad6ff9b3 haskell-comonad-transformers: update to version 4.0 2013-10-15 11:59:10 +02:00
Peter Simons 8090704e3d haskell-charset: update to version 0.3.5.1 2013-10-15 11:59:10 +02:00
Peter Simons 27c80e7712 haskell-bifunctors: update to version 4.1.0.1 2013-10-15 11:59:10 +02:00
Peter Simons b3119ba705 haskell-aeson: update to version 0.6.2.1 2013-10-15 11:59:10 +02:00
Peter Simons ba36baee34 haskell-connection: add version 0.1.3 2013-10-14 08:43:35 +02:00
Peter Simons db2d296827 haskell-yesod-platform: update to version 1.2.4.3 2013-10-14 08:43:35 +02:00
Peter Simons 51a88b28b9 haskell-yaml: update to version 0.8.5.1 2013-10-14 08:43:35 +02:00
Peter Simons 2bb93a3bcc haskell-simple-sendfile: update to version 0.2.13 2013-10-14 08:43:35 +02:00
Peter Simons 60116c5c2c haskell-resourcet: update to version 0.4.9 2013-10-14 08:43:34 +02:00
Peter Simons f925c182e8 haskell-postgresql-simple: update to version 0.3.8.0 2013-10-14 08:43:34 +02:00
Peter Simons 1dc9738c34 haskell-pandoc-citeproc: update to version 0.1.2 2013-10-14 08:43:34 +02:00
Peter Simons d0c56466e0 haskell-optparse-applicative: update to version 0.6.0 2013-10-14 08:43:34 +02:00
Peter Simons 25a3c855fe haskell-network-conduit-tls: update to version 1.0.2 2013-10-14 08:43:34 +02:00
Peter Simons ace869c15b haskell-mwc-random: update to version 0.13.1.0 2013-10-14 08:43:34 +02:00
Peter Simons 4b9d4600e1 haskell-haxr: update to version 3000.10.1.1 2013-10-14 08:43:34 +02:00
Peter Simons d247d7bb6c haskell-haskell-src-meta: update to version 0.6.0.4 2013-10-14 08:43:33 +02:00
Peter Simons bac50a5372 haskell-hashtables: update to version 1.1.2.1 2013-10-14 08:43:33 +02:00
Peter Simons 7bfb168b8a haskell-enumerator: update to version 0.4.20 2013-10-14 08:43:33 +02:00
Peter Simons ca7c270278 haskell-entropy: update to version 0.2.2.3 2013-10-14 08:43:33 +02:00
Peter Simons fce3c4fb1b haskell-either: update to version 3.4.2 2013-10-14 08:43:33 +02:00
Peter Simons 1df8a24935 haskell-constraints: update to version 0.3.4.1 2013-10-14 08:43:33 +02:00
Peter Simons f19f16b6f1 haskell-conduit: update to version 1.0.8 2013-10-14 08:43:33 +02:00
danbst 254c153b62 Add usb haskell package 2013-10-11 09:39:16 +02:00
Peter Simons 5b0af38347 haskell-shakespeare-css: update to version 1.0.6.4 2013-10-10 20:56:40 +02:00
Peter Simons 4cd2771345 haskell-uuid: jailbreak to fix build with recent cryptohash 2013-10-10 20:56:40 +02:00
Peter Simons f3e8d77ebf haskell-cryptohash: disable test suite to avoid build errors
https://github.com/vincenthz/hs-cryptohash/issues/17
2013-10-10 20:56:39 +02:00
Peter Simons 1f7957329c haskell-trifecta: update to version 1.2.1 2013-10-10 20:56:39 +02:00
Peter Simons 01ba6468b7 haskell-tls-extra: update to version 0.6.6 2013-10-10 20:56:39 +02:00
Peter Simons 30d9b33460 haskell-test-framework: update to version 0.8.0.3 2013-10-10 20:56:39 +02:00
Peter Simons fae99f8e78 haskell-test-framework-quickcheck2: update to version 0.3.0.2 2013-10-10 20:56:39 +02:00
Peter Simons 445f80e6e4 haskell-test-framework-hunit: update to version 0.3.0.1 2013-10-10 20:56:38 +02:00
Peter Simons 9a7fc0ea64 haskell-statistics: update to version 0.10.5.0 2013-10-10 20:56:38 +02:00
Peter Simons 05c56d583d haskell-socks: update to version 0.5.3 2013-10-10 20:56:38 +02:00
Peter Simons bc86211c2d haskell-setenv: update to version 0.1.1 2013-10-10 20:56:38 +02:00
Peter Simons d2f719644b haskell-regex-compat-tdfa: update to version 0.95.1.4 2013-10-10 20:56:38 +02:00
Peter Simons 304b837c41 haskell-persistent-template: update to version 1.2.0.3 2013-10-10 20:56:38 +02:00
Peter Simons c147c72a1f haskell-pandoc-types: update to version 1.12.2.3 2013-10-10 20:56:37 +02:00
Peter Simons d7831932ce haskell-pandoc-citeproc: update to version 0.1.1.2 2013-10-10 20:56:37 +02:00
Peter Simons e68e87ac4a haskell-math-functions: update to version 0.1.4.0 2013-10-10 20:56:37 +02:00
Peter Simons d8993dd96c haskell-hslua: update to version 0.3.7 2013-10-10 20:56:37 +02:00
Peter Simons 91397f6686 haskell-hjsmin: update to version 0.1.4.3 2013-10-10 20:56:37 +02:00
Peter Simons 8bb21217b1 haskell-hflags: update to version 0.4 2013-10-10 20:56:36 +02:00
Peter Simons 37d97d04e0 haskell-hashtables: update to version 1.1.2.0 2013-10-10 20:56:36 +02:00
Peter Simons 2a5f6a5739 haskell-happstack-server: update to version 7.3.1 2013-10-10 20:56:36 +02:00
Peter Simons 308420d64d haskell-hakyll: update to version 4.4.1.0 2013-10-10 20:56:36 +02:00
Peter Simons 04440788ad haskell-ghc-mod: update to version 3.1.3 2013-10-10 20:56:36 +02:00
Peter Simons eebdbaf3ac haskell-fclabels: update to version 2.0 2013-10-10 20:56:35 +02:00
Peter Simons a5f8ca839f haskell-cryptohash: update to version 0.11.0 2013-10-10 20:56:35 +02:00
Peter Simons e1729d6aca haskell-crypto-cipher-types: update to version 0.0.7 2013-10-10 20:56:35 +02:00
Peter Simons f9162c54ed haskell-crypto-cipher-tests: update to version 0.0.10 2013-10-10 20:56:35 +02:00
Peter Simons c628bb466c haskell-citeproc-hs: update to version 0.3.9 2013-10-10 20:56:35 +02:00
Peter Simons 3b36ea9ebb haskell-cipher-rc4: update to version 0.1.4 2013-10-10 20:56:34 +02:00
Peter Simons e8509b1cf7 haskell-cipher-des: update to version 0.0.5 2013-10-10 20:56:34 +02:00
Peter Simons 0e4d71d781 haskell-cipher-camellia: update to version 0.0.2 2013-10-10 20:56:34 +02:00
Peter Simons 24dfe9bd79 haskell-cipher-blowfish: update to version 0.0.3 2013-10-10 20:56:34 +02:00
Peter Simons ff8fc2a3dc haskell-cipher-aes: update to version 0.2.6 2013-10-10 20:56:34 +02:00
Peter Simons 6cba0e6085 haskell-certificate: update to version 1.3.9 2013-10-10 20:56:34 +02:00
Peter Simons b3a5735df6 haskell-JuicyPixels: update to version 3.1.1 2013-10-10 20:56:33 +02:00
Peter Simons f3aa6c02b9 haskell-GLFW: update to version 0.5.2.0 2013-10-10 20:56:33 +02:00
Peter Simons 0a24aa4d29 haskell-network: add version 2.4.2.0 2013-10-10 20:52:39 +02:00
Eelco Dolstra df0d362f31 Fix some more Hydra evaluation errors 2013-10-08 11:07:14 +02:00
Bjørn Forsman 083d0890f5 More description fixes
* Remove package name
* Start with upper case letter
* Remove trailing period

Also reword some descriptions and move some long descriptions to
longDescription.

I'm not touching generated packages.
2013-10-06 12:01:38 +02:00
Mathijs Kwik cb537ad44b trifecta: override dependency versions
"jailbreak" did not work for this package
Also, I force a downgrade for "hashable" to make stuff work with our current haskell platform. If you don't like running things "below spec", you can add the following to packageOverrides:

haskellPackages_ghc763 = pkgs.haskellPackages_ghc763.override {
  extraPrefs = self: {
    hashable = self.hashable_1_2_1_0;
  };
};
2013-10-04 09:07:45 +02:00
Mathijs Kwik af2eaf1ef9 llvm-general: remove version 3.3.5 2013-10-04 09:07:44 +02:00
Peter Simons be67ab572c haskell-regex-compat-tdfa: work around broken release tarball on Hackage 2013-10-03 17:55:28 +02:00
Peter Simons 1d03574722 haskell-yesod-core: update to version 1.2.4.4 2013-10-02 22:33:44 +02:00
Peter Simons 51cc4b609a haskell-hoogle: update to version 4.2.23 2013-10-02 22:33:44 +02:00
Peter Simons 9f70b8e678 haskell-pandoc-types: update to version 1.12.2.2 2013-10-02 22:33:43 +02:00
Peter Simons 8f80bb9937 haskell-lens: update to version 3.9.2 2013-10-02 22:33:43 +02:00
Peter Simons 2c979c18c5 haskell-crypto-conduit: update to version 0.5.2.1 2013-10-02 22:33:43 +02:00
Peter Simons 287346dfce haskell-bindings-DSL: update to version 1.0.19 2013-10-02 22:33:43 +02:00
Peter Simons 5f68232263 haskell-accelerate-cuda: update to version 0.13.0.4 2013-10-02 22:33:43 +02:00
Peter Simons 4e861e3463 haskell-MonadRandom: update to version 0.1.12 2013-10-02 22:33:43 +02:00
Peter Simons b9957fed8e haskell-snap: update to version 0.13.0.3 2013-10-02 22:33:42 +02:00
Peter Simons 00718b5dd3 haskell-skein: update to version 1.0.8 2013-10-02 22:33:42 +02:00
Peter Simons eeeecbefa8 haskell-hS3: update to version 0.5.8 2013-10-02 22:33:42 +02:00
Peter Simons fad405e3e4 haskell-doctest: update to version 0.9.9 2013-10-02 22:33:42 +02:00
Peter Simons ffd9bbf29a haskell-data-pprint: update to version 0.2.2 2013-10-02 22:33:42 +02:00
Peter Simons 51aa0c05d8 haskell-crypto-conduit: re-generate expression with cabal2nix 2013-10-02 22:33:41 +02:00
Rickard Nilsson 28c3401684 acid-state: Update to 0.12.1 2013-10-02 18:51:31 +02:00
Mathijs Kwik 185eab3b33 language-java: hash change
it looks as if the maintainer decided that 0.2.5.1 (which appeared for
a short time) could just replace 0.2.5
2013-09-28 22:00:03 +02:00
Peter Simons 44f8e28988 haskell-mono-traversable: add version 0.1.0.0 2013-09-28 16:13:13 +02:00
Peter Simons 2fc05b85e0 haskell-vector-instances: add version 3.3 2013-09-28 16:13:07 +02:00
Peter Simons 7a58716347 haskell-gitit: patch to fix build with recent versions of pandoc 2013-09-28 15:05:14 +02:00
Peter Simons bc11513748 crypto-conduit: jailbreak to support recent versions of cereal 2013-09-28 15:05:14 +02:00
Peter Simons eaae0cb6bf yesod-core: jailbreak to support recent versions of cereal 2013-09-28 15:05:14 +02:00
Peter Simons bdf145fa1f dbus: jailbreak to support recent versions of cereal 2013-09-28 15:05:14 +02:00
Peter Simons befcb152fd haskell-vector: add version 0.10.9.1 2013-09-28 15:05:13 +02:00
Peter Simons 1856fc13e9 haskell-primitive: add version 0.5.1.0 2013-09-28 15:05:13 +02:00
Peter Simons d3214b3f18 haskell-socks: update to version 0.5.2 2013-09-28 15:05:13 +02:00
Peter Simons 53a81c83b8 haskell-shake: update to version 0.10.7 2013-09-28 15:05:13 +02:00
Peter Simons e003eeac66 haskell-regex-compat-tdfa: update to version 0.95.1.3 2013-09-28 15:05:13 +02:00
Peter Simons a3c6d6968b haskell-pandoc-types: update to version 1.12.1.2 2013-09-28 15:05:13 +02:00
Peter Simons 8bb6c86072 haskell-ncurses: update to version 0.2.7 2013-09-28 15:05:13 +02:00
Peter Simons 15b2ff730c haskell-monoid-extras: update to version 0.3.2.2 2013-09-28 15:05:13 +02:00
Peter Simons d7e76509f6 haskell-groups: update to version 0.4.0.0 2013-09-28 15:05:12 +02:00
Peter Simons 29f33ae3bb haskell-ghc-mod: update to version 3.1.2 2013-09-28 15:05:12 +02:00
Peter Simons 9ee2eef996 haskell-generic-deriving: update to version 1.6.2 2013-09-28 15:05:12 +02:00
Peter Simons 22b2956579 haskell-dual-tree: update to version 0.1.0.4 2013-09-28 15:05:12 +02:00
Peter Simons fdefb23cad haskell-diagrams-lib: update to version 0.7.1.1 2013-09-28 15:05:12 +02:00
Peter Simons 8c93b506db haskell-diagrams-core: update to version 0.7.0.1 2013-09-28 15:05:12 +02:00
Peter Simons 27578d2278 haskell-data-lens: update to version 2.10.3 2013-09-28 15:05:12 +02:00
Peter Simons 3c051be3ce haskell-classy-prelude: update to version 0.6.0 2013-09-28 15:05:12 +02:00
Peter Simons 1885612809 haskell-classy-prelude-conduit: update to version 0.6.0 2013-09-28 15:05:12 +02:00
Peter Simons 4d07773c0d haskell-cereal: update to version 0.4.0.0 2013-09-28 15:05:11 +02:00
Peter Simons 62fcba700c haskell-amqp: update to version 0.6.0 2013-09-28 15:05:11 +02:00
Peter Simons 36f7b4e1a2 haskell-active: update to version 0.1.0.7 2013-09-28 15:05:11 +02:00
Peter Simons 93f8bf653d haskell-pointed: add version 3.1 2013-09-25 18:34:15 +02:00
Peter Simons c649c917f6 haskell-reducers: add version 3.0.2 2013-09-25 18:33:17 +02:00
Peter Simons 243ff0ec83 haskell-charset: add version 0.3.5 2013-09-25 18:32:37 +02:00
Peter Simons f5ea2c41e6 haskell-trifecta: add version 1.1 2013-09-25 18:30:37 +02:00
Peter Simons ce11e602a1 haskell-parsers: add version 0.9 2013-09-25 18:28:09 +02:00
Peter Simons c3a26007e2 haskell-pandoc-types: update to version 1.12.1.1 2013-09-25 18:25:00 +02:00
Peter Simons 6ab980beae haskell-pandoc-citeproc: update to version 0.1.1.1 2013-09-25 18:25:00 +02:00
Peter Simons 56eae609db haskell-monad-logger: update to version 0.3.2.0 2013-09-25 18:25:00 +02:00