hackage-packages.nix: update to 9c68a9d77e with hackage2nix revision a92f66b20fe51e401d0d4d945beeae82093f8d43

This commit is contained in:
Peter Simons 2015-05-05 19:38:33 +02:00
parent aea86f6182
commit 1650292b65

View File

@ -31166,8 +31166,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "clash-ghc"; pname = "clash-ghc";
version = "0.5.4"; version = "0.5.5";
sha256 = "1ncwx28g0b99f8515qnyrqbmx4gvdfbf97199m2njk2rw5xbj3ka"; sha256 = "1s5r7sjkxri02zxsjnkdxd03sk2j77l5r819sjw1wi6930p2fwa4";
isLibrary = false; isLibrary = false;
isExecutable = true; isExecutable = true;
buildDepends = [ buildDepends = [
@ -31184,7 +31184,7 @@ self: {
}) {}; }) {};
"clash-lib" = callPackage "clash-lib" = callPackage
({ mkDerivation, aeson, attoparsec, base, bytestring ({ mkDerivation, aeson, attoparsec, base, bytestring, clash-prelude
, concurrent-supply, containers, deepseq, directory, errors, fgl , concurrent-supply, containers, deepseq, directory, errors, fgl
, filepath, hashable, lens, mtl, pretty, process, template-haskell , filepath, hashable, lens, mtl, pretty, process, template-haskell
, text, time, transformers, unbound-generics, unordered-containers , text, time, transformers, unbound-generics, unordered-containers
@ -31192,13 +31192,13 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "clash-lib"; pname = "clash-lib";
version = "0.5.2"; version = "0.5.3";
sha256 = "1i7yk190vchcb3zm1fvmghsvjfpbrkwhh5l9vifxdsp34q10yr3g"; sha256 = "0x5qza2xv26m27inr0cm59vlizlbimb3gfdc1amal6nznjgrsflc";
buildDepends = [ buildDepends = [
aeson attoparsec base bytestring concurrent-supply containers aeson attoparsec base bytestring clash-prelude concurrent-supply
deepseq directory errors fgl filepath hashable lens mtl pretty containers deepseq directory errors fgl filepath hashable lens mtl
process template-haskell text time transformers unbound-generics pretty process template-haskell text time transformers
unordered-containers uu-parsinglib wl-pprint-text unbound-generics unordered-containers uu-parsinglib wl-pprint-text
]; ];
homepage = "http://www.clash-lang.org/"; homepage = "http://www.clash-lang.org/";
description = "CAES Language for Synchronous Hardware - As a Library"; description = "CAES Language for Synchronous Hardware - As a Library";
@ -31245,8 +31245,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "clash-systemverilog"; pname = "clash-systemverilog";
version = "0.5.2"; version = "0.5.3";
sha256 = "1061ksf7riyv39rwaahn2d08xm2akyanmh18024qd3hz3i5gpghb"; sha256 = "06b224qjvj1yqywzs2cz8pzb37n1p8y9zpw4jjb9q76qvr0x68q3";
buildDepends = [ buildDepends = [
base clash-lib clash-prelude fgl lens mtl text unordered-containers base clash-lib clash-prelude fgl lens mtl text unordered-containers
wl-pprint-text wl-pprint-text