Peter Simons
2d32eb9d89
haskell-persistent: update to version 1.1.2
2012-12-25 11:35:03 +01:00
Peter Simons
9621ba5f91
haskell-persistent-template: update to version 1.1.2
2012-12-25 11:35:03 +01:00
Peter Simons
623262bebe
haskell-persistent-sqlite: update to version 1.1.2
2012-12-25 11:35:03 +01:00
Peter Simons
6974fbdfa2
haskell-persistent-postgresql: update to version 1.1.2
2012-12-25 11:35:03 +01:00
Peter Simons
6cf77ad122
haskell-parallel-io: update to version 0.3.3
2012-12-25 11:35:03 +01:00
Peter Simons
2818d6961d
haskell-optparse-applicative: update to version 0.5.2.1
2012-12-25 11:35:03 +01:00
Peter Simons
8825cd6891
haskell-yesod-form: the haddock documentation build errors have been fixed
2012-12-25 11:34:57 +01:00
Peter Simons
5bf938a635
lua-5.1: build liblua.so and install the pkgconfig file and the documentation
2012-12-25 11:25:56 +01:00
Peter Simons
4cd591fbf9
haskell-yesod-auth: update to version 1.1.3
2012-12-23 20:14:44 +01:00
Peter Simons
3090910aa3
haskell-yaml: update to version 0.8.1.2
2012-12-23 20:14:44 +01:00
Peter Simons
95ebd465c6
haskell-vault: update to version 0.2.0.4
2012-12-23 20:14:44 +01:00
Peter Simons
ee4812c29d
haskell-unix-compat: update to version 0.4.1.0
2012-12-23 20:14:44 +01:00
Peter Simons
38fa2ad62a
haskell-tls: update to version 1.0.3
2012-12-23 20:14:44 +01:00
Peter Simons
31c2908651
haskell-strptime: update to version 1.0.10
2012-12-23 20:14:44 +01:00
Peter Simons
0a84d46d8f
haskell-shelly: update to version 0.15.2
2012-12-23 20:14:44 +01:00
Peter Simons
4bfdfe35ec
haskell-semigroups: update to version 0.8.5
2012-12-23 20:14:44 +01:00
Peter Simons
34d6fad8e7
haskell-network-conduit: update to version 0.6.2.1
2012-12-23 20:14:44 +01:00
Peter Simons
35e3e9a007
haskell-mime-types: update to version 0.1.0.1
2012-12-23 20:14:44 +01:00
Peter Simons
857aaa9fa9
haskell-lens: update to version 3.7.1.2
2012-12-23 20:14:43 +01:00
Peter Simons
84e30e5f2a
haskell-http-conduit: update to version 1.8.5.2
2012-12-23 20:14:43 +01:00
Peter Simons
fbc7ee57b2
haskell-hslogger-template: update to version 2.0.2
2012-12-23 20:14:43 +01:00
Peter Simons
523f5d6752
haskell-hsemail: update to version 1.7.3
2012-12-23 20:14:43 +01:00
Peter Simons
3f1cc9ba24
haskell-diagrams-contrib: update to version 0.6.0.1
2012-12-23 20:14:43 +01:00
Peter Simons
199914f70e
haskell-cryptohash: update to version 0.8.2
2012-12-23 20:14:43 +01:00
Peter Simons
84b63145d2
haskell-configurator: update to version 0.2.0.2
2012-12-23 20:14:43 +01:00
Peter Simons
ccdd75a394
haskell-Boolean: update to version 0.1.2
2012-12-23 20:14:43 +01:00
Peter Simons
5defad00b5
haskell-snap: jailbreak to support latest version of 'hashable'
2012-12-23 20:14:43 +01:00
Peter Simons
a5576114b6
haskell-heist: jailbreak to support latest version of 'hashable'
2012-12-23 20:14:43 +01:00
Peter Simons
275cfb8a80
haskell-hashable: add version 1.2.0.2
2012-12-23 20:14:40 +01:00
Peter Simons
6a15e8da08
haskell-bmp: update 1.2.3.x branch to 1.2.3.4
2012-12-23 19:51:05 +01:00
Antono Vasiljev
dde7b978d6
inotool: add avr-gcc-libc to inputs
2012-12-23 18:21:51 +02:00
Antono Vasiljev
4403215806
AVR GCC: enable C++ support (makes it usable with Arduino)
...
- GCC version bumped, 4.6.1 had some arduino related bug
2012-12-23 18:20:34 +02:00
Antono Vasiljev
d4fc33b13a
Merge branch 'master' into arduino
...
Conflicts:
pkgs/top-level/all-packages.nix
2012-12-23 00:17:23 +02:00
Lluís Batlle i Rossell
d476a7eac0
distcc: making it build
2012-12-22 17:13:47 +01:00
Sander van der Burg
8602eeda81
- Updated android SDK to version 21
...
- Updated platform-tools, addons and system-images that belong to release 21 accordingly
- We must also patch 64-bit emulator instances now
2012-12-20 14:04:52 +01:00
Andres Loeh
0f5976b599
ghc-paths: Fix patch to hopefully work with older GHCs.
2012-12-16 17:25:43 +01:00
Andres Loeh
d068aa9861
Patch ghc-paths to interact better with ghcWithPackages.
...
When the ghc-paths library is compiled, the paths of the
compiler it is compiled with are being hardcoded in the
library (and can then be queried from other applications
using the library).
But on Nix, packages are compiled with ghc-wrapper, and
subsequently possibly used with a special version of ghc
generated for a particular environment of packages. So
one version of ghc-paths may potentially end up being
used by lots of different instances of ghc. The hardcoding
approach fails.
As a work-around, we now patch ghc-paths so that it allows
setting the paths that can be queried via environment
variables. Specific GHC environments can then set these
environment variables in the wrapper shell script that
invokes GHC.
This should at least partially solve issue #213 .
2012-12-16 14:25:15 +01:00
Peter Simons
3017d35260
haskell-vault: update to version 0.2.0.3
2012-12-15 11:32:48 +01:00
Peter Simons
fe826eb71d
haskell-unordered-containers: update to version 0.2.3.0
2012-12-15 11:32:47 +01:00
Peter Simons
06669abb0f
haskell-uniplate: update to version 1.6.10
2012-12-15 11:32:47 +01:00
Peter Simons
4b3a48b75f
haskell-lens: update to version 3.7.1
2012-12-15 11:32:47 +01:00
Peter Simons
f7cf103ee8
haskell-iproute: update to version 1.2.10
2012-12-15 11:32:47 +01:00
Peter Simons
5653671646
haskell-heist: update to version 0.10.1
2012-12-15 11:32:47 +01:00
Peter Simons
fc17b6d767
haskell-diagrams-svg: update to version 0.6.0.1
2012-12-15 11:32:47 +01:00
Peter Simons
cc5b72c240
haskell-case-insensitive: update to version 0.4.0.4
2012-12-15 11:32:47 +01:00
Peter Simons
4a1cf1dc95
haskell-attoparsec: update to version 0.10.3.0
2012-12-15 11:32:47 +01:00
Peter Simons
6201716063
haskell-aeson: update to version 0.6.1.0
2012-12-15 11:32:47 +01:00
Lluís Batlle i Rossell
b956b77423
eigen: adding back eigen 2.0, for kde.
...
Kdeedu wants eigen 2.0.
2012-12-14 22:23:36 +01:00
Florian Friesdorf
0fb9688235
python prefix for recursive pth loader and fix typo
2012-12-14 19:47:51 +01:00
Mathijs Kwik
4d57a834f9
phantomjs: it seems upx packing is only used on x86_64
2012-12-14 00:27:43 +01:00