mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-17 14:19:58 +03:00
haskell-aeson: re-generated with the latest version of cabal2nix
svn path=/nixpkgs/trunk/; revision=30757
This commit is contained in:
parent
770df45866
commit
4668d2b3b7
@ -1,5 +1,5 @@
|
||||
{ cabal, attoparsec, blazeBuilder, blazeTextual, deepseq, hashable
|
||||
, mtl, syb, text, time, unorderedContainers, vector
|
||||
{ cabal, attoparsec, blazeBuilder, blazeTextual, deepseq, dlist
|
||||
, hashable, mtl, syb, text, time, unorderedContainers, vector
|
||||
}:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
@ -7,8 +7,8 @@ cabal.mkDerivation (self: {
|
||||
version = "0.4.0.0";
|
||||
sha256 = "1j0m7hh82ab7lg757wq75k28llfd1igawmg4g2qdia5gimm652pa";
|
||||
buildDepends = [
|
||||
attoparsec blazeBuilder blazeTextual deepseq hashable mtl syb text
|
||||
time unorderedContainers vector
|
||||
attoparsec blazeBuilder blazeTextual deepseq dlist hashable mtl syb
|
||||
text time unorderedContainers vector
|
||||
];
|
||||
meta = {
|
||||
homepage = "https://github.com/bos/aeson";
|
||||
|
Loading…
Reference in New Issue
Block a user