hackage-packages: re-generate from Hackage 2015-03-04T18:28:23+0100
This commit is contained in:
parent
e6561c5fb1
commit
16d8a67e75
@ -42409,8 +42409,8 @@ self: {
|
|||||||
({ mkDerivation, base, bytestring, unix }:
|
({ mkDerivation, base, bytestring, unix }:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "entropy";
|
pname = "entropy";
|
||||||
version = "0.3.5";
|
version = "0.3.6";
|
||||||
sha256 = "0myv4r5cwmw4l990r1vmqp4sbgriaizai11477x27pw9ajy93fd2";
|
sha256 = "1sfv930hvdmf018ngdl15jac2bgj75941w0ndlh78n1jgmf04jhn";
|
||||||
buildDepends = [ base bytestring unix ];
|
buildDepends = [ base bytestring unix ];
|
||||||
homepage = "https://github.com/TomMD/entropy";
|
homepage = "https://github.com/TomMD/entropy";
|
||||||
description = "A platform independent entropy source";
|
description = "A platform independent entropy source";
|
||||||
@ -44339,8 +44339,8 @@ self: {
|
|||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "fay";
|
pname = "fay";
|
||||||
version = "0.23.0.1";
|
version = "0.23.1.0";
|
||||||
sha256 = "13n7ywx2vwrn37cwrwdn94cghr18lfn67hxk08cmip6pxy5r9kf4";
|
sha256 = "1xrsa9hj70792fv8lbd820n7k44q2xhjzplzc4j7np4l8nd9n6l5";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
@ -57557,24 +57557,23 @@ self: {
|
|||||||
|
|
||||||
"haste-compiler" = callPackage
|
"haste-compiler" = callPackage
|
||||||
({ mkDerivation, array, base, binary, blaze-builder, bytestring
|
({ mkDerivation, array, base, binary, blaze-builder, bytestring
|
||||||
, bytestring-builder, bzlib, containers, data-binary-ieee754
|
, bzlib, containers, data-binary-ieee754, data-default, directory
|
||||||
, data-default, directory, either, filepath, ghc, ghc-paths
|
, either, filepath, ghc, ghc-paths, ghc-prim, HTTP, monads-tf, mtl
|
||||||
, ghc-prim, HTTP, monads-tf, mtl, network, network-uri, process
|
, network, network-uri, process, random, shellmate, system-fileio
|
||||||
, random, shellmate, system-fileio, tar, transformers, utf8-string
|
, tar, transformers, utf8-string, websockets
|
||||||
, websockets
|
|
||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "haste-compiler";
|
pname = "haste-compiler";
|
||||||
version = "0.4.4.3";
|
version = "0.4.4.4";
|
||||||
sha256 = "1psmwbwan35kxy73b87m07g2rj13f5ijlsfhdylib1yypjlg0qaq";
|
sha256 = "19raiciwll7pgc73h2h704yi9wcifcn7s2gxyjrndp6d7kf1ygyy";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
array base binary blaze-builder bytestring bytestring-builder bzlib
|
array base binary blaze-builder bytestring bzlib containers
|
||||||
containers data-binary-ieee754 data-default directory either
|
data-binary-ieee754 data-default directory either filepath ghc
|
||||||
filepath ghc ghc-paths ghc-prim HTTP monads-tf mtl network
|
ghc-paths ghc-prim HTTP monads-tf mtl network network-uri process
|
||||||
network-uri process random shellmate system-fileio tar transformers
|
random shellmate system-fileio tar transformers utf8-string
|
||||||
utf8-string websockets
|
websockets
|
||||||
];
|
];
|
||||||
configureFlags = [ "-fportable" ];
|
configureFlags = [ "-fportable" ];
|
||||||
homepage = "http://haste-lang.org/";
|
homepage = "http://haste-lang.org/";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user