1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-22 05:31:22 +00:00
Commit graph

44059 commits

Author SHA1 Message Date
aszlig 57aaf3d36e
Merge branch 'nixpart-1.0-preparations'.
Partially and temporarily addresses NixOS/nixops#228.

We now have an up-to-date version of Blivet and a bunch of its dependen-
cies as well as the old nixpart 0.4 with all its old and crappy
dependencies, which should fix _simple_ partitioning layouts for NixOps.

Also, nixpart 1.0 is now marked as broken, because it is not yet
released and this branch is more of a preparation and "damage control"
in case I shouldn't manage to finish nixpart + nixos-assimilate in time
for the next NixOS release.
2014-10-22 08:23:31 +02:00
aszlig 78ef5f9c14
nixpart: Move all 0.4 dependencies into one dir.
Once nixpart 1.0 is released we then only need to delete one single
directory rather than searching for needles in a haystack, that is, all
of <nixpkgs>. Also, it keeps my sanity at an almost healthy level.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-10-22 08:22:59 +02:00
aszlig 7676ff5973
nixpart: Bring back requirements for version 0.4.
Quite a mess but at least the mdraid tests succeed now. However, the
lvm2 tests are still failing, so we need to bring back a few more old
crap :-(

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-10-22 08:22:58 +02:00
aszlig cff26e2d38
nixos: Add VM test for blivet.
I'm really not sure whether these tests are actually run upstream,
because there are quite a few oddities which either are my fault by just
missing something important or upstream really doesn't bother to run
those tests.

One example of this are testDiskChunk1 and testDiskChunk2, which create
two non-existing partitions and tries to allocate them. Now, in
allocatePartitions(), the partedPartition attributes are reset to None
and shortly afterwards a for loop is expecting it to be NOT None.

So, for now I'm disabling these tests and will see if we stumble on them
during work on nixpart 1.0, so we're really sure whether it's my fault
or a real bug in blivet.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-10-22 08:22:58 +02:00
aszlig 16371fce91
nixpart: Bump version to 1.0.0 and mark as broken.
We don't want Hydra to even try and build this, because we're going to
fill in the right sha256 as soon as the the new nixpart version is
released.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-10-22 08:22:57 +02:00
aszlig cb2c34f1bb
blivet: Update to new upstream version 0.67.
Put a copy of old version 0.17 expression into 0.17.nix and update the
pointers from nixpart0 accordingly.

This also means, that plain nixpart is now way more broken than
nixpart0 (we might want to temporarily fix 0.4 anyway).

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-10-22 08:22:57 +02:00
Peter Simons 8953fb5e7d haskell-ihaskell: set hydraPlatforms to none to avoid evaluation errors 2014-10-22 08:12:42 +02:00
Alexander Kjeldaas 005bb796e6 Updated grsec. 2014-10-22 02:18:41 +02:00
aszlig 7deadbb55f
nixpart: Copy package expression to 0.4.nix.
Update the nixpart0 pointer to point to this version, because we're
going to update blivet as well and NixOps still points to nixpart0.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-10-22 01:54:48 +02:00
aszlig 34ae3b7f77
parted: Update to new upstream version 3.2.
In order to properly run tests, we need to fix the unicode tests and
after some search, I have found that Ludo (who is also the <nixpkgs>
maintainer of parted) already reported this upstream and also provided a
solution:

http://lists.gnu.org/archive/html/bug-parted/2014-08/msg00003.html

I'm updating parted to 3.2, because the latest blivet implementation
relies on it for device geometry calculations.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-10-22 01:54:47 +02:00
aszlig 6553845afc
pyparted: Add patch to fix tests for parted 3.2.
See this message for the patch and details:

https://www.redhat.com/archives/pyparted-devel/2014-April/msg00000.html

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-10-22 01:54:47 +02:00
Peter Simons bddf342631 Patch 7a20d76 failed when the Haskell expression lacked a meta attribute. This commit fixes that issue. 2014-10-22 00:23:12 +02:00
Peter Simons 7a20d76482 Disable all Haskell builds for Darwin on Hydra.
Hydra generates a GHC closure for Darwin that for no apparent reason
contains an ancient, broken Haddock binary -- probably because of an
impurity in the build system. That bug makes those GHC binaries
unusable: <https://github.com/NixOS/nixpkgs/issues/2689>.
2014-10-21 23:54:51 +02:00
Mateusz Kowalczyk 917c1638bf emacs-magit: fix URL (hopefully) 2014-10-21 22:40:28 +01:00
Pascal Wittmann 1a4523ba8d lessc: update from 1.4.2 to 1.7.5 2014-10-21 23:07:06 +02:00
Peter Simons 5e03d07621 ihaskell: broken by the recent classy-prelude update
@edwtjo: http://hydra.cryp.to/build/208767/nixlog/1/raw
2014-10-21 23:04:40 +02:00
Peter Simons 6b73aaed7f haskell-keter: update to version 1.3.5 2014-10-21 23:04:40 +02:00
Peter Simons 1c14aa4fc9 haskell-yesod-form: update to version 1.4.1 2014-10-21 23:04:40 +02:00
Peter Simons 661b9e7531 haskell-yesod-core: update to version 1.4.3 2014-10-21 23:04:40 +02:00
Peter Simons a85ffa1bf0 haskell-yesod-bin: update to version 1.4.0.4 2014-10-21 23:04:40 +02:00
Peter Simons 63fe24d523 haskell-wai-app-static: update to version 3.0.0.2 2014-10-21 23:04:40 +02:00
Peter Simons d24a592d81 haskell-tls: update to version 1.2.13 2014-10-21 23:04:40 +02:00
Peter Simons c296d406b1 haskell-th-lift-instances: update to version 0.1.4 2014-10-21 23:04:40 +02:00
Peter Simons fcd2231cb9 haskell-tasty-th: update to version 0.1.3 2014-10-21 23:04:40 +02:00
Peter Simons 9e61b64c31 haskell-hxt-regex-xmlschema: update to version 9.2.0 2014-10-21 23:04:40 +02:00
Peter Simons 2b2bfb7dc2 haskell-hspec2: update to version 0.5.1 2014-10-21 23:04:40 +02:00
Peter Simons 51f01e63b5 haskell-hspec: update to version 1.12.1 2014-10-21 23:04:40 +02:00
Peter Simons c15e0592eb haskell-hspec-meta: update to version 1.12.1 2014-10-21 23:04:39 +02:00
Peter Simons 94bc815c87 haskell-hcltest: update to version 0.3.6 2014-10-21 23:04:39 +02:00
Peter Simons 0c80f224fc haskell-haskell-generate: update to version 0.2.2 2014-10-21 23:04:39 +02:00
Peter Simons b866c4d36a haskell-fb: update to version 1.0.7 2014-10-21 23:04:39 +02:00
Peter Simons 575ddc19cb haskell-fay: update to version 0.21.0.2 2014-10-21 23:04:39 +02:00
Peter Simons eedf2610dd haskell-extra: update to version 0.3.1 2014-10-21 23:04:39 +02:00
Peter Simons f7c75a5063 haskell-ekg: update to version 0.4.0.4 2014-10-21 23:04:39 +02:00
Peter Simons 0beec5a972 haskell-classy-prelude: update to version 0.10.1 2014-10-21 23:04:39 +02:00
Peter Simons e4cdce1213 haskell-classy-prelude-conduit: update to version 0.10.1 2014-10-21 23:04:39 +02:00
Peter Simons c28b225a6a haskell-binary-conduit: update to version 1.2.3 2014-10-21 23:04:39 +02:00
Peter Simons 53f788b421 haskell-basic-prelude: update to version 0.3.10 2014-10-21 23:04:39 +02:00
Pascal Wittmann c5fd7f3b69 twitter-bootstrap: use fetchFromGitHub 2014-10-21 22:35:30 +02:00
Domen Kožar 3514fad7cd lttng-modules: disable on 3.12 kernel 2014-10-21 21:46:34 +02:00
Mateusz Kowalczyk b41f2cdeb8 structured-haskell-mode: actually fix 2014-10-21 20:32:04 +01:00
Domen Kožar f86ef02678 lttng-modules: update to 2.6.0-rc1 2014-10-21 21:24:02 +02:00
Mateusz Kowalczyk 2026054746 emacs-magit: update to 1.2.1 2014-10-21 20:21:11 +01:00
Mateusz Kowalczyk c9dd0b1a12 structured-haskell-mode: use haskell-src-exts 1.15 2014-10-21 20:19:03 +01:00
Georges Dubus 7eadfc01b3 Merge pull request #4607 from k0ral/safe-rm
New package: safe-rm-0.11
2014-10-21 20:57:18 +02:00
John Wiegley 0fdd8b312e emacs24Macport: 23.4-mac-4.8 -> 24.4-mac-5.0 2014-10-21 13:40:53 -05:00
koral 03ec2d9477 New package: safe-rm-0.11 2014-10-21 20:19:57 +02:00
Eelco Dolstra a5262a9000 firefox: Fix evaluation on non-Linux
Actually we only support Firefox on Linux, but we hit the “attribute
‘gcc.override’ missing” error before the platform check.
2014-10-21 19:49:35 +02:00
Emery Hemingway 70e0577886 update cjdns from 20140922 to 20140928 2014-10-21 13:08:54 -04:00
Domen Kožar 5c251eb3a0 python3Packages.{pagerduty,sipsimple}: disable 2014-10-21 18:55:39 +02:00
aszlig 369a5c6180
python-six: Update to new upstream version 1.8.0.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-10-21 18:32:10 +02:00
aszlig 249e417677
btrfsprogs: Update to new upstream version 3.17.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-10-21 18:29:55 +02:00
Eelco Dolstra f4b5671b0d firefox: Fix build on 32-bit by using the gold linker 2014-10-21 18:07:25 +02:00
Arseniy Seroka 454590f884 vim-plugins: add and update 2014-10-21 15:42:35 +02:00
Peter Simons ff7dcbc8ba haskell-hlint: update to version 1.9.10 2014-10-21 15:36:21 +02:00
Peter Simons 279c2c8691 haskell-cabal-db: update to version 0.1.10 2014-10-21 15:36:21 +02:00
Peter Simons e8ad61fbd2 haskell-x509: update to version 1.5.0.1 2014-10-21 15:36:21 +02:00
Peter Simons 4c92012e90 haskell-io-streams: update to version 1.2.0.1 2014-10-21 15:36:21 +02:00
Peter Simons 114a84e751 haskell-asn1-encoding: disable test suite to work around build errors on Linux/i686
https://github.com/vincenthz/hs-asn1/issues/12
2014-10-21 15:36:21 +02:00
Georges Dubus 1ef52d5db1 Merge pull request #4574 from fpletz/package/ncmpcppBeta
New package: ncmpcppBeta
2014-10-21 13:42:53 +02:00
Georges Dubus 80e84998c1 Merge pull request #4586 from edwtjo/xbmc-svtplay
xbmcPlugins.svtplay: 4.0.6 -> 4.0.8
2014-10-21 13:37:00 +02:00
Mateusz Kowalczyk 2dc4b069e3 haskell-charsetdetect-ae: new package 2014-10-21 11:35:36 +01:00
John Wiegley 89e68ee32e coqPackages.flocq: new expression 2014-10-21 00:23:36 -05:00
John Wiegley 8d8acebfbb Extra: rename directory to Extra-lib
This is needed because not everyone uses a case-sensitive
filesystem (namely, OS X), which causes the Extra and extra packages to
collide.  Since extra is more recently maintained (by the author of
Shake and Hoogle), I've renamed Extra to just Extra-lib, keeping
everything else the same.
2014-10-20 19:17:12 -05:00
Jaka Hudoklin ea04d4a77c Merge pull request #4529 from geerds/ati-driver
ati-driver: Fix "Catalyst Control Center"
2014-10-21 01:30:13 +02:00
Moritz Ulrich ac826c178f Build emacs with svg-support.
Use `emacs.override { librsvg = null; }@ if you want to disable this
feature.
2014-10-20 22:34:11 +02:00
Moritz Ulrich 7e78166563 emacs24: Update to 24.4. 2014-10-20 22:08:19 +02:00
Shea Levy 3fe41ca763 Debain 7.6-amd64 tarball was updated in place 2014-10-20 15:26:51 -04:00
Shea Levy 652030e85d debian packages tarball was updated in place 2014-10-20 15:23:44 -04:00
Michael Raskin 7b9210d3f4 Merge pull request #4591 from ts468/e19
Upgrade: Enlightenment E19: 0.19.0 -> 0.19.1
2014-10-20 22:13:38 +04:00
Michael Raskin ea5b21edd8 Merge pull request #4590 from henrytill/racket
racket: update to 6.1
2014-10-20 22:02:48 +04:00
Michael Raskin 6b727e8d68 Merge pull request #4596 from abbradar/rpmextract
Add "rpmextract" script and use it
2014-10-20 22:00:59 +04:00
Patrick Mahoney c46c37efb5 j: Relax platform restriction.
Builds and runs on x86_64-darwin.
2014-10-20 12:52:19 -05:00
Alexey Levan 4ea7e3e97b mysql: make cleaner directory layout for 5.5.* 2014-10-20 19:39:48 +03:00
Eelco Dolstra 8952396650 Update some Hydra dependencies
http://hydra.nixos.org/build/16127784
2014-10-20 17:56:52 +02:00
Bjørn Forsman 796e67169f vim-plugins: sort alphabetically 2014-10-20 17:45:28 +02:00
Bjørn Forsman 9d0b455960 vim-plugins: use commit dates instead of commit ids as version numbers
Git commit ids shouldn't be used as version numbers in nixpkgs:
* they don't increase monotonically
* they don't always start with a digit, causing nix to not parse them as
  version numbers, and instead sees them as part of the package name,
  causing the package to (seemingly) conflict with itself upon upgrade.
2014-10-20 17:45:28 +02:00
Bjørn Forsman 94e0d3c6c2 vim-plugins: coffee-script: start version number with digit
Or else nix will see it as part of package name.
2014-10-20 17:45:28 +02:00
Bjørn Forsman c60c0ede9a vim-plugins: use lower case attr and pkg names
(According to the nixpkgs manual.)

Keep old attrnames around for backward compatibility.
2014-10-20 17:45:27 +02:00
Bjørn Forsman e6c1973971 vim-plugins: update source hash for command-t
And use fetchzip instead of fetchurl towards github.com to not let this
happen again. (fetchzip checks the hash on the *extracted* archive, so
changes in compression algo etc. doesn't change the hash.)
2014-10-20 17:45:27 +02:00
Bjørn Forsman 5165ee6ff3 vim-plugins: buildVimPlugin: drop needless 'path' argument
Derive 'path' from the plugin name instead.
2014-10-20 17:45:27 +02:00
Bjørn Forsman 37f961628b vim-plugins: prefix all plugin names with 'vimplugin-'
Currently some plugins use "vim-" prefix, some use "-vim" suffix and
some have no prefix or suffix at all.

I chose "vimplugin-" prefix to match the attribute path: vimPlugins.*
2014-10-20 17:45:27 +02:00
Bjørn Forsman f58ff54520 vim-plugins: rename simpleDerivation to buildVimPlugin 2014-10-20 17:45:26 +02:00
Domen Kožar a5b7ef0db1 fix eval 2014-10-20 17:26:25 +02:00
Domen Kožar 8787c695a9 pythonPackages.cjson: disable on pypy/py3k 2014-10-20 13:34:43 +02:00
Eelco Dolstra 38ed4d4d0f linux: Enable FW_LOADER_USER_HELPER_FALLBACK
We don't really need this anymore, except that our docs say that you
can put firmware in /root/test-firmware, which doesn't work via
/sys/module/firmware_class/parameters/path.
2014-10-20 13:25:00 +02:00
Jaka Hudoklin 3bd72fc71f Merge pull request #4579 from offlinehacker/pkgs/pythonPackages/graphitePager
pythonPackages: add graphite pager
2014-10-20 13:24:54 +02:00
Edward Tjörnhammar 6639fa51d2 tsocks: support poll(2) applications 2014-10-20 11:11:16 +02:00
Edward Tjörnhammar 5074a95c54 tsocks: fix LD_PRELOAD references 2014-10-20 11:11:16 +02:00
Eelco Dolstra d316346d42 Merge pull request #4588 from edwtjo/dhcpcd-update
dhcpcd: 6.4.7 -> 6.5.1
2014-10-20 10:52:17 +02:00
Eelco Dolstra 1c1b78309b Merge pull request #4598 from jbedo/master
Update ImageMagick version
2014-10-20 10:51:48 +02:00
Eelco Dolstra 71c34a45e1 chatzilla: Update to 0.9.91 2014-10-20 09:02:26 +02:00
Eelco Dolstra 4de72baf03 chatzilla: Use firefox instead of xulrunner
Thanks to @nbp for pointing out that we don't need xulrunner anymore.
2014-10-20 09:00:38 +02:00
Justin Bedo cd1bacb03d Update ImageMagick version 2014-10-20 17:49:30 +11:00
(cdep)illabout 35375d0917 Added package for fcitx-configtool.
This allows fctix to be configured through a GUI.
2014-10-20 11:35:47 +09:00
William A. Kennington III bcc687649b iproute: Remove stale patch 2014-10-19 17:53:41 -07:00
Nikolay Amiantov 307af9148b use rpmextract in some packages 2014-10-20 03:16:59 +04:00
Nikolay Amiantov 4dba792a59 rpmextract: add package 2014-10-20 03:16:24 +04:00
William A. Kennington III 664909d31b iproute2: 3.16.0 -> 3.17.0 2014-10-19 15:50:48 -07:00
Domen Kožar 29ffeecf78 fix eval 2014-10-19 19:54:33 +02:00
Domen Kožar 2d6582d14e python27FullBuildEnv -> python.buildEnv for all interpreters 2014-10-19 19:48:18 +02:00
Mateusz Kowalczyk 67a1a96b49 mpd: update to 0.19.1 2014-10-19 17:34:13 +01:00
Peter Simons 6a703aa570 haskell-rethinkdb: jailbreak to fix build with network 2.6.x
Also, disable the test suite, which won't succeed because it tries to
use network services like getProtocolByName.
2014-10-19 16:55:24 +02:00
Peter Simons d5d593a256 haskell-hindent: disable test suite to fix the build
Test suite hspec: RUNNING...
hspec: test/gibiansky/tests/: getDirectoryContents: does not exist (No such file or directory)
Test suite hspec: FAIL
Test suite logged to: dist/test/hindent-3.9-hspec.log
0 of 1 test suites (0 of 1 test cases) passed.
2014-10-19 16:55:24 +02:00
Peter Simons fa1e935abe haskell-tasty-hspec: broken by recent versions of hspec 2014-10-19 16:55:24 +02:00
Peter Simons 834de32dff haskell-HTF: disable test suite to fix build error
https://github.com/skogsbaer/HTF/issues/37
2014-10-19 16:55:24 +02:00
Peter Simons 0e813e4fdd haskell-hindent: build with old version of haskell-src-exts 2014-10-19 16:55:24 +02:00
Peter Simons d1d0c03d88 haskell-HandsomeSoup: disable test suite to fix the build
The package doesn't seem to support recent versions of hspec.

https://github.com/egonSchiele/HandsomeSoup/issues/26
2014-10-19 16:55:24 +02:00
Peter Simons 882e660997 haskell-x509: disable broken test suite to fix the build
https://github.com/vincenthz/hs-certificate/issues/35
2014-10-19 16:55:24 +02:00
Peter Simons 3f6de398ae haskell-yesod-bin: update to version 1.4.0.2 2014-10-19 16:55:24 +02:00
Peter Simons 5283823981 haskell-yesod-auth-hashdb: update to version 1.4.1 2014-10-19 16:55:24 +02:00
Peter Simons dba208b52e haskell-x509: update to version 1.5.0 2014-10-19 16:55:24 +02:00
Peter Simons 335c577ca0 haskell-x509-validation: update to version 1.5.1 2014-10-19 16:55:24 +02:00
Peter Simons abd1729bcc haskell-x509-system: update to version 1.5.0 2014-10-19 16:55:24 +02:00
Peter Simons 4b68e362a0 haskell-x509-store: update to version 1.5.0 2014-10-19 16:55:24 +02:00
Peter Simons 52f27f0187 haskell-webkit: update to version 0.13.0.3 2014-10-19 16:55:24 +02:00
Peter Simons ab6861195a haskell-tls: update to version 1.2.10 2014-10-19 16:55:24 +02:00
Peter Simons 2b879558e5 haskell-json-rpc: update to version 0.2.1.1 2014-10-19 16:55:23 +02:00
Peter Simons a7ea4fd14a haskell-ixset: update to version 1.0.6 2014-10-19 16:55:23 +02:00
Peter Simons 5c66507998 haskell-hindent: update to version 3.9 2014-10-19 16:55:23 +02:00
Peter Simons 1656c1311d haskell-crypto-pubkey-types: update to version 0.4.2.3 2014-10-19 16:55:23 +02:00
Peter Simons 1c8b3d9217 haskell-cpphs: update to version 1.18.6 2014-10-19 16:55:23 +02:00
Peter Simons 8a90c85f54 haskell-graphmod: update to version 1.2.6 2014-10-19 16:55:23 +02:00
Peter Simons 275e045772 haskell-xdot: update to version 0.2.4.5 2014-10-19 16:55:23 +02:00
Peter Simons 3455fd86f1 haskell-hourglass: update to version 0.2.6 2014-10-19 16:55:23 +02:00
Peter Simons d9ae013e8c haskell-hcltest: update to version 0.3.5 2014-10-19 16:55:23 +02:00
Peter Simons 936b38b2cc haskell-gtksourceview2: update to version 0.13.1.1 2014-10-19 16:55:23 +02:00
Peter Simons 133990ad1f haskell-gtk3: update to version 0.13.0.3 2014-10-19 16:55:23 +02:00
Peter Simons 2c2e214d55 haskell-gtk: update to version 0.13.0.3 2014-10-19 16:55:23 +02:00
Peter Simons 6be19aa08f haskell-glib: update to version 0.13.0.5 2014-10-19 16:55:23 +02:00
Peter Simons 0067036b51 haskell-gio: update to version 0.13.0.2 2014-10-19 16:55:23 +02:00
Peter Simons bbf24c5772 haskell-fast-logger: update to version 2.2.1 2014-10-19 16:55:22 +02:00
Peter Simons 8e99f7d102 haskell-digestive-functors-heist: update to version 0.8.6.1 2014-10-19 16:55:22 +02:00
Peter Simons 3bd0c852bb haskell-cairo: update to version 0.13.0.4 2014-10-19 16:55:22 +02:00
Peter Simons 07ffd6bd02 haskell-auto-update: update to version 0.1.2 2014-10-19 16:55:22 +02:00
Peter Simons d7689c5797 haskell-asn1-types: update to version 0.3.0 2014-10-19 16:55:22 +02:00
Peter Simons d465678948 haskell-asn1-parse: update to version 0.9.0 2014-10-19 16:55:22 +02:00
Peter Simons b599efe2eb haskell-asn1-encoding: update to version 0.9.0 2014-10-19 16:55:22 +02:00
Peter Simons 7d236d6762 haskell-JuicyPixels-util: update to version 0.2 2014-10-19 16:55:22 +02:00
Peter Simons ba5db4d685 haskell-HandsomeSoup: update to version 0.3.3 2014-10-19 16:55:22 +02:00
Peter Simons 98bca033c9 haskell-HTF: update to version 0.12.2.1 2014-10-19 16:55:22 +02:00
Peter Simons 372f9b9afe haskell-aeson: update to version 0.8.0.2 2014-10-19 16:55:22 +02:00
Peter Simons 23b84969d0 haskell-template: update to version 0.2.0.10 2014-10-19 16:55:22 +02:00
Peter Simons 5b59ad05ef haskell-shell-conduit: update to version 4.3 2014-10-19 16:55:22 +02:00
Peter Simons 7dd96f5012 haskell-sdl2: update to version 1.1.3 2014-10-19 16:55:22 +02:00
Peter Simons 9328fbcdb6 haskell-rethinkdb: update to version 1.15.1.0 2014-10-19 16:55:22 +02:00
Peter Simons 9177f6244e haskell-rest-gen: update to version 0.16.0.3 2014-10-19 16:55:21 +02:00
Peter Simons 745c6b594a haskell-pango: update to version 0.13.0.3 2014-10-19 16:55:21 +02:00
Peter Simons d3620bc94d haskell-monadloc-pp: update to version 0.3.1 2014-10-19 16:55:21 +02:00
Peter Simons 189667f34e haskell-hspec2: update to version 0.5.0 2014-10-19 16:55:21 +02:00