hackage-packages.nix: automatic Haskell package set update

This update was generated by hackage2nix v2.17.0-8-ge18310f from Hackage revision
ef920675c6.
This commit is contained in:
Peter Simons 2021-04-27 02:30:31 +02:00
parent 68ee799776
commit a170bff89a

View File

@ -3486,6 +3486,28 @@ self: {
broken = true;
}) {};
"ConClusion" = callPackage
({ mkDerivation, aeson, attoparsec, base, cmdargs, containers
, formatting, hmatrix, massiv, optics, PSQueue, rio, text
}:
mkDerivation {
pname = "ConClusion";
version = "0.0.1";
sha256 = "1qdwirr2gp5aq8dl5ibj1gb9mg2qd1jhpg610wy4yx2ymy4msg1p";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
aeson attoparsec base containers formatting hmatrix massiv PSQueue
rio
];
executableHaskellDepends = [
aeson attoparsec base cmdargs containers formatting hmatrix massiv
optics PSQueue rio text
];
description = "Cluster algorithms, PCA, and chemical conformere analysis";
license = lib.licenses.agpl3Only;
}) {};
"Concurrent-Cache" = callPackage
({ mkDerivation, base }:
mkDerivation {
@ -83794,6 +83816,36 @@ self: {
broken = true;
}) {};
"ema" = callPackage
({ mkDerivation, aeson, async, base, blaze-html, blaze-markup
, commonmark, commonmark-extensions, commonmark-pandoc, containers
, data-default, directory, filepath, filepattern, fsnotify
, http-types, lvar, monad-logger, monad-logger-extras
, neat-interpolation, optparse-applicative, pandoc-types
, profunctors, relude, safe-exceptions, shower, stm, tagged, text
, time, unliftio, wai, wai-middleware-static, wai-websockets, warp
, websockets
}:
mkDerivation {
pname = "ema";
version = "0.1.0.0";
sha256 = "0b7drwqcdap52slnw59vx3mhpabcl72p7rinnfkzsh74jfx21vz0";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
aeson async base blaze-html blaze-markup commonmark
commonmark-extensions commonmark-pandoc containers data-default
directory filepath filepattern fsnotify http-types lvar
monad-logger monad-logger-extras neat-interpolation
optparse-applicative pandoc-types profunctors relude
safe-exceptions shower stm tagged text time unliftio wai
wai-middleware-static wai-websockets warp websockets
];
executableHaskellDepends = [ base ];
description = "Static site generator library with hot reload";
license = lib.licenses.agpl3Only;
}) {};
"emacs-keys" = callPackage
({ mkDerivation, base, doctest, split, tasty, tasty-hspec
, tasty-quickcheck, template-haskell, th-lift, xkbcommon
@ -112876,6 +112928,8 @@ self: {
pname = "grpc-haskell";
version = "0.1.0";
sha256 = "1qqa4qn6ql8zvacaikd1a154ib7bah2h96fjfvd3hz6j79bbfqw4";
revision = "1";
editedCabalFile = "06yi4isj2qcd1nnc2vf6355wbqq33amhvcwg12jh0zbxpywrs45g";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@ -131364,8 +131418,8 @@ self: {
}:
mkDerivation {
pname = "hlint";
version = "3.3";
sha256 = "1cbmaw3ikni2fqkzyngc6qwg8k6ighy48979msfs97qg0kxjmbbd";
version = "3.3.1";
sha256 = "12l2p5pbgh1wcn2bh0ax36sclwaiky8hf09ivgz453pb5ss0jghc";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = true;
@ -149940,13 +149994,17 @@ self: {
}) {};
"interval-algebra" = callPackage
({ mkDerivation, base, hspec, QuickCheck, time, witherable }:
({ mkDerivation, base, containers, hspec, QuickCheck, time
, witherable
}:
mkDerivation {
pname = "interval-algebra";
version = "0.3.3";
sha256 = "0njlirr5ymsdw27snixxf3c4dgj8grffqv94a1hz97k801a3axkh";
libraryHaskellDepends = [ base QuickCheck time witherable ];
testHaskellDepends = [ base hspec QuickCheck time ];
version = "0.4.0";
sha256 = "0852yv0d7c3gh6ggab6wvnk7g1pad02nnpbmzw98c9zkzw2zk9wh";
libraryHaskellDepends = [
base containers QuickCheck time witherable
];
testHaskellDepends = [ base containers hspec QuickCheck time ];
description = "An implementation of Allen's interval algebra for temporal logic";
license = lib.licenses.bsd3;
}) {};
@ -169518,6 +169576,17 @@ self: {
broken = true;
}) {};
"lvar" = callPackage
({ mkDerivation, base, containers, relude, stm }:
mkDerivation {
pname = "lvar";
version = "0.1.0.0";
sha256 = "1hllvr4nsjv3c3x5aybp05wr9pdvwlw101vq7c37ydnb91hbfdv4";
libraryHaskellDepends = [ base containers relude stm ];
description = "TMVar that can be listened to";
license = lib.licenses.bsd3;
}) {};
"lvish" = callPackage
({ mkDerivation, async, atomic-primops, base, bits-atomic
, containers, deepseq, ghc-prim, HUnit, lattices, missing-foreign
@ -174282,8 +174351,8 @@ self: {
pname = "memory";
version = "0.15.0";
sha256 = "0a9mxcddnqn4359hk59d6l2zbh0vp154yb5vs1a8jw4l38n8kzz3";
revision = "1";
editedCabalFile = "136qfj1cbg9571mlwywaqml75ijx3pcgvbpbgwxrqsl71ssj8w5y";
revision = "2";
editedCabalFile = "0fd40y5byy4cq4x6m66zxadxbw96gzswplgfyvdqnjlasq28xw68";
libraryHaskellDepends = [
base basement bytestring deepseq ghc-prim
];
@ -194568,8 +194637,6 @@ self: {
];
description = "Statistics visualizer for org-mode";
license = lib.licenses.gpl3Only;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"origami" = callPackage
@ -196200,8 +196267,6 @@ self: {
executableHaskellDepends = [ base mtl pandoc-types text ];
description = "Convert Pandoc Markdown-style footnotes into sidenotes";
license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"pandoc-stylefrommeta" = callPackage
@ -202145,8 +202210,8 @@ self: {
({ mkDerivation, base, mmsyn2-array, mmsyn5 }:
mkDerivation {
pname = "phonetic-languages-phonetics-basics";
version = "0.3.3.0";
sha256 = "1q4ifwzmsr09527fd70lz2ks73x5mh0r5h5gh2ky1kksnwpn49px";
version = "0.3.4.0";
sha256 = "1x50ah7mhqgl39f1yvf0khq1ih2w4l0jdbpfdc2v1k9cp0jh8jh4";
libraryHaskellDepends = [ base mmsyn2-array mmsyn5 ];
description = "A library for working with generalized phonetic languages usage";
license = lib.licenses.mit;
@ -202970,8 +203035,8 @@ self: {
}:
mkDerivation {
pname = "pinch-gen";
version = "0.4.0.0";
sha256 = "03fpcy2mdq83mpx4hv6x57csdwd07pkqcfqc0wd10zys77i75s46";
version = "0.4.1.0";
sha256 = "11sk0lmzsxw0k8i8airpv7p461z25n6y2fygx0l7gv0zadaici2v";
isLibrary = false;
isExecutable = true;
executableHaskellDepends = [
@ -203091,6 +203156,19 @@ self: {
license = lib.licenses.asl20;
}) {};
"pinned-warnings" = callPackage
({ mkDerivation, base, bytestring, containers, directory, ghc }:
mkDerivation {
pname = "pinned-warnings";
version = "0.1.0.1";
sha256 = "0yrd4lqr1sklswalpx7j1bmqjsc19y080wcgq4qd0fmc3qhcixjc";
libraryHaskellDepends = [
base bytestring containers directory ghc
];
description = "Preserve warnings in a GHCi session";
license = lib.licenses.bsd3;
}) {};
"pinpon" = callPackage
({ mkDerivation, aeson, aeson-pretty, amazonka, amazonka-core
, amazonka-sns, base, bytestring, containers, doctest, exceptions
@ -222884,6 +222962,19 @@ self: {
license = lib.licenses.publicDomain;
}) {};
"reorder-expression" = callPackage
({ mkDerivation, base, hspec, hspec-discover, optics, parsec }:
mkDerivation {
pname = "reorder-expression";
version = "0.1.0.0";
sha256 = "01d83j3mq2gz6maqbkzpjrz6ppyhsqrj4rj72xw49fkl2w34pa9f";
libraryHaskellDepends = [ base ];
testHaskellDepends = [ base hspec optics parsec ];
testToolDepends = [ hspec-discover ];
description = "Reorder expressions in a syntax tree according to operator fixities";
license = lib.licenses.mit;
}) {};
"reorderable" = callPackage
({ mkDerivation, base, constraints, haskell-src-exts
, haskell-src-meta, template-haskell
@ -233660,6 +233751,27 @@ self: {
broken = true;
}) {};
"servant-benchmark" = callPackage
({ mkDerivation, aeson, base, base64-bytestring, bytestring
, case-insensitive, hspec, http-media, http-types, QuickCheck
, servant, text, yaml
}:
mkDerivation {
pname = "servant-benchmark";
version = "0.1.1.1";
sha256 = "1rsj819kg17p31ky5ad28hydrkh39nsfwkq3f9zdkqm2j924idhx";
libraryHaskellDepends = [
aeson base base64-bytestring bytestring case-insensitive http-media
http-types QuickCheck servant text yaml
];
testHaskellDepends = [
aeson base base64-bytestring bytestring case-insensitive hspec
http-media http-types QuickCheck servant text yaml
];
description = "Generate benchmark files from a Servant API";
license = lib.licenses.bsd3;
}) {};
"servant-blaze" = callPackage
({ mkDerivation, base, blaze-html, http-media, servant
, servant-server, wai, warp
@ -244727,6 +244839,27 @@ self: {
license = lib.licenses.bsd3;
}) {};
"sourcemap_0_1_6_1" = callPackage
({ mkDerivation, aeson, attoparsec, base, bytestring, criterion
, process, random, text, unordered-containers, utf8-string
}:
mkDerivation {
pname = "sourcemap";
version = "0.1.6.1";
sha256 = "0kz8xpcd5syg5s4qa2qq8ylaxjhabj127w42may46vv6i0q1bf8a";
libraryHaskellDepends = [
aeson attoparsec base bytestring process text unordered-containers
utf8-string
];
testHaskellDepends = [
aeson base bytestring process text unordered-containers utf8-string
];
benchmarkHaskellDepends = [ base bytestring criterion random ];
description = "Implementation of source maps as proposed by Google and Mozilla";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
}) {};
"sousit" = callPackage
({ mkDerivation, base, bytestring, cereal, mtl, QuickCheck
, resourcet, stm, test-framework, test-framework-quickcheck2
@ -271572,22 +271705,25 @@ self: {
}) {};
"unicode-collation" = callPackage
({ mkDerivation, base, binary, bytestring, bytestring-lexing
, containers, filepath, parsec, QuickCheck, quickcheck-instances
, tasty, tasty-bench, tasty-hunit, template-haskell, text, text-icu
({ mkDerivation, base, binary, bytestring, containers, parsec
, QuickCheck, quickcheck-instances, tasty, tasty-bench, tasty-hunit
, tasty-quickcheck, template-haskell, text, text-icu
, th-lift-instances, unicode-transforms
}:
mkDerivation {
pname = "unicode-collation";
version = "0.1.2";
sha256 = "1q77rd3d2c1r5d35f0z1mhismc3rf8bg1dwfg32wvdd9hpszc52v";
version = "0.1.3";
sha256 = "0nbxkpd29ivdi6vcikbaasffkcz9m2vd4nhv29p6gmvckzmhj7zi";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
base binary bytestring bytestring-lexing containers filepath parsec
template-haskell text th-lift-instances unicode-transforms
base binary bytestring containers parsec template-haskell text
th-lift-instances
];
testHaskellDepends = [
base bytestring tasty tasty-hunit tasty-quickcheck text
unicode-transforms
];
testHaskellDepends = [ base bytestring tasty tasty-hunit text ];
benchmarkHaskellDepends = [
base QuickCheck quickcheck-instances tasty-bench text text-icu
];
@ -282595,14 +282731,14 @@ self: {
license = lib.licenses.isc;
}) {};
"witch_0_2_0_0" = callPackage
"witch_0_2_0_2" = callPackage
({ mkDerivation, base, bytestring, containers, hspec
, template-haskell, text
}:
mkDerivation {
pname = "witch";
version = "0.2.0.0";
sha256 = "03rnpljng4vy913zm3cxnhlq3i8d5p57661wa1cwj46hkhy7rhj7";
version = "0.2.0.2";
sha256 = "13y5zbs9lwniamwq2cm45rsc7xp11ny2m7x3f965qd6az66ds396";
libraryHaskellDepends = [
base bytestring containers template-haskell text
];