hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.7-4-g48a154e from Hackage revision
4d733469c5
.
This commit is contained in:
parent
ef84e822aa
commit
8909467b16
@ -27653,6 +27653,34 @@ self: {
|
|||||||
license = stdenv.lib.licenses.mit;
|
license = stdenv.lib.licenses.mit;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
|
"arithmoi_0_6_0_1" = callPackage
|
||||||
|
({ mkDerivation, array, base, containers, criterion, exact-pi
|
||||||
|
, ghc-prim, integer-gmp, integer-logarithms, mtl, QuickCheck
|
||||||
|
, random, smallcheck, tasty, tasty-hunit, tasty-quickcheck
|
||||||
|
, tasty-smallcheck, transformers
|
||||||
|
}:
|
||||||
|
mkDerivation {
|
||||||
|
pname = "arithmoi";
|
||||||
|
version = "0.6.0.1";
|
||||||
|
sha256 = "0dhr55r5vi10d9wqr054fy8rxp7h9z0kfpwvckaly0j90d6gvkqm";
|
||||||
|
configureFlags = [ "-f-llvm" ];
|
||||||
|
libraryHaskellDepends = [
|
||||||
|
array base containers exact-pi ghc-prim integer-gmp
|
||||||
|
integer-logarithms mtl random
|
||||||
|
];
|
||||||
|
testHaskellDepends = [
|
||||||
|
base containers integer-gmp QuickCheck smallcheck tasty tasty-hunit
|
||||||
|
tasty-quickcheck tasty-smallcheck transformers
|
||||||
|
];
|
||||||
|
benchmarkHaskellDepends = [
|
||||||
|
base containers criterion integer-logarithms random
|
||||||
|
];
|
||||||
|
homepage = "https://github.com/cartazio/arithmoi";
|
||||||
|
description = "Efficient basic number-theoretic functions";
|
||||||
|
license = stdenv.lib.licenses.mit;
|
||||||
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
|
}) {};
|
||||||
|
|
||||||
"armada" = callPackage
|
"armada" = callPackage
|
||||||
({ mkDerivation, base, GLUT, mtl, OpenGL, stm }:
|
({ mkDerivation, base, GLUT, mtl, OpenGL, stm }:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
@ -62012,6 +62040,8 @@ self: {
|
|||||||
pname = "drifter-postgresql";
|
pname = "drifter-postgresql";
|
||||||
version = "0.2.0";
|
version = "0.2.0";
|
||||||
sha256 = "0nl26zzvj3wvz13xgjn1j70br69wlaj1ddaz10d9ib6n1brn6hcd";
|
sha256 = "0nl26zzvj3wvz13xgjn1j70br69wlaj1ddaz10d9ib6n1brn6hcd";
|
||||||
|
revision = "1";
|
||||||
|
editedCabalFile = "1nfzgzbqdnhdxg8zjhfgkbs9birdpwcr7ym14ynysrfv15w69bnq";
|
||||||
libraryHaskellDepends = [
|
libraryHaskellDepends = [
|
||||||
base containers drifter either mtl postgresql-simple time
|
base containers drifter either mtl postgresql-simple time
|
||||||
transformers
|
transformers
|
||||||
@ -67141,6 +67171,42 @@ self: {
|
|||||||
hydraPlatforms = stdenv.lib.platforms.none;
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
|
"eventstore_1_0_0" = callPackage
|
||||||
|
({ mkDerivation, aeson, array, async, base, bifunctors, bytestring
|
||||||
|
, cereal, clock, connection, containers, dns, dotnet-timespan
|
||||||
|
, ekg-core, exceptions, fast-logger, hashable, http-client
|
||||||
|
, interpolate, lifted-async, lifted-base, machines, monad-control
|
||||||
|
, monad-logger, mono-traversable, mtl, protobuf, random
|
||||||
|
, safe-exceptions, semigroups, stm, stm-chans, tasty, tasty-hspec
|
||||||
|
, tasty-hunit, text, text-format, time, transformers-base
|
||||||
|
, unordered-containers, uuid
|
||||||
|
}:
|
||||||
|
mkDerivation {
|
||||||
|
pname = "eventstore";
|
||||||
|
version = "1.0.0";
|
||||||
|
sha256 = "1mhgvh1mm6fkibjd9p8k2wjhi064b22knwkjdk4i396zya6210f0";
|
||||||
|
libraryHaskellDepends = [
|
||||||
|
aeson array base bifunctors bytestring cereal clock connection
|
||||||
|
containers dns dotnet-timespan ekg-core exceptions fast-logger
|
||||||
|
hashable http-client interpolate lifted-async lifted-base machines
|
||||||
|
monad-control monad-logger mono-traversable mtl protobuf random
|
||||||
|
safe-exceptions semigroups stm stm-chans text text-format time
|
||||||
|
transformers-base unordered-containers uuid
|
||||||
|
];
|
||||||
|
testHaskellDepends = [
|
||||||
|
aeson async base bytestring cereal connection containers
|
||||||
|
dotnet-timespan exceptions fast-logger hashable lifted-async
|
||||||
|
lifted-base monad-control mono-traversable protobuf safe-exceptions
|
||||||
|
semigroups stm stm-chans tasty tasty-hspec tasty-hunit text time
|
||||||
|
transformers-base unordered-containers uuid
|
||||||
|
];
|
||||||
|
homepage = "https://github.com/YoEight/eventstore#readme";
|
||||||
|
description = "EventStore TCP Client";
|
||||||
|
license = stdenv.lib.licenses.bsd3;
|
||||||
|
platforms = [ "x86_64-darwin" "x86_64-linux" ];
|
||||||
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
|
}) {};
|
||||||
|
|
||||||
"every" = callPackage
|
"every" = callPackage
|
||||||
({ mkDerivation, async, base, stm }:
|
({ mkDerivation, async, base, stm }:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
@ -123742,13 +123808,13 @@ self: {
|
|||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "libravatar";
|
pname = "libravatar";
|
||||||
version = "0.4.0.1";
|
version = "0.4.0.2";
|
||||||
sha256 = "0ki2xw3m0iq4n25ylv8am26j8s517v1l6b6avca6ymgn5qxq79kp";
|
sha256 = "1i86l8kw2501na1xy6q6nc1xqna5a55ks0bk36nhxhi0hqlr5vdh";
|
||||||
libraryHaskellDepends = [
|
libraryHaskellDepends = [
|
||||||
base bytestring cryptonite data-default-class dns memory random
|
base bytestring cryptonite data-default-class dns memory random
|
||||||
text uri-bytestring url
|
text uri-bytestring url
|
||||||
];
|
];
|
||||||
homepage = "https://rel4.seek-together.space/projects/libravatar/";
|
homepage = "https://hub.darcs.net/fr33domlover/libravatar";
|
||||||
description = "Use Libravatar, the decentralized avatar delivery service";
|
description = "Use Libravatar, the decentralized avatar delivery service";
|
||||||
license = stdenv.lib.licenses.publicDomain;
|
license = stdenv.lib.licenses.publicDomain;
|
||||||
}) {};
|
}) {};
|
||||||
@ -132396,6 +132462,25 @@ self: {
|
|||||||
hydraPlatforms = stdenv.lib.platforms.none;
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
|
"microsoft-translator_0_1_1" = callPackage
|
||||||
|
({ mkDerivation, base, bytestring, http-api-data, http-client
|
||||||
|
, http-client-tls, http-media, mtl, safe, servant, servant-client
|
||||||
|
, text, time, xml
|
||||||
|
}:
|
||||||
|
mkDerivation {
|
||||||
|
pname = "microsoft-translator";
|
||||||
|
version = "0.1.1";
|
||||||
|
sha256 = "12f5ki7i7cd8b6dzkg5q8chk1vnlr0izm3r62b371xf8hpmxn0av";
|
||||||
|
libraryHaskellDepends = [
|
||||||
|
base bytestring http-api-data http-client http-client-tls
|
||||||
|
http-media mtl safe servant servant-client text time xml
|
||||||
|
];
|
||||||
|
homepage = "https://github.com/BlackBrane/microsoft-translator";
|
||||||
|
description = "Bindings to the Microsoft Translator API";
|
||||||
|
license = stdenv.lib.licenses.mit;
|
||||||
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
|
}) {};
|
||||||
|
|
||||||
"microspec" = callPackage
|
"microspec" = callPackage
|
||||||
({ mkDerivation, base, QuickCheck }:
|
({ mkDerivation, base, QuickCheck }:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
@ -133259,14 +133344,16 @@ self: {
|
|||||||
({ mkDerivation, base, bytestring, ghc-prim, primitive, vector }:
|
({ mkDerivation, base, bytestring, ghc-prim, primitive, vector }:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "mios";
|
pname = "mios";
|
||||||
version = "1.5.4";
|
version = "1.6.0";
|
||||||
sha256 = "0f8082bk2bgys1297mp2j6ax8dlvab1nixgk1qalcr984ggg2anh";
|
sha256 = "1pwcv24csffb734q4z4amjlgv8kkzncz8bjhn4s3wji021ndj1b7";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
libraryHaskellDepends = [
|
libraryHaskellDepends = [
|
||||||
base bytestring ghc-prim primitive vector
|
base bytestring ghc-prim primitive vector
|
||||||
];
|
];
|
||||||
executableHaskellDepends = [ base bytestring ];
|
executableHaskellDepends = [
|
||||||
|
base bytestring ghc-prim primitive vector
|
||||||
|
];
|
||||||
homepage = "https://github.com/shnarazk/mios";
|
homepage = "https://github.com/shnarazk/mios";
|
||||||
description = "A Minisat-based CDCL SAT solver in Haskell";
|
description = "A Minisat-based CDCL SAT solver in Haskell";
|
||||||
license = stdenv.lib.licenses.gpl3;
|
license = stdenv.lib.licenses.gpl3;
|
||||||
@ -143245,8 +143332,8 @@ self: {
|
|||||||
pname = "objective";
|
pname = "objective";
|
||||||
version = "1.1.1";
|
version = "1.1.1";
|
||||||
sha256 = "0d36v2w8f9g68zh2cdf8hnkzdafv0z6np895ak610n8bkxvqxlbs";
|
sha256 = "0d36v2w8f9g68zh2cdf8hnkzdafv0z6np895ak610n8bkxvqxlbs";
|
||||||
revision = "1";
|
revision = "2";
|
||||||
editedCabalFile = "0p1w5zabfqqksyxxv880f6d27rl2vx9101vvflkxwhyfw0az6zin";
|
editedCabalFile = "12zyr9szwr8g8lqs20sgmi8dqvjfwnb5c4r14lamv6nn5mvs0xl2";
|
||||||
libraryHaskellDepends = [
|
libraryHaskellDepends = [
|
||||||
base containers either exceptions free hashable monad-skeleton mtl
|
base containers either exceptions free hashable monad-skeleton mtl
|
||||||
profunctors template-haskell transformers transformers-compat
|
profunctors template-haskell transformers transformers-compat
|
||||||
@ -143257,6 +143344,26 @@ self: {
|
|||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
|
"objective_1_1_2" = callPackage
|
||||||
|
({ mkDerivation, base, containers, exceptions, free, hashable
|
||||||
|
, monad-skeleton, mtl, profunctors, template-haskell, transformers
|
||||||
|
, transformers-compat, unordered-containers, void, witherable
|
||||||
|
}:
|
||||||
|
mkDerivation {
|
||||||
|
pname = "objective";
|
||||||
|
version = "1.1.2";
|
||||||
|
sha256 = "0i36r3ygwpzb57ga0jjkp9rzikpsp15l777dclp7yi1zvqz2ikrg";
|
||||||
|
libraryHaskellDepends = [
|
||||||
|
base containers exceptions free hashable monad-skeleton mtl
|
||||||
|
profunctors template-haskell transformers transformers-compat
|
||||||
|
unordered-containers void witherable
|
||||||
|
];
|
||||||
|
homepage = "https://github.com/fumieval/objective";
|
||||||
|
description = "Composable objects";
|
||||||
|
license = stdenv.lib.licenses.bsd3;
|
||||||
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
|
}) {};
|
||||||
|
|
||||||
"observable-sharing" = callPackage
|
"observable-sharing" = callPackage
|
||||||
({ mkDerivation, base, containers }:
|
({ mkDerivation, base, containers }:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
@ -147325,6 +147432,28 @@ self: {
|
|||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
|
"parameterized-utils" = callPackage
|
||||||
|
({ mkDerivation, base, containers, deepseq, ghc-prim, hashable
|
||||||
|
, hashtables, lens, mtl, QuickCheck, tasty, tasty-ant-xml
|
||||||
|
, tasty-hunit, tasty-quickcheck, template-haskell, text
|
||||||
|
, th-abstraction, vector
|
||||||
|
}:
|
||||||
|
mkDerivation {
|
||||||
|
pname = "parameterized-utils";
|
||||||
|
version = "1.0.0";
|
||||||
|
sha256 = "0x1h38j61rwk6biz6nfqx252q1qy4wjrm7g4yv2bb9rddn131vaw";
|
||||||
|
libraryHaskellDepends = [
|
||||||
|
base containers deepseq ghc-prim hashable hashtables lens mtl
|
||||||
|
template-haskell text th-abstraction vector
|
||||||
|
];
|
||||||
|
testHaskellDepends = [
|
||||||
|
base ghc-prim hashable hashtables lens mtl QuickCheck tasty
|
||||||
|
tasty-ant-xml tasty-hunit tasty-quickcheck
|
||||||
|
];
|
||||||
|
description = "Classes and data structures for working with data-kind indexed types";
|
||||||
|
license = stdenv.lib.licenses.bsd3;
|
||||||
|
}) {};
|
||||||
|
|
||||||
"paramtree" = callPackage
|
"paramtree" = callPackage
|
||||||
({ mkDerivation, base, bytestring, containers, tasty, tasty-golden
|
({ mkDerivation, base, bytestring, containers, tasty, tasty-golden
|
||||||
, tasty-hunit, temporary
|
, tasty-hunit, temporary
|
||||||
@ -202573,6 +202702,8 @@ self: {
|
|||||||
pname = "uri-templater";
|
pname = "uri-templater";
|
||||||
version = "0.3.1.0";
|
version = "0.3.1.0";
|
||||||
sha256 = "1hj93jgn8xch9bw9fs76qsfqarb15csfy0ddnr1dxcq04vznbri1";
|
sha256 = "1hj93jgn8xch9bw9fs76qsfqarb15csfy0ddnr1dxcq04vznbri1";
|
||||||
|
revision = "1";
|
||||||
|
editedCabalFile = "0vl1nv40yzns9fnaz6h34x72vpfaaws8f0zm8qlr82333pxg2scw";
|
||||||
libraryHaskellDepends = [
|
libraryHaskellDepends = [
|
||||||
ansi-wl-pprint base bytestring charset containers dlist HTTP mtl
|
ansi-wl-pprint base bytestring charset containers dlist HTTP mtl
|
||||||
parsers template-haskell text time trifecta unordered-containers
|
parsers template-haskell text time trifecta unordered-containers
|
||||||
|
Loading…
x
Reference in New Issue
Block a user