mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
Updated Haskell packages.
- RepLib: updated to version 0.5.2 - http-enumerator: updated to version 0.7.3.1 - http-types: updated to version 0.6.10 - leksah-server: updated to version 0.12.0.5 - test-framework-quickcheck2: updated to version 0.2.12.1 - unbound: updated to version 0.4 - yesod: updated to version 0.10.2 svn path=/nixpkgs/trunk/; revision=33144
This commit is contained in:
parent
2aed4ebe88
commit
6e56feca1d
7 changed files with 14 additions and 16 deletions
|
@ -2,8 +2,8 @@
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "RepLib";
|
pname = "RepLib";
|
||||||
version = "0.5.1";
|
version = "0.5.2";
|
||||||
sha256 = "1c6zqi87lmmmiz8amsvhw6wkhg90rhh6yl5vh0a9ism3apwh1i7r";
|
sha256 = "1wcxvl40wlnva2x7z13pm95485lwxbpy5di1mb1din3id8dprxfr";
|
||||||
buildDepends = [ mtl typeEquality ];
|
buildDepends = [ mtl typeEquality ];
|
||||||
noHaddock = true;
|
noHaddock = true;
|
||||||
meta = {
|
meta = {
|
||||||
|
|
|
@ -7,8 +7,8 @@
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "http-enumerator";
|
pname = "http-enumerator";
|
||||||
version = "0.7.3";
|
version = "0.7.3.1";
|
||||||
sha256 = "0l7azfvibqnninbxvbvgvia53jjf2fa1mhbip8gafy53asig6d06";
|
sha256 = "0a4p9340g6bx3s7mj3lbkrgw3db2kxpjncbbnnpdcwqyswi2vm75";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
|
|
|
@ -2,10 +2,8 @@
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "http-types";
|
pname = "http-types";
|
||||||
version = "0.6.9";
|
version = "0.6.10";
|
||||||
sha256 = "1dkp2iqqalrm381vagw65bhjnm80hv02h28447lmjl2j60b4mby0";
|
sha256 = "0py6l6hk14vrpqwrrajvsiasfksqsklk75sij4zx4xws01jwh9xd";
|
||||||
isLibrary = true;
|
|
||||||
isExecutable = true;
|
|
||||||
buildDepends = [ blazeBuilder caseInsensitive text ];
|
buildDepends = [ blazeBuilder caseInsensitive text ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://github.com/aristidb/http-types";
|
homepage = "https://github.com/aristidb/http-types";
|
||||||
|
|
|
@ -5,8 +5,8 @@
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "leksah-server";
|
pname = "leksah-server";
|
||||||
version = "0.12.0.4";
|
version = "0.12.0.5";
|
||||||
sha256 = "0lv6z2b79cxvcz5mldyicx87lp3a0xfmv0wjd0cjf954cdizccg2";
|
sha256 = "0kr5xsnjl0brbdysw1rhd7a1gy3i0kn8rq2c5grc2m734ankil6z";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
|
|
|
@ -2,8 +2,8 @@
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "test-framework-quickcheck2";
|
pname = "test-framework-quickcheck2";
|
||||||
version = "0.2.12";
|
version = "0.2.12.1";
|
||||||
sha256 = "08qr2lh1akjy5daxxk1sy59sg94hvv5s5njs9x6lrx648hy7y8iy";
|
sha256 = "03m6kf6lhi9nzymfyfqqimfgs6139bpa0pzbxzvz2nvizdnbmmcw";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
extensibleExceptions QuickCheck random testFramework
|
extensibleExceptions QuickCheck random testFramework
|
||||||
];
|
];
|
||||||
|
|
|
@ -2,8 +2,8 @@
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "unbound";
|
pname = "unbound";
|
||||||
version = "0.3.1";
|
version = "0.4";
|
||||||
sha256 = "13k53dcap8knvl2qzcykx838laas34xfc0480705vzl1z9z1xppz";
|
sha256 = "0s4aybbxz5qvkf09wn65qavw10hk0rsyyc2d0ydr02rzz10vd270";
|
||||||
buildDepends = [ mtl RepLib transformers ];
|
buildDepends = [ mtl RepLib transformers ];
|
||||||
noHaddock = true;
|
noHaddock = true;
|
||||||
meta = {
|
meta = {
|
||||||
|
|
|
@ -7,8 +7,8 @@
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "yesod";
|
pname = "yesod";
|
||||||
version = "0.10.1.4";
|
version = "0.10.2";
|
||||||
sha256 = "0glyl1q5szwk1r2l2amq7w42kjl5wda33bvz64rvav1hngkpvii0";
|
sha256 = "15dswvhn9vz3bpdvbypg8x8gwhjkwj170b8mqznp10drccxyizs2";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
|
|
Loading…
Reference in a new issue