Updated Haskell packages.
- HsOpenSSL: updated to version 0.10.2 - zip-archive: updated to version 0.1.1.8 svn path=/nixpkgs/trunk/; revision=33657
This commit is contained in:
parent
b73fb52648
commit
bf47f4bbe3
|
@ -2,8 +2,8 @@
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "HsOpenSSL";
|
pname = "HsOpenSSL";
|
||||||
version = "0.10.1.4";
|
version = "0.10.2";
|
||||||
sha256 = "1zrmngxm1xs51ql5za46lw6xkiyczx6qyvpami9k13g8k6kznqbz";
|
sha256 = "0bji31lb9n08ybzs23251q6afr32fjvzcjm7qs3fvy3r7bc3gqbf";
|
||||||
buildDepends = [ network time ];
|
buildDepends = [ network time ];
|
||||||
extraLibraries = [ openssl ];
|
extraLibraries = [ openssl ];
|
||||||
meta = {
|
meta = {
|
||||||
|
|
|
@ -2,15 +2,15 @@
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "zip-archive";
|
pname = "zip-archive";
|
||||||
version = "0.1.1.7";
|
version = "0.1.1.8";
|
||||||
sha256 = "1q52v18kl1j049kk3yb7rp0k27p6q7r72mg1vcbdid6qd7a9dh48";
|
sha256 = "0rq4jk1sxi6lrc7d7sh500lh83v2fxxrfh2gknqiyzxd3wh364y1";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [ binary digest filepath mtl utf8String zlib ];
|
buildDepends = [ binary digest filepath mtl utf8String zlib ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://github.com/jgm/zip-archive";
|
homepage = "http://github.com/jgm/zip-archive";
|
||||||
description = "Library for creating and modifying zip archives";
|
description = "Library for creating and modifying zip archives";
|
||||||
license = "GPL";
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
maintainers = [ self.stdenv.lib.maintainers.andres ];
|
maintainers = [ self.stdenv.lib.maintainers.andres ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue