Updated Haskell packages.
- http-conduit: updated to version 1.4.1.8 - leksah-server: updated to version 0.12.1.0 - leksah: updated to version 0.12.1.0 - ltk: updated to version 0.12.1.0 - yaml: updated to version 0.7.0.3 svn path=/nixpkgs/trunk/; revision=34356
This commit is contained in:
parent
cfdf9cafaa
commit
7d15ad90b9
@ -6,8 +6,8 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "leksah";
|
pname = "leksah";
|
||||||
version = "0.12.0.3";
|
version = "0.12.1.0";
|
||||||
sha256 = "1374ffwban58kabnynacl0fyzs6756kd5q1lcfya46mp26l7syrd";
|
sha256 = "1993h74wfrndqgjx7xcfdhh5f2gqhg6kcbvzl1ckdbk8hynkia94";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
|
@ -8,8 +8,8 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "http-conduit";
|
pname = "http-conduit";
|
||||||
version = "1.4.1.7";
|
version = "1.4.1.8";
|
||||||
sha256 = "0b3iz03y3s30wyj5j0r8s070qwwzjbk4cs7znag5yjxqgph1h22f";
|
sha256 = "0vf72r4dpqdkl951bmjq3hjy6wnqyhxkjq9hr2p8scw91606cxyl";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
asn1Data attoparsec attoparsecConduit base64Bytestring blazeBuilder
|
asn1Data attoparsec attoparsecConduit base64Bytestring blazeBuilder
|
||||||
blazeBuilderConduit caseInsensitive certificate conduit cookie
|
blazeBuilderConduit caseInsensitive certificate conduit cookie
|
||||||
|
@ -5,8 +5,8 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "leksah-server";
|
pname = "leksah-server";
|
||||||
version = "0.12.0.5";
|
version = "0.12.1.0";
|
||||||
sha256 = "0kr5xsnjl0brbdysw1rhd7a1gy3i0kn8rq2c5grc2m734ankil6z";
|
sha256 = "1jqrlz08ivr521a64cbdkixhgjra69qlfrasch7yac63dvf160i4";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
|
@ -2,12 +2,9 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "ltk";
|
pname = "ltk";
|
||||||
version = "0.12.0.0";
|
version = "0.12.1.0";
|
||||||
sha256 = "1hlsfi77yypfnvh1alr3rflbffby9pbmc71m507davr6b09v9w9f";
|
sha256 = "12x6nba5bll8fgzpxii1cf87j27jk4mn5gf1bx4ahd9v30h1a0h6";
|
||||||
buildDepends = [ Cabal filepath glib gtk mtl parsec transformers ];
|
buildDepends = [ Cabal filepath glib gtk mtl parsec transformers ];
|
||||||
patchPhase = ''
|
|
||||||
sed -i -e 's|mtl >=1.1.0.2 && <2.1|mtl|' -e 's|transformers >=0.2.2.0 && <0.3|transformers|' ltk.cabal
|
|
||||||
'';
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://www.leksah.org";
|
homepage = "http://www.leksah.org";
|
||||||
description = "Leksah tool kit";
|
description = "Leksah tool kit";
|
||||||
|
@ -4,8 +4,8 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "yaml";
|
pname = "yaml";
|
||||||
version = "0.7.0.2";
|
version = "0.7.0.3";
|
||||||
sha256 = "0hhxvw3zzra8vkbm9914nq03wpy5x5mg6sipwajqz0hv3j5hlsf3";
|
sha256 = "1w9xsg48np3wi859jdg5vm3dxihbdrbvd1i364lsfblbmry964mr";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
aeson attoparsec conduit resourcet text transformers
|
aeson attoparsec conduit resourcet text transformers
|
||||||
unorderedContainers vector
|
unorderedContainers vector
|
||||||
|
Loading…
x
Reference in New Issue
Block a user