Updated Haskell packages.

- base16-bytestring: updated to version 0.1.1.5
 - base64-bytestring: updated to version 0.1.1.3
 - bloomfilter: updated to version 1.2.6.10
 - cryptocipher: updated to version 0.3.5
 - gtk: updated to version 0.12.3.1
 - http-conduit: updated to version 1.4.1.9
 - snap-core: updated to version 0.9.0
 - snap-server: updated to version 0.9.0
 - stringsearch: updated to version 0.3.6.3
 - text: updated to version 0.11.2.2
 - void: updated to version 0.5.6

svn path=/nixpkgs/trunk/; revision=34542
This commit is contained in:
Peter Simons 2012-06-18 09:52:42 +00:00
parent 1e196a120f
commit bc7c4c1951
12 changed files with 28 additions and 28 deletions

View File

@ -2,8 +2,8 @@
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "base16-bytestring"; pname = "base16-bytestring";
version = "0.1.1.4"; version = "0.1.1.5";
sha256 = "061rxlw5kjwj0s08kml46qpw602xwwp05285gpad8c7baw5mzxlr"; sha256 = "1fgd3zdzjfry6jaz8hwhim0p2c35l73cxxambh0ff7p5fqjrlwym";
meta = { meta = {
homepage = "http://github.com/bos/base16-bytestring"; homepage = "http://github.com/bos/base16-bytestring";
description = "Fast base16 (hex) encoding and decoding for ByteStrings"; description = "Fast base16 (hex) encoding and decoding for ByteStrings";

View File

@ -2,8 +2,8 @@
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "base64-bytestring"; pname = "base64-bytestring";
version = "0.1.1.1"; version = "0.1.1.3";
sha256 = "0j0jns0yf7dv2bx91hayc8hx0pdab7rhkjllmkl8019kf8rx3gwd"; sha256 = "0gyms4nf5j9ick1l5ys9h7h0nxpsi5vgs4dbynrqyhm9yd09cscg";
meta = { meta = {
homepage = "https://github.com/bos/base64-bytestring"; homepage = "https://github.com/bos/base64-bytestring";
description = "Fast base64 encoding and deconding for ByteStrings"; description = "Fast base64 encoding and deconding for ByteStrings";

View File

@ -2,11 +2,11 @@
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "bloomfilter"; pname = "bloomfilter";
version = "1.2.6.8"; version = "1.2.6.10";
sha256 = "0qv25dfyqbkswcbw1cxs4zcm8zl0xi5880zx6fab8ka6vnx2a5nf"; sha256 = "1z2jc7588fkv42dxf0dxsrgk5pmj3xapshy1vyfwipp1q6y20x4j";
buildDepends = [ deepseq ]; buildDepends = [ deepseq ];
meta = { meta = {
homepage = "http://www.serpentine.com/software/bloomfilter"; homepage = "https://github.com/bos/bloomfilter";
description = "Pure and impure Bloom Filter implementations"; description = "Pure and impure Bloom Filter implementations";
license = self.stdenv.lib.licenses.bsd3; license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms; platforms = self.ghc.meta.platforms;

View File

@ -4,8 +4,8 @@
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "cryptocipher"; pname = "cryptocipher";
version = "0.3.4"; version = "0.3.5";
sha256 = "12ndzvb9sa37yn118f9ixm3qka36x6whvmxc5wax97rfm7y49p6r"; sha256 = "02qc1rr9l51dnk0sn7js8zv2w2qhkha3ik828j5s729h80cyw99s";
isLibrary = true; isLibrary = true;
isExecutable = true; isExecutable = true;
buildDepends = [ buildDepends = [

View File

@ -4,8 +4,8 @@
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "gtk"; pname = "gtk";
version = "0.12.3"; version = "0.12.3.1";
sha256 = "0a5bb1qkxpkmm69b31jpqy7njnsk9bhhhp6z0h971zsxsrxpi04q"; sha256 = "0v9sh07lpvih2gk4ivy0jx2slw7rpvbf75xp20plzgzmay1y978s";
buildDepends = [ cairo glib mtl pango ]; buildDepends = [ cairo glib mtl pango ];
buildTools = [ gtk2hsBuildtools ]; buildTools = [ gtk2hsBuildtools ];
extraLibraries = [ libc pkgconfig ]; extraLibraries = [ libc pkgconfig ];

View File

@ -8,8 +8,8 @@
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "http-conduit"; pname = "http-conduit";
version = "1.4.1.8"; version = "1.4.1.9";
sha256 = "0vf72r4dpqdkl951bmjq3hjy6wnqyhxkjq9hr2p8scw91606cxyl"; sha256 = "0c0dnk3iqkx85453spry6qsw66pg3pjvqah0c1m64qqmv869bwbn";
buildDepends = [ buildDepends = [
asn1Data attoparsec attoparsecConduit base64Bytestring blazeBuilder asn1Data attoparsec attoparsecConduit base64Bytestring blazeBuilder
blazeBuilderConduit caseInsensitive certificate conduit cookie blazeBuilderConduit caseInsensitive certificate conduit cookie

View File

@ -8,8 +8,8 @@
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "snap-core"; pname = "snap-core";
version = "0.8.1"; version = "0.9.0";
sha256 = "11r4zd9z241qvzji7gcmynkib5w9b7c7wa8jx7al2z2aq4qhfx1b"; sha256 = "1fsjamv9sl19in2ws97v246sbvlnj05rm9dljc0pz7kasawyqsb7";
buildDepends = [ buildDepends = [
attoparsec attoparsecEnumerator base16Bytestring blazeBuilder attoparsec attoparsecEnumerator base16Bytestring blazeBuilder
blazeBuilderEnumerator bytestringMmap bytestringNums blazeBuilderEnumerator bytestringMmap bytestringNums

View File

@ -1,20 +1,19 @@
{ cabal, attoparsec, attoparsecEnumerator, binary, blazeBuilder { cabal, attoparsec, attoparsecEnumerator, binary, blazeBuilder
, blazeBuilderEnumerator, bytestringNums, caseInsensitive , blazeBuilderEnumerator, bytestringNums, caseInsensitive
, directoryTree, enumerator, filepath, MonadCatchIOTransformers , directoryTree, enumerator, filepath, MonadCatchIOTransformers
, mtl, murmurHash, network, PSQueue, snapCore, text, time , mtl, murmurHash, network, snapCore, text, time, transformers
, transformers, unixCompat, vector, vectorAlgorithms , unixCompat, vector, vectorAlgorithms
}: }:
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "snap-server"; pname = "snap-server";
version = "0.8.1.1"; version = "0.9.0";
sha256 = "0k47z9fhc64bnv86ixaxvndwc7hk28ny3mf5ny9d5jmp77a3ws46"; sha256 = "12mjy1w6gsnw93bcpsnxnw7kc2v73dfps7gk542iw73lldfhh3va";
buildDepends = [ buildDepends = [
attoparsec attoparsecEnumerator binary blazeBuilder attoparsec attoparsecEnumerator binary blazeBuilder
blazeBuilderEnumerator bytestringNums caseInsensitive directoryTree blazeBuilderEnumerator bytestringNums caseInsensitive directoryTree
enumerator filepath MonadCatchIOTransformers mtl murmurHash network enumerator filepath MonadCatchIOTransformers mtl murmurHash network
PSQueue snapCore text time transformers unixCompat vector snapCore text time transformers unixCompat vector vectorAlgorithms
vectorAlgorithms
]; ];
meta = { meta = {
homepage = "http://snapframework.com/"; homepage = "http://snapframework.com/";

View File

@ -9,5 +9,6 @@ cabal.mkDerivation (self: {
description = "Fast searching, splitting and replacing of ByteStrings"; description = "Fast searching, splitting and replacing of ByteStrings";
license = self.stdenv.lib.licenses.bsd3; license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms; platforms = self.ghc.meta.platforms;
maintainers = [ self.stdenv.lib.maintainers.andres ];
}; };
}) })

View File

@ -2,8 +2,8 @@
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "text"; pname = "text";
version = "0.11.2.1"; version = "0.11.2.2";
sha256 = "0ajh2xhf8khh5vi4crdjgcs7w27dga7hlwzi8ia5xjs3hzgvbjb9"; sha256 = "0ch0fiwjwkpiwamfxxbcka2gp6lbwpqcv7pmik6qm850163f4i33";
buildDepends = [ deepseq ]; buildDepends = [ deepseq ];
meta = { meta = {
homepage = "https://github.com/bos/text"; homepage = "https://github.com/bos/text";

View File

@ -2,8 +2,8 @@
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "void"; pname = "void";
version = "0.5.5.1"; version = "0.5.6";
sha256 = "1j8rss4b5j4213h40n4nl38p12z275lbsk46dvy4x5s96gqyximp"; sha256 = "168xp4jxrlhxdw47y3xyr3hi57xharsrll8521a1phh8vzrbpi4z";
buildDepends = [ semigroups ]; buildDepends = [ semigroups ];
meta = { meta = {
homepage = "http://github.com/ekmett/void"; homepage = "http://github.com/ekmett/void";

View File

@ -139,7 +139,7 @@ let result = let callPackage = x : y : modifyPrio (newScope result.final x y);
regexPosix = self.regexPosix_0_95_1; # 7.4.2 ok regexPosix = self.regexPosix_0_95_1; # 7.4.2 ok
stm = self.stm_2_3; # 7.4.2 ok stm = self.stm_2_3; # 7.4.2 ok
syb = self.syb_0_3_6_1; # 7.4.2 ok syb = self.syb_0_3_6_1; # 7.4.2 ok
text = self.text_0_11_2_0; # 7.4.2 ok text = self.text_0_11_2_2; # 7.4.2 ok
transformers = self.transformers_0_3_0_0; # 7.4.2 ok transformers = self.transformers_0_3_0_0; # 7.4.2 ok
xhtml = self.xhtml_3000_2_1; # 7.4.2 ok xhtml = self.xhtml_3000_2_1; # 7.4.2 ok
zlib = self.zlib_0_5_3_3; # 7.4.2 ok zlib = self.zlib_0_5_3_3; # 7.4.2 ok
@ -1388,8 +1388,8 @@ let result = let callPackage = x : y : modifyPrio (newScope result.final x y);
text_0_11_1_5 = callPackage ../development/libraries/haskell/text/0.11.1.5.nix {}; text_0_11_1_5 = callPackage ../development/libraries/haskell/text/0.11.1.5.nix {};
text_0_11_1_13 = callPackage ../development/libraries/haskell/text/0.11.1.13.nix {}; text_0_11_1_13 = callPackage ../development/libraries/haskell/text/0.11.1.13.nix {};
text_0_11_2_0 = callPackage ../development/libraries/haskell/text/0.11.2.0.nix {}; text_0_11_2_0 = callPackage ../development/libraries/haskell/text/0.11.2.0.nix {};
text_0_11_2_1 = callPackage ../development/libraries/haskell/text/0.11.2.1.nix {}; text_0_11_2_2 = callPackage ../development/libraries/haskell/text/0.11.2.2.nix {};
text = self.text_0_11_2_1; text = self.text_0_11_2_2;
thespian = callPackage ../development/libraries/haskell/thespian {}; thespian = callPackage ../development/libraries/haskell/thespian {};