hackage-packages.nix: automatic Haskell package set update

This update was generated by hackage2nix v2.12-3-g5ba7f08 from Hackage revision
e8d9049755.
This commit is contained in:
Peter Simons 2018-11-27 18:03:51 +01:00
parent f4f3f8f29e
commit 39a4d1f3a9
1 changed files with 234 additions and 65 deletions

View File

@ -27187,8 +27187,8 @@ self: {
}:
mkDerivation {
pname = "antiope-athena";
version = "6.1.4";
sha256 = "07cvdynr2x228i2l3kjyz1p5vx5f8jzpi5q7g253b9590gn6z19d";
version = "6.1.5";
sha256 = "0p78yxdnfzz6jw7az6xfh6sjcnf9d8sl512cmhdcws78p7f2rhlx";
libraryHaskellDepends = [
amazonka amazonka-athena amazonka-core base lens resourcet text
unliftio-core
@ -27204,8 +27204,8 @@ self: {
({ mkDerivation, aeson, antiope-s3, avro, base, bytestring, text }:
mkDerivation {
pname = "antiope-contract";
version = "6.1.4";
sha256 = "1h9z3sqmyc4fx2ci10qvqz8fjgyskpfdmv88xlfaj5dvr7gscmnr";
version = "6.1.5";
sha256 = "1ikd0sn3z901hyad55ngzs99b0v9bs5vkry5965w22smljdg3rqh";
libraryHaskellDepends = [
aeson antiope-s3 avro base bytestring text
];
@ -27216,21 +27216,21 @@ self: {
"antiope-core" = callPackage
({ mkDerivation, amazonka, amazonka-core, base, bytestring
, exceptions, generic-lens, http-client, http-types, lens
, monad-logger, mtl, resourcet, transformers, unliftio-core
, monad-logger, mtl, resourcet, text, transformers, unliftio-core
}:
mkDerivation {
pname = "antiope-core";
version = "6.1.4";
sha256 = "0d0bm4pncdgi3s6kqa5idy6dkzrblllvkbyr71adb6waqn4k3pn3";
version = "6.1.5";
sha256 = "06c8wd4gjlrz1sdk7qpd1l8n29a3jkipy749j3414x7b5fqxbzi7";
libraryHaskellDepends = [
amazonka amazonka-core base bytestring exceptions generic-lens
http-client http-types lens monad-logger mtl resourcet transformers
unliftio-core
http-client http-types lens monad-logger mtl resourcet text
transformers unliftio-core
];
testHaskellDepends = [
amazonka amazonka-core base bytestring exceptions generic-lens
http-client http-types lens monad-logger mtl resourcet transformers
unliftio-core
http-client http-types lens monad-logger mtl resourcet text
transformers unliftio-core
];
license = stdenv.lib.licenses.mit;
hydraPlatforms = stdenv.lib.platforms.none;
@ -27243,8 +27243,8 @@ self: {
}:
mkDerivation {
pname = "antiope-dynamodb";
version = "6.1.4";
sha256 = "1h3x6l7rnbxxxarmmk8brapa93yqgkqn1wi465c80f8cqrmqggfw";
version = "6.1.5";
sha256 = "181ygxvf29acianvnryv1kbn5g69axkagqa54429ja8jfxiblrqq";
libraryHaskellDepends = [
amazonka amazonka-core amazonka-dynamodb antiope-core base
generic-lens lens text unliftio-core unordered-containers
@ -27264,8 +27264,8 @@ self: {
}:
mkDerivation {
pname = "antiope-messages";
version = "6.1.4";
sha256 = "12bjy67cmqnazl6j6x3yvksinvr3fhf5j84vsblnq3ph0d5xzxk6";
version = "6.1.5";
sha256 = "09ysy9r38d216vzq0nm1zfl4fqz8mrqa39c2ivy7pqm4xldsqary";
libraryHaskellDepends = [
aeson amazonka amazonka-core amazonka-s3 amazonka-sqs antiope-s3
base generic-lens lens lens-aeson monad-loops network-uri text
@ -27289,8 +27289,8 @@ self: {
}:
mkDerivation {
pname = "antiope-s3";
version = "6.1.4";
sha256 = "1nyzc6ii9iwcglbh520gbzfrpgqn08lnmwmz3376dqh1jr7klyp4";
version = "6.1.5";
sha256 = "0b2mildkgd271c8hwg6b3jf8xgli5bmd4dx9c0ac8ihyn28xr0m8";
libraryHaskellDepends = [
amazonka amazonka-core amazonka-s3 antiope-core attoparsec base
bytestring conduit conduit-extra exceptions generic-lens http-types
@ -27312,8 +27312,8 @@ self: {
}:
mkDerivation {
pname = "antiope-sns";
version = "6.1.4";
sha256 = "12wsmxn8bbliwxqcyfaczdi8kmgyxcj3jp1shh6pf433d6r1rvsn";
version = "6.1.5";
sha256 = "07kg0b0iyik0axnycph3irp73cv614qcny3z3rib1rpvbknz9iwh";
libraryHaskellDepends = [
aeson amazonka amazonka-core amazonka-sns base generic-lens lens
text unliftio-core
@ -27333,8 +27333,8 @@ self: {
}:
mkDerivation {
pname = "antiope-sqs";
version = "6.1.4";
sha256 = "1fq682w9pn1nvhr1zv4if7ak2lx3psmv2algm3k3k0pal2j1flh1";
version = "6.1.5";
sha256 = "097vxkz54k4ijqqzb8lijr90hvnyyhqm7sqn5qxam3wy355w3z5c";
libraryHaskellDepends = [
aeson amazonka amazonka-core amazonka-s3 amazonka-sqs
antiope-messages antiope-s3 base generic-lens lens lens-aeson
@ -27389,6 +27389,30 @@ self: {
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"antlr-haskell" = callPackage
({ mkDerivation, base, call-stack, containers, deepseq, hashable
, haskell-src-meta, HUnit, mtl, QuickCheck, template-haskell
, test-framework, test-framework-hunit, test-framework-quickcheck2
, text, th-lift, transformers, unordered-containers
}:
mkDerivation {
pname = "antlr-haskell";
version = "0.1.0.0";
sha256 = "057mr0vw299hjjxlcpmwpbpwn6snzdvr73gmwxhh1gqgbh9g4bx4";
libraryHaskellDepends = [
base containers deepseq hashable haskell-src-meta mtl
template-haskell text th-lift transformers unordered-containers
];
testHaskellDepends = [
base call-stack containers deepseq hashable haskell-src-meta HUnit
mtl QuickCheck template-haskell test-framework test-framework-hunit
test-framework-quickcheck2 text th-lift transformers
unordered-containers
];
description = "A Haskell implementation of the ANTLR top-down parser generator";
license = stdenv.lib.licenses.bsd3;
}) {};
"antlrc" = callPackage
({ mkDerivation, antlr3c, base, bytestring, c2hs, enumerator
, haskell98, regex-posix
@ -32652,6 +32676,7 @@ self: {
];
description = "A tool and library for building virtual machine images";
license = stdenv.lib.licenses.mit;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"babl" = callPackage
@ -34492,6 +34517,7 @@ self: {
testToolDepends = [ hspec-discover ];
description = "Bencodex reader/writer for Haskell";
license = stdenv.lib.licenses.gpl3Plus;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"bencoding" = callPackage
@ -39462,7 +39488,7 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
"brick_0_41_4" = callPackage
"brick_0_41_5" = callPackage
({ mkDerivation, base, config-ini, containers, contravariant
, data-clist, deepseq, dlist, microlens, microlens-mtl
, microlens-th, QuickCheck, stm, template-haskell, text
@ -39470,8 +39496,8 @@ self: {
}:
mkDerivation {
pname = "brick";
version = "0.41.4";
sha256 = "1mmdzirpqfwg03dng09i91nkzvv7765flj7xaw79grwwx6xchpnq";
version = "0.41.5";
sha256 = "0r7r44h81jpv2h9wqwkh9i5hmdkr296cvmvyha6qr89298npz1cb";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@ -39913,6 +39939,8 @@ self: {
pname = "bson";
version = "0.3.2.6";
sha256 = "106fdxzwpkp5vrnfsrjjwy8dn9rgmxrp79ji7xaxv8dgb9hw73bk";
revision = "1";
editedCabalFile = "0d9s7v330fckrxzdgmbdj7bapb1pgla8yf0mq5zhw27shxy5m3dx";
libraryHaskellDepends = [
base binary bytestring cryptohash data-binary-ieee754 mtl network
text time
@ -42819,6 +42847,41 @@ self: {
license = stdenv.lib.licenses.asl20;
}) {};
"cachix-api_0_1_0_3" = callPackage
({ mkDerivation, aeson, amazonka, base, base16-bytestring
, bytestring, conduit, cookie, cryptonite, hspec, hspec-discover
, http-api-data, http-media, lens, memory, protolude, servant
, servant-auth, servant-auth-server, servant-auth-swagger
, servant-streaming, servant-swagger, servant-swagger-ui-core
, string-conv, swagger2, text, transformers
}:
mkDerivation {
pname = "cachix-api";
version = "0.1.0.3";
sha256 = "00j5m3pqnlwwvbj4669lpng6awsn5xzz67c6qq5dmc5q7ii2vzdf";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
aeson amazonka base base16-bytestring bytestring conduit cookie
cryptonite http-api-data http-media lens memory servant
servant-auth servant-auth-server servant-auth-swagger
servant-streaming servant-swagger servant-swagger-ui-core
string-conv swagger2 text transformers
];
executableHaskellDepends = [ aeson base ];
testHaskellDepends = [
aeson amazonka base base16-bytestring bytestring conduit cookie
cryptonite hspec http-api-data http-media lens memory protolude
servant servant-auth servant-auth-server servant-auth-swagger
servant-streaming servant-swagger servant-swagger-ui-core
string-conv swagger2 text transformers
];
testToolDepends = [ hspec-discover ];
description = "Servant HTTP API specification for https://cachix.org";
license = stdenv.lib.licenses.asl20;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"cacophony" = callPackage
({ mkDerivation, aeson, async, attoparsec, base, base16-bytestring
, bytestring, criterion, cryptonite, deepseq, directory, exceptions
@ -46441,6 +46504,7 @@ self: {
libraryHaskellDepends = [ base ];
description = "Automatically convert Generic instances to and from church representations";
license = stdenv.lib.licenses.mit;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"church-list" = callPackage
@ -49023,6 +49087,7 @@ self: {
];
description = "Syslog implementation on top of 'co-log-core'";
license = stdenv.lib.licenses.mpl20;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"coalpit" = callPackage
@ -50387,8 +50452,8 @@ self: {
pname = "compact";
version = "0.1.0.1";
sha256 = "0lynnbvsyr07driy7lm9llrhvmk9wprjdbfc34svzfwldghk71gf";
revision = "1";
editedCabalFile = "0bdp226gx3gr1hg68xydxhkfr0h469ay60h0s1ywar19y3m8dn1p";
revision = "2";
editedCabalFile = "1sy8szbmbhn13s54bq04ni234kk05najm3xm0sh6r9qnvg7pcjd7";
libraryHaskellDepends = [ base binary bytestring ghc-compact ];
testHaskellDepends = [ base directory ];
description = "Non-GC'd, contiguous storage for immutable data structures";
@ -50973,12 +51038,12 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
"composition-prelude_2_0_2_0" = callPackage
"composition-prelude_2_0_2_1" = callPackage
({ mkDerivation, base }:
mkDerivation {
pname = "composition-prelude";
version = "2.0.2.0";
sha256 = "1p1g451rgx5wlfvmvplyp772ai6jy8nbylrly8bx11x053rirygk";
version = "2.0.2.1";
sha256 = "0vxgy13k0ca3bi7rh9wc1pdrlpdjbm6va95djmmysdw8a9yyp9wi";
libraryHaskellDepends = [ base ];
description = "Higher-order function combinators";
license = stdenv.lib.licenses.bsd3;
@ -54734,6 +54799,7 @@ self: {
libraryToolDepends = [ c2hs ];
description = "Bindings for libpython";
license = stdenv.lib.licenses.gpl3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {python34 = null;};
"cql" = callPackage
@ -62713,12 +62779,12 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
"dhall_1_19_0" = callPackage
"dhall_1_19_1" = callPackage
({ mkDerivation, ansi-terminal, base, bytestring, case-insensitive
, cborg, containers, contravariant, criterion, cryptonite, deepseq
, Diff, directory, doctest, exceptions, filepath, haskeline
, http-client, http-client-tls, lens-family-core, megaparsec
, memory, mockery, mtl, optparse-applicative, parsers
, Diff, directory, doctest, dotgen, exceptions, filepath, haskeline
, http-client, http-client-tls, http-types, lens-family-core
, megaparsec, memory, mockery, mtl, optparse-applicative, parsers
, prettyprinter, prettyprinter-ansi-terminal, QuickCheck
, quickcheck-instances, repline, scientific, serialise, tasty
, tasty-hunit, tasty-quickcheck, template-haskell, text
@ -62726,15 +62792,15 @@ self: {
}:
mkDerivation {
pname = "dhall";
version = "1.19.0";
sha256 = "1sz24w3vl0jffdv392kxdp01z823cbssk8w687v7gg27sdliq4gz";
version = "1.19.1";
sha256 = "14fjfwsirf8l7wirv590ix01liyd0xbhqy4h7pjblyy62m22mlzq";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
ansi-terminal base bytestring case-insensitive cborg containers
contravariant cryptonite Diff directory exceptions filepath
haskeline http-client http-client-tls lens-family-core megaparsec
memory mtl optparse-applicative parsers prettyprinter
contravariant cryptonite Diff directory dotgen exceptions filepath
haskeline http-client http-client-tls http-types lens-family-core
megaparsec memory mtl optparse-applicative parsers prettyprinter
prettyprinter-ansi-terminal repline scientific serialise
template-haskell text transformers unordered-containers uri-encode
vector
@ -66532,6 +66598,7 @@ self: {
];
description = "Low-level bindings to the DocuSign API";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"docusign-client" = callPackage
@ -66550,6 +66617,7 @@ self: {
];
description = "Client bindings for the DocuSign API";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"docusign-example" = callPackage
@ -66568,6 +66636,7 @@ self: {
];
description = "DocuSign examples";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"docvim" = callPackage
@ -69302,6 +69371,7 @@ self: {
];
description = "A tutorial program for the Egison programming language";
license = stdenv.lib.licenses.mit;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"egyptian-fractions" = callPackage
@ -73629,20 +73699,20 @@ self: {
"expiring-containers" = callPackage
({ mkDerivation, base, containers, hashable, int-multimap
, quickcheck-instances, tasty, tasty-hunit, tasty-quickcheck, time
, timestamp, unordered-containers
, QuickCheck, quickcheck-instances, rerebase, tasty, tasty-hunit
, tasty-quickcheck, time, timestamp, unordered-containers
}:
mkDerivation {
pname = "expiring-containers";
version = "0.2.2";
sha256 = "0w4ix9m575c6vnq5hcc5bdw8k083lg73kwfa8zbk9xvpi0nsczll";
version = "0.2.2.1";
sha256 = "0zicnfwamm6yx91pb92qjzv0n25cwdz4krymnvpn5vyhh96k3kwh";
libraryHaskellDepends = [
base containers hashable int-multimap time timestamp
unordered-containers
];
testHaskellDepends = [
base containers hashable int-multimap quickcheck-instances tasty
tasty-hunit tasty-quickcheck time timestamp unordered-containers
int-multimap QuickCheck quickcheck-instances rerebase tasty
tasty-hunit tasty-quickcheck timestamp
];
description = "Expiring containers";
license = stdenv.lib.licenses.mit;
@ -74033,6 +74103,7 @@ self: {
testToolDepends = [ tasty-discover ];
description = "Message passing concurrency as extensible-effect";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"extensible-exceptions" = callPackage
@ -78078,6 +78149,7 @@ self: {
executableHaskellDepends = [ base bytestring fltkhs ];
description = "Fltkhs Fluid Examples";
license = stdenv.lib.licenses.mit;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"fltkhs-hello-world" = callPackage
@ -78681,8 +78753,8 @@ self: {
}:
mkDerivation {
pname = "follow-file";
version = "0.0.2";
sha256 = "0661fp7gf5gyb4w06qm7lfaclzp0zk96gkhcx3pallckfr3214hk";
version = "0.0.3";
sha256 = "0nxvw17ndjrg34mc2a0bcyprcng52f6mn3l7mhx2fc11njdf2b93";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@ -78691,9 +78763,10 @@ self: {
];
executableHaskellDepends = [
attoparsec attoparsec-path base bytestring conduit
conduit-combinators directory hinotify path text
conduit-combinators directory exceptions hinotify monad-control mtl
path text unix utf8-string
];
description = "Be notified when a file gets appended, solely with what was added";
description = "Be notified when a file gets appended, solely with what was added. Warning - only works on linux and for files that are strictly appended, like log files.";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
@ -81355,6 +81428,7 @@ self: {
];
description = "Utility functions for using funflow with nix";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"funion" = callPackage
@ -82704,6 +82778,7 @@ self: {
testHaskellDepends = [ base generic-data tasty tasty-hunit ];
description = "Surgery for generic data types";
license = stdenv.lib.licenses.mit;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"generic-deepseq" = callPackage
@ -82785,6 +82860,26 @@ self: {
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"generic-lens_1_1_0_0" = callPackage
({ mkDerivation, base, criterion, deepseq, doctest, HUnit
, inspection-testing, lens, profunctors, QuickCheck, tagged
}:
mkDerivation {
pname = "generic-lens";
version = "1.1.0.0";
sha256 = "1frng5vgk4pkaw8wqqj6ch9p5fk88rbw1mmxzs0cp13wpxnr9wpc";
libraryHaskellDepends = [ base profunctors tagged ];
testHaskellDepends = [
base doctest HUnit inspection-testing lens profunctors
];
benchmarkHaskellDepends = [
base criterion deepseq lens QuickCheck
];
description = "Generically derive traversals, lenses and prisms";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"generic-lens-labels" = callPackage
({ mkDerivation, base, generic-lens }:
mkDerivation {
@ -83604,6 +83699,7 @@ self: {
];
description = "Standard spec's for optics";
license = stdenv.lib.licenses.mit;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"genvalidity-mergeless" = callPackage
@ -88413,6 +88509,7 @@ self: {
testHaskellDepends = [ base directory filepath gloss JuicyPixels ];
description = "Export Gloss pictures to png, bmp, tga, tiff, gif and juicy-pixels-image";
license = stdenv.lib.licenses.mit;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"gloss-game" = callPackage
@ -92781,6 +92878,7 @@ self: {
];
description = "scrapes google scholar, provides RSS feed";
license = stdenv.lib.licenses.gpl3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"gsl-random" = callPackage
@ -100106,6 +100204,7 @@ self: {
];
description = "Command-line frontend for Haskell-tools Refact";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"haskell-tools-daemon" = callPackage
@ -100139,6 +100238,7 @@ self: {
];
description = "Background process for Haskell-tools that editors can connect to";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"haskell-tools-debug" = callPackage
@ -101865,6 +101965,7 @@ self: {
testHaskellDepends = [ base tasty tasty-quickcheck ];
description = "Variant and EADT";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"haskyapi" = callPackage
@ -110827,8 +110928,8 @@ self: {
}:
mkDerivation {
pname = "hpack-dhall";
version = "0.5.0";
sha256 = "0nqvcs9ch2knlllb0r0j0aqwab7h3yxh5iay377gyq8xc0m4l8w6";
version = "0.5.1";
sha256 = "0rgdk1jiczl4rwa66irbfcif4rvkrcyzk29lmpwr2kkqjz0zi7kk";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@ -122104,15 +122205,16 @@ self: {
}) {};
"impl" = callPackage
({ mkDerivation, base, named, template-haskell }:
({ mkDerivation, base, containers, named, template-haskell }:
mkDerivation {
pname = "impl";
version = "0.1.0.0";
sha256 = "00l50mrl7g3jzixlj3z2kar61vzb152lnn485b7zdsz4vgqxs1sx";
libraryHaskellDepends = [ base named template-haskell ];
version = "0.2.0.0";
sha256 = "00fyb41abz9k52ninlavnldm2vz20wbhdrdq5r2s7ir1karv551g";
libraryHaskellDepends = [ base containers named template-haskell ];
doHaddock = false;
description = "Framework for defaulting superclasses";
license = stdenv.lib.licenses.mit;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"implicit" = callPackage
@ -126163,6 +126265,7 @@ self: {
doHaddock = false;
description = "Generate flamegraphs from Jaeger .json dumps.";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"jail" = callPackage
@ -131136,6 +131239,7 @@ self: {
testHaskellDepends = [ base hspec HUnit text ];
description = "Lambdabot for Zulip Chat";
license = stdenv.lib.licenses.mit;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"lambdacat" = callPackage
@ -147372,8 +147476,8 @@ self: {
({ mkDerivation, base, monad-control, mtl, transformers-base }:
mkDerivation {
pname = "monadoid";
version = "0.0.2";
sha256 = "0xy89vhndmsrg0cz93ril79zrffb6fnj75vd3ivfrnsn0kxykhi6";
version = "0.0.3";
sha256 = "073ma6429m92z1pdglxvb02d6f17wdnh90mnscrjwdvzb406w0cy";
libraryHaskellDepends = [
base monad-control mtl transformers-base
];
@ -149506,6 +149610,7 @@ self: {
];
description = "Read and write appropriately from both master and replicated postgresql instances";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"multirec" = callPackage
@ -151373,6 +151478,7 @@ self: {
];
description = "Simple interface to rendering with NanoVG";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"nanq" = callPackage
@ -156018,6 +156124,7 @@ self: {
];
description = "OAuth2 jwt-bearer client flow as per rfc7523";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"oauthenticated" = callPackage
@ -157253,6 +157360,7 @@ self: {
];
description = "Auto-generated openapi-petstore API Client";
license = stdenv.lib.licenses.mit;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"opench-meteo" = callPackage
@ -159366,8 +159474,8 @@ self: {
}:
mkDerivation {
pname = "pairing";
version = "0.1.0";
sha256 = "0gdq9qfa874h8h8jkr5zqi90k3jzfnw9r9ydnx3pxn3j1d9si27v";
version = "0.1.1";
sha256 = "15230s384z6hg29fc9l06qsk0657c1z00x0pijgxr9w8lbis56qg";
libraryHaskellDepends = [
base bytestring cryptonite memory protolude QuickCheck random
wl-pprint-text
@ -159491,12 +159599,16 @@ self: {
base bytestring containers criterion mtl text time weigh
];
doCheck = false;
postInstall = ''
mkdir -p $out/share
mv $data/*/*/man $out/share/
'';
description = "Conversion between markup formats";
license = stdenv.lib.licenses.gpl2;
maintainers = with stdenv.lib.maintainers; [ peti ];
}) {};
"pandoc_2_4" = callPackage
"pandoc_2_5" = callPackage
({ mkDerivation, aeson, aeson-pretty, base, base64-bytestring
, binary, blaze-html, blaze-markup, bytestring, Cabal
, case-insensitive, cmark-gfm, containers, criterion, data-default
@ -159512,8 +159624,8 @@ self: {
}:
mkDerivation {
pname = "pandoc";
version = "2.4";
sha256 = "1kf1v7zfifh5i1hw5bwdbd78ncp946kx1s501c077vwzdzvcz2ck";
version = "2.5";
sha256 = "0bi26r2qljdfxq26gaxj1xnhrawrfndfavs3f3g098x0g3dwazfm";
configureFlags = [ "-fhttps" "-f-trypandoc" ];
isLibrary = true;
isExecutable = true;
@ -159539,7 +159651,10 @@ self: {
benchmarkHaskellDepends = [
base bytestring containers criterion mtl text time weigh
];
doCheck = false;
postInstall = ''
mkdir -p $out/share
mv $data/*/*/man $out/share/
'';
description = "Conversion between markup formats";
license = stdenv.lib.licenses.gpl2;
hydraPlatforms = stdenv.lib.platforms.none;
@ -159580,7 +159695,7 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
"pandoc-citeproc_0_15" = callPackage
"pandoc-citeproc_0_15_0_1" = callPackage
({ mkDerivation, aeson, aeson-pretty, attoparsec, base, bytestring
, Cabal, containers, data-default, directory, filepath, hs-bibutils
, mtl, old-locale, pandoc, pandoc-types, parsec, process, rfc5051
@ -159589,8 +159704,8 @@ self: {
}:
mkDerivation {
pname = "pandoc-citeproc";
version = "0.15";
sha256 = "0pj2q15q8vak70cdrfxk53nzlsv6zi5pi67nlrkn5kks3srvw2r7";
version = "0.15.0.1";
sha256 = "1y4jmralmcikmk75cf5bjlv4ymr42x35a6174ybqa99jmlm5znr9";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = true;
@ -164874,6 +164989,7 @@ self: {
];
description = "A library for writing forwards-declared build systems in haskell";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"piet" = callPackage
@ -167373,6 +167489,7 @@ self: {
librarySystemDepends = [ poker-eval ];
description = "Binding to libpoker-eval";
license = stdenv.lib.licenses.publicDomain;
hydraPlatforms = stdenv.lib.platforms.none;
}) {poker-eval = null;};
"pokitdok" = callPackage
@ -184892,6 +185009,29 @@ self: {
license = stdenv.lib.licenses.publicDomain;
}) {};
"safecopy_0_9_4_2" = callPackage
({ mkDerivation, array, base, bytestring, cereal, containers, lens
, lens-action, old-time, QuickCheck, quickcheck-instances, tasty
, tasty-quickcheck, template-haskell, text, time, vector
}:
mkDerivation {
pname = "safecopy";
version = "0.9.4.2";
sha256 = "08glsr8mwxkz3hw68d6j7v285nay2a6xkyqpyc1b6wc9iw2g82r7";
libraryHaskellDepends = [
array base bytestring cereal containers old-time template-haskell
text time vector
];
testHaskellDepends = [
array base cereal containers lens lens-action QuickCheck
quickcheck-instances tasty tasty-quickcheck template-haskell time
vector
];
description = "Binary serialization with version control";
license = stdenv.lib.licenses.publicDomain;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"safecopy-migrate" = callPackage
({ mkDerivation, base, base-prelude, cereal, containers, extra
, haskell-src-meta, microlens, safecopy, template-haskell
@ -189404,6 +189544,7 @@ self: {
];
description = "Servant Stream support for conduit";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"servant-csharp" = callPackage
@ -190006,6 +190147,7 @@ self: {
];
description = "Servant Stream support for machines";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"servant-match" = callPackage
@ -190127,6 +190269,7 @@ self: {
];
description = "multipart/form-data (e.g file upload) support for servant";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"servant-named" = callPackage
@ -190236,6 +190379,7 @@ self: {
];
description = "Servant Stream support for pipes";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"servant-pool" = callPackage
@ -192296,6 +192440,7 @@ self: {
libraryHaskellDepends = [ base path path-io shake ];
description = "path alternatives to shake functions";
license = stdenv.lib.licenses.mit;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"shake-persist" = callPackage
@ -205170,6 +205315,7 @@ self: {
testHaskellDepends = [ base hspec ];
description = "Monitor groups of threads with non-hierarchical lifetimes";
license = stdenv.lib.licenses.mit;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"supplemented" = callPackage
@ -210787,6 +210933,7 @@ self: {
libraryHaskellDepends = [ base text text-builder ];
description = "Text styling for ANSI terminals";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"text-binary" = callPackage
@ -226685,6 +226832,7 @@ self: {
];
description = "Declarative routing for WAI";
license = stdenv.lib.licenses.mpl20;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"wai-secure-cookies" = callPackage
@ -231128,6 +231276,27 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
"xeno_0_3_5" = callPackage
({ mkDerivation, array, base, bytestring, criterion, deepseq
, ghc-prim, hexml, hexpat, hspec, mtl, mutable-containers, vector
, weigh, xml
}:
mkDerivation {
pname = "xeno";
version = "0.3.5";
sha256 = "0352xn6jlcbh1z4qlz679kybcvwz756xz21fzhv36vklzxclvgxn";
libraryHaskellDepends = [
array base bytestring deepseq hspec mtl mutable-containers vector
];
testHaskellDepends = [ base bytestring hexml hspec ];
benchmarkHaskellDepends = [
base bytestring criterion deepseq ghc-prim hexml hexpat weigh xml
];
description = "A fast event-based XML parser in pure Haskell";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"xenstore" = callPackage
({ mkDerivation, base, bytestring, cereal, mtl, network }:
mkDerivation {