hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.4 from Hackage revision
3fd8431bf5
.
This commit is contained in:
parent
93d364f4f5
commit
86b230efd9
@ -21689,15 +21689,17 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "aeson-flowtyped";
|
||||
version = "0.7.1";
|
||||
sha256 = "1b0dqscd7dz14flmjzinzdck99sqpjg4qnhy0wdl9bjajf7bfbhb";
|
||||
version = "0.7.2";
|
||||
sha256 = "065iw6a6bbm36yzph1f5gg8xzkaj4kkfqcak74lsdp9a60grgv87";
|
||||
libraryHaskellDepends = [
|
||||
aeson base containers free recursion-schemes reflection scientific
|
||||
text time unordered-containers vector wl-pprint
|
||||
];
|
||||
testHaskellDepends = [
|
||||
aeson base recursion-schemes tasty tasty-hunit text vector
|
||||
aeson base recursion-schemes tasty tasty-hunit text
|
||||
unordered-containers vector
|
||||
];
|
||||
homepage = "https://github.com/mikeplus64/aeson-flowtyped#readme";
|
||||
description = "Create Flow type definitions from Haskell data types";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
@ -33812,23 +33814,24 @@ self: {
|
||||
({ mkDerivation, aeson, aeson-pretty, base, bytestring
|
||||
, bytestring-lexing, case-insensitive, clustering, conduit
|
||||
, conduit-combinators, containers, criterion, data-default-class
|
||||
, double-conversion, hexpat, HsHTSLib, http-conduit, IntervalMap
|
||||
, math-functions, matrices, mtl, parallel, primitive, random, split
|
||||
, statistics, tasty, tasty-golden, tasty-hunit, text, transformers
|
||||
, unordered-containers, vector, vector-algorithms, word8
|
||||
, data-ordlist, double-conversion, hexpat, HsHTSLib, http-conduit
|
||||
, IntervalMap, math-functions, matrices, mtl, parallel, primitive
|
||||
, random, split, statistics, tasty, tasty-golden, tasty-hunit, text
|
||||
, transformers, unordered-containers, vector, vector-algorithms
|
||||
, word8
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "bioinformatics-toolkit";
|
||||
version = "0.3.1";
|
||||
sha256 = "0hymk1lk26mla5al22bbj582vg96bwky6vwyqfy9b97q64w50lzl";
|
||||
version = "0.3.2";
|
||||
sha256 = "1zgvn1zkajslg221fk345vfgbi9pi9lr5ki3m4qpwgr3pvlz2h10";
|
||||
enableSeparateDataOutput = true;
|
||||
libraryHaskellDepends = [
|
||||
aeson aeson-pretty base bytestring bytestring-lexing
|
||||
case-insensitive clustering conduit-combinators containers
|
||||
data-default-class double-conversion hexpat HsHTSLib http-conduit
|
||||
IntervalMap math-functions matrices mtl parallel primitive split
|
||||
statistics text transformers unordered-containers vector
|
||||
vector-algorithms word8
|
||||
data-default-class data-ordlist double-conversion hexpat HsHTSLib
|
||||
http-conduit IntervalMap math-functions matrices mtl parallel
|
||||
primitive split statistics text transformers unordered-containers
|
||||
vector vector-algorithms word8
|
||||
];
|
||||
testHaskellDepends = [
|
||||
base bytestring conduit conduit-combinators data-default-class
|
||||
@ -37170,29 +37173,29 @@ self: {
|
||||
}) {};
|
||||
|
||||
"bustle" = callPackage
|
||||
({ mkDerivation, base, bytestring, cairo, containers, dbus
|
||||
({ mkDerivation, base, bytestring, Cabal, cairo, containers, dbus
|
||||
, directory, filepath, gio, glib, gtk3, hgettext, HUnit, mtl, pango
|
||||
, parsec, pcap, process, QuickCheck, setlocale, system-glib
|
||||
, test-framework, test-framework-hunit, text, time
|
||||
, pcap, process, QuickCheck, setlocale, system-glib, test-framework
|
||||
, test-framework-hunit, text, time
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "bustle";
|
||||
version = "0.5.4";
|
||||
sha256 = "051z39s1xb86ab1a3v4yz8vv8k2kygpixzd878nb1p2pp6xjq74j";
|
||||
version = "0.6.1";
|
||||
sha256 = "18qg8fwmdq0lrfz7gyyzv6f4ch24sm925ykxb68rr996wxnmlbm2";
|
||||
isLibrary = false;
|
||||
isExecutable = true;
|
||||
enableSeparateDataOutput = true;
|
||||
setupHaskellDepends = [ base Cabal directory filepath process ];
|
||||
libraryPkgconfigDepends = [ system-glib ];
|
||||
executableHaskellDepends = [
|
||||
base bytestring cairo containers dbus directory filepath gio glib
|
||||
gtk3 hgettext mtl pango parsec pcap process setlocale text time
|
||||
gtk3 hgettext mtl pango pcap process setlocale text time
|
||||
];
|
||||
testHaskellDepends = [
|
||||
base bytestring cairo containers dbus directory filepath gtk3
|
||||
hgettext HUnit mtl pango pcap QuickCheck setlocale test-framework
|
||||
test-framework-hunit text
|
||||
base bytestring cairo containers dbus directory filepath gtk3 HUnit
|
||||
mtl pango pcap QuickCheck test-framework test-framework-hunit text
|
||||
];
|
||||
homepage = "http://www.freedesktop.org/wiki/Software/Bustle/";
|
||||
homepage = "https://www.freedesktop.org/wiki/Software/Bustle/";
|
||||
description = "Draw sequence diagrams of D-Bus traffic";
|
||||
license = "unknown";
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
@ -38914,8 +38917,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "cabal2nix";
|
||||
version = "2.3.1";
|
||||
sha256 = "0xi4mj8gyb2k9a43dp49wc84sbxpv9sfa8cmzfp0mkak0alwqahj";
|
||||
version = "2.4";
|
||||
sha256 = "0nmvfg1fdmkibr7c0jk68mbinvqjr91c0lh1xzrd0g1kz576y703";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
setupHaskellDepends = [ base Cabal cabal-doctest ];
|
||||
@ -49968,10 +49971,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "creatur";
|
||||
version = "5.9.16";
|
||||
sha256 = "03ipmz55cw6d8d79zv0m7cg8r6izdgy2v50xc8s7hk1sln86qbmx";
|
||||
revision = "1";
|
||||
editedCabalFile = "0vna37j7y2bzvhizizi69gghqqpz32w0aasy9xdaxpwq4y8wc83c";
|
||||
version = "5.9.17";
|
||||
sha256 = "0nlbx1pp9hzy51v9q35gqnwpwkh6lmwzxp42mql6rddbx0svp1m6";
|
||||
libraryHaskellDepends = [
|
||||
array base bytestring cereal cond directory exceptions filepath
|
||||
gray-extended hdaemonize hsyslog MonadRandom mtl old-locale process
|
||||
@ -79522,8 +79523,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "gnss-converters";
|
||||
version = "0.2.10";
|
||||
sha256 = "1x5libj6rwrf39m1ksz5gzqldd7xy07glgk47cvjlszs9l5cq5i2";
|
||||
version = "0.3.3";
|
||||
sha256 = "1rhy280c6dx5s31maia9la6j3y62v4fjwbwhr26n5cg4xl1n3p5g";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
@ -130996,24 +130997,25 @@ self: {
|
||||
license = stdenv.lib.licenses.bsd2;
|
||||
}) {};
|
||||
|
||||
"megaparsec_5_3_1" = callPackage
|
||||
({ mkDerivation, base, bytestring, containers, criterion, deepseq
|
||||
, exceptions, hspec, hspec-expectations, mtl, QuickCheck
|
||||
, scientific, text, transformers, weigh
|
||||
"megaparsec_6_0_0" = callPackage
|
||||
({ mkDerivation, base, bytestring, case-insensitive, containers
|
||||
, criterion, deepseq, hspec, hspec-expectations, mtl
|
||||
, parser-combinators, QuickCheck, scientific, text, transformers
|
||||
, weigh
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "megaparsec";
|
||||
version = "5.3.1";
|
||||
sha256 = "06myn8l6jcbd494i3wr6q27npbbxd6c2gfkd2jdzwbjqjqbpv0j8";
|
||||
version = "6.0.0";
|
||||
sha256 = "182xvni3ambq6j7m377fpaj2cf6119dxxr5f0h88yc5jw8r9780c";
|
||||
libraryHaskellDepends = [
|
||||
base bytestring containers deepseq exceptions mtl QuickCheck
|
||||
scientific text transformers
|
||||
base bytestring case-insensitive containers deepseq mtl
|
||||
parser-combinators scientific text transformers
|
||||
];
|
||||
testHaskellDepends = [
|
||||
base bytestring containers exceptions hspec hspec-expectations mtl
|
||||
QuickCheck scientific text transformers
|
||||
base bytestring containers hspec hspec-expectations mtl QuickCheck
|
||||
scientific text transformers
|
||||
];
|
||||
benchmarkHaskellDepends = [ base criterion deepseq weigh ];
|
||||
benchmarkHaskellDepends = [ base criterion deepseq text weigh ];
|
||||
homepage = "https://github.com/mrkkrp/megaparsec";
|
||||
description = "Monadic parser combinators";
|
||||
license = stdenv.lib.licenses.bsd2;
|
||||
@ -133996,6 +133998,29 @@ self: {
|
||||
license = stdenv.lib.licenses.mit;
|
||||
}) {};
|
||||
|
||||
"monad-logger_0_3_25" = callPackage
|
||||
({ mkDerivation, base, blaze-builder, bytestring, conduit
|
||||
, conduit-extra, exceptions, fast-logger, lifted-base
|
||||
, monad-control, monad-loops, mtl, resourcet, stm, stm-chans
|
||||
, template-haskell, text, transformers, transformers-base
|
||||
, transformers-compat
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "monad-logger";
|
||||
version = "0.3.25";
|
||||
sha256 = "1ai55mk3n72qcdh7b6n4sv8bh5wqf2nznpzldimrwxg3m2b6g88g";
|
||||
libraryHaskellDepends = [
|
||||
base blaze-builder bytestring conduit conduit-extra exceptions
|
||||
fast-logger lifted-base monad-control monad-loops mtl resourcet stm
|
||||
stm-chans template-haskell text transformers transformers-base
|
||||
transformers-compat
|
||||
];
|
||||
homepage = "https://github.com/kazu-yamamoto/logger";
|
||||
description = "A class of monads which can log messages";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"monad-logger-json" = callPackage
|
||||
({ mkDerivation, aeson, base, monad-logger, template-haskell, text
|
||||
}:
|
||||
@ -154897,8 +154922,8 @@ self: {
|
||||
pname = "prettyprinter";
|
||||
version = "1.1";
|
||||
sha256 = "0bksn65rvnc0f59mfzhyl9yaccfh5ap6jxj1r477izlnkfs0k03y";
|
||||
revision = "1";
|
||||
editedCabalFile = "0b3f3b55h49pini9fv01km1ydqwp6l687qmy193y8lcmrygnzbdy";
|
||||
revision = "2";
|
||||
editedCabalFile = "0gfxgc3jrnxa54arih1ys1qbswyx7waxp06ib8ifd3rw64yjn16j";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [ base text ];
|
||||
@ -167087,19 +167112,19 @@ self: {
|
||||
"rtcm" = callPackage
|
||||
({ mkDerivation, aeson, array, base, base64-bytestring
|
||||
, basic-prelude, binary, binary-bits, binary-conduit, bytestring
|
||||
, conduit, conduit-combinators, conduit-extra, lens, random
|
||||
, resourcet, tasty, tasty-hunit, tasty-quickcheck, template-haskell
|
||||
, text, word24
|
||||
, conduit, conduit-combinators, conduit-extra, lens, lens-aeson
|
||||
, random, resourcet, tasty, tasty-hunit, tasty-quickcheck
|
||||
, template-haskell, text, word24
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "rtcm";
|
||||
version = "0.1.12";
|
||||
sha256 = "1pscz3a7n8a3337zh4xh44gf00hd86d4dnh059sj60gx6dac7zxh";
|
||||
version = "0.2.2";
|
||||
sha256 = "1fh6hvz3isv8zzmw94lkr354lm7805pr8sg5rj859skh2h49mzbb";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
aeson array base base64-bytestring basic-prelude binary binary-bits
|
||||
bytestring lens template-haskell text word24
|
||||
bytestring lens lens-aeson template-haskell text word24
|
||||
];
|
||||
executableHaskellDepends = [
|
||||
aeson base basic-prelude binary-conduit bytestring conduit
|
||||
@ -168481,25 +168506,24 @@ self: {
|
||||
"sbp" = callPackage
|
||||
({ mkDerivation, aeson, array, base, base64-bytestring
|
||||
, basic-prelude, binary, binary-conduit, bytestring, conduit
|
||||
, conduit-combinators, conduit-extra, data-binary-ieee754, lens
|
||||
, monad-loops, QuickCheck, resourcet, tasty, tasty-hunit
|
||||
, tasty-quickcheck, template-haskell, text, unordered-containers
|
||||
, yaml
|
||||
, conduit-extra, data-binary-ieee754, lens, lens-aeson, monad-loops
|
||||
, QuickCheck, resourcet, tasty, tasty-hunit, tasty-quickcheck
|
||||
, template-haskell, text, unordered-containers, yaml
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "sbp";
|
||||
version = "2.2.9";
|
||||
sha256 = "0cs9gdb24s7yvrhphjwlazqbmcmc5f3a7rk39svdijh31aagd5aj";
|
||||
version = "2.2.11";
|
||||
sha256 = "1fdwsqh3mr90w6k4f4y8cbshx8divhfwhc06cfbdh64k8wckl27x";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
aeson array base base64-bytestring basic-prelude binary bytestring
|
||||
data-binary-ieee754 lens monad-loops template-haskell text
|
||||
unordered-containers
|
||||
data-binary-ieee754 lens lens-aeson monad-loops template-haskell
|
||||
text unordered-containers
|
||||
];
|
||||
executableHaskellDepends = [
|
||||
aeson base basic-prelude binary-conduit bytestring conduit
|
||||
conduit-combinators conduit-extra resourcet yaml
|
||||
conduit-extra resourcet yaml
|
||||
];
|
||||
testHaskellDepends = [
|
||||
aeson base base64-bytestring basic-prelude bytestring QuickCheck
|
||||
|
Loading…
Reference in New Issue
Block a user