From 7664a1ad075d8a55816494dbfc61ac36135006a5 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sun, 23 Nov 2014 21:07:33 +0100 Subject: [PATCH] haskell-yaml: update to version 0.8.10 --- .../libraries/haskell/yaml/default.nix | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/pkgs/development/libraries/haskell/yaml/default.nix b/pkgs/development/libraries/haskell/yaml/default.nix index 22222e1177c7..e00e7c4712d0 100644 --- a/pkgs/development/libraries/haskell/yaml/default.nix +++ b/pkgs/development/libraries/haskell/yaml/default.nix @@ -1,21 +1,22 @@ # This file was auto-generated by cabal2nix. Please do NOT edit manually! -{ cabal, aeson, attoparsec, conduit, hspec, HUnit, resourcet -, scientific, text, transformers, unorderedContainers, vector +{ cabal, aeson, aesonQq, attoparsec, conduit, filepath, hspec +, HUnit, resourcet, scientific, text, transformers +, unorderedContainers, vector }: cabal.mkDerivation (self: { pname = "yaml"; - version = "0.8.9.3"; - sha256 = "0hpxmb7flb9xl5s5pf1g76lvm73fbnfs9fr37vlhdxcdqgih0m68"; + version = "0.8.10"; + sha256 = "1m51h253gcp77a0sjsckccrwz5ajd991ppczvyhnprphx1y210ig"; isLibrary = true; isExecutable = true; buildDepends = [ - aeson attoparsec conduit resourcet scientific text transformers - unorderedContainers vector + aeson attoparsec conduit filepath resourcet scientific text + transformers unorderedContainers vector ]; testDepends = [ - aeson conduit hspec HUnit resourcet text transformers + aeson aesonQq conduit hspec HUnit resourcet text transformers unorderedContainers vector ]; meta = {