mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 05:43:50 +03:00
haskell-hspec: update to version 1.4.0
This commit is contained in:
parent
182676def9
commit
2ccf46a9cd
@ -1,16 +1,16 @@
|
|||||||
{ cabal, ansiTerminal, filepath, hspecExpectations, HUnit
|
{ cabal, ansiTerminal, filepath, hspecExpectations, HUnit
|
||||||
, QuickCheck, silently, time, transformers
|
, QuickCheck, setenv, silently, time, transformers
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "hspec";
|
pname = "hspec";
|
||||||
version = "1.3.0.1";
|
version = "1.4.0";
|
||||||
sha256 = "1xgj1yg49vb524blswclr0yw4pvfpbmjyh0b62fac14mawl89v36";
|
sha256 = "0dg7dcbqi8s0p796w1rr00pv0sfkvnd23k297n3hajdaxp30mv62";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
ansiTerminal filepath hspecExpectations HUnit QuickCheck silently
|
ansiTerminal filepath hspecExpectations HUnit QuickCheck setenv
|
||||||
time transformers
|
silently time transformers
|
||||||
];
|
];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://hspec.github.com/";
|
homepage = "http://hspec.github.com/";
|
||||||
|
Loading…
Reference in New Issue
Block a user