Updated Haskell packages.
- authenticate: updated to version 1.2.1 - blaze-builder-enumerator: updated to version 0.2.0.4 - graphviz: updated to version 2999.13.0.2 - tls: updated to version 0.9.4 svn path=/nixpkgs/trunk/; revision=33853
This commit is contained in:
parent
e9226f1ca6
commit
c05f314f7f
@ -6,8 +6,8 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "authenticate";
|
pname = "authenticate";
|
||||||
version = "1.2.0.1";
|
version = "1.2.1";
|
||||||
sha256 = "1wyqkam1wgcg5rg4vjh3rlyffhiw7hmx5wshhg9hi2vqpgz0rs65";
|
sha256 = "0ifx24129ahq1rb2601n4736w5j257w10wcym5m9kp0jjb4p7s83";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
aeson attoparsec blazeBuilder blazeBuilderConduit caseInsensitive
|
aeson attoparsec blazeBuilder blazeBuilderConduit caseInsensitive
|
||||||
conduit httpConduit httpTypes monadControl network resourcet
|
conduit httpConduit httpTypes monadControl network resourcet
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "blaze-builder-enumerator";
|
pname = "blaze-builder-enumerator";
|
||||||
version = "0.2.0.3";
|
version = "0.2.0.4";
|
||||||
sha256 = "00a9rly27sh49gi5askg7z3ji8ig9llxk4qcznsag01d1z0kb97n";
|
sha256 = "1zwp9hcjsmy5p5i436ajvl86zl1z4pzcfp6c57sj8vfr08rrrkq9";
|
||||||
buildDepends = [ blazeBuilder enumerator transformers ];
|
buildDepends = [ blazeBuilder enumerator transformers ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://github.com/meiersi/blaze-builder-enumerator";
|
homepage = "https://github.com/meiersi/blaze-builder-enumerator";
|
||||||
|
@ -4,8 +4,8 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "graphviz";
|
pname = "graphviz";
|
||||||
version = "2999.13.0.1";
|
version = "2999.13.0.2";
|
||||||
sha256 = "1x6pbcixlqbxcg3dsl9z1f5r0qax2p967z0csqb27am812knakky";
|
sha256 = "17b95zi8j7mnzrp3kybyfyqqpcdhbf0mdrk0sfnw3qp8fbyfrw1i";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
colour dlist fgl filepath polyparse text transformers wlPprintText
|
colour dlist fgl filepath polyparse text transformers wlPprintText
|
||||||
];
|
];
|
||||||
|
@ -4,8 +4,8 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "tls";
|
pname = "tls";
|
||||||
version = "0.9.3";
|
version = "0.9.4";
|
||||||
sha256 = "172aq99w8zdr52b2gjqg2sfcd9412wbh4cpayzc3ck2j8wfdlzp5";
|
sha256 = "1yvarwd3cbagg14pk6fj3r1jhvrwnbz042fdxvw9jjrdz9khy0wc";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user