From 3e7ad2a9558edc523a96fdbcf3462d94426c34ed Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 12 Dec 2014 09:49:48 +0100 Subject: [PATCH] haskell-hspec-core: update to version 2.1.2 --- .../libraries/haskell/hspec-core/default.nix | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/pkgs/development/libraries/haskell/hspec-core/default.nix b/pkgs/development/libraries/haskell/hspec-core/default.nix index 5e8378dd8713..313153c55c03 100644 --- a/pkgs/development/libraries/haskell/hspec-core/default.nix +++ b/pkgs/development/libraries/haskell/hspec-core/default.nix @@ -1,21 +1,21 @@ # This file was auto-generated by cabal2nix. Please do NOT edit manually! -{ cabal, ansiTerminal, async, deepseq, ghcPaths, hspecExpectations -, hspecMeta, HUnit, QuickCheck, quickcheckIo, random, setenv -, silently, tfRandom, time, transformers +{ cabal, ansiTerminal, async, deepseq, hspecExpectations, hspecMeta +, HUnit, QuickCheck, quickcheckIo, random, setenv, silently +, tfRandom, time, transformers }: cabal.mkDerivation (self: { pname = "hspec-core"; - version = "2.0.2"; - sha256 = "19nssrvwnpa9yib9qqrhf1hi8m624si97874hhdh2hqc7kjqr332"; + version = "2.1.2"; + sha256 = "1mvsfr175g5dbk1xz48d0p4lv4gvv4z3ss3n2s7d2h83i25bmjvh"; buildDepends = [ ansiTerminal async deepseq hspecExpectations HUnit QuickCheck quickcheckIo random setenv tfRandom time transformers ]; testDepends = [ - ansiTerminal async deepseq ghcPaths hspecExpectations hspecMeta - HUnit QuickCheck quickcheckIo random setenv silently tfRandom time + ansiTerminal async deepseq hspecExpectations hspecMeta HUnit + QuickCheck quickcheckIo random setenv silently tfRandom time transformers ]; meta = {