Peter Simons
58f227a11f
haskell-stringsearch: update to version 0.3.6.4
2012-10-08 11:25:26 +02:00
Peter Simons
587bf8d2d8
haskell-snap-loader-dynamic: update to version 0.9.0.1
2012-10-08 11:25:26 +02:00
Peter Simons
093aa60a74
haskell-parallel-io: update to version 0.3.2.1
2012-10-08 11:25:26 +02:00
Peter Simons
2833c14608
haskell-network-transport: update to version 0.3.0
2012-10-08 11:25:26 +02:00
Peter Simons
7901fa7d96
haskell-network-transport-tcp: update to version 0.3.0
2012-10-08 11:25:26 +02:00
Peter Simons
1148be313e
haskell-network-conduit: update to version 0.6.0
2012-10-08 11:25:26 +02:00
Peter Simons
5049bf5573
haskell-multiarg: update to version 0.6.0.0
2012-10-08 11:25:25 +02:00
Peter Simons
22caa0a777
haskell-lifted-base: update to version 0.2
2012-10-08 11:25:25 +02:00
Peter Simons
4af7e7d46c
haskell-libmpd: update to version 0.8.0.1
2012-10-08 11:25:25 +02:00
Peter Simons
ce72803dff
haskell-json: update to version 0.7
2012-10-08 11:25:25 +02:00
Peter Simons
7c35fd86ed
haskell-http-conduit: update to version 1.6.1.1
2012-10-08 11:25:25 +02:00
Peter Simons
a191dca5e7
haskell-hspec: update to version 1.3.0.1
2012-10-08 11:25:25 +02:00
Peter Simons
be0fe5c0d8
haskell-hashtables: update to version 1.0.1.8
2012-10-08 11:25:25 +02:00
Peter Simons
143650b1b1
haskell-happstack-server: update to version 7.0.7
2012-10-08 11:25:25 +02:00
Peter Simons
c9cdb612d3
haskell-gloss: update to version 1.7.6.4
2012-10-08 11:25:24 +02:00
Peter Simons
bf151cdbd7
haskell-file-embed: update to version 0.0.4.6
2012-10-08 11:25:24 +02:00
Peter Simons
0ab16be804
haskell-edit-distance: update to version 0.2.1.1
2012-10-08 11:25:24 +02:00
Peter Simons
e7a86c9ded
haskell-distributed-static: update to version 0.2.1
2012-10-08 11:25:24 +02:00
Peter Simons
136581a717
haskell-distributed-process: update to version 0.4.0.1
2012-10-08 11:25:24 +02:00
Peter Simons
d44ce8ee8b
haskell-distributed-process-simplelocalnet: update to version 0.2.0.6
2012-10-08 11:25:24 +02:00
Peter Simons
10eda4938a
haskell-data-accessor-template: update to version 0.2.1.10
2012-10-08 11:25:24 +02:00
Peter Simons
ce15d915bb
haskell-conduit: update to version 0.5.2.5
2012-10-08 11:25:24 +02:00
Peter Simons
fbb2b63632
haskell-citeproc-hs: update to version 0.3.5
2012-10-08 11:25:23 +02:00
Peter Simons
9812fb3961
haskell-binary: update to version 0.6.2.0
2012-10-08 11:25:23 +02:00
Peter Simons
0f54bd6130
haskell-idris: update to version 0.9.4.1
2012-10-08 11:25:23 +02:00
Peter Simons
3e5dc7a950
haskell-yesod-auth: jail-break to support current versions of lifted-base
2012-10-08 11:16:16 +02:00
Peter Simons
5387c50157
haskell-resourcet: jail-break to support current versions of lifted-base
2012-10-08 11:15:03 +02:00
Peter Simons
3ed8a0c9dc
haskell-persistent: jail-break to support current versions of lifted-base
2012-10-08 11:14:39 +02:00
Peter Simons
0a9568df7b
haskell-tar: update to version 0.4.0.1
2012-10-08 10:47:32 +02:00
Peter Simons
3b9a7e59b2
haskell-Cabal: update to versions 1.16.0.1
2012-10-08 10:46:55 +02:00
Peter Simons
18ccd4b340
haskell-cabal-install: add version 1.16.0
2012-10-08 10:46:10 +02:00
Shea Levy
29fd8d4eaa
cmake: Bump
2012-10-08 03:12:42 -04:00
Shea Levy
7786353848
Add libc++
2012-10-08 02:32:09 -04:00
Shea Levy
4f178d1698
clang: Bump to 3.1
2012-10-08 01:57:39 -04:00
Shea Levy
5a6fd3d510
llvm: Bump to 3.1
2012-10-07 23:25:11 -04:00
aszlig
c6c7019091
haxe: Remove build files of haxelib/haxedoc early.
...
Previously, we installed std by omitting the tools directory. Now, there are
occasions where you actually want to use things like tools.haxelib from within
your project, for example to create something that interfaces with the haxelib
API. So we now just remove all files in there that were created during the main
build in postBuild.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2012-10-08 02:26:09 +02:00
Shea Levy
529fee610b
libicns: Bump
2012-10-07 18:22:30 -04:00
Shea Levy
2f8ab5e651
Merge branch 'refind' into upstream
2012-10-07 17:54:30 -04:00
aszlig
c585be8619
neko: Correctly set 64bit mode in build.
...
Neko seems to think it is running in 32bit, even though it is compiled for
64bit. The fix is included in 1.8.3, which is not yet released as of now, so we
add a temporary fix until the release.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2012-10-07 23:13:56 +02:00
Cillian de Róiste
65358fad8c
Upgrade libraw1394 to 2.1.0
2012-10-07 23:02:32 +02:00
Shea Levy
026dd8b6f2
rEFInd: 0.4.5
2012-10-07 16:54:02 -04:00
Cillian de Róiste
fc817640e5
Tidy up the expression for the Calf audio plugin pack
2012-10-07 22:33:50 +02:00
Cillian de Róiste
df5abaf8b4
Update the calf plugin pack to 0.0.19-rc7
...
This is a significant update with loads of new features, plugins and GUIs
2012-10-07 22:33:50 +02:00
Cillian de Róiste
aaebab484b
Disable the debug option for FFADO
...
The debug option is enabled by default and causes performance and stability issues
2012-10-07 22:33:50 +02:00
Eelco Dolstra
d72adde530
Add nss-myhostname
2012-10-07 14:59:29 -04:00
Rickard Nilsson
a570a4c9ed
opera: Update to version 12.02
2012-10-07 19:21:56 +02:00
Peter Simons
0826608328
spamassassin: don't pass 'IOSocketInet6'
...
Adding that package as a build input makes SpamAssassin print "function
re-defined" warnings at run-time.
2012-10-07 18:55:41 +02:00
Michael Raskin
4454e45955
Adding meta.maintainers
2012-10-07 19:21:35 +04:00
Michael Raskin
749cc2bf1e
Adding Debian devscripts. Mostly for uscan.
...
I plan to later use uscan for simplifying package updates in some
NixPkgs packages. I have no code for that now.
I added Perl packages File::DesktopEntry and File::BaseDir in a slightly
hascky way because one part of the installation system replaced PREFIX=
with --prefix= and the other complained that it doesn't know what to do
with --prefix=. I checked that a script using File::DesktopEntry works,
and I don't know enough Perl to rewrite buildPerlPackage and hope that
my change is an improvement.
I removed trnaslated manpages because it uses po4a which has some more
Debian-specific dependencies of its own.
2012-10-07 18:02:46 +04:00
Cillian de Róiste
25b4957e4a
Add the Distrho collection of audio plugins
2012-10-07 14:06:36 +02:00