haskell-hspec: update to version 1.5.1

This commit is contained in:
Peter Simons 2013-04-01 10:00:40 +02:00
parent 561c830920
commit 5e5b50c817
1 changed files with 7 additions and 7 deletions

View File

@ -1,21 +1,21 @@
{ cabal, ansiTerminal, doctest, filepath, ghcPaths { cabal, ansiTerminal, doctest, filepath, ghcPaths
, hspecExpectations, hspecMeta, HUnit, QuickCheck, setenv, silently , hspecExpectations, hspecMeta, HUnit, QuickCheck, quickcheckIo
, time, transformers , setenv, silently, time, transformers
}: }:
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "hspec"; pname = "hspec";
version = "1.4.5"; version = "1.5.1";
sha256 = "1dfwc1gjsawafi6k19hsw4kd5ahp8a9hdkyrm7nhjp4kjzgd2ymf"; sha256 = "0iz34hgwir07g2qv3zdkg5k5wrv68qd0c77xkpfcs653fi28i91a";
isLibrary = true; isLibrary = true;
isExecutable = true; isExecutable = true;
buildDepends = [ buildDepends = [
ansiTerminal filepath hspecExpectations HUnit QuickCheck setenv ansiTerminal filepath hspecExpectations HUnit QuickCheck
silently time transformers quickcheckIo setenv time transformers
]; ];
testDepends = [ testDepends = [
ansiTerminal doctest filepath ghcPaths hspecExpectations hspecMeta ansiTerminal doctest filepath ghcPaths hspecExpectations hspecMeta
HUnit QuickCheck setenv silently time transformers HUnit QuickCheck quickcheckIo setenv silently time transformers
]; ];
meta = { meta = {
homepage = "http://hspec.github.com/"; homepage = "http://hspec.github.com/";