forked from mirrors/nixpkgs
hackage-packages.nix: update to 9c68a9d77e
with hackage2nix revision a92f66b20fe51e401d0d4d945beeae82093f8d43
This commit is contained in:
parent
aea86f6182
commit
1650292b65
|
@ -31166,8 +31166,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "clash-ghc";
|
||||
version = "0.5.4";
|
||||
sha256 = "1ncwx28g0b99f8515qnyrqbmx4gvdfbf97199m2njk2rw5xbj3ka";
|
||||
version = "0.5.5";
|
||||
sha256 = "1s5r7sjkxri02zxsjnkdxd03sk2j77l5r819sjw1wi6930p2fwa4";
|
||||
isLibrary = false;
|
||||
isExecutable = true;
|
||||
buildDepends = [
|
||||
|
@ -31184,7 +31184,7 @@ self: {
|
|||
}) {};
|
||||
|
||||
"clash-lib" = callPackage
|
||||
({ mkDerivation, aeson, attoparsec, base, bytestring
|
||||
({ mkDerivation, aeson, attoparsec, base, bytestring, clash-prelude
|
||||
, concurrent-supply, containers, deepseq, directory, errors, fgl
|
||||
, filepath, hashable, lens, mtl, pretty, process, template-haskell
|
||||
, text, time, transformers, unbound-generics, unordered-containers
|
||||
|
@ -31192,13 +31192,13 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "clash-lib";
|
||||
version = "0.5.2";
|
||||
sha256 = "1i7yk190vchcb3zm1fvmghsvjfpbrkwhh5l9vifxdsp34q10yr3g";
|
||||
version = "0.5.3";
|
||||
sha256 = "0x5qza2xv26m27inr0cm59vlizlbimb3gfdc1amal6nznjgrsflc";
|
||||
buildDepends = [
|
||||
aeson attoparsec base bytestring concurrent-supply containers
|
||||
deepseq directory errors fgl filepath hashable lens mtl pretty
|
||||
process template-haskell text time transformers unbound-generics
|
||||
unordered-containers uu-parsinglib wl-pprint-text
|
||||
aeson attoparsec base bytestring clash-prelude concurrent-supply
|
||||
containers deepseq directory errors fgl filepath hashable lens mtl
|
||||
pretty process template-haskell text time transformers
|
||||
unbound-generics unordered-containers uu-parsinglib wl-pprint-text
|
||||
];
|
||||
homepage = "http://www.clash-lang.org/";
|
||||
description = "CAES Language for Synchronous Hardware - As a Library";
|
||||
|
@ -31245,8 +31245,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "clash-systemverilog";
|
||||
version = "0.5.2";
|
||||
sha256 = "1061ksf7riyv39rwaahn2d08xm2akyanmh18024qd3hz3i5gpghb";
|
||||
version = "0.5.3";
|
||||
sha256 = "06b224qjvj1yqywzs2cz8pzb37n1p8y9zpw4jjb9q76qvr0x68q3";
|
||||
buildDepends = [
|
||||
base clash-lib clash-prelude fgl lens mtl text unordered-containers
|
||||
wl-pprint-text
|
||||
|
|
Loading…
Reference in a new issue