mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 00:22:13 +00:00
hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.9.2-3-g5b271ab from Hackage revision
54d2fd4d50
.
This commit is contained in:
parent
fc85a86e62
commit
5e39db2297
240
pkgs/development/haskell-modules/hackage-packages.nix
generated
240
pkgs/development/haskell-modules/hackage-packages.nix
generated
|
@ -22053,6 +22053,24 @@ self: {
|
|||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"aeson-diff-generic" = callPackage
|
||||
({ mkDerivation, aeson, aeson-diff, base, bytestring, containers
|
||||
, dlist, hashable, mtl, scientific, tagged, template-haskell, text
|
||||
, th-abstraction, time, unordered-containers, uuid-types, vector
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "aeson-diff-generic";
|
||||
version = "0.0.1";
|
||||
sha256 = "0zqyyix42xsmc0l80nvg5x0xb963nrvp3wvz7cmqwifqpqiycmf7";
|
||||
libraryHaskellDepends = [
|
||||
aeson aeson-diff base bytestring containers dlist hashable mtl
|
||||
scientific tagged template-haskell text th-abstraction time
|
||||
unordered-containers uuid-types vector
|
||||
];
|
||||
description = "Apply a json-patch to any haskell datatype";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"aeson-extra" = callPackage
|
||||
({ mkDerivation, aeson, aeson-compat, attoparsec
|
||||
, attoparsec-iso8601, base, base-compat, bytestring, containers
|
||||
|
@ -23519,6 +23537,29 @@ self: {
|
|||
license = stdenv.lib.licenses.mit;
|
||||
}) {};
|
||||
|
||||
"algebraic-graphs_0_1_0" = callPackage
|
||||
({ mkDerivation, array, base, base-compat, base-orphans, containers
|
||||
, criterion, deepseq, extra, QuickCheck
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "algebraic-graphs";
|
||||
version = "0.1.0";
|
||||
sha256 = "03y2qf0ml29zc4skpp8ilzjwkalwmn3772bh31x3af880k6216dq";
|
||||
libraryHaskellDepends = [
|
||||
array base base-compat containers deepseq
|
||||
];
|
||||
testHaskellDepends = [
|
||||
base base-compat base-orphans containers extra QuickCheck
|
||||
];
|
||||
benchmarkHaskellDepends = [
|
||||
base base-compat containers criterion
|
||||
];
|
||||
homepage = "https://github.com/snowleopard/alga";
|
||||
description = "A library for algebraic graph construction and transformation";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"algebraic-prelude" = callPackage
|
||||
({ mkDerivation, algebra, base, basic-prelude, lens, semigroups }:
|
||||
mkDerivation {
|
||||
|
@ -37769,8 +37810,8 @@ self: {
|
|||
pname = "boltzmann-samplers";
|
||||
version = "0.1.0.0";
|
||||
sha256 = "0gw8d4xrwr9xs9k7dflm12xpkn6k0yn41myvzqzj4c6bhdd0c1sp";
|
||||
revision = "1";
|
||||
editedCabalFile = "00va7bagszricicai4jckyka8azgw6gly9ps5kabnsyv5znylfr0";
|
||||
revision = "2";
|
||||
editedCabalFile = "0mmjxyy9pxrrxdrpkl06c2dk980b4z6pvkg5zj3fl56avg3l4q26";
|
||||
libraryHaskellDepends = [
|
||||
ad base containers hashable hmatrix ieee754 MonadRandom mtl
|
||||
QuickCheck transformers unordered-containers vector
|
||||
|
@ -37780,6 +37821,25 @@ self: {
|
|||
license = stdenv.lib.licenses.mit;
|
||||
}) {};
|
||||
|
||||
"boltzmann-samplers_0_1_1_0" = callPackage
|
||||
({ mkDerivation, ad, base, containers, hashable, hmatrix, ieee754
|
||||
, MonadRandom, mtl, QuickCheck, transformers, unordered-containers
|
||||
, vector
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "boltzmann-samplers";
|
||||
version = "0.1.1.0";
|
||||
sha256 = "13l7ml35hm0i2rgw419n7xp2zp58pafm6gmmik3jgbmhfwgkwz6y";
|
||||
libraryHaskellDepends = [
|
||||
ad base containers hashable hmatrix ieee754 MonadRandom mtl
|
||||
QuickCheck transformers unordered-containers vector
|
||||
];
|
||||
homepage = "https://github.com/Lysxia/boltzmann-samplers#readme";
|
||||
description = "Uniform random generators";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"bond" = callPackage
|
||||
({ mkDerivation, aeson, aeson-pretty, async, base, bytestring
|
||||
, cmdargs, derive, Diff, directory, filepath, HUnit, monad-loops
|
||||
|
@ -42813,6 +42873,19 @@ self: {
|
|||
license = stdenv.lib.licenses.mit;
|
||||
}) {};
|
||||
|
||||
"casing_0_1_3_0" = callPackage
|
||||
({ mkDerivation, base, split, tasty, tasty-hunit }:
|
||||
mkDerivation {
|
||||
pname = "casing";
|
||||
version = "0.1.3.0";
|
||||
sha256 = "08cklvgm2c2519c4xm22mxfkjmizky8j64a98cqgdgz9rl6ryq9m";
|
||||
libraryHaskellDepends = [ base split ];
|
||||
testHaskellDepends = [ base tasty tasty-hunit ];
|
||||
description = "Convert between various source code casing conventions";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"casr-logbook" = callPackage
|
||||
({ mkDerivation, base, containers, digit, directory, doctest
|
||||
, filepath, lens, lucid, QuickCheck, template-haskell, text, time
|
||||
|
@ -69099,6 +69172,28 @@ self: {
|
|||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"error-context" = callPackage
|
||||
({ mkDerivation, base, either, exceptions, monad-logger, mtl
|
||||
, resourcet, safe-exceptions, tasty, tasty-hunit, text
|
||||
, unliftio-core
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "error-context";
|
||||
version = "0.1.0.0";
|
||||
sha256 = "1z5v6zhrcy3930dkfygd99v6ssi09r036l1d1cy9zja3mk9w7dg0";
|
||||
libraryHaskellDepends = [
|
||||
base either exceptions monad-logger mtl resourcet safe-exceptions
|
||||
text unliftio-core
|
||||
];
|
||||
testHaskellDepends = [
|
||||
base either exceptions monad-logger mtl resourcet safe-exceptions
|
||||
tasty tasty-hunit text unliftio-core
|
||||
];
|
||||
homepage = "https://github.com/mtesseract/error-context#readme";
|
||||
description = "Provides API for enriching errors with contexts";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"error-continuations" = callPackage
|
||||
({ mkDerivation, base, either, mtl, transformers }:
|
||||
mkDerivation {
|
||||
|
@ -76793,29 +76888,6 @@ self: {
|
|||
license = stdenv.lib.licenses.mit;
|
||||
}) {};
|
||||
|
||||
"free_4_12_4" = callPackage
|
||||
({ mkDerivation, base, bifunctors, comonad, containers
|
||||
, distributive, exceptions, mtl, prelude-extras, profunctors
|
||||
, semigroupoids, semigroups, template-haskell, transformers
|
||||
, transformers-compat
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "free";
|
||||
version = "4.12.4";
|
||||
sha256 = "1147s393442xf4gkpbq0rd1p286vmykgx85mxhk5d1c7wfm4bzn9";
|
||||
revision = "2";
|
||||
editedCabalFile = "0gmib9bmswrqhl47cp5b871v9f44v9yidzxpljkszy49y9qdf560";
|
||||
libraryHaskellDepends = [
|
||||
base bifunctors comonad containers distributive exceptions mtl
|
||||
prelude-extras profunctors semigroupoids semigroups
|
||||
template-haskell transformers transformers-compat
|
||||
];
|
||||
homepage = "http://github.com/ekmett/free/";
|
||||
description = "Monads for free";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"free" = callPackage
|
||||
({ mkDerivation, base, bifunctors, comonad, containers
|
||||
, distributive, exceptions, mtl, profunctors, semigroupoids
|
||||
|
@ -81366,12 +81438,12 @@ self: {
|
|||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"ghc-prim_0_5_1_1" = callPackage
|
||||
"ghc-prim_0_5_2_0" = callPackage
|
||||
({ mkDerivation, rts }:
|
||||
mkDerivation {
|
||||
pname = "ghc-prim";
|
||||
version = "0.5.1.1";
|
||||
sha256 = "1dkl0l891min86jpndcah8dx7i3ssnaj6yf2ghxplp8619bmqhb2";
|
||||
version = "0.5.2.0";
|
||||
sha256 = "1ccvzkw3v4xlj7g126wwlc5rvd480hbv1pcq2rfb85k77rzi6bjr";
|
||||
libraryHaskellDepends = [ rts ];
|
||||
description = "GHC primitives";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
|
@ -103893,10 +103965,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "hledger-iadd";
|
||||
version = "1.3.2";
|
||||
sha256 = "1n21i1hqqrzd3fdrq6cclf8bfginwl4bhjy16vxfh9ba644920xf";
|
||||
revision = "1";
|
||||
editedCabalFile = "068fxn694km5sjbmmbhgaw512cxdv3m0kgjkaj8lbvpk5hnkd60b";
|
||||
version = "1.3.3";
|
||||
sha256 = "0fm5y2qyrg661q7y23f5abg78rbwz4jqkvlar8ns8wz9qwbml0ix";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
|
@ -122935,6 +123005,28 @@ self: {
|
|||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"json-stream_0_4_2_2" = callPackage
|
||||
({ mkDerivation, aeson, base, bytestring, directory, hspec
|
||||
, QuickCheck, quickcheck-unicode, scientific, text
|
||||
, unordered-containers, vector
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "json-stream";
|
||||
version = "0.4.2.2";
|
||||
sha256 = "14savrbhxb7pxxphfhh6z5fh5xqfxrnk9j7g0268dl2hpnzx4rvh";
|
||||
libraryHaskellDepends = [
|
||||
aeson base bytestring scientific text unordered-containers vector
|
||||
];
|
||||
testHaskellDepends = [
|
||||
aeson base bytestring directory hspec QuickCheck quickcheck-unicode
|
||||
scientific text unordered-containers vector
|
||||
];
|
||||
homepage = "https://github.com/ondrap/json-stream";
|
||||
description = "Incremental applicative JSON parser";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"json-togo" = callPackage
|
||||
({ mkDerivation, aeson, attoparsec, attoparsec-trans, base
|
||||
, bytestring, scientific, text, transformers, unordered-containers
|
||||
|
@ -140663,8 +140755,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "monad-abort-fd";
|
||||
version = "0.6.2";
|
||||
sha256 = "0lnqzilm1y5v0p9p7n5qbgcqq1r39fdj7n8i5dy9ygi35p5qw93h";
|
||||
version = "0.7";
|
||||
sha256 = "0w1v39n93zg6i22qx312m6z8pc35im3whp5sb13wfvj2ws0nl1z7";
|
||||
libraryHaskellDepends = [
|
||||
base mtl stm transformers transformers-abort transformers-base
|
||||
transformers-compat
|
||||
|
@ -140916,8 +141008,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "monad-finally";
|
||||
version = "0.1.1";
|
||||
sha256 = "0f2bb8l00vqsswsckc6zgnzl372jg1w7c1zgpcj8fq8bnvia23hb";
|
||||
version = "0.1.2";
|
||||
sha256 = "1vg9mg748frf63l428wsdjdbf25pphjqixdslvlwgvf8d1ayl2xz";
|
||||
libraryHaskellDepends = [
|
||||
base monad-abort-fd monad-control transformers transformers-abort
|
||||
transformers-base transformers-compat
|
||||
|
@ -150454,8 +150546,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "odbc";
|
||||
version = "0.0.2";
|
||||
sha256 = "005g8vdxs9gdh5n4dlsjcfdxx2ry5x02fbjd5w814l3k7fynbq5b";
|
||||
version = "0.0.3";
|
||||
sha256 = "0n6c5y0h61x8n0w0ibak3452xr5z95409vqc37kkv5izb9z05wph";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
|
@ -157997,6 +158089,8 @@ self: {
|
|||
pname = "pgdl";
|
||||
version = "10.10";
|
||||
sha256 = "0wqj7i4shdcy80aiib0dkp3y6ccilqq4g3p8bvndh4vl3cyd2pwv";
|
||||
revision = "1";
|
||||
editedCabalFile = "17d525qv26y15zbc7kl0vdxfi7n1v1g8v9r821a96dd49zkccsck";
|
||||
isLibrary = false;
|
||||
isExecutable = true;
|
||||
executableHaskellDepends = [
|
||||
|
@ -161816,6 +161910,26 @@ self: {
|
|||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"posix-paths_0_2_1_5" = callPackage
|
||||
({ mkDerivation, base, bytestring, criterion, directory, doctest
|
||||
, filepath, HUnit, process, QuickCheck, unix
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "posix-paths";
|
||||
version = "0.2.1.5";
|
||||
sha256 = "1pyi25gz2r3pc64f1i5awyp3mg5w74ik9wh5s9i9hs7bfmkjk1as";
|
||||
libraryHaskellDepends = [ base bytestring unix ];
|
||||
testHaskellDepends = [
|
||||
base bytestring doctest HUnit QuickCheck unix
|
||||
];
|
||||
benchmarkHaskellDepends = [
|
||||
base bytestring criterion directory filepath process unix
|
||||
];
|
||||
description = "POSIX filepath/directory functionality";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"posix-pty" = callPackage
|
||||
({ mkDerivation, base, bytestring, process, unix, util }:
|
||||
mkDerivation {
|
||||
|
@ -180238,6 +180352,24 @@ self: {
|
|||
license = stdenv.lib.licenses.mit;
|
||||
}) {};
|
||||
|
||||
"selda_0_2_0_0" = callPackage
|
||||
({ mkDerivation, base, bytestring, exceptions, hashable, mtl
|
||||
, psqueues, text, time, unordered-containers
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "selda";
|
||||
version = "0.2.0.0";
|
||||
sha256 = "1l9ad4d1m0ylfihg0hpfxanxil09c658jl1bmgzn8268akqay9nj";
|
||||
libraryHaskellDepends = [
|
||||
base bytestring exceptions hashable mtl psqueues text time
|
||||
unordered-containers
|
||||
];
|
||||
homepage = "https://selda.link";
|
||||
description = "Multi-backend, high-level EDSL for interacting with SQL databases";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"selda-postgresql" = callPackage
|
||||
({ mkDerivation, base, bytestring, exceptions, postgresql-libpq
|
||||
, selda, text
|
||||
|
@ -180246,6 +180378,8 @@ self: {
|
|||
pname = "selda-postgresql";
|
||||
version = "0.1.7.2";
|
||||
sha256 = "06z5zrika018433p5l011wxc308zw7l9ilnkgwcykagsnmai4y7z";
|
||||
revision = "1";
|
||||
editedCabalFile = "08f2xdfpmbwhrwkjaqfmd9k25c3xn3p477d7a1mnnn7kf7328782";
|
||||
libraryHaskellDepends = [
|
||||
base bytestring exceptions postgresql-libpq selda text
|
||||
];
|
||||
|
@ -180262,8 +180396,8 @@ self: {
|
|||
pname = "selda-sqlite";
|
||||
version = "0.1.6.0";
|
||||
sha256 = "1473igqgjs5282rykqj1zg7420mfh3sbqy74nx1cwbm82j8shyy6";
|
||||
revision = "1";
|
||||
editedCabalFile = "0yf1n9iaaafnllkb2yi38ncyd3q062g4p7ln9ypb6h8gcym8s8m1";
|
||||
revision = "2";
|
||||
editedCabalFile = "198pg9i0lfx3fwf7b7cw0x5kial6vbf0dqwh18jnh7na3pyn1jr6";
|
||||
libraryHaskellDepends = [
|
||||
base direct-sqlite directory exceptions selda text
|
||||
];
|
||||
|
@ -181918,6 +182052,28 @@ self: {
|
|||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"servant-elm_0_5_0_0" = callPackage
|
||||
({ mkDerivation, aeson, base, Diff, elm-export, hspec, HUnit, lens
|
||||
, servant, servant-foreign, text, wl-pprint-text
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "servant-elm";
|
||||
version = "0.5.0.0";
|
||||
sha256 = "0l5rjml46qbnq4p3d7zjk8zl9gnpz8m5n6n8yf8kgy89ybm6xnfr";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
base elm-export lens servant servant-foreign text wl-pprint-text
|
||||
];
|
||||
testHaskellDepends = [
|
||||
aeson base Diff elm-export hspec HUnit servant text
|
||||
];
|
||||
homepage = "http://github.com/mattjbray/servant-elm#readme";
|
||||
description = "Automatically derive Elm functions to query servant webservices";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"servant-examples" = callPackage
|
||||
({ mkDerivation, aeson, base, bytestring, directory, either
|
||||
, http-types, js-jquery, lucid, random, servant, servant-client
|
||||
|
@ -214918,8 +215074,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "viewprof";
|
||||
version = "0.0.0.15";
|
||||
sha256 = "10ihmdba4rbji13lihmxf2yw77nii63k4mz6a0d03lzcw2bppr1a";
|
||||
version = "0.0.0.16";
|
||||
sha256 = "123dqm0rardrvvvrj8sjjs9z8yysk9qzwvrs3skqzxrq5pffyarp";
|
||||
isLibrary = false;
|
||||
isExecutable = true;
|
||||
executableHaskellDepends = [
|
||||
|
|
Loading…
Reference in a new issue