mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 13:37:21 +03:00
haskell-cookie: update to version 0.4.1.4
This commit is contained in:
parent
613bbb55a4
commit
9970c3a2c5
@ -1,18 +1,17 @@
|
||||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||
|
||||
{ cabal, blazeBuilder, dataDefault, deepseq, HUnit, QuickCheck
|
||||
, testFramework, testFrameworkHunit, testFrameworkQuickcheck2, text
|
||||
, time
|
||||
, tasty, tastyHunit, tastyQuickcheck, text, time
|
||||
}:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "cookie";
|
||||
version = "0.4.1.3";
|
||||
sha256 = "184ymp1pbi49fm4jl9s04dfyrgdbc9vlmqahqha4yncppr5s1sdw";
|
||||
version = "0.4.1.4";
|
||||
sha256 = "0axvljw34cjw47fxwxqql8rvjsyp9gxfbaijmysy5j10kx8s931d";
|
||||
buildDepends = [ blazeBuilder dataDefault deepseq text time ];
|
||||
testDepends = [
|
||||
blazeBuilder HUnit QuickCheck testFramework testFrameworkHunit
|
||||
testFrameworkQuickcheck2 text time
|
||||
blazeBuilder HUnit QuickCheck tasty tastyHunit tastyQuickcheck text
|
||||
time
|
||||
];
|
||||
doCheck = self.stdenv.lib.versionOlder "7.8" self.ghc.version;
|
||||
meta = {
|
||||
|
Loading…
Reference in New Issue
Block a user