haskellPackages: regenerate package set based on current config

This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
This commit is contained in:
Malte Brandy 2021-06-22 00:56:09 +02:00
parent 208c19ef47
commit 9706e4bf08
No known key found for this signature in database
GPG Key ID: 226A2D41EF5378C9

View File

@ -8814,6 +8814,31 @@ self: {
license = lib.licenses.bsd3;
}) {};
"HMock" = callPackage
({ mkDerivation, base, constraints, containers, data-default
, deepseq, directory, doctest-exitcode-stdio, doctest-lib
, exceptions, extra, hspec, monad-control, mono-traversable, mtl
, QuickCheck, regex-tdfa, syb, template-haskell, transformers-base
, unliftio
}:
mkDerivation {
pname = "HMock";
version = "0.1.0.1";
sha256 = "1viv8aggapxvk1akm1z3976h4b12wa8zwkr5qinfpvmsgvlkhhlz";
libraryHaskellDepends = [
base constraints containers data-default exceptions extra
monad-control mono-traversable mtl regex-tdfa syb template-haskell
transformers-base unliftio
];
testHaskellDepends = [
base containers data-default deepseq directory
doctest-exitcode-stdio doctest-lib exceptions extra hspec mtl
QuickCheck syb template-haskell unliftio
];
description = "A flexible mock framework for testing effectful code";
license = lib.licenses.bsd3;
}) {};
"HNM" = callPackage
({ mkDerivation, base, containers, directory, glib, gtk, haskell98
, mtl, process, regex-posix, unix
@ -13460,6 +13485,8 @@ self: {
pname = "MissingH";
version = "1.4.3.0";
sha256 = "196cniya5wzcv2d777nr0f7hinclpals4ia1mkzzv35870pqr6lw";
revision = "1";
editedCabalFile = "0f8x0vpwcbcvy3b421pahx1ff6l3lfaqvvfkyks1vllcr4p8ky9j";
libraryHaskellDepends = [
array base containers directory filepath hslogger mtl network
network-bsd old-locale old-time parsec process random regex-compat
@ -20404,8 +20431,8 @@ self: {
}:
mkDerivation {
pname = "Unixutils";
version = "1.54.1";
sha256 = "0i16fg24n6lwn3jlh09bxdv1ip06ympkfvwmcj1nbcjcfhlmaagr";
version = "1.54.2";
sha256 = "040wj8mr2k7spwns3vnadcgynqq4h7zy3lf62lvx7gasjmaj5m4w";
libraryHaskellDepends = [
base bytestring directory exceptions filepath mtl process
process-extras pureMD5 regex-tdfa unix zlib
@ -35516,6 +35543,25 @@ self: {
license = lib.licenses.bsd3;
}) {};
"authenticate-oauth_1_7" = callPackage
({ mkDerivation, base, base64-bytestring, blaze-builder, bytestring
, crypto-pubkey-types, data-default, http-client, http-types
, random, RSA, SHA, time, transformers, transformers-compat
}:
mkDerivation {
pname = "authenticate-oauth";
version = "1.7";
sha256 = "0y4v46rn0cvm0sr1v8qq1zgzllrlrr3ji5gij1xprgf1zsazcvvl";
libraryHaskellDepends = [
base base64-bytestring blaze-builder bytestring crypto-pubkey-types
data-default http-client http-types random RSA SHA time
transformers transformers-compat
];
description = "Library to authenticate with OAuth for Haskell web applications";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
}) {};
"authinfo-hs" = callPackage
({ mkDerivation, attoparsec, base, network, text }:
mkDerivation {
@ -36026,6 +36072,44 @@ self: {
license = lib.licenses.bsd3;
}) {};
"avro_0_5_2_1" = callPackage
({ mkDerivation, aeson, array, base, base16-bytestring, bifunctors
, binary, bytestring, containers, data-binary-ieee754, deepseq
, directory, doctest, doctest-discover, extra, fail, gauge
, generic-lens, HasBigDecimal, hashable, hedgehog, hspec
, hspec-discover, hw-hspec-hedgehog, lens, lens-aeson, mtl
, QuickCheck, random, raw-strings-qq, scientific, semigroups
, tagged, template-haskell, text, tf-random, time, transformers
, unordered-containers, uuid, vector, zlib
}:
mkDerivation {
pname = "avro";
version = "0.5.2.1";
sha256 = "0g10nbcxz5ff7rckbzwb4sxh1qqg6ay5zwakmlxrsfj9srg8dq2d";
libraryHaskellDepends = [
aeson array base base16-bytestring bifunctors binary bytestring
containers data-binary-ieee754 deepseq fail HasBigDecimal hashable
mtl raw-strings-qq scientific semigroups tagged template-haskell
text tf-random time unordered-containers uuid vector zlib
];
testHaskellDepends = [
aeson array base base16-bytestring bifunctors binary bytestring
containers directory doctest doctest-discover extra fail
generic-lens HasBigDecimal hashable hedgehog hspec
hw-hspec-hedgehog lens lens-aeson mtl QuickCheck raw-strings-qq
scientific semigroups tagged text tf-random time transformers
unordered-containers uuid vector zlib
];
testToolDepends = [ doctest-discover hspec-discover ];
benchmarkHaskellDepends = [
aeson base binary bytestring containers deepseq gauge hashable mtl
random raw-strings-qq text transformers unordered-containers vector
];
description = "Avro serialization support for Haskell";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
}) {};
"avro-piper" = callPackage
({ mkDerivation, aeson, avro, base, bytestring, conduit
, conduit-combinators, conduit-extra, hedgehog, hspec
@ -38134,6 +38218,30 @@ self: {
license = lib.licenses.bsd3;
}) {};
"base32_0_2_1_0" = callPackage
({ mkDerivation, base, bytestring, criterion, deepseq
, ghc-byteorder, memory, QuickCheck, random-bytestring, tasty
, tasty-hunit, tasty-quickcheck, text, text-short
}:
mkDerivation {
pname = "base32";
version = "0.2.1.0";
sha256 = "1c1qzbri6m8b2m1cr68vrjbny6wlvfyrbfyzd61s83a3y3w39plp";
libraryHaskellDepends = [
base bytestring deepseq ghc-byteorder text text-short
];
testHaskellDepends = [
base bytestring memory QuickCheck random-bytestring tasty
tasty-hunit tasty-quickcheck text text-short
];
benchmarkHaskellDepends = [
base bytestring criterion deepseq memory random-bytestring text
];
description = "Fast RFC 4648-compliant Base32 encoding";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
}) {};
"base32-bytestring" = callPackage
({ mkDerivation, base, bits-extras, bytestring, cpu, criterion
, hspec, QuickCheck
@ -41368,8 +41476,8 @@ self: {
({ mkDerivation, base, bindings-DSL }:
mkDerivation {
pname = "bindings-libpci";
version = "0.4.0.0";
sha256 = "18vjsgvndmxbxvyapxkgkx36qgh2yrdg8dfaqpcd9zr3yl84kxnq";
version = "0.4.0.1";
sha256 = "01wsk8qr1wky0x5pmpw3nljrjbxyf3hd2kgd5vsmcn71gj436hl9";
libraryHaskellDepends = [ base bindings-DSL ];
description = "Low level bindings to libpci";
license = lib.licenses.bsd3;
@ -44143,8 +44251,8 @@ self: {
}:
mkDerivation {
pname = "blucontrol";
version = "0.5.0.0";
sha256 = "1xqwhzxgjn7fza46whp8rdpvsglly577hxjxlaqb67174rq29zgi";
version = "0.5.1.1";
sha256 = "0v3ifwxjbxm86ybn5daqqfdm4nmbfzlbkyc19d4nawnzjyf8v2p9";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@ -46545,6 +46653,28 @@ self: {
license = lib.licenses.bsd3;
}) {};
"bugzilla-redhat_0_3_2" = callPackage
({ mkDerivation, aeson, base, blaze-builder, bytestring, connection
, containers, hspec, http-conduit, http-types, iso8601-time
, resourcet, text, time, transformers, unordered-containers, vector
}:
mkDerivation {
pname = "bugzilla-redhat";
version = "0.3.2";
sha256 = "1f2v2mqbyjlv6xj9vxdzbl1kba5smpkb38dxprp13d33jf2rxamm";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
aeson base blaze-builder bytestring connection containers
http-conduit http-types iso8601-time resourcet text time
transformers unordered-containers vector
];
testHaskellDepends = [ aeson base hspec time ];
description = "A Haskell interface to the Bugzilla native REST API";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
}) {};
"build" = callPackage
({ mkDerivation, algebraic-graphs, base, containers, extra
, filepath, mtl, random, transformers
@ -47815,8 +47945,8 @@ self: {
pname = "bytestring-trie";
version = "0.2.5.0";
sha256 = "1jpynpyarikxhlc4ifdswvkj0ph9fd5d0vcxhjv0lrv0zwqvv488";
revision = "1";
editedCabalFile = "1qpv52ywp8r30s3m9qyjiqiwa6clg3zp095yhs2d4533amprryly";
revision = "2";
editedCabalFile = "0z2d6k7w2bzjdjvhk5aa5a8j6x5m84xj03rgb4jb70psifmzkg9f";
libraryHaskellDepends = [ base binary bytestring ];
description = "An efficient finite map from (byte)strings to values";
license = lib.licenses.bsd3;
@ -48872,10 +49002,8 @@ self: {
}:
mkDerivation {
pname = "cabal-install-parsers";
version = "0.4.1";
sha256 = "1djw4l0z8nsaby2qcm08kvn2p1c35ynzdg25vc815dx2wpw38bh3";
revision = "1";
editedCabalFile = "1fhjz4hji57sg00nb8jchvm8b13wn9pknnycgcclvxa3s72rqsf5";
version = "0.4.2";
sha256 = "08ny95sryii4nzyy8b2zf15vk329y84gbvpy7302hnjxanc6awx5";
libraryHaskellDepends = [
aeson base base16-bytestring binary binary-instances bytestring
Cabal containers cryptohash-sha256 deepseq directory filepath lukko
@ -49677,11 +49805,11 @@ self: {
}) {};
"cachix" = callPackage
({ mkDerivation, async, base, base64-bytestring, boost, bytestring
({ mkDerivation, async, base, base64-bytestring, bytestring
, cachix-api, concurrent-extra, conduit, conduit-extra, containers
, cookie, cryptonite, dhall, directory, ed25519, filepath, fsnotify
, here, hspec, hspec-discover, http-client, http-client-tls
, http-conduit, http-types, inline-c, inline-c-cpp, lzma-conduit
, hercules-ci-cnix-store, here, hspec, hspec-discover, http-client
, http-client-tls, http-conduit, http-types, lzma-conduit
, megaparsec, memory, mmorph, netrc, nix, optparse-applicative
, process, protolude, resourcet, retry, safe-exceptions, servant
, servant-auth, servant-auth-client, servant-client
@ -49690,21 +49818,20 @@ self: {
}:
mkDerivation {
pname = "cachix";
version = "0.6.0";
sha256 = "1ay3k2npnplvgc44vn3zcyd5rgyfigvij4zil3nwrpdi0psd76nl";
version = "0.6.1";
sha256 = "0fgm7035ahlgl3vbk0lqf3l07wagsykmw9z0pkzqqcwh1wlv1np7";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
async base base64-bytestring bytestring cachix-api concurrent-extra
conduit conduit-extra containers cookie cryptonite dhall directory
ed25519 filepath fsnotify here http-client http-client-tls
http-conduit http-types inline-c inline-c-cpp lzma-conduit
megaparsec memory mmorph netrc optparse-applicative process
protolude resourcet retry safe-exceptions servant servant-auth
ed25519 filepath fsnotify hercules-ci-cnix-store here http-client
http-client-tls http-conduit http-types lzma-conduit megaparsec
memory mmorph netrc optparse-applicative process protolude
resourcet retry safe-exceptions servant servant-auth
servant-auth-client servant-client servant-client-core
servant-conduit stm text unix uri-bytestring vector versions
];
librarySystemDepends = [ boost ];
libraryPkgconfigDepends = [ nix ];
executableHaskellDepends = [ base cachix-api ];
executableToolDepends = [ hspec-discover ];
@ -49715,7 +49842,7 @@ self: {
description = "Command line client for Nix binary cache hosting https://cachix.org";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ domenkozar ];
}) {inherit (pkgs) boost; inherit (pkgs) nix;};
}) {inherit (pkgs) nix;};
"cachix-api" = callPackage
({ mkDerivation, aeson, base, base16-bytestring, bytestring
@ -59053,6 +59180,29 @@ self: {
license = lib.licenses.bsd3;
}) {};
"commonmark_0_2_1" = callPackage
({ mkDerivation, base, bytestring, containers, parsec, tasty
, tasty-bench, tasty-hunit, tasty-quickcheck, text, transformers
, unicode-transforms
}:
mkDerivation {
pname = "commonmark";
version = "0.2.1";
sha256 = "1vba7v1zaqh811v3j4x42g7mhwvxwgzm997kq1kzd0njby14fq5b";
libraryHaskellDepends = [
base bytestring containers parsec text transformers
unicode-transforms
];
testHaskellDepends = [
base parsec tasty tasty-hunit tasty-quickcheck text
unicode-transforms
];
benchmarkHaskellDepends = [ base tasty-bench text ];
description = "Pure Haskell commonmark parser";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
}) {};
"commonmark-cli" = callPackage
({ mkDerivation, aeson, ansi-terminal, base, bytestring, commonmark
, commonmark-extensions, commonmark-pandoc, containers, mtl
@ -73012,6 +73162,21 @@ self: {
license = lib.licenses.bsd3;
}) {};
"deriving-trans" = callPackage
({ mkDerivation, base, lifted-base, monad-control, mtl
, transformers, transformers-base
}:
mkDerivation {
pname = "deriving-trans";
version = "0.1.0.0";
sha256 = "1yphl0wjp67b7hc3ys6snlvzk67by070p5vfmwcv7ic688vh1dw4";
libraryHaskellDepends = [
base lifted-base monad-control mtl transformers transformers-base
];
description = "Derive transformer type classes with DerivingVia";
license = lib.licenses.bsd3;
}) {};
"derp" = callPackage
({ mkDerivation, base, containers }:
mkDerivation {
@ -74586,8 +74751,8 @@ self: {
pname = "diagrams-postscript";
version = "1.5";
sha256 = "00j58mc84srjvrf21v6zjxxlbw6b8ahhn1jmbq697w8kw3cvygpa";
revision = "1";
editedCabalFile = "1cl7fmqiq9bng7va8kwlcxjmh76p1pm71c3p8242r552s10wqvb6";
revision = "2";
editedCabalFile = "0dyji1b8mcxaxwzgckkk3p3ji0prrp7rsin98f1hmyjlj3ih735b";
libraryHaskellDepends = [
base bytestring containers data-default-class diagrams-core
diagrams-lib hashable lens monoid-extras mtl semigroups split
@ -75628,8 +75793,8 @@ self: {
}:
mkDerivation {
pname = "diohsc";
version = "0.1.6.1";
sha256 = "15shc82ii68dzpa0j9dqi6iyhqa6zbr9g2007c1na42rxhm8fg7j";
version = "0.1.7";
sha256 = "0xhpj1dhcppvxv8558aai1azx8i3awv4adwl0vffzwj2kas23gjm";
isLibrary = false;
isExecutable = true;
executableHaskellDepends = [
@ -86185,8 +86350,8 @@ self: {
}:
mkDerivation {
pname = "eventlog2html";
version = "0.9.0";
sha256 = "1cjnkqdnk76839dl4dbpj3vzbkrjwgqryq2j3sgs9mmxfing7ahq";
version = "0.9.1";
sha256 = "17fp0q44lk3nkqzpilxlvzbr0b25girbh7j18yl6blcp5mcmq2cd";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@ -96088,8 +96253,8 @@ self: {
}:
mkDerivation {
pname = "ftdi";
version = "0.3.0.0";
sha256 = "1yhcpd9jzhmvlmhidyv70s5mvakq6jn9lb3zh132lrqsrirbmpx8";
version = "0.3.0.1";
sha256 = "0xa1dld03ai3mxqywia3f9pvyz67slw7dai8m97iqg1xysd8ykzr";
libraryHaskellDepends = [
async base base-unicode-symbols bytestring transformers usb vector
];
@ -99480,6 +99645,21 @@ self: {
license = lib.licenses.mit;
}) {};
"genvalidity_0_11_0_2" = callPackage
({ mkDerivation, base, hspec, hspec-core, QuickCheck, random
, validity
}:
mkDerivation {
pname = "genvalidity";
version = "0.11.0.2";
sha256 = "16bd5dx0ngc8z7mij23i2l3a8v3c112x8ksd623alik18zx7pi8j";
libraryHaskellDepends = [ base QuickCheck random validity ];
testHaskellDepends = [ base hspec hspec-core QuickCheck ];
description = "Testing utilities for the validity library";
license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
}) {};
"genvalidity-aeson" = callPackage
({ mkDerivation, aeson, base, genvalidity, genvalidity-hspec
, genvalidity-scientific, genvalidity-text
@ -101925,14 +102105,14 @@ self: {
license = lib.licenses.bsd2;
}) {};
"ghc-typelits-natnormalise_0_7_5" = callPackage
"ghc-typelits-natnormalise_0_7_6" = callPackage
({ mkDerivation, base, containers, ghc, ghc-tcplugins-extra
, integer-gmp, tasty, tasty-hunit, template-haskell, transformers
}:
mkDerivation {
pname = "ghc-typelits-natnormalise";
version = "0.7.5";
sha256 = "00mngiaqdshc14l71p1xpv6cxqngh51snbpxmmvnv6h0p87hl9wg";
version = "0.7.6";
sha256 = "09d70iw58m5g6yi8k2b52f1g0pfdqm5fzhs8rd7fgrgmi70np9bx";
libraryHaskellDepends = [
base containers ghc ghc-tcplugins-extra integer-gmp transformers
];
@ -102229,8 +102409,8 @@ self: {
}:
mkDerivation {
pname = "ghcide";
version = "1.4.0.1";
sha256 = "1km28k8mx12mhaq1v2aqd5iaygdh94sjjz9hhz3ksb91059y0m39";
version = "1.4.0.2";
sha256 = "1xqvfby6yb734lfiyxmzs17zaz56v7fh9rrfz9p81mdgspsqc739";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@ -104106,8 +104286,8 @@ self: {
}:
mkDerivation {
pname = "git-annex";
version = "8.20210428";
sha256 = "0xpvhpnl600874sa392wjfd2yd9s6ps2cq2qfkzyxxf90p9fcwg8";
version = "8.20210621";
sha256 = "01i8mgxz4ca0c50g2w2qgr3m04l5zsw17r0cadn3kwyld662r98n";
configureFlags = [
"-fassistant" "-f-benchmark" "-fdbus" "-f-debuglocks" "-fmagicmime"
"-fnetworkbsd" "-fpairing" "-fproduction" "-fs3" "-ftorrentparser"
@ -116550,6 +116730,35 @@ self: {
license = lib.licenses.bsd3;
}) {};
"happstack-server_7_7_1_1" = callPackage
({ mkDerivation, base, base64-bytestring, blaze-html, bytestring
, containers, directory, exceptions, extensible-exceptions
, filepath, hslogger, html, HUnit, monad-control, mtl, network
, network-uri, old-locale, parsec, process, semigroups, sendfile
, syb, system-filepath, text, threads, time, transformers
, transformers-base, transformers-compat, unix, utf8-string, xhtml
, zlib
}:
mkDerivation {
pname = "happstack-server";
version = "7.7.1.1";
sha256 = "0nc5rnvrzl9m3pinmdq234m80qkf4jszbdqnd567f7lh09yiqw9n";
libraryHaskellDepends = [
base base64-bytestring blaze-html bytestring containers directory
exceptions extensible-exceptions filepath hslogger html
monad-control mtl network network-uri old-locale parsec process
semigroups sendfile syb system-filepath text threads time
transformers transformers-base transformers-compat unix utf8-string
xhtml zlib
];
testHaskellDepends = [
base bytestring containers HUnit parsec zlib
];
description = "Web related tools and services";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
}) {};
"happstack-server-tls" = callPackage
({ mkDerivation, base, bytestring, extensible-exceptions
, happstack-server, hslogger, HsOpenSSL, network, openssl, sendfile
@ -124765,6 +124974,28 @@ self: {
license = lib.licenses.bsd3;
}) {};
"hedn_0_3_0_3" = callPackage
({ mkDerivation, base, containers, deepseq, deriving-compat
, hedgehog, megaparsec, parser-combinators, prettyprinter
, scientific, template-haskell, text, time, uuid-types, vector
}:
mkDerivation {
pname = "hedn";
version = "0.3.0.3";
sha256 = "0amfsmnly9yxzv1j34ya8kq9fqd067kgklx7rswy5g7aflj3bpwl";
libraryHaskellDepends = [
base containers deepseq deriving-compat megaparsec
parser-combinators prettyprinter scientific template-haskell text
time uuid-types vector
];
testHaskellDepends = [
base containers hedgehog megaparsec text time uuid-types vector
];
description = "EDN parsing and encoding";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
}) {};
"hedn-functor" = callPackage
({ mkDerivation, base, containers, hedn, recursion-schemes, text
, vector
@ -144069,6 +144300,35 @@ self: {
hydraPlatforms = lib.platforms.none;
}) {};
"hypertypes" = callPackage
({ mkDerivation, array, base, base-compat, binary, constraints
, containers, criterion, deepseq, generic-constraints, generic-data
, lattices, lens, monad-st, mtl, pretty, QuickCheck
, show-combinators, template-haskell, text, th-abstraction
, transformers
}:
mkDerivation {
pname = "hypertypes";
version = "0.1.0.1";
sha256 = "0b3cnjw07pryqslnx0k6lxdpwnihnk6pnhp6l9d09mqyxymd9nyx";
libraryHaskellDepends = [
array base base-compat binary constraints containers deepseq
generic-constraints generic-data lattices lens monad-st mtl pretty
QuickCheck show-combinators template-haskell th-abstraction
transformers
];
testHaskellDepends = [
base constraints containers generic-constraints generic-data
lattices lens monad-st mtl pretty text transformers
];
benchmarkHaskellDepends = [
base constraints containers criterion generic-constraints
generic-data lattices lens monad-st mtl pretty transformers
];
description = "Typed ASTs";
license = lib.licenses.bsd3;
}) {};
"hyphenate" = callPackage
({ mkDerivation, base, containers }:
mkDerivation {
@ -155217,19 +155477,19 @@ self: {
({ mkDerivation, aeson, aeson-casing, base, base64-bytestring
, bytestring, containers, exceptions, hashable, hslogger
, http-api-data, http-client, http-types, jose, lens, lens-aeson
, mtl, safe, string-conversions, text, unordered-containers, word8
, wreq
, monad-time, mtl, safe, string-conversions, text
, unordered-containers, word8, wreq
}:
mkDerivation {
pname = "keycloak-hs";
version = "2.1.0";
sha256 = "0yki4fqbgirnvcaf5p00pskh91abspivgkkdi9m93andz56vl23v";
version = "3.0.1";
sha256 = "1311rzvib7cbb2j4bjqbd5y03frsqqn32grhypvk0fplrdr1hazn";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
aeson aeson-casing base base64-bytestring bytestring containers
exceptions hashable hslogger http-api-data http-client http-types
jose lens lens-aeson mtl safe string-conversions text
jose lens lens-aeson monad-time mtl safe string-conversions text
unordered-containers word8 wreq
];
executableHaskellDepends = [ base hslogger ];
@ -159158,8 +159418,8 @@ self: {
}:
mkDerivation {
pname = "launchdarkly-server-sdk";
version = "2.1.1";
sha256 = "1gjiwj8x57z9qs9gxdgqyih38i8rkkvjak4va5cg44qp3rflmby1";
version = "2.2.0";
sha256 = "0hi6w7rb1qf3dzla5cjmhz25a4ynkc29mpnixgdx5i8p771zyg3z";
libraryHaskellDepends = [
aeson attoparsec base base16-bytestring bytestring
bytestring-conversion clock containers cryptohash exceptions extra
@ -184467,8 +184727,8 @@ self: {
pname = "network-bsd";
version = "2.8.1.0";
sha256 = "0kid0811lv4x761fd5gv6lsc8p5j2bn41rfd366pjb642p562jfr";
revision = "3";
editedCabalFile = "1hc3jdbmpq2wxh82xfx452v2m2l97jbdaqqbmj5nz4lljxa2696r";
revision = "4";
editedCabalFile = "1gd9a8j7fwg0jz0s6il5fk9sl0hm19ja1w56ix51wa0qi2h5x56d";
libraryHaskellDepends = [ base deepseq network ];
description = "POSIX network database (<netdb.h>) API";
license = lib.licenses.bsd3;
@ -187127,8 +187387,8 @@ self: {
pname = "nonce";
version = "1.0.7";
sha256 = "1q9ph0aq51mvdvydnriqd12sfin36pfb8f588zgac1ybn8r64ksb";
revision = "1";
editedCabalFile = "1i6f4nwp4xn31as6plqrf6wp6gn3ylwdi77h99572jy7p3985aw1";
revision = "2";
editedCabalFile = "09xvg4lpmb1hw153afhbjrdg9v3npfwpdfhpv5y8b0qvb4zi3n9q";
libraryHaskellDepends = [
base base64-bytestring bytestring entropy text transformers
unliftio unliftio-core
@ -190159,6 +190419,35 @@ self: {
license = lib.licenses.bsd3;
}) {};
"opaleye_0_7_2_0" = callPackage
({ mkDerivation, aeson, base, base16-bytestring, bytestring
, case-insensitive, containers, contravariant, dotenv, hspec
, hspec-discover, multiset, postgresql-simple, pretty
, product-profunctors, profunctors, QuickCheck, scientific
, semigroups, text, time, time-locale-compat, transformers, uuid
, void
}:
mkDerivation {
pname = "opaleye";
version = "0.7.2.0";
sha256 = "1qz34isgb5hl2ab5vij3zw1h3xwvl3a0d1k02n156xszibnkcgf1";
libraryHaskellDepends = [
aeson base base16-bytestring bytestring case-insensitive
contravariant postgresql-simple pretty product-profunctors
profunctors scientific semigroups text time time-locale-compat
transformers uuid void
];
testHaskellDepends = [
aeson base bytestring containers contravariant dotenv hspec
hspec-discover multiset postgresql-simple product-profunctors
profunctors QuickCheck semigroups text time transformers uuid
];
testToolDepends = [ hspec-discover ];
description = "An SQL-generating DSL targeting PostgreSQL";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
}) {};
"opaleye-classy" = callPackage
({ mkDerivation, base, bytestring, lens, mtl, opaleye
, postgresql-simple, product-profunctors, transformers
@ -192177,6 +192466,20 @@ self: {
license = lib.licenses.bsd3;
}) {};
"opusfile" = callPackage
({ mkDerivation, base, bytestring, opusfile }:
mkDerivation {
pname = "opusfile";
version = "0.1.0.0";
sha256 = "12mjkmsffnid48sjc6j1wrikw4pl1yz5jk6bgnarv86wcs30w54a";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [ base bytestring ];
librarySystemDepends = [ opusfile ];
description = "FFI bindings for libopusfile";
license = lib.licenses.bsd3;
}) {inherit (pkgs) opusfile;};
"orbits" = callPackage
({ mkDerivation, ad, base, Cabal, cabal-doctest, checkers, doctest
, exact-real, lens, linear, QuickCheck, random, tagged, tasty
@ -196705,6 +197008,8 @@ self: {
pname = "path-io";
version = "1.6.3";
sha256 = "1dnc48hf8x83p0jy05qi8j8gmfmsy50swnql9ssdv74lsryp615n";
revision = "1";
editedCabalFile = "0hzpwyxyj332mq09vgf06vfsga9b0q711fr52x3xswcmhvvsv60g";
libraryHaskellDepends = [
base containers directory dlist exceptions filepath path temporary
time transformers unix-compat
@ -198913,10 +199218,8 @@ self: {
}:
mkDerivation {
pname = "persistent-mongoDB";
version = "2.12.0.0";
sha256 = "1s49d4c4kiqcblkap96wcrp3nc0179vpzbqp4fdibljq9ylzxmzg";
revision = "1";
editedCabalFile = "047riy3grn68jw99095qgqxvfs5bvxmcvmnz170nrqflrlr4l4dd";
version = "2.13.0.0";
sha256 = "0096fjyzgl788ciws0vb5bn5in8946bd12qrg8wz8dyq1xvilg8m";
libraryHaskellDepends = [
aeson base bson bytestring cereal conduit http-api-data mongoDB
network path-pieces persistent resource-pool resourcet text time
@ -203226,8 +203529,8 @@ self: {
}:
mkDerivation {
pname = "ploterific";
version = "0.2.1.1";
sha256 = "1i5rgbnvi7s5rq13kj4fnanzmalzh53rim0r3nxxa82i25nb1sfq";
version = "0.2.1.2";
sha256 = "1ywg09amxngan23c5724c5s2s79yhynqha6c5xivg1ls58nc7yk5";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@ -220030,8 +220333,8 @@ self: {
}:
mkDerivation {
pname = "rel8";
version = "1.0.0.0";
sha256 = "1y9b6b56h0pmxbfvjbjxrn07g1apmvs1nb4agsw4h86w7h0qgaj4";
version = "1.0.0.1";
sha256 = "1kwvib3chqw5xrz6v7z0jy75mgyhqqb755xzn02zz2hvjwfcqc6v";
libraryHaskellDepends = [
aeson base bytestring case-insensitive contravariant hasql opaleye
profunctors scientific semialign semigroupoids text these time
@ -238883,6 +239186,28 @@ self: {
license = lib.licenses.gpl2Only;
}) {};
"skylighting_0_10_5_2" = callPackage
({ mkDerivation, base, binary, blaze-html, bytestring, containers
, pretty-show, skylighting-core, text
}:
mkDerivation {
pname = "skylighting";
version = "0.10.5.2";
sha256 = "152ywiy7h04xjy0fdl571jwahl6c9350isqbm4p0na4cjd9cczzh";
configureFlags = [ "-fexecutable" ];
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
base binary containers skylighting-core
];
executableHaskellDepends = [
base blaze-html bytestring containers pretty-show text
];
description = "syntax highlighting library";
license = lib.licenses.gpl2Only;
hydraPlatforms = lib.platforms.none;
}) {};
"skylighting-core" = callPackage
({ mkDerivation, aeson, ansi-terminal, attoparsec, base
, base64-bytestring, binary, blaze-html, bytestring
@ -238914,6 +239239,38 @@ self: {
license = lib.licenses.bsd3;
}) {};
"skylighting-core_0_10_5_2" = callPackage
({ mkDerivation, aeson, ansi-terminal, attoparsec, base
, base64-bytestring, binary, blaze-html, bytestring
, case-insensitive, colour, containers, criterion, Diff, directory
, filepath, mtl, pretty-show, QuickCheck, safe, tasty, tasty-golden
, tasty-hunit, tasty-quickcheck, text, transformers, utf8-string
, xml-conduit
}:
mkDerivation {
pname = "skylighting-core";
version = "0.10.5.2";
sha256 = "0bskci0gng6nf324wna9ss4xbr1mwjkgk3mlfkr96r1m3wza5g3d";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
aeson ansi-terminal attoparsec base base64-bytestring binary
blaze-html bytestring case-insensitive colour containers directory
filepath mtl safe text transformers utf8-string xml-conduit
];
testHaskellDepends = [
aeson base bytestring containers Diff directory filepath
pretty-show QuickCheck tasty tasty-golden tasty-hunit
tasty-quickcheck text
];
benchmarkHaskellDepends = [
base containers criterion directory filepath text
];
description = "syntax highlighting library";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
}) {};
"skylighting-extensions" = callPackage
({ mkDerivation, base, containers, skylighting, skylighting-modding
, text
@ -251686,7 +252043,7 @@ self: {
hydraPlatforms = lib.platforms.none;
}) {};
"sydtest_0_3_0_0" = callPackage
"sydtest_0_3_0_1" = callPackage
({ mkDerivation, async, base, bytestring, containers, Diff, dlist
, envparse, filepath, MonadRandom, mtl, optparse-applicative, path
, path-io, pretty-show, QuickCheck, quickcheck-io, random-shuffle
@ -251695,8 +252052,8 @@ self: {
}:
mkDerivation {
pname = "sydtest";
version = "0.3.0.0";
sha256 = "0swab5qfhp9r7rkqzfbvna0vhzbf7f6gabv266jdc5ghmimy1729";
version = "0.3.0.1";
sha256 = "0ddbjs2p2vzmzadggyvdpknmcw935jmj2m9nxki2apc9ciq6skig";
libraryHaskellDepends = [
async base bytestring containers Diff dlist envparse filepath
MonadRandom mtl optparse-applicative path path-io pretty-show
@ -252080,6 +252437,34 @@ self: {
hydraPlatforms = lib.platforms.none;
}) {};
"sydtest-yesod_0_2_0_1" = callPackage
({ mkDerivation, base, blaze-builder, bytestring, case-insensitive
, conduit, containers, cookie, exceptions, http-client, http-types
, monad-logger, mtl, network, persistent, persistent-sqlite
, persistent-template, pretty-show, QuickCheck, resourcet, sydtest
, sydtest-discover, sydtest-persistent-sqlite, sydtest-wai, text
, time, wai, xml-conduit, yesod, yesod-core, yesod-form, yesod-test
}:
mkDerivation {
pname = "sydtest-yesod";
version = "0.2.0.1";
sha256 = "1h2gqwp968n1gyg9r7x82c6kdnnfs7m341j7w7wbx3rcvd57c2jf";
libraryHaskellDepends = [
base blaze-builder bytestring case-insensitive containers cookie
exceptions http-client http-types mtl network pretty-show sydtest
sydtest-wai text time wai xml-conduit yesod-core yesod-test
];
testHaskellDepends = [
base bytestring conduit cookie http-client http-types monad-logger
mtl persistent persistent-sqlite persistent-template QuickCheck
resourcet sydtest sydtest-persistent-sqlite text yesod yesod-form
];
testToolDepends = [ sydtest-discover ];
description = "A yesod companion library for sydtest";
license = "unknown";
hydraPlatforms = lib.platforms.none;
}) {};
"syfco" = callPackage
({ mkDerivation, array, base, containers, convertible, directory
, mtl, parsec, transformers
@ -264855,6 +265240,21 @@ self: {
license = lib.licenses.mit;
}) {};
"traverse-with-class_1_0_1_1" = callPackage
({ mkDerivation, base, tasty, tasty-hunit, template-haskell
, transformers
}:
mkDerivation {
pname = "traverse-with-class";
version = "1.0.1.1";
sha256 = "0c0h902hr3gnlmlvqjhz3k5abyg0ays2g2c1kwrhbz0nhgfwk656";
libraryHaskellDepends = [ base template-haskell transformers ];
testHaskellDepends = [ base tasty tasty-hunit ];
description = "Generic applicative traversals";
license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
}) {};
"travis" = callPackage
({ mkDerivation, aeson, base, bytestring, http-conduit
, transformers
@ -270496,8 +270896,8 @@ self: {
}:
mkDerivation {
pname = "units-parser";
version = "0.1.1.3";
sha256 = "0lyy8nh86b0nq2znkli8y1zcg87l6acaaxi8b1m6falb6xnfi0nw";
version = "0.1.1.4";
sha256 = "1sdf8jqq03x20gj91faqir9vrdjq7cxpnypx7bi953vjg8fh2jfm";
libraryHaskellDepends = [ base containers mtl multimap parsec ];
testHaskellDepends = [
base containers mtl multimap parsec syb tasty tasty-hunit
@ -273002,6 +273402,8 @@ self: {
pname = "uuid-orphans";
version = "1.4.5";
sha256 = "14d7gyf3sa2874r0dhj3ydvmb1iz174kp4pxz7aq984zb4m6d87z";
revision = "2";
editedCabalFile = "1202zn5f70f1yvmaknm8l34igg9ihyqs8lhch4ihvx9vcqxs3c0v";
libraryHaskellDepends = [
base safecopy text th-lift uuid-types web-routes
];
@ -273058,8 +273460,8 @@ self: {
({ mkDerivation, base, Cabal, directory, filepath, HUnit, text }:
mkDerivation {
pname = "uusi";
version = "0.4.1.0";
sha256 = "14g56ygqx8n24hvbb9bzi7yy5wjfsvw3m89lad0xy8knf6gnh6y3";
version = "0.4.2.0";
sha256 = "0c7zcx594cnfng9sszm70fcfi81n7j54vvk32mvp8j52d7f812cb";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [ base Cabal text ];
@ -273472,6 +273874,19 @@ self: {
license = lib.licenses.mit;
}) {};
"validity_0_11_0_1" = callPackage
({ mkDerivation, base, hspec }:
mkDerivation {
pname = "validity";
version = "0.11.0.1";
sha256 = "086nj5ymp4mxxfw9qjgjhd4j3z7gl2y9d89p0b7bkap5ampgdw2x";
libraryHaskellDepends = [ base ];
testHaskellDepends = [ base hspec ];
description = "Validity typeclass";
license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
}) {};
"validity-aeson" = callPackage
({ mkDerivation, aeson, base, hspec, validity, validity-scientific
, validity-text, validity-unordered-containers, validity-vector
@ -283456,6 +283871,35 @@ self: {
license = lib.licenses.mit;
}) {};
"xlsx_0_8_4" = callPackage
({ mkDerivation, attoparsec, base, base64-bytestring, binary-search
, bytestring, conduit, containers, criterion, data-default, deepseq
, Diff, errors, extra, filepath, groom, lens, mtl, network-uri
, old-locale, raw-strings-qq, safe, smallcheck, tasty, tasty-hunit
, tasty-smallcheck, text, time, transformers, vector, xeno
, xml-conduit, zip-archive, zlib
}:
mkDerivation {
pname = "xlsx";
version = "0.8.4";
sha256 = "0xmz9qpqyz2gwlrjsy2m79s4xswb6lz7fbvybd4awg5vy0y6pl41";
libraryHaskellDepends = [
attoparsec base base64-bytestring binary-search bytestring conduit
containers data-default deepseq errors extra filepath lens mtl
network-uri old-locale safe text time transformers vector xeno
xml-conduit zip-archive zlib
];
testHaskellDepends = [
base bytestring containers Diff groom lens mtl raw-strings-qq
smallcheck tasty tasty-hunit tasty-smallcheck text time vector
xml-conduit
];
benchmarkHaskellDepends = [ base bytestring criterion ];
description = "Simple and incomplete Excel file parser/writer";
license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
}) {};
"xlsx-tabular" = callPackage
({ mkDerivation, aeson, base, bytestring, containers, data-default
, lens, text, xlsx