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 {
|
||||
pname = "entropy";
|
||||
version = "0.3.5";
|
||||
sha256 = "0myv4r5cwmw4l990r1vmqp4sbgriaizai11477x27pw9ajy93fd2";
|
||||
version = "0.3.6";
|
||||
sha256 = "1sfv930hvdmf018ngdl15jac2bgj75941w0ndlh78n1jgmf04jhn";
|
||||
buildDepends = [ base bytestring unix ];
|
||||
homepage = "https://github.com/TomMD/entropy";
|
||||
description = "A platform independent entropy source";
|
||||
@ -44339,8 +44339,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "fay";
|
||||
version = "0.23.0.1";
|
||||
sha256 = "13n7ywx2vwrn37cwrwdn94cghr18lfn67hxk08cmip6pxy5r9kf4";
|
||||
version = "0.23.1.0";
|
||||
sha256 = "1xrsa9hj70792fv8lbd820n7k44q2xhjzplzc4j7np4l8nd9n6l5";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
buildDepends = [
|
||||
@ -57557,24 +57557,23 @@ self: {
|
||||
|
||||
"haste-compiler" = callPackage
|
||||
({ mkDerivation, array, base, binary, blaze-builder, bytestring
|
||||
, bytestring-builder, bzlib, containers, data-binary-ieee754
|
||||
, data-default, directory, either, filepath, ghc, ghc-paths
|
||||
, ghc-prim, HTTP, monads-tf, mtl, network, network-uri, process
|
||||
, random, shellmate, system-fileio, tar, transformers, utf8-string
|
||||
, websockets
|
||||
, bzlib, containers, data-binary-ieee754, data-default, directory
|
||||
, either, filepath, ghc, ghc-paths, ghc-prim, HTTP, monads-tf, mtl
|
||||
, network, network-uri, process, random, shellmate, system-fileio
|
||||
, tar, transformers, utf8-string, websockets
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "haste-compiler";
|
||||
version = "0.4.4.3";
|
||||
sha256 = "1psmwbwan35kxy73b87m07g2rj13f5ijlsfhdylib1yypjlg0qaq";
|
||||
version = "0.4.4.4";
|
||||
sha256 = "19raiciwll7pgc73h2h704yi9wcifcn7s2gxyjrndp6d7kf1ygyy";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
buildDepends = [
|
||||
array base binary blaze-builder bytestring bytestring-builder bzlib
|
||||
containers data-binary-ieee754 data-default directory either
|
||||
filepath ghc ghc-paths ghc-prim HTTP monads-tf mtl network
|
||||
network-uri process random shellmate system-fileio tar transformers
|
||||
utf8-string websockets
|
||||
array base binary blaze-builder bytestring bzlib containers
|
||||
data-binary-ieee754 data-default directory either filepath ghc
|
||||
ghc-paths ghc-prim HTTP monads-tf mtl network network-uri process
|
||||
random shellmate system-fileio tar transformers utf8-string
|
||||
websockets
|
||||
];
|
||||
configureFlags = [ "-fportable" ];
|
||||
homepage = "http://haste-lang.org/";
|
||||
|
Loading…
Reference in New Issue
Block a user