1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

haskell-snap-server: updated to version 0.5.4

svn path=/nixpkgs/trunk/; revision=29210
This commit is contained in:
Peter Simons 2011-09-12 16:45:13 +00:00
parent 3ac8f8c892
commit d1219f3e3a
2 changed files with 3 additions and 6 deletions

View file

@ -7,8 +7,8 @@
cabal.mkDerivation (self: {
pname = "snap-server";
version = "0.5.3.1";
sha256 = "0rbfklgngrpp2aggkmyamfxn9hpnz3bsxd58lw0fi4ls76bagxvz";
version = "0.5.4";
sha256 = "1kzhmn8pg2lzpqz6319lcy5lk27jcl7jlxq96x1bhnxss8k0idix";
buildDepends = [
attoparsec attoparsecEnumerator binary blazeBuilder
blazeBuilderEnumerator bytestringNums caseInsensitive directoryTree

View file

@ -1032,10 +1032,7 @@ let result = let callPackage = x : y : modifyPrio (newScope result.final x y);
snapCore = callPackage ../development/libraries/haskell/snap/core.nix {};
snapServer = callPackage ../development/libraries/haskell/snap/server.nix {
vectorAlgorithms = self.vectorAlgorithms_0_4;
caseInsensitive = self.caseInsensitive_0_3;
};
snapServer = callPackage ../development/libraries/haskell/snap/server.nix {};
stateref = callPackage ../development/libraries/haskell/stateref {};