mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
haskell-ListLike: update to version 4.1.0
This commit is contained in:
parent
4f5fce2710
commit
8388d60aeb
1 changed files with 5 additions and 5 deletions
|
@ -1,11 +1,11 @@
|
|||
{ cabal, HUnit, QuickCheck, random, text, vector }:
|
||||
{ cabal, dlist, fmlist, HUnit, QuickCheck, random, text, vector }:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "ListLike";
|
||||
version = "4.0.2";
|
||||
sha256 = "1ggh8yndnsmccgsl11fia4v2cad0vq3clibgh0311r3c43mwvnah";
|
||||
buildDepends = [ text vector ];
|
||||
testDepends = [ HUnit QuickCheck random text vector ];
|
||||
version = "4.1.0";
|
||||
sha256 = "0j78mm9vsl3scwgqp4h2bhq54hf22bxj9cg9pl26d12zw7038kwj";
|
||||
buildDepends = [ dlist fmlist text vector ];
|
||||
testDepends = [ dlist fmlist HUnit QuickCheck random text vector ];
|
||||
jailbreak = true;
|
||||
meta = {
|
||||
homepage = "http://software.complete.org/listlike";
|
||||
|
|
Loading…
Reference in a new issue