mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-25 12:22:37 +03:00
hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.9.2-13-gd8bc043 from Hackage revision
6ab957cb81
.
This commit is contained in:
parent
d13108dac6
commit
5c26dd3195
520
pkgs/development/haskell-modules/hackage-packages.nix
generated
520
pkgs/development/haskell-modules/hackage-packages.nix
generated
@ -5957,6 +5957,35 @@ self: {
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"Frames_0_4_0" = callPackage
|
||||
({ mkDerivation, base, contravariant, criterion, deepseq, directory
|
||||
, discrimination, ghc-prim, hashable, hspec, htoml, HUnit, pipes
|
||||
, pipes-bytestring, pipes-group, pipes-parse, pipes-safe
|
||||
, pipes-text, pretty, primitive, readable, regex-applicative
|
||||
, template-haskell, temporary, text, transformers
|
||||
, unordered-containers, vector, vinyl
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "Frames";
|
||||
version = "0.4.0";
|
||||
sha256 = "06yh8vl3s5543nxhndjd2wsbclka4in4nsbjqzbpcg9g8s8x3z20";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
base contravariant deepseq discrimination ghc-prim hashable pipes
|
||||
pipes-bytestring pipes-group pipes-parse pipes-safe pipes-text
|
||||
primitive readable template-haskell text transformers vector vinyl
|
||||
];
|
||||
testHaskellDepends = [
|
||||
base directory hspec htoml HUnit pipes pretty regex-applicative
|
||||
template-haskell temporary text unordered-containers vinyl
|
||||
];
|
||||
benchmarkHaskellDepends = [ base criterion pipes transformers ];
|
||||
description = "Data frames For working with tabular data files";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"Frank" = callPackage
|
||||
({ mkDerivation, base, mtl, newtype, she, void }:
|
||||
mkDerivation {
|
||||
@ -16498,17 +16527,17 @@ self: {
|
||||
({ mkDerivation, attoparsec, base, blaze-markup, blaze-svg
|
||||
, bytestring, cereal, cereal-vector, containers, data-default-class
|
||||
, diagrams-core, diagrams-lib, directory, parsec, split, text
|
||||
, tuple, vector, xml
|
||||
, vector, xml
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "SVGFonts";
|
||||
version = "1.6.0.3";
|
||||
sha256 = "11sqycvvsg9avxqh3z82x3wllhy6a9c0d36qzm2w6w4hg5iqi3xw";
|
||||
version = "1.7";
|
||||
sha256 = "1k9ili7l9pp5a009jh55vigb917wdnsl6iaz0ggp6d4nw1jwsg6s";
|
||||
enableSeparateDataOutput = true;
|
||||
libraryHaskellDepends = [
|
||||
attoparsec base blaze-markup blaze-svg bytestring cereal
|
||||
cereal-vector containers data-default-class diagrams-core
|
||||
diagrams-lib directory parsec split text tuple vector xml
|
||||
diagrams-lib directory parsec split text vector xml
|
||||
];
|
||||
description = "Fonts from the SVG-Font format";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
@ -17727,8 +17756,8 @@ self: {
|
||||
({ mkDerivation, base }:
|
||||
mkDerivation {
|
||||
pname = "StringUtils";
|
||||
version = "0.2.0.1";
|
||||
sha256 = "1sxqcc17949kn9xbspyz4npbnqzsz05di22g3qdqc78b8mxi2psg";
|
||||
version = "0.2.0.2";
|
||||
sha256 = "1wbixjgzad3s9jj16kl0gvwg82g3hqvkag9wr5j58w98a4qyqw8i";
|
||||
libraryHaskellDepends = [ base ];
|
||||
description = "String manipulation utilities";
|
||||
license = stdenv.lib.licenses.lgpl3;
|
||||
@ -23755,8 +23784,8 @@ self: {
|
||||
({ mkDerivation, base, util }:
|
||||
mkDerivation {
|
||||
pname = "alg";
|
||||
version = "0.2.4.0";
|
||||
sha256 = "1brpqs6xxi7vlpa7230n7910j2zq3w79kw6hfs2xi07kaz0f2lyd";
|
||||
version = "0.2.4.1";
|
||||
sha256 = "0fx3q5ivd942yly212k0qdrhwbjpx0y4sj1r2r9lbhxb2941rg4n";
|
||||
libraryHaskellDepends = [ base util ];
|
||||
description = "Algebraic structures";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
@ -31518,8 +31547,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "avro";
|
||||
version = "0.3.0.1";
|
||||
sha256 = "1day4zpypk1jirkn0zfvmfwy0pnsvggibi9k2gk23kqnn904sv77";
|
||||
version = "0.3.0.2";
|
||||
sha256 = "0kfw8srq675hinf1gajkngbpx15xc5w74vvf76yarmaal1vaavm4";
|
||||
libraryHaskellDepends = [
|
||||
aeson array base base16-bytestring binary bytestring containers
|
||||
data-binary-ieee754 entropy fail hashable mtl pure-zlib scientific
|
||||
@ -32543,7 +32572,7 @@ self: {
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"backprop_0_2_0_0" = callPackage
|
||||
"backprop_0_2_1_0" = callPackage
|
||||
({ mkDerivation, base, bifunctors, containers, criterion, deepseq
|
||||
, directory, hmatrix, lens, microlens, mnist-idx, mwc-random
|
||||
, primitive, reflection, time, transformers, type-combinators
|
||||
@ -32551,8 +32580,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "backprop";
|
||||
version = "0.2.0.0";
|
||||
sha256 = "1h2cb3birbcgm0fyqr4i2d85dkwrpbqkd67a6imh3z9nsc7zy66y";
|
||||
version = "0.2.1.0";
|
||||
sha256 = "0qm352klwjv1fy2gpsr8xhd9byaydps6fwhwrr9fldmj2bn1220m";
|
||||
libraryHaskellDepends = [
|
||||
base containers deepseq microlens primitive reflection transformers
|
||||
type-combinators vector
|
||||
@ -33599,8 +33628,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "battleplace";
|
||||
version = "0.1.0.3";
|
||||
sha256 = "0kvw69br5nrx4nnrp0r00wr55w15wq5kh68df2r89yrd8l5vp02x";
|
||||
version = "0.1.0.4";
|
||||
sha256 = "0n3fw4z48hz188i4f02ya2wcaicl0l5nhb2w1r8hsvvgf0cixsxl";
|
||||
libraryHaskellDepends = [
|
||||
aeson base bytestring cereal data-default hashable memory servant
|
||||
text vector
|
||||
@ -39229,7 +39258,7 @@ self: {
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"brick_0_36_3" = callPackage
|
||||
"brick_0_37" = callPackage
|
||||
({ mkDerivation, base, config-ini, containers, contravariant
|
||||
, data-clist, deepseq, dlist, microlens, microlens-mtl
|
||||
, microlens-th, QuickCheck, stm, template-haskell, text
|
||||
@ -39237,8 +39266,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "brick";
|
||||
version = "0.36.3";
|
||||
sha256 = "1j53pj4axgyah3qj9zkaicbccmypm8cjfrpdjzarpcnb1za9y60n";
|
||||
version = "0.37";
|
||||
sha256 = "1v9ydqwaq116n8f4q9ln4zf9jr28y730y7l7m1r2ipjfjassxfq2";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
@ -52146,6 +52175,17 @@ self: {
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"constraint-reflection" = callPackage
|
||||
({ mkDerivation, base, category, constraint, reflection }:
|
||||
mkDerivation {
|
||||
pname = "constraint-reflection";
|
||||
version = "0.1.0.0";
|
||||
sha256 = "1v1m5vvicjmmz7mdp6fqf75fi2vf0hy25fyxgxpd4d7fbbyjvnh1";
|
||||
libraryHaskellDepends = [ base category constraint reflection ];
|
||||
description = "Constraint reflection";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"constraints" = callPackage
|
||||
({ mkDerivation, base, binary, deepseq, ghc-prim, hashable, hspec
|
||||
, hspec-discover, mtl, semigroups, transformers
|
||||
@ -52275,20 +52315,13 @@ self: {
|
||||
}) {};
|
||||
|
||||
"container" = callPackage
|
||||
({ mkDerivation, base, containers, data-default, data-layer
|
||||
, functor-utils, lens, lens-utils, mtl, template-haskell, text
|
||||
, transformers, transformers-base, typelevel, vector
|
||||
}:
|
||||
({ mkDerivation, base, containers, convert, lens, text }:
|
||||
mkDerivation {
|
||||
pname = "container";
|
||||
version = "1.0.2";
|
||||
sha256 = "0y8vyh9a3fv3jpjal22fg1r7ms7f2vc3ax2lhnxci6cg9zgz4gj1";
|
||||
libraryHaskellDepends = [
|
||||
base containers data-default data-layer functor-utils lens
|
||||
lens-utils mtl template-haskell text transformers transformers-base
|
||||
typelevel vector
|
||||
];
|
||||
homepage = "https://github.com/wdanilo/containers";
|
||||
version = "1.1.0";
|
||||
sha256 = "19x7jvzc499y4349gallwwy4wpw4pf4azbsp4gr8ly4j0flfgk6g";
|
||||
libraryHaskellDepends = [ base containers convert lens text ];
|
||||
homepage = "https://github.com/luna/container";
|
||||
description = "Containers abstraction and utilities";
|
||||
license = stdenv.lib.licenses.asl20;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
@ -53694,6 +53727,20 @@ self: {
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"cppfilt" = callPackage
|
||||
({ mkDerivation, base, bytestring, criterion, hspec }:
|
||||
mkDerivation {
|
||||
pname = "cppfilt";
|
||||
version = "0.1.0.0";
|
||||
sha256 = "0ls98z5bswcsayqday350b90m256dscr2li14dnlkfckynpnqqzk";
|
||||
libraryHaskellDepends = [ base bytestring ];
|
||||
testHaskellDepends = [ base bytestring hspec ];
|
||||
benchmarkHaskellDepends = [ base bytestring criterion ];
|
||||
homepage = "https://github.com/0xd34df00d/cppfilt#readme";
|
||||
description = "Bindings for C++ demangling routines";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"cpphs" = callPackage
|
||||
({ mkDerivation, base, directory, old-locale, old-time, polyparse
|
||||
}:
|
||||
@ -61965,8 +62012,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "di";
|
||||
version = "1.0";
|
||||
sha256 = "1bsgq1x4xc1nhfx2wkzmhy3hfy11xkdic35x0lxdc282k2iw7f4i";
|
||||
version = "1.0.1";
|
||||
sha256 = "0h7c6s18vj60higi23icjsf1ky756l553v3a18bdkf4dgcxfs4r9";
|
||||
libraryHaskellDepends = [
|
||||
base df1 di-core di-df1 di-handle di-monad exceptions
|
||||
];
|
||||
@ -61999,8 +62046,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "di-df1";
|
||||
version = "1.0.1";
|
||||
sha256 = "1l83xl2ljql615h33h2l3ckqdx8r0wqjfpygd4xhx975lm3gllck";
|
||||
version = "1.0.2";
|
||||
sha256 = "1imk26njmr7hj56227yxgshjh4dicgr2c9bpc2m9nvsw2qbqslfh";
|
||||
libraryHaskellDepends = [
|
||||
base df1 di-core di-handle di-monad stm
|
||||
];
|
||||
@ -62373,8 +62420,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "diagrams-lib";
|
||||
version = "1.4.2.1";
|
||||
sha256 = "17vmjcshq6kdpy4qvwabrd7yp7is7zrs6lf3zn25l2ya8a3m0a17";
|
||||
version = "1.4.2.2";
|
||||
sha256 = "1rfn1fk251n84bxfn6p82p62gdjiq4yp4dwqmspp7ha2x6abn2s7";
|
||||
libraryHaskellDepends = [
|
||||
active adjunctions array base bytestring cereal colour containers
|
||||
data-default-class diagrams-core diagrams-solve directory
|
||||
@ -65113,14 +65160,14 @@ self: {
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"docker-build-cacher_1_9_3" = callPackage
|
||||
"docker-build-cacher_1_9_4" = callPackage
|
||||
({ mkDerivation, base, containers, foldl, language-docker
|
||||
, system-filepath, text, turtle
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "docker-build-cacher";
|
||||
version = "1.9.3";
|
||||
sha256 = "12x91w3wq0hndssz48xka0cb7ajmlrvdv2ysc0pv333smkmclsw1";
|
||||
version = "1.9.4";
|
||||
sha256 = "1p62q8hq19zgjwaqgclkjqh6ylpbr5jxw82f36xzqximws1jsmkp";
|
||||
isLibrary = false;
|
||||
isExecutable = true;
|
||||
executableHaskellDepends = [
|
||||
@ -71670,8 +71717,8 @@ self: {
|
||||
({ mkDerivation, base, template-haskell }:
|
||||
mkDerivation {
|
||||
pname = "exception-hierarchy";
|
||||
version = "0.0.0.2";
|
||||
sha256 = "1lk73pmz2qhzmsj29vc8c1xsq0rcn7gqv4yik7av7iscrq49r2cc";
|
||||
version = "0.1.0.1";
|
||||
sha256 = "1zk06z8fwr4g701c79vvsqmagjcm2h850d9m96zrig08kz3lshm9";
|
||||
libraryHaskellDepends = [ base template-haskell ];
|
||||
homepage = "yet";
|
||||
description = "Exception type hierarchy with TemplateHaskell";
|
||||
@ -73035,6 +73082,17 @@ self: {
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"familiar-reflection" = callPackage
|
||||
({ mkDerivation, base }:
|
||||
mkDerivation {
|
||||
pname = "familiar-reflection";
|
||||
version = "0.1.0.0";
|
||||
sha256 = "1yqbq038axx9a2j3kbdm11w3fgvkix2w7dqhrbf353r2n8vigxg8";
|
||||
libraryHaskellDepends = [ base ];
|
||||
description = "Reifies arbitrary terms into types that can be reflected back into terms";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"family-tree" = callPackage
|
||||
({ mkDerivation, base, binary, containers, hashable, intervals
|
||||
, lens, tables, text, time, unordered-containers
|
||||
@ -74369,8 +74427,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "ffmpeg-light";
|
||||
version = "0.12.0.1";
|
||||
sha256 = "1ikyhdkr3pvkpmqw7j4xgz07bnxnvckld8kd06191kgqlvr2k764";
|
||||
version = "0.12.1.0";
|
||||
sha256 = "081qrvf3hpnn7mgj6i7z8lh1jfmz0ndawc7ya9x3nx7kx3d35crp";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
@ -77219,8 +77277,8 @@ self: {
|
||||
pname = "force-layout";
|
||||
version = "0.4.0.6";
|
||||
sha256 = "17956k3mab2xhrmfy7fj5gh08h43yjlsryi5acjhnkmin5arhwpp";
|
||||
revision = "2";
|
||||
editedCabalFile = "1dj785ih5bla68yzxkpsilwj1p1xv6a8rh76rz799aap5injda0z";
|
||||
revision = "3";
|
||||
editedCabalFile = "0rp5ggzdqy9i8bsjz7i36l8l2b04vjy6sqm6gxmb4pqmakj1x8q6";
|
||||
libraryHaskellDepends = [
|
||||
base containers data-default-class lens linear
|
||||
];
|
||||
@ -79547,6 +79605,45 @@ self: {
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"funflow" = callPackage
|
||||
({ mkDerivation, aeson, async, base, bytestring, clock, constraints
|
||||
, containers, contravariant, cryptonite, data-default, directory
|
||||
, exceptions, filepath, ghc-prim, hashable, hedis, hinotify
|
||||
, hostname, integer-gmp, katip, lens, lifted-async, memory
|
||||
, monad-control, mtl, optparse-applicative, path, path-io, pretty
|
||||
, process, random, safe-exceptions, scientific, sqlite-simple, stm
|
||||
, store, tasty, tasty-hunit, template-haskell, temporary, text
|
||||
, time, transformers, unix, unordered-containers, vector, yaml
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "funflow";
|
||||
version = "1.0.0";
|
||||
sha256 = "1lcww83dzhbmml5l4yrypbw18l8x1m3pzblcnmgd90a9874gmq0f";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
aeson async base bytestring clock constraints containers
|
||||
contravariant cryptonite data-default directory exceptions filepath
|
||||
ghc-prim hashable hedis hinotify hostname integer-gmp katip lens
|
||||
lifted-async memory monad-control mtl path path-io pretty process
|
||||
random safe-exceptions scientific sqlite-simple stm store
|
||||
template-haskell text time transformers unix unordered-containers
|
||||
vector yaml
|
||||
];
|
||||
executableHaskellDepends = [
|
||||
base bytestring clock hedis optparse-applicative path
|
||||
safe-exceptions text unix
|
||||
];
|
||||
testHaskellDepends = [
|
||||
async base containers data-default directory filepath hedis path
|
||||
path-io process random safe-exceptions tasty tasty-hunit temporary
|
||||
text unix
|
||||
];
|
||||
homepage = "https://github.com/tweag/funflow";
|
||||
description = "Workflows with arrows";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
}) {};
|
||||
|
||||
"funion" = callPackage
|
||||
({ mkDerivation, base, bytestring, directory, filepath, haskell98
|
||||
, HFuse, unix
|
||||
@ -83238,6 +83335,19 @@ self: {
|
||||
license = stdenv.lib.licenses.bsd2;
|
||||
}) {};
|
||||
|
||||
"ghc-tcplugins-extra_0_3" = callPackage
|
||||
({ mkDerivation, base, ghc }:
|
||||
mkDerivation {
|
||||
pname = "ghc-tcplugins-extra";
|
||||
version = "0.3";
|
||||
sha256 = "0k1ph8za52mx6f146xhaakn630xrzk42ylchv4b9r04hslhzvb1h";
|
||||
libraryHaskellDepends = [ base ghc ];
|
||||
homepage = "http://github.com/clash-lang/ghc-tcplugins-extra";
|
||||
description = "Utilities for writing GHC type-checker plugins";
|
||||
license = stdenv.lib.licenses.bsd2;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"ghc-time-alloc-prof" = callPackage
|
||||
({ mkDerivation, attoparsec, base, containers, directory, filepath
|
||||
, process, tasty, tasty-hunit, temporary, text, time
|
||||
@ -83293,6 +83403,29 @@ self: {
|
||||
license = stdenv.lib.licenses.bsd2;
|
||||
}) {};
|
||||
|
||||
"ghc-typelits-extra_0_2_5" = callPackage
|
||||
({ mkDerivation, base, ghc, ghc-prim, ghc-tcplugins-extra
|
||||
, ghc-typelits-knownnat, ghc-typelits-natnormalise, integer-gmp
|
||||
, tasty, tasty-hunit, template-haskell, transformers
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "ghc-typelits-extra";
|
||||
version = "0.2.5";
|
||||
sha256 = "0waznf99wryc0sjyk9xb5c0vsalmmhx0v5vbqsyf5q7r6cjcig4s";
|
||||
libraryHaskellDepends = [
|
||||
base ghc ghc-prim ghc-tcplugins-extra ghc-typelits-knownnat
|
||||
ghc-typelits-natnormalise integer-gmp transformers
|
||||
];
|
||||
testHaskellDepends = [
|
||||
base ghc-typelits-knownnat ghc-typelits-natnormalise tasty
|
||||
tasty-hunit template-haskell
|
||||
];
|
||||
homepage = "http://www.clash-lang.org/";
|
||||
description = "Additional type-level operations on GHC.TypeLits.Nat";
|
||||
license = stdenv.lib.licenses.bsd2;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"ghc-typelits-knownnat" = callPackage
|
||||
({ mkDerivation, base, ghc, ghc-tcplugins-extra
|
||||
, ghc-typelits-natnormalise, tasty, tasty-hunit, tasty-quickcheck
|
||||
@ -83314,6 +83447,28 @@ self: {
|
||||
license = stdenv.lib.licenses.bsd2;
|
||||
}) {};
|
||||
|
||||
"ghc-typelits-knownnat_0_5" = callPackage
|
||||
({ mkDerivation, base, ghc, ghc-tcplugins-extra
|
||||
, ghc-typelits-natnormalise, tasty, tasty-hunit, tasty-quickcheck
|
||||
, template-haskell, transformers
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "ghc-typelits-knownnat";
|
||||
version = "0.5";
|
||||
sha256 = "0mix7zgbnyc3216ykcrjl09rpidq5n2y886k03g8r5pziq1xki00";
|
||||
libraryHaskellDepends = [
|
||||
base ghc ghc-tcplugins-extra ghc-typelits-natnormalise
|
||||
template-haskell transformers
|
||||
];
|
||||
testHaskellDepends = [
|
||||
base ghc-typelits-natnormalise tasty tasty-hunit tasty-quickcheck
|
||||
];
|
||||
homepage = "http://clash-lang.org/";
|
||||
description = "Derive KnownNat constraints from other KnownNat constraints";
|
||||
license = stdenv.lib.licenses.bsd2;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"ghc-typelits-natnormalise" = callPackage
|
||||
({ mkDerivation, base, ghc, ghc-tcplugins-extra, integer-gmp, tasty
|
||||
, tasty-hunit, template-haskell
|
||||
@ -83331,14 +83486,14 @@ self: {
|
||||
license = stdenv.lib.licenses.bsd2;
|
||||
}) {};
|
||||
|
||||
"ghc-typelits-natnormalise_0_6" = callPackage
|
||||
"ghc-typelits-natnormalise_0_6_1" = callPackage
|
||||
({ mkDerivation, base, ghc, ghc-tcplugins-extra, integer-gmp, tasty
|
||||
, tasty-hunit, template-haskell, transformers
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "ghc-typelits-natnormalise";
|
||||
version = "0.6";
|
||||
sha256 = "0xs5d7bsyp53nzg509gs2qyfrj5fjp7bpyw3pjnnqk8d4xcgmf2w";
|
||||
version = "0.6.1";
|
||||
sha256 = "0xzwlxcmd3vll86mdjk8pph6f0nw3vq0h3airzv7jagc4j3x9c7x";
|
||||
libraryHaskellDepends = [
|
||||
base ghc ghc-tcplugins-extra integer-gmp transformers
|
||||
];
|
||||
@ -83926,9 +84081,9 @@ self: {
|
||||
}) {inherit (pkgs) cairo;};
|
||||
|
||||
"gi-dbusmenu" = callPackage
|
||||
({ mkDerivation, base, bytestring, Cabal, containers, dbusmenu-glib
|
||||
, gi-glib, gi-gobject, haskell-gi, haskell-gi-base
|
||||
, haskell-gi-overloading, text, transformers
|
||||
({ mkDerivation, base, bytestring, Cabal, containers, gi-glib
|
||||
, gi-gobject, haskell-gi, haskell-gi-base, haskell-gi-overloading
|
||||
, libdbusmenu-glib, text, transformers
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "gi-dbusmenu";
|
||||
@ -83939,19 +84094,19 @@ self: {
|
||||
base bytestring containers gi-glib gi-gobject haskell-gi
|
||||
haskell-gi-base haskell-gi-overloading text transformers
|
||||
];
|
||||
libraryPkgconfigDepends = [ dbusmenu-glib ];
|
||||
libraryPkgconfigDepends = [ libdbusmenu-glib ];
|
||||
doHaddock = false;
|
||||
homepage = "https://github.com/haskell-gi/haskell-gi";
|
||||
description = "Dbusmenu bindings";
|
||||
license = stdenv.lib.licenses.lgpl21;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {dbusmenu-glib = null;};
|
||||
}) {inherit (pkgs) libdbusmenu-glib;};
|
||||
|
||||
"gi-dbusmenugtk3" = callPackage
|
||||
({ mkDerivation, base, bytestring, Cabal, containers, dbusmenu-gtk3
|
||||
, gi-atk, gi-dbusmenu, gi-gdk, gi-gdkpixbuf, gi-glib, gi-gobject
|
||||
, gi-gtk, haskell-gi, haskell-gi-base, haskell-gi-overloading, text
|
||||
, transformers
|
||||
({ mkDerivation, base, bytestring, Cabal, containers, gi-atk
|
||||
, gi-dbusmenu, gi-gdk, gi-gdkpixbuf, gi-glib, gi-gobject, gi-gtk
|
||||
, haskell-gi, haskell-gi-base, haskell-gi-overloading
|
||||
, libdbusmenu-gtk3, text, transformers
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "gi-dbusmenugtk3";
|
||||
@ -83963,13 +84118,13 @@ self: {
|
||||
gi-glib gi-gobject gi-gtk haskell-gi haskell-gi-base
|
||||
haskell-gi-overloading text transformers
|
||||
];
|
||||
libraryPkgconfigDepends = [ dbusmenu-gtk3 ];
|
||||
libraryPkgconfigDepends = [ libdbusmenu-gtk3 ];
|
||||
doHaddock = false;
|
||||
homepage = "https://github.com/haskell-gi/haskell-gi";
|
||||
description = "DbusmenuGtk bindings";
|
||||
license = stdenv.lib.licenses.lgpl21;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {dbusmenu-gtk3 = null;};
|
||||
}) {inherit (pkgs) libdbusmenu-gtk3;};
|
||||
|
||||
"gi-gdk" = callPackage
|
||||
({ mkDerivation, base, bytestring, Cabal, containers, gi-cairo
|
||||
@ -102061,8 +102216,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "hedgehog-gen-json";
|
||||
version = "0.3.0";
|
||||
sha256 = "09b362v9cdl9jwrx0hyb7hhf2krg3rhrsgssz4dl3sjz3y2a8i1h";
|
||||
version = "0.5.1";
|
||||
sha256 = "0cc46l1ls4dzlchwcd6cqmsa66qffjq01dhcj2k84gjw8gg4wnnx";
|
||||
libraryHaskellDepends = [
|
||||
aeson base bytestring containers exceptions hedgehog lens protolude
|
||||
regex-genex scientific text time timerep tz unordered-containers
|
||||
@ -104321,24 +104476,24 @@ self: {
|
||||
|
||||
"hierarchy" = callPackage
|
||||
({ mkDerivation, base, directory, doctest, exceptions, filepath
|
||||
, free, hspec, hspec-expectations, mmorph, monad-control, mtl
|
||||
, pipes, semigroups, transformers, transformers-base
|
||||
, free, mmorph, monad-control, mtl, transformers, transformers-base
|
||||
, transformers-compat
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "hierarchy";
|
||||
version = "0.3.1.4";
|
||||
sha256 = "0bli7mv2d6lmxc89fysmkhb9kamhzs2rqx75rn4mbcw61il1cznq";
|
||||
version = "1.0.1";
|
||||
sha256 = "11xnqf5s0vda2wjgdazkgkmjp46jyl9zcaia5r01szfwjihj5ldg";
|
||||
libraryHaskellDepends = [
|
||||
base exceptions free mmorph monad-control mtl pipes semigroups
|
||||
transformers transformers-base transformers-compat
|
||||
base exceptions free mmorph monad-control mtl transformers
|
||||
transformers-base transformers-compat
|
||||
];
|
||||
testHaskellDepends = [
|
||||
base directory doctest filepath hspec hspec-expectations mtl pipes
|
||||
semigroups transformers
|
||||
base directory doctest exceptions filepath free mmorph
|
||||
monad-control mtl transformers transformers-base
|
||||
transformers-compat
|
||||
];
|
||||
homepage = "https://github.com/jwiegley/hierarchy";
|
||||
description = "Pipes-based library for predicated traversal of generated trees";
|
||||
homepage = "https://github.com/jwiegley/hierarchy#readme";
|
||||
description = "Predicated traversal of generated trees";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
@ -107040,30 +107195,61 @@ self: {
|
||||
}) {inherit (pkgs) netcdf;};
|
||||
|
||||
"hnix" = callPackage
|
||||
({ mkDerivation, ansi-wl-pprint, base, containers, criterion
|
||||
, data-fix, deepseq, deriving-compat, parsers, regex-tdfa
|
||||
, regex-tdfa-text, semigroups, tasty, tasty-hunit, tasty-th, text
|
||||
, transformers, trifecta, unordered-containers
|
||||
({ mkDerivation, aeson, ansi-wl-pprint, array, base
|
||||
, base16-bytestring, binary, bytestring, containers, criterion
|
||||
, cryptohash-md5, cryptohash-sha1, cryptohash-sha256
|
||||
, cryptohash-sha512, data-fix, deepseq, deriving-compat, Diff
|
||||
, directory, exceptions, filepath, generic-random, Glob, hashable
|
||||
, hashing, haskeline, http-client, http-client-tls, http-types
|
||||
, interpolate, lens-family, lens-family-core, lens-family-th
|
||||
, logict, megaparsec, monadlist, mtl, optparse-applicative
|
||||
, pretty-show, process, QuickCheck, quickcheck-instances
|
||||
, regex-tdfa, regex-tdfa-text, repline, scientific, semigroups
|
||||
, serialise, split, syb, tasty, tasty-hunit, tasty-quickcheck
|
||||
, tasty-th, template-haskell, text, these, time, transformers, unix
|
||||
, unordered-containers, vector, xml
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "hnix";
|
||||
version = "0.4.0";
|
||||
sha256 = "0rgx97ckv5zvly6x76h7nncswfw0ik4bhnlj8n5bpl4rqzd7d4fd";
|
||||
version = "0.5.1";
|
||||
sha256 = "1rhbx7ixzg4147j3pcqvfzn1k2b1xcn8428z98cq6ghnrmgss9al";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
ansi-wl-pprint base containers data-fix deepseq deriving-compat
|
||||
parsers regex-tdfa regex-tdfa-text semigroups text transformers
|
||||
trifecta unordered-containers
|
||||
aeson ansi-wl-pprint array base base16-bytestring binary bytestring
|
||||
containers cryptohash-md5 cryptohash-sha1 cryptohash-sha256
|
||||
cryptohash-sha512 data-fix deepseq deriving-compat directory
|
||||
exceptions filepath hashable hashing haskeline http-client
|
||||
http-client-tls http-types lens-family lens-family-core
|
||||
lens-family-th logict megaparsec monadlist mtl optparse-applicative
|
||||
pretty-show process regex-tdfa regex-tdfa-text scientific
|
||||
semigroups serialise split syb template-haskell text these time
|
||||
transformers unix unordered-containers vector xml
|
||||
];
|
||||
executableHaskellDepends = [
|
||||
ansi-wl-pprint base containers data-fix deepseq
|
||||
aeson ansi-wl-pprint base base16-bytestring bytestring containers
|
||||
cryptohash-md5 cryptohash-sha1 cryptohash-sha256 cryptohash-sha512
|
||||
data-fix deepseq exceptions filepath hashing haskeline mtl
|
||||
optparse-applicative pretty-show repline serialise template-haskell
|
||||
text time transformers unordered-containers
|
||||
];
|
||||
testHaskellDepends = [
|
||||
base containers data-fix tasty tasty-hunit tasty-th text
|
||||
ansi-wl-pprint base base16-bytestring bytestring containers
|
||||
cryptohash-md5 cryptohash-sha1 cryptohash-sha256 cryptohash-sha512
|
||||
data-fix deepseq Diff directory exceptions filepath generic-random
|
||||
Glob hashing interpolate megaparsec mtl optparse-applicative
|
||||
pretty-show process QuickCheck quickcheck-instances serialise split
|
||||
tasty tasty-hunit tasty-quickcheck tasty-th template-haskell text
|
||||
time transformers unix unordered-containers
|
||||
];
|
||||
benchmarkHaskellDepends = [ base containers criterion text ];
|
||||
homepage = "http://github.com/jwiegley/hnix";
|
||||
benchmarkHaskellDepends = [
|
||||
ansi-wl-pprint base base16-bytestring bytestring containers
|
||||
criterion cryptohash-md5 cryptohash-sha1 cryptohash-sha256
|
||||
cryptohash-sha512 data-fix deepseq exceptions filepath hashing mtl
|
||||
optparse-applicative serialise template-haskell text time
|
||||
transformers unordered-containers
|
||||
];
|
||||
homepage = "https://github.com/jwiegley/hnix#readme";
|
||||
description = "Haskell implementation of the Nix language";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
@ -109801,6 +109987,27 @@ self: {
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"hs-conllu" = callPackage
|
||||
({ mkDerivation, base, containers, directory, filepath, megaparsec
|
||||
, void
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "hs-conllu";
|
||||
version = "0.1.2";
|
||||
sha256 = "1dvayafvf14gbir7cafhzlscqlffaws5ajilm5h520ji449jh2aa";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
base containers directory filepath megaparsec void
|
||||
];
|
||||
executableHaskellDepends = [
|
||||
base containers directory filepath megaparsec
|
||||
];
|
||||
homepage = "https://github.com/odanoburu/hs-conllu";
|
||||
description = "Conllu validating parser and utils";
|
||||
license = stdenv.lib.licenses.lgpl3;
|
||||
}) {};
|
||||
|
||||
"hs-di" = callPackage
|
||||
({ mkDerivation, base, compose-ltr, containers, deepseq
|
||||
, foreign-store, ghcid, haskell-src-meta, hspec, hspec-core
|
||||
@ -123914,6 +124121,24 @@ self: {
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"javascript-extras_0_4_0_0" = callPackage
|
||||
({ mkDerivation, base, deepseq, ghcjs-base-stub, parallel, text }:
|
||||
mkDerivation {
|
||||
pname = "javascript-extras";
|
||||
version = "0.4.0.0";
|
||||
sha256 = "0qpz8q5pr939y35y3r8x83irb2nl9vmh50wzjii824kr25z5wipd";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
base deepseq ghcjs-base-stub parallel text
|
||||
];
|
||||
executableHaskellDepends = [ base ghcjs-base-stub ];
|
||||
homepage = "https://github.com/louispan/javascript-extras#readme";
|
||||
description = "Extra javascript functions when using GHCJS";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"javasf" = callPackage
|
||||
({ mkDerivation, base, binary, bytestring, directory, doctest
|
||||
, filepath, language-java-classfile, QuickCheck
|
||||
@ -126597,20 +126822,21 @@ self: {
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"katydid_0_3_0_0" = callPackage
|
||||
"katydid_0_3_0_1" = callPackage
|
||||
({ mkDerivation, base, bytestring, containers, criterion, deepseq
|
||||
, directory, either, extra, filepath, HUnit, hxt, ilist, json, mtl
|
||||
, parsec, primes, regex-tdfa, tasty, tasty-hunit, text
|
||||
, transformers-either
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "katydid";
|
||||
version = "0.3.0.0";
|
||||
sha256 = "1r95yxhrsw0ghv55xlq987yzhly69ihiy4bz6k3k41mfj8d7kj8v";
|
||||
version = "0.3.0.1";
|
||||
sha256 = "08q8qmvxc47y8rxs8vam31xwjgwyjga4bdd65m1n4plpndi0zhyg";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
base bytestring containers deepseq either extra hxt ilist json mtl
|
||||
parsec regex-tdfa text
|
||||
parsec regex-tdfa text transformers-either
|
||||
];
|
||||
executableHaskellDepends = [ base mtl ];
|
||||
testHaskellDepends = [
|
||||
@ -129244,15 +129470,15 @@ self: {
|
||||
license = stdenv.lib.licenses.gpl3;
|
||||
}) {};
|
||||
|
||||
"language-docker_5_0_0" = callPackage
|
||||
"language-docker_5_0_1" = callPackage
|
||||
({ mkDerivation, base, bytestring, directory, filepath, free, Glob
|
||||
, hspec, HUnit, mtl, parsec, pretty, process, QuickCheck, split
|
||||
, template-haskell, text, th-lift, time
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "language-docker";
|
||||
version = "5.0.0";
|
||||
sha256 = "16shdy1dh0bsalj0ciwg7h9dkjfjgkrfmq7g81z3k8fgy1w2y81n";
|
||||
version = "5.0.1";
|
||||
sha256 = "0y2kb2g9w34p3yw8cdjr4f0xkq9j065khlk1mbk7061gg2rhpykv";
|
||||
libraryHaskellDepends = [
|
||||
base bytestring free mtl parsec pretty split template-haskell text
|
||||
th-lift time
|
||||
@ -130585,8 +130811,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "layouting";
|
||||
version = "1.1.2";
|
||||
sha256 = "1j3bki62ldi5gbl3asa31rjjlah2842rhgylxwab13c3r50a7p85";
|
||||
version = "1.1.3";
|
||||
sha256 = "1ji0hmfa87n3pl61gmgk4phmpir29j5r81ack95s3h7nxh0q5qh7";
|
||||
libraryHaskellDepends = [
|
||||
base container layered-state prologue terminal-text text
|
||||
];
|
||||
@ -134789,7 +135015,7 @@ self: {
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {llvm-config = null;};
|
||||
|
||||
"llvm-hs_6_1_1" = callPackage
|
||||
"llvm-hs_6_2_0" = callPackage
|
||||
({ mkDerivation, array, attoparsec, base, bytestring, Cabal
|
||||
, containers, exceptions, llvm-config, llvm-hs-pure, mtl
|
||||
, pretty-show, QuickCheck, tasty, tasty-hunit, tasty-quickcheck
|
||||
@ -134797,8 +135023,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "llvm-hs";
|
||||
version = "6.1.1";
|
||||
sha256 = "0vlp1rgddgavs4kg0s1qmny6mlx4rpz12ybcrqg6vmv68w1qyr5r";
|
||||
version = "6.2.0";
|
||||
sha256 = "1s7n0sansq1mhs6dibp3ikkpn3n0h6cw2ja5m36nphjmzn47dvrk";
|
||||
setupHaskellDepends = [ base Cabal containers ];
|
||||
libraryHaskellDepends = [
|
||||
array attoparsec base bytestring containers exceptions llvm-hs-pure
|
||||
@ -134859,15 +135085,15 @@ self: {
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"llvm-hs-pure_6_1_0" = callPackage
|
||||
"llvm-hs-pure_6_2_0" = callPackage
|
||||
({ mkDerivation, attoparsec, base, bytestring, containers, fail
|
||||
, mtl, tasty, tasty-hunit, tasty-quickcheck, template-haskell
|
||||
, transformers, unordered-containers
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "llvm-hs-pure";
|
||||
version = "6.1.0";
|
||||
sha256 = "12fivm5w4nz306p7w0bxsmgb2cnbkp06dyrdfi64vrsgm9kgbqmw";
|
||||
version = "6.2.0";
|
||||
sha256 = "1qqwhq9mjlgpyy5h8wnk1zg8y16c229397fslxyyz3bjqg5a0ghv";
|
||||
libraryHaskellDepends = [
|
||||
attoparsec base bytestring containers fail mtl template-haskell
|
||||
transformers unordered-containers
|
||||
@ -144602,16 +144828,19 @@ self: {
|
||||
}) {};
|
||||
|
||||
"monadiccp" = callPackage
|
||||
({ mkDerivation, base, containers, mtl, parsec, pretty, random }:
|
||||
({ mkDerivation, base, containers, mtl, parsec, pretty, random
|
||||
, semigroups
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "monadiccp";
|
||||
version = "0.7.6";
|
||||
sha256 = "083ppr53ac85r5ybndngsfwxgalj63giz32aa7wpcm629b9g4lxc";
|
||||
version = "0.7.7";
|
||||
sha256 = "1l6g2gbxmw0avyr7mfjadhads6raz6cwvmg57vb7ssryd9j21vp4";
|
||||
enableSeparateDataOutput = true;
|
||||
libraryHaskellDepends = [
|
||||
base containers mtl parsec pretty random
|
||||
base containers mtl parsec pretty random semigroups
|
||||
];
|
||||
homepage = "http://users.ugent.be/~tschrijv/MCP/";
|
||||
testHaskellDepends = [ base ];
|
||||
homepage = "https://people.cs.kuleuven.be/~tom.schrijvers/MCP/";
|
||||
description = "Constraint Programming";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
@ -152602,12 +152831,12 @@ self: {
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"numhask_0_2_0_0" = callPackage
|
||||
"numhask_0_2_1_0" = callPackage
|
||||
({ mkDerivation, base }:
|
||||
mkDerivation {
|
||||
pname = "numhask";
|
||||
version = "0.2.0.0";
|
||||
sha256 = "1n465rjgmpwjixnnwn054323rg55abbj98brqzw4ff17hrvy97g0";
|
||||
version = "0.2.1.0";
|
||||
sha256 = "04bz8ddip48fiszjqc6km9xg63sn26jrnjxswc3qfls37jqzk2c3";
|
||||
libraryHaskellDepends = [ base ];
|
||||
homepage = "https://github.com/tonyday567/numhask#readme";
|
||||
description = "numeric classes";
|
||||
@ -152622,8 +152851,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "numhask-array";
|
||||
version = "0.2.0.1";
|
||||
sha256 = "05y41d8xnrzgrb5w6skkac5hr6c7npwzmryx308cd0lp4nbfmvql";
|
||||
version = "0.2.1.0";
|
||||
sha256 = "0d800ghafzfyz6afnaqza6b44pmjh8zq0gbxvxg2ach2wfcknd0h";
|
||||
libraryHaskellDepends = [
|
||||
adjunctions base deepseq dimensions distributive numhask-prelude
|
||||
protolude QuickCheck singletons vector
|
||||
@ -152661,12 +152890,12 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "numhask-prelude";
|
||||
version = "0.0.3.0";
|
||||
sha256 = "128hnq32826d2rmrlik4p0c72jnsy586gz9lgfk7hnx0fqpr94gy";
|
||||
version = "0.0.4.0";
|
||||
sha256 = "11kwszs98c00bcjr318rm7yfc0h304s6vnrmh97mp4xp4bk7fqq1";
|
||||
libraryHaskellDepends = [
|
||||
base numhask protolude QuickCheck tasty tasty-quickcheck
|
||||
];
|
||||
testHaskellDepends = [ base doctest tasty ];
|
||||
testHaskellDepends = [ base doctest QuickCheck tasty ];
|
||||
homepage = "https://github.com/tonyday567/numhask#readme";
|
||||
description = "A numeric prelude";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
@ -152779,6 +153008,21 @@ self: {
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"nuxeo" = callPackage
|
||||
({ mkDerivation, attoparsec, base, bytestring, conduit
|
||||
, conduit-extra, text, time
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "nuxeo";
|
||||
version = "0.2.0.1";
|
||||
sha256 = "046vwj0p53pzrdmni08gqyzrr0mhz8qrf5zn09plgzjadq3yp2p2";
|
||||
libraryHaskellDepends = [
|
||||
attoparsec base bytestring conduit conduit-extra text time
|
||||
];
|
||||
description = "Nuxeo";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"nvim-hs" = callPackage
|
||||
({ mkDerivation, base, bytestring, cereal, cereal-conduit, conduit
|
||||
, containers, data-default, deepseq, directory, dyre, filepath
|
||||
@ -156403,12 +156647,12 @@ self: {
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"palette_0_3" = callPackage
|
||||
"palette_0_3_0_1" = callPackage
|
||||
({ mkDerivation, array, base, colour, containers, MonadRandom }:
|
||||
mkDerivation {
|
||||
pname = "palette";
|
||||
version = "0.3";
|
||||
sha256 = "1wpzrhr3b9psa7b56ys34vnaag6z12xam2rymld2g8fd13jlkxh6";
|
||||
version = "0.3.0.1";
|
||||
sha256 = "0ylwgb7a0mhffz00hmhx93y4kyjb9xgm96jrfcxl464x8cjka5gi";
|
||||
libraryHaskellDepends = [
|
||||
array base colour containers MonadRandom
|
||||
];
|
||||
@ -158594,8 +158838,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "patat";
|
||||
version = "0.7.0.0";
|
||||
sha256 = "0w7k1s8nma0bp4cvacmpa3fxxslarcijpxvbvasjyik3inazqhsd";
|
||||
version = "0.7.2.0";
|
||||
sha256 = "1kn739dywchvvvcp972yyxg7r4n81s3qbrni684ag7493nck12iw";
|
||||
isLibrary = false;
|
||||
isExecutable = true;
|
||||
executableHaskellDepends = [
|
||||
@ -167935,8 +168179,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "profiteur";
|
||||
version = "0.4.4.0";
|
||||
sha256 = "08pnybyr6l39h7lxvgxi014wb7cf6i8qfygx4xkfzkj9p23mp3h9";
|
||||
version = "0.4.5.0";
|
||||
sha256 = "18wyq1czj99zxgqmv6v2qpwlax3a4r7d93pc24ihzg5v8ps6iz89";
|
||||
isLibrary = false;
|
||||
isExecutable = true;
|
||||
enableSeparateDataOutput = true;
|
||||
@ -173811,12 +174055,16 @@ self: {
|
||||
}) {};
|
||||
|
||||
"reactive-banana-automation" = callPackage
|
||||
({ mkDerivation, base, doctest, reactive-banana, stm, time }:
|
||||
({ mkDerivation, base, doctest, reactive-banana, stm, time
|
||||
, transformers
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "reactive-banana-automation";
|
||||
version = "0.3.0";
|
||||
sha256 = "1f752kmfmgdx9mhvzljm37vrn18jn7wgz0m4byl3v4npcv502cyr";
|
||||
libraryHaskellDepends = [ base reactive-banana stm time ];
|
||||
version = "0.4.0";
|
||||
sha256 = "1zc24p1jqild85k049ixbfcdhxdy66l4m5ddr1g3bkxq8apilnrr";
|
||||
libraryHaskellDepends = [
|
||||
base reactive-banana stm time transformers
|
||||
];
|
||||
testHaskellDepends = [ base doctest ];
|
||||
description = "home (etc) automation using reactive-banana";
|
||||
license = stdenv.lib.licenses.agpl3;
|
||||
@ -174536,8 +174784,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "recursion-schemes-ext";
|
||||
version = "1.0.0.3";
|
||||
sha256 = "00yj7h46pmy76iqsx1n0mlg04gzdrhyq10xm1xcl28y13jcjx9lc";
|
||||
version = "1.0.0.4";
|
||||
sha256 = "0n25cz8w48p8fxjnv83raxrvn7v892z8ip3jklgxj1vgh4rms3xx";
|
||||
libraryHaskellDepends = [
|
||||
base composition-prelude lens recursion-schemes
|
||||
];
|
||||
@ -189738,8 +189986,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "simplest-sqlite";
|
||||
version = "0.0.0.14";
|
||||
sha256 = "063x0s7klp510v9gz2qffpwnrsrfh5kady5n0j0cl1x65kis0d2m";
|
||||
version = "0.1.0.0";
|
||||
sha256 = "0vjx01bls2z99hmynqhxm4j2cq17334wz3pz0gm5saxslkldw2sz";
|
||||
libraryHaskellDepends = [
|
||||
base bytestring exception-hierarchy template-haskell text
|
||||
];
|
||||
@ -202244,6 +202492,8 @@ self: {
|
||||
pname = "taffybar";
|
||||
version = "2.0.0";
|
||||
sha256 = "1s3nqvsivi4wgi6hi7b3f83r75sl5qp0hsqr0cdwd7s8fqai3wia";
|
||||
revision = "1";
|
||||
editedCabalFile = "1sqgzjv0nhp5nmzn4qh80ghq38p5q7c8nvm1v1wh1dx2j7lkjnzc";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
enableSeparateDataOutput = true;
|
||||
@ -217726,12 +217976,12 @@ self: {
|
||||
license = stdenv.lib.licenses.mit;
|
||||
}) {};
|
||||
|
||||
"validity_0_5_0_0" = callPackage
|
||||
"validity_0_6_0_0" = callPackage
|
||||
({ mkDerivation, base, hspec }:
|
||||
mkDerivation {
|
||||
pname = "validity";
|
||||
version = "0.5.0.0";
|
||||
sha256 = "0hpdj3ckp2r8dklpjdrrbfd02maskxw2vrjnqnxsgi8s3j8avqsv";
|
||||
version = "0.6.0.0";
|
||||
sha256 = "1ba7dvxz2x3ng4k221xawp0bz4gk4lz5gklklgypavp1fdrhf27q";
|
||||
libraryHaskellDepends = [ base ];
|
||||
testHaskellDepends = [ base hspec ];
|
||||
homepage = "https://github.com/NorfairKing/validity#readme";
|
||||
@ -219228,8 +219478,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "viewprof";
|
||||
version = "0.0.0.16";
|
||||
sha256 = "123dqm0rardrvvvrj8sjjs9z8yysk9qzwvrs3skqzxrq5pffyarp";
|
||||
version = "0.0.0.17";
|
||||
sha256 = "0wj0y6dyyy11flkywv96m95nq0qlmj4wykfwj4xw8fwjjmsmg91f";
|
||||
isLibrary = false;
|
||||
isExecutable = true;
|
||||
executableHaskellDepends = [
|
||||
@ -219825,6 +220075,8 @@ self: {
|
||||
pname = "vpq";
|
||||
version = "0.1.0.0";
|
||||
sha256 = "1qa3l71ch96slan8s2zx9wc4ljsl4jgl83m7h0rfb9nd9cawflf7";
|
||||
revision = "1";
|
||||
editedCabalFile = "16wnqvfblg8gimixc9pjdii4anbqjlkn12xrb6aw3sqk26pq7khb";
|
||||
libraryHaskellDepends = [ base primitive util vector ];
|
||||
testHaskellDepends = [ base smallcheck tasty tasty-smallcheck ];
|
||||
description = "Priority queue based on vector";
|
||||
@ -220048,8 +220300,8 @@ self: {
|
||||
({ mkDerivation, base }:
|
||||
mkDerivation {
|
||||
pname = "vulkan-api";
|
||||
version = "1.1.2.0";
|
||||
sha256 = "0l52494zi9r3fq3nx21r8pkbb7zkynz1gbrn58k8pramx7nhksb1";
|
||||
version = "1.1.2.1";
|
||||
sha256 = "0iwzjr2w6ifsj6lah8viahsxcqxiqy0dk1v6lnzi77nb05sjpr6d";
|
||||
libraryHaskellDepends = [ base ];
|
||||
homepage = "https://github.com/achirkin/vulkan#readme";
|
||||
description = "Low-level low-overhead vulkan api bindings";
|
||||
|
Loading…
Reference in New Issue
Block a user