William A. Kennington III
def624efc6
libqb: 0.16.0 -> 0.17.1
2014-10-17 16:53:36 -07:00
William A. Kennington III
c79eac4c79
libinput: Add derivation
2014-10-17 14:26:45 -07:00
William A. Kennington III
1b942c24b3
libevdev: 1.2.1 -> 1.3
2014-10-17 14:26:44 -07:00
William A. Kennington III
8cd575c5aa
mtdev: 1.1.2 -> 1.1.5
2014-10-17 14:26:44 -07:00
William A. Kennington III
8ad2a13bdf
ffmpeg: 1.2.8 -> 1.2.9
2014-10-17 14:26:44 -07:00
Shea Levy
d982a78eec
nix-exec: Bump
2014-10-17 13:19:22 -04:00
Georges Dubus
1aa6022173
Merge pull request #4558 from tailhook/rust0.12
...
rust: Upgrade rust stable to 0.12
2014-10-17 17:27:49 +02:00
William A. Kennington III
c70b942375
wayland: 1.5.0 -> 1.6.0
2014-10-16 23:17:38 -07:00
John Wiegley
57eb7f107d
lambdabot: Get it building again against older packages
2014-10-16 21:44:58 -05:00
John Wiegley
1515dbf962
haskell-hakyll: Allow it to build again
2014-10-16 17:38:09 -05:00
Paul Colomiets
4035d9f27e
rust: Upgrade rust stable to 0.12
2014-10-16 23:25:17 +03:00
Patrick Mahoney
8edb10d31e
talloc: Fix linker flags on darwin.
...
Before this patch, building talloc on darwin (OS X 10.8.5) results in:
gcc -dynamiclib -Wl,-search_paths_first -undefined error -o libtalloc.dylib.2.0.1 ./talloc.o ./libreplace/replace.o ./libreplace/snprintf.o ./libreplace/getpass.o ./libreplace/strptime.o -install_namelibtalloc.dylib.2
gcc: error: unrecognized command line option '-install_namelibtalloc.dylib.2'
make: *** [libtalloc.dylib.2.0.1] Error 1
Setting SONAMEFLAG to either "-install_name " (note trailing space), or
"-Wl,-install_name," results in a successful build. The latter seems
more clear.
2014-10-16 14:40:25 -05:00
Bjørn Forsman
287d6d5d3a
libpcap: pass --with-pcap=linux for all linux systems
...
...instead of just for i686-linux.
Without a --with-pcap= configure flag, the build system tries to
auto-detect the backend by poking in /dev, /usr/include etc... In the
pure nix world, this auto-detection fails. (Good, we don't want host
details to leak into the build.)
The end result of this (failed) auto-detection; no packet capture
possible:
$ sudo tcpdump -i wlp2s0
tcpdump: live packet capture not supported on this system
This fixes the above issue on 64-bit linux systems, and probably other
architectures supported by linux.
2014-10-16 20:32:28 +02:00
Eelco Dolstra
127f5f1056
sqlite: Update to 3.8.6
2014-10-16 16:56:36 +02:00
Domen Kožar
74fde7c388
Merge pull request #4495 from NixOS/pythonFull_improvements
...
PythonFull improvements
2014-10-16 13:24:18 +02:00
Domen Kožar
68b183e309
simplify
2014-10-16 13:13:13 +02:00
William A. Kennington III
eed5207845
python27: Remove avoid daemon thread shutdown #i21963
2014-10-16 11:28:37 +02:00
Domen Kožar
d589684cae
pypy: disable test_zipfile64 because timeouts
2014-10-16 11:14:42 +02:00
Domen Kožar
33b104c57e
Revert "sqlite: Update to 3.8.6"
...
This reverts commit f7acce83fc
.
Breaks tests for perlPackages.DBIxClass
cc @edolstra
2014-10-15 20:40:36 +02:00
Sander van der Burg
0100e79d7a
titaniumenv: Use new xcodeenv simulate function in the example app
2014-10-15 17:28:52 +02:00
Sander van der Burg
f58b563cb6
xcodeenv: Reimplement simulator script to work with Xcode 6
2014-10-15 17:10:35 +02:00
Peter Simons
739025bd58
gnulib: update to version 0.1-228-gb155b06
2014-10-15 16:30:53 +02:00
Domen Kožar
c758ec756b
openssl: 1.0.1i -> 1.0.1j (CVE-2014-3513, CVE-2014-3567, CVE-2014-3568)
2014-10-15 16:12:23 +02:00
Peter Simons
6d432d2164
haskell-vector: build the package with -msse2 on i686 platforms to fix test suite failures
...
https://github.com/haskell/vector/issues/47
2014-10-15 12:31:35 +02:00
Peter Simons
53208292e2
haskell-monad-supply: update to version 0.6
2014-10-15 12:31:35 +02:00
Peter Simons
e293afed30
haskell-language-c-quote: update to version 0.10.1.3
2014-10-15 12:31:35 +02:00
Peter Simons
efde40d785
haskell-hindent: update to version 3.8
...
This package remains broken because it cannot deal with the current version of haskell-src-exts.
2014-10-15 12:31:35 +02:00
Peter Simons
24355cf15f
Disable Hydra builds for obsolete Haskell packages.
2014-10-15 12:31:35 +02:00
Lluís Batlle i Rossell
83fb281d80
Making hydra build ddd.
...
(cherry picked from commit 4ba671ff113844267dbad307f8a5cbf8ac1d0f52)
2014-10-15 11:16:27 +02:00
Lluís Batlle i Rossell
e9809e8f9e
wxGTK: updating to 3.0.2
2014-10-15 10:59:32 +02:00
Aycan iRiCAN
ae84167aa1
Upgrade idris compiler to 0.9.14.3
2014-10-15 10:57:08 +03:00
Peter Simons
620ee88fb8
Merge pull request #4531 from purefn/fix-jwt
...
haskell-jwt: update to version 0.4.2
2014-10-15 08:16:07 +02:00
Peter Simons
a5b91818e7
Merge pull request #4532 from purefn/haskell-validation
...
haskell: add validation package
2014-10-15 08:15:50 +02:00
Mateusz Kowalczyk
a21d3b67e5
haskell-PastePipe: update to 1.6
2014-10-15 05:14:35 +01:00
Mateusz Kowalczyk
0732523c7d
agda: add fuuzetsu to maintainers
2014-10-15 01:02:03 +01:00
Mateusz Kowalczyk
a921dba56a
haskell-yi-contrib: move under libraries instead
2014-10-15 01:00:16 +01:00
Richard Wallace
d180b9a6ee
haskell: add validation package
2014-10-14 16:59:23 -07:00
Richard Wallace
1043e5694f
haskell-jwt: update to version 0.4.2
2014-10-14 16:26:08 -07:00
Peter Simons
c549ac9c1a
haskell-hlint: update to version 1.9.9
2014-10-15 00:24:33 +02:00
Peter Simons
205b018c4d
haskell-web-routes: update to version 0.27.7
2014-10-15 00:24:33 +02:00
Peter Simons
8e46d106b2
haskell-web-routes-boomerang: update to version 0.28.3
2014-10-15 00:24:33 +02:00
Peter Simons
c091b8d8f7
haskell-thyme: update to version 0.3.5.3
2014-10-15 00:24:33 +02:00
Peter Simons
200d54c7d1
haskell-pdf-toolbox-document: update to version 0.0.4.0
2014-10-15 00:24:32 +02:00
Peter Simons
5d366074b3
haskell-pdf-toolbox-core: update to version 0.0.3.0
2014-10-15 00:24:32 +02:00
Peter Simons
28b20ec5a0
haskell-pdf-toolbox-content: update to version 0.0.3.1
2014-10-15 00:24:32 +02:00
Peter Simons
e2f7a3e8f0
haskell-leveldb-haskell: update to version 0.6
2014-10-15 00:24:32 +02:00
Peter Simons
6579af25ce
haskell-haskintex: update to version 0.5.0.2
2014-10-15 00:24:32 +02:00
Peter Simons
e943f13232
haskell-happstack-server: update to version 7.3.9
2014-10-15 00:24:32 +02:00
Peter Simons
caa156e3b6
haskell-happstack-lite: update to version 7.3.5
2014-10-15 00:24:31 +02:00
Peter Simons
b38e5c2539
haskell-derive: update to version 2.5.18
2014-10-15 00:24:31 +02:00
Peter Simons
1100f7278d
haskell-boomerang: update to version 1.4.5
2014-10-15 00:24:31 +02:00
Peter Simons
9f408486fc
haskell-HaTeX: update to version 3.14.0.0
2014-10-15 00:24:31 +02:00
Peter Simons
8f8ad903e2
haskell-HSH: update to version 2.1.1
2014-10-15 00:24:31 +02:00
Peter Simons
be66d82790
haskell-DAV: update to version 1.0.3
2014-10-15 00:24:31 +02:00
Eelco Dolstra
7781f5992d
sqlite: Add maintainer
2014-10-14 22:53:56 +02:00
Eelco Dolstra
f7acce83fc
sqlite: Update to 3.8.6
2014-10-14 22:53:56 +02:00
Eelco Dolstra
f445fb8240
nss: Update to 3.17.2
2014-10-14 22:53:56 +02:00
Eelco Dolstra
d4d0e449d7
Remove obsolete Hydra package
2014-10-14 22:49:12 +02:00
Peter Simons
c4dd75c9e3
Merge pull request #4527 from bosu/test-simple
...
haskell: Add state-plus, test-simple packages
2014-10-14 22:38:29 +02:00
Boris Sukholitko
8d5be73061
haskell: add test-simple package
2014-10-14 23:28:25 +03:00
Boris Sukholitko
49469001be
haskell: add state-plus package
2014-10-14 23:25:18 +03:00
Mateusz Kowalczyk
fc11a7e03e
haskell-yi-language: new package
2014-10-14 18:45:26 +01:00
Mateusz Kowalczyk
464d3914f4
haskell-word-trie: new package
2014-10-14 18:45:26 +01:00
Mateusz Kowalczyk
5f9b76da63
haskell-oo-prototypes: new package
2014-10-14 18:45:26 +01:00
Mateusz Kowalczyk
5389dd542c
haskell-dynamic-state: new package
2014-10-14 18:45:26 +01:00
Mateusz Kowalczyk
713301702c
haskell-yi-rope: new package
2014-10-14 18:45:26 +01:00
Rickard Nilsson
87bcb503aa
kibana: Update from 3.1.0 to 3.1.1
2014-10-14 19:06:03 +02:00
Sander van der Burg
7dc624e347
titaniumsdk: Make iOS SDK version configurable
2014-10-14 18:59:31 +02:00
Peter Simons
608c0271d8
haskell-SourceGraph: broken by haskell-src-exts update
2014-10-14 17:39:35 +02:00
Peter Simons
10b43b4a16
haskell-snap-cors: broken by network 2.6.x update
2014-10-14 17:39:35 +02:00
Peter Simons
217567d723
haskell-ipprint: build is broken because Extra doesn't compile
2014-10-14 17:39:35 +02:00
Peter Simons
563244e8c6
haskell-snaplet-stripe: build is broken
...
src/Snap/Snaplet/Stripe.hs:192:7:
‘hcCompiledSplices’ is not a (visible) constructor field name
src/Snap/Snaplet/Stripe.hs:193:7:
‘hcInterpretedSplices’ is not a (visible) constructor field name
2014-10-14 17:39:35 +02:00
Peter Simons
a2181e4ed8
haskell-snap-web-routes: jailbreak to fix build with network 2.6.x
2014-10-14 17:39:35 +02:00
Peter Simons
c9bccb869f
haskell-DAV: broken by network 2.6.x update
2014-10-14 17:39:35 +02:00
Peter Simons
cc2725dede
haskell-Extra: broken by network 2.6.x update
2014-10-14 17:39:35 +02:00
Peter Simons
5f4d01364f
haskell-webdriver: broken by network 2.6.x update
2014-10-14 17:39:35 +02:00
Peter Simons
d7c68e575f
haskell-hplayground: broken because haste doesn't compile any more
2014-10-14 17:39:35 +02:00
Peter Simons
d251a26a25
haskell-HandsomeSoup: broken by network 2.6.x update
2014-10-14 17:39:35 +02:00
Peter Simons
1ef1eb3b42
HaskellNet-SSL: broken by update to network 2.6.x
2014-10-14 17:39:34 +02:00
Peter Simons
c0fa3d1b48
haskell-PastePipe: broken by update to network 2.6.x
2014-10-14 17:39:34 +02:00
Peter Simons
7acbbbfab8
haskell-Thrift: broken by update to network 2.6.x
2014-10-14 17:39:34 +02:00
Peter Simons
64497470b5
haskell-ariadne: broken build
...
Ariadne/GlobalNameIndex.hs:76:19: Not in scope: ‘splitDeclHead’
2014-10-14 17:39:34 +02:00
Peter Simons
3d313b7ed3
haskell-citeproc-hs: broken by network 2.6.x update
2014-10-14 17:39:34 +02:00
Peter Simons
a2ad0039f5
haskell-dsp: jailbreak to fix build with recent 'random'
2014-10-14 17:39:34 +02:00
Peter Simons
2f3e8b1634
haste-perch: broken by network 2.6.x update
2014-10-14 17:39:34 +02:00
Peter Simons
7d043bc45b
haste-compiler: broken by network 2.6.x update
2014-10-14 17:39:34 +02:00
Peter Simons
56a218dcb9
haskell-httpd-shed: broken by network 2.6.x update
2014-10-14 17:39:34 +02:00
Peter Simons
fd83eef5d9
haskell-iCalendar: broken by network 2.6.x update
2014-10-14 17:39:34 +02:00
Peter Simons
384bd992e2
haskell-yaml: update to version 0.8.9.3
2014-10-14 17:39:34 +02:00
Peter Simons
90a9d2c952
haskell-sodium: update to version 0.11.0.2
2014-10-14 17:39:34 +02:00
Peter Simons
97118ad9c7
ihaskell: jailbreak to fix build with recent haskell-src-exts and classy-prelude
2014-10-14 17:39:34 +02:00
Peter Simons
f5931470b7
haskell-imm: broken by network 2.6.x
2014-10-14 17:39:34 +02:00
Peter Simons
62a8e46d26
haskell-jwt: doesn't compile
...
Setup: can't find source for Web/JWT in ., dist/build/autogen
2014-10-14 17:39:33 +02:00
Peter Simons
12310472ca
haskell-lambdabot: broken by network 2.6.x
2014-10-14 17:39:33 +02:00
Peter Simons
d977c9f9fc
haskell-machines-directory: jailbreak to fix build with recent 'machines'
2014-10-14 17:39:33 +02:00
Peter Simons
63b61e3af0
haskell-rethinkdb: broken by network 2.6.x
2014-10-14 17:39:33 +02:00
Peter Simons
fc52022d25
haskell-CouchDB: broken by recent 'network' 2.6.x update
2014-10-14 17:39:33 +02:00
Peter Simons
ccbdf31164
haskell-snap: jailbreak to fix build with network 2.6.x
2014-10-14 17:39:33 +02:00
Peter Simons
104e010ed1
haskell-warp-tls: update to version 3.0.0.1
2014-10-14 17:39:33 +02:00
Peter Simons
8a108d6830
haskell-pipes: update to version 4.1.3
2014-10-14 17:39:33 +02:00
Peter Simons
1d52010387
haskell-clean-unions: update to version 0.1.1
2014-10-14 17:39:33 +02:00
Peter Simons
08f85c94c0
haskell-network-carbon: jailbreak to support network 2.6.x
2014-10-14 17:39:33 +02:00
Peter Simons
f5f9b32d02
haskell-hxt: enable support for network 2.6.x
2014-10-14 17:39:33 +02:00
Peter Simons
fecacb5bcb
haskell-urlencoded: broken by network update
2014-10-14 17:39:33 +02:00
Peter Simons
23f186fa3f
haskell-lushtags: broken with recent haskell-source-exts
2014-10-14 17:39:32 +02:00
Peter Simons
927f51f720
haskell-hindent: mark broken
2014-10-14 17:39:32 +02:00
Peter Simons
e594ae66fa
hscope: mark broken
2014-10-14 17:39:32 +02:00
Peter Simons
c5fee4671d
haskell-machines-io: jailbreak to fix build with recent 'machines'
2014-10-14 17:39:32 +02:00
Peter Simons
817409fff9
pkgs/development/libraries/haskell/haskell-src-exts/1.13.5.nix: drop unreferenced file
2014-10-14 17:39:32 +02:00
Peter Simons
205306522a
haskell-implicit: mark "broken", the package is unmaintained
...
https://github.com/colah/ImplicitCAD/issues/115
2014-10-14 17:39:32 +02:00
Peter Simons
05c5fff508
haskell-distributed-process: jailbreak version to fix build with latest version of 'random'
2014-10-14 17:39:32 +02:00
Peter Simons
737bb131b0
leveldb-haskell: mark broken
2014-10-14 17:39:32 +02:00
Peter Simons
adcec799a6
haskell-monad-supply: mark broken
2014-10-14 17:39:32 +02:00
Peter Simons
6b3f8afef7
haskell-numeric-prelude: jailbreak version to fix build with latest version of 'random'
2014-10-14 17:39:32 +02:00
Peter Simons
6556039481
haskell-monadloc-pp: broken by recent monadloc update
2014-10-14 17:39:32 +02:00
Peter Simons
acdb574813
haskell-dsp: jailbreak to fix build with latest version of 'random'
2014-10-14 17:39:32 +02:00
Peter Simons
6651fe463e
haskell-cabal-db: mark broken
2014-10-14 17:39:32 +02:00
Peter Simons
64779360ac
haskell-ChasingBottoms: jailbreak version to fix build with latest version of 'random'
2014-10-14 17:39:31 +02:00
Peter Simons
176403785e
haskell-parallel-io: jailbreak version to fix build with latest version of 'random'
2014-10-14 17:39:31 +02:00
Peter Simons
2cf6ea93fa
haskell-binary: update to version 0.7.2.2
2014-10-14 17:39:31 +02:00
Peter Simons
a66520c0f3
haskell-websockets: update to version 0.9.1.0
2014-10-14 17:39:31 +02:00
Peter Simons
95aa52780c
haskell-warp: update to version 3.0.2.3
2014-10-14 17:39:31 +02:00
Peter Simons
dbca512b2d
haskell-wai: update to version 3.0.2
2014-10-14 17:39:31 +02:00
Peter Simons
ffac271330
haskell-vado: update to version 0.0.3
2014-10-14 17:39:31 +02:00
Peter Simons
4190bc1721
haskell-unix-time: update to version 0.3.4
2014-10-14 17:39:31 +02:00
Peter Simons
c16707c306
haskell-twitter-conduit: update to version 0.0.7
2014-10-14 17:39:31 +02:00
Peter Simons
028ece9d07
haskell-tostring: update to version 0.2.1
2014-10-14 17:39:31 +02:00
Peter Simons
7183d0f669
haskell-threepenny-gui: update to version 0.5.0.0
2014-10-14 17:39:31 +02:00
Peter Simons
325a3ed187
haskell-test-framework-th-prime: update to version 0.0.7
2014-10-14 17:39:31 +02:00
Peter Simons
37ccde14a0
haskell-tasty: update to version 0.10.0.2
2014-10-14 17:39:31 +02:00
Peter Simons
1a4e36c28b
haskell-tasty-smallcheck: update to version 0.8.0.1
2014-10-14 17:39:31 +02:00
Peter Simons
4a65e6b684
haskell-tasty-quickcheck: update to version 0.8.2
2014-10-14 17:39:30 +02:00
Peter Simons
d333f4957f
haskell-tasty-hunit: update to version 0.9.0.1
2014-10-14 17:39:30 +02:00
Peter Simons
7f6874b32b
haskell-tasty-ant-xml: update to version 1.0.0.11
2014-10-14 17:39:30 +02:00
Peter Simons
325aee697b
haskell-tagsoup: update to version 0.13.3
2014-10-14 17:39:30 +02:00
Peter Simons
d478dd95c7
haskell-symbol: update to version 0.2.4
2014-10-14 17:39:30 +02:00
Peter Simons
8822e54178
haskell-stylish-haskell: update to version 0.5.11.0
2014-10-14 17:39:30 +02:00
Peter Simons
fa3b979567
haskell-persistent: update to version 2.1
2014-10-14 17:39:30 +02:00
Peter Simons
270cb5041c
haskell-persistent-template: update to version 2.1
2014-10-14 17:39:30 +02:00
Peter Simons
3bff51f055
haskell-persistent-sqlite: update to version 2.1.0.1
2014-10-14 17:39:30 +02:00
Peter Simons
4cb8ffd7b3
haskell-persistent-postgresql: update to version 2.1
2014-10-14 17:39:30 +02:00
Peter Simons
cae4ba0282
haskell-persistent-mysql: update to version 2.1
2014-10-14 17:39:30 +02:00
Peter Simons
41c7c4a9ef
haskell-libjenkins: update to version 0.5.0
2014-10-14 17:39:30 +02:00
Peter Simons
60c7420b89
haskell-hoauth2: update to version 0.4.2
2014-10-14 17:39:30 +02:00
Peter Simons
08a5d00b97
haskell-hit: update to version 0.6.2
2014-10-14 17:39:30 +02:00
Peter Simons
7f65329769
haskell-hindent: update to version 3.7
2014-10-14 17:39:29 +02:00
Peter Simons
510dd85b6e
haskell-diagrams-rasterific: update to version 0.1.0.3
2014-10-14 17:39:29 +02:00
Peter Simons
9f7788eab7
haskell-diagrams-lib: update to version 1.2.0.4
2014-10-14 17:39:29 +02:00
Peter Simons
c1100915af
haskell-diagrams-cairo: update to version 1.2.0.3
2014-10-14 17:39:29 +02:00
Peter Simons
50a570ebd5
haskell-derive: update to version 2.5.17
2014-10-14 17:39:29 +02:00
Peter Simons
9970c3a2c5
haskell-cookie: update to version 0.4.1.4
2014-10-14 17:39:29 +02:00
Peter Simons
613bbb55a4
haskell-conduit: update to version 1.2.1
2014-10-14 17:39:29 +02:00
Peter Simons
08696e2f3e
haskell-clientsession: update to version 0.9.1
2014-10-14 17:39:29 +02:00
Peter Simons
813e0ec5e4
haskell-classy-prelude: update to version 0.10.0
2014-10-14 17:39:29 +02:00
Peter Simons
d47b9ead88
haskell-classy-prelude-conduit: update to version 0.10.0
2014-10-14 17:39:29 +02:00
Peter Simons
240c87eed9
haskell-bytestring-trie: update to version 0.2.4
2014-10-14 17:39:29 +02:00
Peter Simons
6bd0198ad7
haskell-binary: update to version 0.7.2.1
2014-10-14 17:39:29 +02:00
Peter Simons
7b693db490
haskell-base-prelude: update to version 0.1.6
2014-10-14 17:39:29 +02:00
Peter Simons
7245da0cb7
haskell-auto-update: update to version 0.1.1.5
2014-10-14 17:39:29 +02:00
Peter Simons
6dc7c27db7
haskell-MonadRandom: update to version 0.2.0.1
2014-10-14 17:39:28 +02:00
Peter Simons
30983a2440
haskell-map-syntax: add version 0.2
2014-10-14 17:39:28 +02:00
Peter Simons
9dcf004b02
haskell-heist: update to version 0.14.0.1
2014-10-14 17:39:28 +02:00
Peter Simons
88b4e155d5
haskell-unordered-containers: update to version 0.2.5.1
2014-10-14 17:39:28 +02:00
Peter Simons
340cca8b0e
haskell-vector: add version 0.10.12.1
2014-10-14 17:39:28 +02:00
Peter Simons
535b3a81b7
haskell-yesod: update to version 1.4.0
2014-10-14 17:39:28 +02:00
Peter Simons
4f811d04ec
haskell-yesod-test: update to version 1.4.0.3
2014-10-14 17:39:28 +02:00
Peter Simons
1e2eb8b5a5
haskell-yesod-static: update to version 1.4.0.2
2014-10-14 17:39:28 +02:00
Peter Simons
5d09e54eb7
haskell-yesod-persistent: update to version 1.4.0.1
2014-10-14 17:39:28 +02:00
Peter Simons
7d53c459c8
haskell-yesod-form: update to version 1.4.0.2
2014-10-14 17:39:28 +02:00
Peter Simons
f2c3807ccd
haskell-yesod-core: update to version 1.4.2
2014-10-14 17:39:28 +02:00
Peter Simons
9980116198
haskell-yesod-bin: update to version 1.4.0.1
2014-10-14 17:39:28 +02:00
Peter Simons
28921f45b7
haskell-yesod-auth: update to version 1.4.0.1
2014-10-14 17:39:28 +02:00
Peter Simons
e7d37bd8c3
haskell-yesod-auth-hashdb: update to version 1.4.0
2014-10-14 17:39:28 +02:00
Peter Simons
bdfd59522f
haskell-yaml: update to version 0.8.9.2
2014-10-14 17:39:27 +02:00
Peter Simons
1035b70a2f
haskell-xml-conduit: update to version 1.2.3
2014-10-14 17:39:27 +02:00
Peter Simons
cd7e5b2c0d
haskell-xdot: update to version 0.2.4.4
2014-10-14 17:39:27 +02:00
Peter Simons
3cc4260c89
haskell-x509: update to version 1.4.13
2014-10-14 17:39:27 +02:00
Peter Simons
621e075b6b
haskell-x509-system: update to version 1.4.6
2014-10-14 17:39:27 +02:00
Peter Simons
01a8e5f18b
haskell-network-conduit-tls: update to version 1.1.0.1
2014-10-14 17:39:27 +02:00
Peter Simons
06aff55c96
haskell-ncurses: update to version 0.2.11
2014-10-14 17:39:27 +02:00
Peter Simons
90c3d9b0a3
haskell-multiarg: update to version 0.28.0.0
2014-10-14 17:39:27 +02:00
Peter Simons
45e817b16f
haskell-monad-supply: update to version 0.5
2014-10-14 17:39:27 +02:00
Peter Simons
8646968f83
haskell-monad-journal: update to version 0.5
2014-10-14 17:39:27 +02:00
Peter Simons
d3d02b5cab
haskell-machines: update to version 0.4
2014-10-14 17:39:27 +02:00
Peter Simons
f77059a15b
haskell-leveldb-haskell: update to version 0.5.1
2014-10-14 17:39:27 +02:00
Peter Simons
0cce3d2b02
haskell-jwt: update to version 0.4.1
2014-10-14 17:39:27 +02:00
Peter Simons
1f09c12334
haskell-json-schema: update to version 0.7.0.2
2014-10-14 17:39:27 +02:00
Peter Simons
5c6f2eda47
haskell-http-streams: update to version 0.7.2.4
2014-10-14 17:39:27 +02:00
Peter Simons
9ab7691a87
haskell-random: add version 1.1
2014-10-14 17:39:26 +02:00
Peter Simons
1408b26a0a
haskell-pointfree: update to version 1.0.4.8
2014-10-14 17:39:26 +02:00
Peter Simons
2517c46673
haskell-hlint: update to version 1.9.8
2014-10-14 17:39:26 +02:00
Peter Simons
60ba702b9b
haskell-string-conversions: update to version 0.3.0.3
2014-10-14 17:39:26 +02:00
Peter Simons
7fdb860f2c
haskell-sodium: update to version 0.11.0.1
2014-10-14 17:39:26 +02:00
Peter Simons
1ee1c07782
haskell-snaplet-redis: update to version 0.1.4
2014-10-14 17:39:26 +02:00
Peter Simons
053285ce0a
haskell-snap: update to version 0.13.3.1
2014-10-14 17:39:26 +02:00
Peter Simons
c69529829d
haskell-simple-sendfile: update to version 0.2.18
2014-10-14 17:39:26 +02:00
Peter Simons
7cfd6c630e
haskell-shell-conduit: update to version 4.2
2014-10-14 17:39:26 +02:00
Peter Simons
1766375da7
haskell-rethinkdb: update to version 1.15.0.0
2014-10-14 17:39:26 +02:00
Peter Simons
718dbb01cd
haskell-rest-gen: update to version 0.16.0.2
2014-10-14 17:39:26 +02:00
Peter Simons
a237d1de5d
haskell-random: update to version 1.0.1.3
2014-10-14 17:39:26 +02:00
Peter Simons
9618a16962
haskell-pwstore-fast: update to version 2.4.4
2014-10-14 17:39:26 +02:00
Peter Simons
e4bdc2d4e1
haskell-purescript: update to version 0.5.6.3
2014-10-14 17:39:26 +02:00
Peter Simons
763199d872
haskell-postgresql-simple: update to version 0.4.6.0
2014-10-14 17:39:25 +02:00
Peter Simons
702084a89e
haskell-pipes-zlib: update to version 0.4.3
2014-10-14 17:39:25 +02:00
Peter Simons
471f959122
haskell-pango: update to version 0.13.0.2
2014-10-14 17:39:25 +02:00
Peter Simons
0495331698
haskell-optparse-applicative: update to version 0.10.0
2014-10-14 17:39:25 +02:00
Peter Simons
24f716d4bd
haskell-oeis: update to version 0.3.6
2014-10-14 17:39:25 +02:00
Peter Simons
f8fd9e817a
haskell-http-reverse-proxy: update to version 0.4.1.2
2014-10-14 17:39:25 +02:00
Peter Simons
a02c50c90d
haskell-http-conduit: update to version 2.1.4.5
2014-10-14 17:39:25 +02:00
Peter Simons
af5232bf7c
haskell-hspec-wai: update to version 0.5.1
2014-10-14 17:39:25 +02:00
Peter Simons
23630f9ed2
haskell-hsimport: update to version 0.6.2
2014-10-14 17:39:25 +02:00
Peter Simons
0ac9bc7046
haskell-hplayground: update to version 0.1.1.0
2014-10-14 17:39:25 +02:00
Peter Simons
522a219bdc
haskell-hourglass: update to version 0.2.5
2014-10-14 17:39:25 +02:00
Peter Simons
a00d5da618
haskell-hoogle: update to version 4.2.36
2014-10-14 17:39:25 +02:00
Peter Simons
a6a8218023
haskell-hmatrix: update to version 0.16.0.6
2014-10-14 17:39:25 +02:00
Peter Simons
b3fb668d9f
haskell-haskelldb: update to version 2.2.4
2014-10-14 17:39:25 +02:00
Peter Simons
118dc408c7
haskell-haskell-src-meta: update to version 0.6.0.8
2014-10-14 17:39:24 +02:00
Peter Simons
bc867c7a0b
haskell-haskell-src-exts: add version 1.16.0
2014-10-14 17:39:24 +02:00
Peter Simons
e3e68319ce
haskell-haskell-packages: update to version 0.2.4.3
2014-10-14 17:39:24 +02:00
Peter Simons
1fadb0e275
haskell-haskell-names: update to version 0.4.1
2014-10-14 17:39:24 +02:00
Peter Simons
8a1a43abb8
haskell-hS3: update to version 0.5.9
2014-10-14 17:39:24 +02:00
Peter Simons
055c7f1e93
haskell-fay: update to version 0.21.0.1
2014-10-14 17:39:24 +02:00
Peter Simons
58947cf99c
haskell-fay-text: update to version 0.3.1
2014-10-14 17:39:24 +02:00
Peter Simons
f7c242d27f
haskell-fay-base: update to version 0.19.2.1
2014-10-14 17:39:24 +02:00
Peter Simons
13f1edd376
haskell-esqueleto: update to version 2.1.0
2014-10-14 17:39:24 +02:00
Peter Simons
bb36b56fa6
haskell-primitive: add version 0.5.4.0
2014-10-14 17:39:24 +02:00
Peter Simons
6847265f7f
haskell-parsec: update to version 3.1.7
2014-10-14 17:39:24 +02:00
Peter Simons
3c9051c754
haskell-cmdargs: update to version 0.10.11
2014-10-14 17:39:24 +02:00
Peter Simons
471bfb7f7b
haskell-Elm: update to version 0.13
2014-10-14 17:39:24 +02:00
Peter Simons
7772b86089
haskell-codex: update to version 0.2.0.2
2014-10-14 17:39:24 +02:00
Peter Simons
c6c9cfd65a
haskell-machines-io: add version 0.1.0.0
2014-10-14 17:39:23 +02:00
Peter Simons
5cdecaa0e2
haskell-machines-directory: add version 0.0.0.1
2014-10-14 17:39:23 +02:00
Sander van der Burg
2375a55e1e
titaniumenv: Make path to xcode configurable through the build function
2014-10-14 14:57:11 +02:00
Wout Mertens
d6d8aef47b
libpcap: Don't force Linux pcap type
...
Fixes building on Darwin #4515
2014-10-14 13:40:41 +02:00
Alastair Pharo
d147759af7
Add pure-gsl package
2014-10-14 21:21:36 +11:00
Sander van der Burg
3ce9467f49
titaniumsdk: Fix Titanium SDK 3.1 compatibility with the new Android SDK
2014-10-14 12:14:05 +02:00
Sander van der Burg
323509e11c
titaniumenv: use xcode version 6.0.1 by default
2014-10-14 01:12:22 +02:00
Sander van der Burg
fa99c0d0b1
xcodeenv: make version 6.0.1 the default
2014-10-14 00:27:23 +02:00
John Wiegley
f78f2a90d6
coqPackages.ssreflect, more: build ssrcoq binary, add maintainer
2014-10-13 16:11:33 -05:00
Bjørn Forsman
391c2778d4
lttng: update to latest (2.4.1 -> 2.5.0)
...
- This unbreaks lttng linux kernel modules[1]
- lttng-tools has grown a dependency on libxml2
[1]: Build tested (for default NixOS Linux kernel) and run tested with
lttng-sessiond (it successfully loads kernel modules).
2014-10-13 22:16:32 +02:00
Domen Kožar
a2a7abc67c
pythonFull -> python with all modules, pythonFullWithPkgs -> buildEnv
2014-10-13 21:35:21 +02:00
Domen Kožar
8de9ac5bd4
python: make 2.6 and 2.7 expr similar, introduce includeModules
...
When includeModules is true, python is built with all optional modules
as part of derivation.
2014-10-13 21:35:21 +02:00
Pascal Wittmann
f0ef22b1b7
help2man: update from 1.46.3 to 1.46.4
2014-10-13 17:40:22 +02:00
Michael Raskin
2ef0a17561
Merge pull request #4387 from 1126/refactor-stumpwm
...
stumpwm: update and refactoring
2014-10-13 17:50:46 +04:00
Georges Dubus
1f2fe452be
rust: updated head
...
This version include the new "const" syntax.
2014-10-13 15:36:49 +02:00
Domen Kožar
ec03fd92db
Revert "xapian: update from 1.2.8 to 1.3.1"
...
This reverts commit b76e8417b3
.
Breaks recoll, since bindings also need to be updated.
2014-10-13 15:30:32 +02:00
Peter Simons
d5570b082d
Merge pull request #4408 from christopherpoole/dlib
...
Added the dlib machine learning library.
2014-10-13 12:52:26 +02:00
Peter Simons
2cdd7d71c1
Merge pull request #4407 from christopherpoole/gdcm
...
Added the grassroots DICOM library.
2014-10-13 12:51:50 +02:00
Peter Simons
89a1d681dd
haskell-hsb2hs: add version 0.2
2014-10-13 10:16:23 +02:00
Peter Simons
5e118da066
haskell-criterion: update to version 1.0.2.0
2014-10-13 09:12:25 +02:00