hackage-packages.nix: update to bf1b180f9d with hackage2nix revision c84f676708fec9d3a848f466468db04c7e641069

This commit is contained in:
Peter Simons 2015-04-26 13:39:16 +02:00
parent ba6390b24d
commit 08f0e0208a

View File

@ -22928,6 +22928,19 @@ self: {
license = "unknown"; license = "unknown";
}) {}; }) {};
"base58string" = callPackage
({ mkDerivation, aeson, base, binary, bytestring, hspec, text }:
mkDerivation {
pname = "base58string";
version = "0.9.0";
sha256 = "09mkc4fqm897b9msczqpdfipj9kr98pkmq4gbsynksrapiamrgg3";
buildDepends = [ aeson base binary bytestring text ];
testDepends = [ base binary bytestring hspec text ];
homepage = "http://www.leonmergen.com/opensource.html";
description = "Fast and safe representation of a Base-58 string";
license = stdenv.lib.licenses.mit;
}) {};
"base64-bytestring" = callPackage "base64-bytestring" = callPackage
({ mkDerivation, base, bytestring, containers, HUnit, QuickCheck ({ mkDerivation, base, bytestring, containers, HUnit, QuickCheck
, test-framework, test-framework-hunit, test-framework-quickcheck2 , test-framework, test-framework-hunit, test-framework-quickcheck2
@ -51282,18 +51295,19 @@ self: {
"getopt-generics" = callPackage "getopt-generics" = callPackage
({ mkDerivation, base, base-compat, base-orphans, generics-sop ({ mkDerivation, base, base-compat, base-orphans, generics-sop
, hspec, hspec-expectations, QuickCheck, silently, tagged , hspec, hspec-expectations, markdown-unlit, QuickCheck, silently
, tagged
}: }:
mkDerivation { mkDerivation {
pname = "getopt-generics"; pname = "getopt-generics";
version = "0.6.2"; version = "0.6.3";
sha256 = "19rzy2m2nl45ahna0bzsrynwsraj9szxghj5ckf3b0430fcz68sg"; sha256 = "18d9cbk87gx31fk1bdylllicbnxj2xmb5xzss27amy8xcmlb3qds";
buildDepends = [ buildDepends = [
base base-compat base-orphans generics-sop tagged base base-compat base-orphans generics-sop tagged
]; ];
testDepends = [ testDepends = [
base base-compat base-orphans generics-sop hspec hspec-expectations base base-compat base-orphans generics-sop hspec hspec-expectations
QuickCheck silently tagged markdown-unlit QuickCheck silently tagged
]; ];
description = "Simple command line argument parsing"; description = "Simple command line argument parsing";
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;
@ -67240,8 +67254,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "hsbencher"; pname = "hsbencher";
version = "1.20.0.3"; version = "1.20.0.5";
sha256 = "1qnj4zhq6j4cvnxcparm2xr9qc6l9q7j72h4dr5jz04lz8c2fkcl"; sha256 = "1fqp0n106dnqik3p6fa60xkamls8wgg8c5sp2klgp36n3xflvy9h";
buildDepends = [ buildDepends = [
async base bytestring containers data-default directory filepath async base bytestring containers data-default directory filepath
GenericPretty io-streams mtl process random time unix GenericPretty io-streams mtl process random time unix
@ -67250,7 +67264,6 @@ self: {
base bytestring containers directory HUnit test-framework base bytestring containers directory HUnit test-framework
test-framework-hunit text time test-framework-hunit text time
]; ];
jailbreak = true;
description = "Launch and gather data from Haskell and non-Haskell benchmarks"; description = "Launch and gather data from Haskell and non-Haskell benchmarks";
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;
}) {}; }) {};
@ -67262,14 +67275,13 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "hsbencher-codespeed"; pname = "hsbencher-codespeed";
version = "0.1"; version = "0.1.0.1";
sha256 = "1mq2d5sl0r6maw3sajqs3mcwmc37kr6pkf6qplpl5hskv8i3i7ni"; sha256 = "1a3hac73mzd0q25b1xbdh121k33m12phpxfn6hh7qcg5yys2i8l5";
buildDepends = [ buildDepends = [
base bytestring containers data-default directory filepath base bytestring containers data-default directory filepath
hsbencher HTTP http-conduit http-types json mtl network resourcet hsbencher HTTP http-conduit http-types json mtl network resourcet
time time
]; ];
jailbreak = true;
description = "Backend for uploading benchmark data to CodeSpeed"; description = "Backend for uploading benchmark data to CodeSpeed";
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;
}) {}; }) {};
@ -67277,20 +67289,19 @@ self: {
"hsbencher-fusion" = callPackage "hsbencher-fusion" = callPackage
({ mkDerivation, base, bytestring, containers, criterion, csv ({ mkDerivation, base, bytestring, containers, criterion, csv
, data-default, directory, filepath, handa-gdata, hsbencher , data-default, directory, filepath, handa-gdata, hsbencher
, http-conduit, mtl, network, statistics, text, time , http-conduit, mtl, network, split, statistics, text, time
}: }:
mkDerivation { mkDerivation {
pname = "hsbencher-fusion"; pname = "hsbencher-fusion";
version = "0.3.4"; version = "0.3.15.2";
sha256 = "078jzxvlka273nlpfsl9l3sbga2qbnm9hqdprpaks1xrldzzg949"; sha256 = "0xp2jm5zvrx5sz2mniachd7hjmhmf0sv9as3dzln8693n6l1ak4r";
isLibrary = true; isLibrary = true;
isExecutable = true; isExecutable = true;
buildDepends = [ buildDepends = [
base bytestring containers criterion csv data-default directory base bytestring containers criterion csv data-default directory
filepath handa-gdata hsbencher http-conduit mtl network statistics filepath handa-gdata hsbencher http-conduit mtl network split
text time statistics text time
]; ];
jailbreak = true;
description = "Backend for uploading benchmark data to Google Fusion Tables"; description = "Backend for uploading benchmark data to Google Fusion Tables";
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none; hydraPlatforms = stdenv.lib.platforms.none;
@ -81235,8 +81246,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "list-t-libcurl"; pname = "list-t-libcurl";
version = "0.2.0.1"; version = "0.2.0.2";
sha256 = "0xf0sv80aj6dq67vd97205z15gijfd2l55xby0716dhgzvbahk09"; sha256 = "1scvspy8kdyqyv2iv0alnh9qal5dlxy3pbcz5k7ib0v02acj9jhz";
buildDepends = [ buildDepends = [
base base-prelude bytestring curlhs either list-t mtl-prelude base base-prelude bytestring curlhs either list-t mtl-prelude
resource-pool stm resource-pool stm
@ -118267,8 +118278,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "tellbot"; pname = "tellbot";
version = "0.5.1.1"; version = "0.5.1.2";
sha256 = "1djlcpm3kjd7iamdl2s4afy2mfjh1zrzd28r00wbqcich54xq4zv"; sha256 = "1w5byb09gv61qagqb2l16y93zlwvv1wfjlvc4xm6mi91xviyihkc";
isLibrary = false; isLibrary = false;
isExecutable = true; isExecutable = true;
buildDepends = [ buildDepends = [