all-cabal-hashes: 2023-02-11T16:57:22Z -> 2023-02-13T17:53:53Z

haskellPackages: regenerate package set based on current config

This commit has been generated by maintainers/scripts/haskell/update-hackage.sh
and maintainers/scripts/haskell/regenerate-hackage-packages.sh
This commit is contained in:
sternenseemann 2023-02-13 19:51:01 +01:00
parent dc2feb983f
commit 107c04a3cd
2 changed files with 439 additions and 81 deletions

View file

@ -1,6 +1,6 @@
{
"commit": "97df0ed64d2e5d2367b3baeb35f2117caded189d",
"url": "https://github.com/commercialhaskell/all-cabal-hashes/archive/97df0ed64d2e5d2367b3baeb35f2117caded189d.tar.gz",
"sha256": "1ril9chh40pzzipljmz7hb89gsfz5glf4kf6yibv3c2x0gizbjx6",
"msg": "Update from Hackage at 2023-02-11T16:57:22Z"
"commit": "220fb2ad74640b02e543271393f21ba227bd2627",
"url": "https://github.com/commercialhaskell/all-cabal-hashes/archive/220fb2ad74640b02e543271393f21ba227bd2627.tar.gz",
"sha256": "1hpbqw04i8p2h5w31a7rqlmhdjpj4r4v62kdqich57hm1cj2ml7h",
"msg": "Update from Hackage at 2023-02-13T17:53:53Z"
}

View file

@ -4043,16 +4043,12 @@ self: {
({ mkDerivation, array, base, HUnit, pretty, QuickCheck, random }:
mkDerivation {
pname = "Crypto";
version = "4.2.5.1";
sha256 = "0rmgl0a4k6ys2lc6d607g28c2p443a46dla903rz5aha7m9y1mba";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = true;
libraryHaskellDepends = [
array base HUnit pretty QuickCheck random
];
description = "Collects together existing Haskell cryptographic functions into a package";
license = "unknown";
version = "4.2.5.2";
sha256 = "0nsv3vvlik76vdncnh771ki95903gdfsg3iyfdinm3rkhybz30m6";
libraryHaskellDepends = [ array base pretty random ];
testHaskellDepends = [ base HUnit pretty QuickCheck ];
description = "Common Cryptographic Algorithms in Pure Haskell";
license = "BSD-3-Clause AND GPL-2.0-or-later";
}) {};
"CurryDB" = callPackage
@ -20451,12 +20447,16 @@ self: {
}:
mkDerivation {
pname = "TCache";
version = "0.12.1";
sha256 = "1gdp78v359jf9hzwdkips7z99s9lvi21vw0l88dgl9yirmgv8d7i";
version = "0.13.3";
sha256 = "0d1lwp4mfvjlrn2k96h41ijl4rs7h46hrrwxyry1bw41vinifs5q";
libraryHaskellDepends = [
base bytestring containers directory hashtables mtl old-time
RefSerialize stm text
];
testHaskellDepends = [
base bytestring containers directory hashtables mtl old-time
RefSerialize stm text
];
description = "A Transactional cache with user-defined persistence";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
@ -34857,14 +34857,12 @@ self: {
broken = true;
}) {inherit (pkgs) arpack;};
"array_0_5_4_0" = callPackage
"array_0_5_5_0" = callPackage
({ mkDerivation, base }:
mkDerivation {
pname = "array";
version = "0.5.4.0";
sha256 = "1ixqnwxd36l2j3873hwnfip17k2nzncbvsx7pnprqzv9z59mf4rv";
revision = "1";
editedCabalFile = "0y6v6mfd0y5jzskp7b6jwg1ybfirpgrppvd4zri9xccd73v1xfaa";
version = "0.5.5.0";
sha256 = "06zmbd6zlim22zfxmdzzw947nzx9g2d6yx30min6spsk54r8vcqq";
libraryHaskellDepends = [ base ];
description = "Mutable and immutable arrays";
license = lib.licenses.bsd3;
@ -50331,6 +50329,27 @@ self: {
license = lib.licenses.mit;
}) {};
"burrito_2_0_1_3" = callPackage
({ mkDerivation, base, bytestring, containers, hspec, parsec
, QuickCheck, template-haskell, text, transformers
}:
mkDerivation {
pname = "burrito";
version = "2.0.1.3";
sha256 = "001j2mvrqvlycf85d1k265vz89bqzx52hlmnbjzcd0x4y6lghgry";
libraryHaskellDepends = [
base bytestring containers parsec template-haskell text
transformers
];
testHaskellDepends = [
base bytestring containers hspec parsec QuickCheck template-haskell
text transformers
];
description = "Parse and render URI templates";
license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
}) {};
"burst-detection" = callPackage
({ mkDerivation, base, criterion, deepseq }:
mkDerivation {
@ -69189,6 +69208,28 @@ self: {
license = lib.licenses.mit;
}) {};
"core-program_0_6_5_0" = callPackage
({ mkDerivation, base, bytestring, core-data, core-text, directory
, exceptions, filepath, fsnotify, hashable, hourglass, mtl
, prettyprinter, safe-exceptions, stm, template-haskell
, terminal-size, text, text-short, transformers, typed-process
, unix, unliftio-core
}:
mkDerivation {
pname = "core-program";
version = "0.6.5.0";
sha256 = "0xbvwivby27dky11nhs0szs9dbs5mlivspbkvrflja30kaa7lqam";
libraryHaskellDepends = [
base bytestring core-data core-text directory exceptions filepath
fsnotify hashable hourglass mtl prettyprinter safe-exceptions stm
template-haskell terminal-size text text-short transformers
typed-process unix unliftio-core
];
description = "Opinionated Haskell Interoperability";
license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
}) {};
"core-telemetry" = callPackage
({ mkDerivation, base, bytestring, core-data, core-program
, core-text, exceptions, http-streams, io-streams, mtl
@ -101243,6 +101284,19 @@ self: {
license = lib.licenses.mit;
}) {};
"flow_2_0_0_2" = callPackage
({ mkDerivation, base, HUnit }:
mkDerivation {
pname = "flow";
version = "2.0.0.2";
sha256 = "15z2hl2mg0ifj0rpinwy0s9v1kbwgpp0m87w4sfyljqw34388rvq";
libraryHaskellDepends = [ base ];
testHaskellDepends = [ base HUnit ];
description = "Write more understandable Haskell";
license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
}) {};
"flow-er" = callPackage
({ mkDerivation, base, doctest, flow, QuickCheck }:
mkDerivation {
@ -114621,6 +114675,31 @@ self: {
mainProgram = "github-release";
}) {};
"github-release_2_0_0_3" = callPackage
({ mkDerivation, aeson, base, burrito, bytestring, http-client
, http-client-tls, http-types, mime-types, optparse-generic, text
, unordered-containers
}:
mkDerivation {
pname = "github-release";
version = "2.0.0.3";
sha256 = "065jrbdx7y5fcbanngs6b0p4iryywg7hccbnkhb9spn9gzych4mg";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
aeson base burrito bytestring http-client http-client-tls
http-types mime-types optparse-generic text unordered-containers
];
executableHaskellDepends = [
aeson base burrito bytestring http-client http-client-tls
http-types mime-types optparse-generic text unordered-containers
];
description = "Upload files to GitHub releases";
license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
mainProgram = "github-release";
}) {};
"github-rest" = callPackage
({ mkDerivation, aeson, aeson-qq, base, bytestring, http-client
, http-client-tls, http-types, jwt, mtl, scientific, tasty
@ -122615,6 +122694,39 @@ self: {
hydraPlatforms = lib.platforms.none;
}) {};
"guardian" = callPackage
({ mkDerivation, aeson, algebraic-graphs, array, base, bytestring
, Cabal, cabal-install, Cabal-syntax, containers, dlist
, generic-lens, githash, hashable, indexed-traversable
, indexed-traversable-instances, microlens, optparse-applicative
, path, path-io, rio, selective, semigroups, stack, tasty
, tasty-discover, tasty-hunit, template-haskell, text, transformers
, unordered-containers, validation-selective, vector, yaml
}:
mkDerivation {
pname = "guardian";
version = "0.4.0.0";
sha256 = "190b7jds9kngcmx6aqlkygv3rkgbn4kqwbkh0mr0fjvzyy16mg7k";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
aeson algebraic-graphs array base Cabal cabal-install Cabal-syntax
containers dlist generic-lens githash hashable indexed-traversable
indexed-traversable-instances microlens optparse-applicative path
path-io rio selective semigroups stack template-haskell text
transformers unordered-containers validation-selective vector yaml
];
executableHaskellDepends = [ base text ];
testHaskellDepends = [
algebraic-graphs base bytestring containers path path-io rio tasty
tasty-hunit text unordered-containers validation-selective
];
testToolDepends = [ tasty-discover ];
description = "The border guardian for your package dependencies";
license = lib.licenses.bsd3;
mainProgram = "guardian";
}) {};
"guess-combinator" = callPackage
({ mkDerivation, base, HList }:
mkDerivation {
@ -122791,24 +122903,25 @@ self: {
}) {};
"h-raylib" = callPackage
({ mkDerivation, base, c, libGL, libX11, libXcursor, libXi
({ mkDerivation, base, c, libGL, libX11, libXcursor, libXext, libXi
, libXinerama, libXrandr
}:
mkDerivation {
pname = "h-raylib";
version = "4.5.0.12";
sha256 = "1mm9g3vadp0fspfd7n3y7c7n1ryhwklqv31hrjm637h92a2zzn6x";
version = "4.5.1.0";
sha256 = "0l2z5lijmqdn483zah01d5vvlxxywd4wzxbffp3kcks6rcdwj6k3";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [ base ];
librarySystemDepends = [
c libGL libX11 libXcursor libXi libXinerama libXrandr
c libGL libX11 libXcursor libXext libXi libXinerama libXrandr
];
description = "Raylib bindings for Haskell";
license = lib.licenses.asl20;
}) {c = null; inherit (pkgs) libGL; inherit (pkgs.xorg) libX11;
inherit (pkgs.xorg) libXcursor; inherit (pkgs.xorg) libXi;
inherit (pkgs.xorg) libXinerama; inherit (pkgs.xorg) libXrandr;};
inherit (pkgs.xorg) libXcursor; inherit (pkgs.xorg) libXext;
inherit (pkgs.xorg) libXi; inherit (pkgs.xorg) libXinerama;
inherit (pkgs.xorg) libXrandr;};
"h-reversi" = callPackage
({ mkDerivation, base, blank-canvas, containers, hspec, QuickCheck
@ -136189,8 +136302,8 @@ self: {
}:
mkDerivation {
pname = "heist";
version = "1.1.1.0";
sha256 = "17ba0jmzs4wk4303ydcr1p2k2kcjfs11mrhlglaz40z61z3vm1yl";
version = "1.1.1.1";
sha256 = "0s6ydncib0g4mdmx4vzwmp1cnbvxrb2pngvkd5jc5kn5vb3g929l";
libraryHaskellDepends = [
aeson attoparsec base blaze-builder blaze-html bytestring
containers directory directory-tree dlist filepath hashable
@ -148399,6 +148512,29 @@ self: {
mainProgram = "hsc2hs";
}) {};
"hsc2hs_0_68_9" = callPackage
({ mkDerivation, base, containers, directory, filepath, HUnit
, process, test-framework, test-framework-hunit
}:
mkDerivation {
pname = "hsc2hs";
version = "0.68.9";
sha256 = "02mwsgad10dg640alay7br1zrkn9vhwdf62iwf01921c1g710ny9";
isLibrary = false;
isExecutable = true;
enableSeparateDataOutput = true;
executableHaskellDepends = [
base containers directory filepath process
];
testHaskellDepends = [
base HUnit test-framework test-framework-hunit
];
description = "A preprocessor that helps with writing Haskell bindings to C code";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
mainProgram = "hsc2hs";
}) {};
"hsc3" = callPackage
({ mkDerivation, array, base, binary, bytestring, containers
, data-binary-ieee754, data-ordlist, directory, filepath, hosc, mtl
@ -165601,8 +165737,8 @@ self: {
({ mkDerivation, base, Cabal, Cabal-syntax }:
mkDerivation {
pname = "jailbreak-cabal";
version = "1.3.6";
sha256 = "11vzq4yklsi7v04lch0540fgvbg6d5fnl4sdfdcg8n3ijkwqy49p";
version = "1.4";
sha256 = "0acl7v3m1hm0rdyzzh5w63d6i1z1pdn4767xy1437f4q614vaxjc";
isLibrary = false;
isExecutable = true;
executableHaskellDepends = [ base Cabal Cabal-syntax ];
@ -167429,6 +167565,26 @@ self: {
license = lib.licenses.mit;
}) {};
"json-feed_2_0_0_5" = callPackage
({ mkDerivation, aeson, base, bytestring, filepath, hspec
, mime-types, network-uri, tagsoup, text, time
}:
mkDerivation {
pname = "json-feed";
version = "2.0.0.5";
sha256 = "1204g20x1b19ki3cycss2dpfjfg521d7s5fi8i9wzd8vs5i0vwkb";
libraryHaskellDepends = [
aeson base bytestring mime-types network-uri tagsoup text time
];
testHaskellDepends = [
aeson base bytestring filepath hspec mime-types network-uri tagsoup
text time
];
description = "JSON Feed";
license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
}) {};
"json-fu" = callPackage
({ mkDerivation, aeson, attoparsec, base, bytestring, containers
, hashable, hspec, mtl, syb, text, time, unordered-containers
@ -172214,6 +172370,19 @@ self: {
license = lib.licenses.mit;
}) {};
"lackey_2_0_0_4" = callPackage
({ mkDerivation, base, hspec, servant, servant-foreign, text }:
mkDerivation {
pname = "lackey";
version = "2.0.0.4";
sha256 = "0cqmrsir562p9xxvjawj7rvmzypigmj4rhi6pgf5s0gmpzrjcskn";
libraryHaskellDepends = [ base servant-foreign text ];
testHaskellDepends = [ base hspec servant servant-foreign text ];
description = "Generate Ruby clients from Servant APIs";
license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
}) {};
"lacroix" = callPackage
({ mkDerivation, base }:
mkDerivation {
@ -189133,20 +189302,20 @@ self: {
}) {};
"melf" = callPackage
({ mkDerivation, base, binary, bytestring, containers, directory
, exceptions, filepath, mtl, optparse-applicative, prettyprinter
({ mkDerivation, base, binary, bytestring, directory, exceptions
, filepath, lens, mtl, optparse-applicative, prettyprinter
, singletons, singletons-base, singletons-th, tasty, tasty-golden
, tasty-hunit, template-haskell, unix
}:
mkDerivation {
pname = "melf";
version = "1.1.0";
sha256 = "0d8rc67yirdj03i1gdcyip51q3qbzfghfblwqzdm85hlhp7vidic";
version = "1.2.0";
sha256 = "1zhxgmkbadnyapdq2pqg181fbs47pqcd0vwq8k12sbfs9h3rhlzr";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = true;
libraryHaskellDepends = [
base binary bytestring exceptions mtl prettyprinter singletons
base binary bytestring exceptions lens mtl prettyprinter singletons
singletons-base singletons-th template-haskell
];
executableHaskellDepends = [
@ -189154,7 +189323,7 @@ self: {
prettyprinter
];
testHaskellDepends = [
base binary bytestring containers directory exceptions filepath mtl
base binary bytestring directory exceptions filepath mtl
prettyprinter singletons singletons-th tasty tasty-golden
tasty-hunit unix
];
@ -193077,6 +193246,28 @@ self: {
license = lib.licenses.mit;
}) {};
"mod_0_2_0_0" = callPackage
({ mkDerivation, base, containers, deepseq, ghc-bignum, primitive
, quickcheck-classes, quickcheck-classes-base, semirings, tasty
, tasty-bench, tasty-quickcheck, vector
}:
mkDerivation {
pname = "mod";
version = "0.2.0.0";
sha256 = "18jn2hsp42crfx0a8cm2aahxwf54pxkq3v94q3mccp2lkx9is40z";
libraryHaskellDepends = [
base deepseq ghc-bignum primitive semirings vector
];
testHaskellDepends = [
base containers primitive quickcheck-classes
quickcheck-classes-base semirings tasty tasty-quickcheck vector
];
benchmarkHaskellDepends = [ base tasty-bench ];
description = "Fast type-safe modular arithmetic";
license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
}) {};
"modbus-tcp" = callPackage
({ mkDerivation, base, bytestring, cereal, mtl, transformers }:
mkDerivation {
@ -216850,8 +217041,8 @@ self: {
}:
mkDerivation {
pname = "patrol";
version = "1.0.0.0";
sha256 = "1zlnfj8a4ijxjzqvp07fsnm40wdgpcjnqb1cn8nczhl7r1d0kil6";
version = "1.0.0.1";
sha256 = "0rzb7lsidhfbyw8z1l5958a6y766l0b0kzlmgxvci9qg5d6qzp8h";
libraryHaskellDepends = [
aeson base bytestring case-insensitive containers exceptions
http-client http-types network-uri text time uuid
@ -232806,25 +232997,28 @@ self: {
"publish" = callPackage
({ mkDerivation, base, bytestring, chronologique, core-data
, core-program, core-text, deepseq, directory, filepath, hspec
, megaparsec, pandoc, pandoc-types, template-haskell, text
, typed-process, unix, unordered-containers
, core-program, core-telemetry, core-text, deepseq, directory
, filepath, hspec, megaparsec, pandoc, pandoc-types
, safe-exceptions, template-haskell, text, typed-process, unix
, unordered-containers
}:
mkDerivation {
pname = "publish";
version = "2.2.3";
sha256 = "150zvz40r7lwmrqv7hvn07wb0gs9rcyn37ivcdv0m0h96bzy84w3";
version = "2.5.3";
sha256 = "0sqy6q4vpjv0cmqq8iimfirhg9kmc9mjdw6a0rky9g7pybsqlrmf";
isLibrary = false;
isExecutable = true;
executableHaskellDepends = [
base bytestring chronologique core-data core-program core-text
deepseq directory filepath megaparsec pandoc pandoc-types
template-haskell text typed-process unix unordered-containers
base bytestring chronologique core-data core-program core-telemetry
core-text deepseq directory filepath megaparsec pandoc pandoc-types
safe-exceptions template-haskell text typed-process unix
unordered-containers
];
testHaskellDepends = [
base bytestring chronologique core-data core-program core-text
deepseq directory filepath hspec megaparsec pandoc pandoc-types
template-haskell text typed-process unix unordered-containers
base bytestring chronologique core-data core-program core-telemetry
core-text deepseq directory filepath hspec megaparsec pandoc
pandoc-types safe-exceptions template-haskell text typed-process
unix unordered-containers
];
description = "Publishing tools for papers, books, and presentations";
license = lib.licenses.mit;
@ -236977,6 +237171,19 @@ self: {
license = lib.licenses.mit;
}) {};
"rampart_2_0_0_4" = callPackage
({ mkDerivation, base, hspec }:
mkDerivation {
pname = "rampart";
version = "2.0.0.4";
sha256 = "15wm7m2rj91d28bdpkmljhcfqcwp7024sqn9p0ciljf92y1h8k63";
libraryHaskellDepends = [ base ];
testHaskellDepends = [ base hspec ];
description = "Determine how intervals relate to each other";
license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
}) {};
"ramus" = callPackage
({ mkDerivation, base, criterion, hspec, QuickCheck, quickcheck-io
}:
@ -237908,6 +238115,28 @@ self: {
license = lib.licenses.mit;
}) {};
"ratel_2_0_0_5" = callPackage
({ mkDerivation, aeson, base, bytestring, case-insensitive
, containers, filepath, hspec, http-client, http-client-tls
, http-types, uuid
}:
mkDerivation {
pname = "ratel";
version = "2.0.0.5";
sha256 = "13cd8y318fyv0vrh9fcf8jp0iapfqkm3rb4yyjr5r04wbalnnnzw";
libraryHaskellDepends = [
aeson base bytestring case-insensitive containers http-client
http-client-tls http-types uuid
];
testHaskellDepends = [
aeson base bytestring case-insensitive containers filepath hspec
http-client http-client-tls http-types uuid
];
description = "Notify Honeybadger about exceptions";
license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
}) {};
"ratel-wai" = callPackage
({ mkDerivation, base, bytestring, case-insensitive, containers
, http-client, ratel, wai
@ -237923,6 +238152,22 @@ self: {
license = lib.licenses.mit;
}) {};
"ratel-wai_2_0_0_2" = callPackage
({ mkDerivation, base, bytestring, case-insensitive, containers
, http-client, ratel, wai
}:
mkDerivation {
pname = "ratel-wai";
version = "2.0.0.2";
sha256 = "14w6f9n0yr1mi9g2fq4r7fmm7zkk0lqw1fgfhpz6qdcpsx25w5fy";
libraryHaskellDepends = [
base bytestring case-insensitive containers http-client ratel wai
];
description = "Notify Honeybadger about exceptions via a WAI middleware";
license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
}) {};
"ratelimiter" = callPackage
({ mkDerivation, base, containers, extra, mtl, time, timespan
, vector
@ -238069,14 +238314,14 @@ self: {
broken = true;
}) {};
"rattletrap_12_0_0" = callPackage
"rattletrap_12_0_1" = callPackage
({ mkDerivation, aeson, aeson-pretty, array, base, bytestring
, containers, filepath, http-client, http-client-tls, text
}:
mkDerivation {
pname = "rattletrap";
version = "12.0.0";
sha256 = "0l20d9m84mn6gkmi7hii0q80rs7nzhbmwp1dx3i5jkww42ixbyfi";
version = "12.0.1";
sha256 = "1m71a0qccqlf6l1iq4f5nf1gl26nq5rb726bm4rqsr6kp7md10g7";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@ -249938,6 +250183,19 @@ self: {
license = lib.licenses.mit;
}) {};
"salve_2_0_0_2" = callPackage
({ mkDerivation, base, HUnit }:
mkDerivation {
pname = "salve";
version = "2.0.0.2";
sha256 = "04281bi8vm78r5gsbfc1whkkrrivw3pa3s3wx33q1nh9ip0q7b6a";
libraryHaskellDepends = [ base ];
testHaskellDepends = [ base HUnit ];
description = "Semantic version numbers and constraints";
license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
}) {};
"salvia" = callPackage
({ mkDerivation, base, bytestring, containers, directory, fclabels
, MaybeT-transformers, monads-fd, network, old-locale, process
@ -255739,6 +255997,30 @@ self: {
broken = true;
}) {};
"servant-elm_0_7_3" = callPackage
({ mkDerivation, aeson, base, Diff, directory, elm-bridge, hspec
, HUnit, lens, servant, servant-client, servant-foreign, text
, wl-pprint-text
}:
mkDerivation {
pname = "servant-elm";
version = "0.7.3";
sha256 = "183grmmfa300mg7mjaqzhryprf9yzf7fnv1hwgsdv5q90n5v17lz";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
aeson base directory elm-bridge lens servant servant-foreign text
wl-pprint-text
];
testHaskellDepends = [
aeson base Diff elm-bridge hspec HUnit servant servant-client text
];
description = "Automatically derive Elm functions to query servant webservices";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"servant-errors" = callPackage
({ mkDerivation, aeson, base, base-compat, bytestring
, http-api-data, http-media, http-types, markdown-unlit, scientific
@ -265384,28 +265666,25 @@ self: {
}:
mkDerivation {
pname = "snap-server";
version = "1.1.2.0";
sha256 = "0w4yv9a5ilpma0335ariwap2iscmdbaaif88lq3cm7px910nyc4j";
revision = "2";
editedCabalFile = "0dzsn3y7jnha1jbp0n5igjrg4cb8kggps798rlix60d66iy8r1l2";
version = "1.1.2.1";
sha256 = "0znadz0av6k31s8d175904d2kajxayl38sva3dqh5ckdfkymfx54";
configureFlags = [ "-fopenssl" ];
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
attoparsec base blaze-builder bytestring bytestring-builder
case-insensitive clock containers filepath HsOpenSSL io-streams
io-streams-haproxy lifted-base mtl network old-locale
openssl-streams snap-core text time transformers unix unix-compat
vector
attoparsec base blaze-builder bytestring case-insensitive clock
containers filepath HsOpenSSL io-streams io-streams-haproxy
lifted-base mtl network old-locale openssl-streams snap-core text
time transformers unix unix-compat vector
];
testHaskellDepends = [
attoparsec base base16-bytestring blaze-builder bytestring
bytestring-builder case-insensitive clock containers deepseq
directory filepath HsOpenSSL http-common http-streams HUnit
io-streams io-streams-haproxy lifted-base monad-control mtl network
old-locale openssl-streams parallel QuickCheck random snap-core
test-framework test-framework-hunit test-framework-quickcheck2 text
threads time transformers unix unix-compat vector
case-insensitive clock containers deepseq directory filepath
HsOpenSSL http-common http-streams HUnit io-streams
io-streams-haproxy lifted-base monad-control mtl network old-locale
openssl-streams parallel QuickCheck random snap-core test-framework
test-framework-hunit test-framework-quickcheck2 text threads time
transformers unix unix-compat vector
];
benchmarkHaskellDepends = [
attoparsec base blaze-builder bytestring bytestring-builder
@ -272349,6 +272628,8 @@ self: {
pname = "stm";
version = "2.5.1.0";
sha256 = "11c84d5qqvw2kfx6arw0vaf9h7pxwnyw8xvaf7fxjmhg4p8x16ib";
revision = "1";
editedCabalFile = "0wq35b8f0w577byhv0k1954pcy5bbv22w34qln0nlz62x8sgw1kr";
libraryHaskellDepends = [ array base ];
description = "Software Transactional Memory";
license = lib.licenses.bsd3;
@ -275253,6 +275534,24 @@ self: {
license = lib.licenses.mit;
}) {};
"strive_6_0_0_5" = callPackage
({ mkDerivation, aeson, base, bytestring, data-default, gpolyline
, http-client, http-client-tls, http-types, template-haskell, text
, time, transformers
}:
mkDerivation {
pname = "strive";
version = "6.0.0.5";
sha256 = "13m05mxw3z0ji7z6sr05v1i15xvaf4kyhn2cqqrpzxhzf44m2bvk";
libraryHaskellDepends = [
aeson base bytestring data-default gpolyline http-client
http-client-tls http-types template-haskell text time transformers
];
description = "A client for the Strava V3 API";
license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
}) {};
"strong-path" = callPackage
({ mkDerivation, base, exceptions, filepath, hashable, hspec, path
, tasty, tasty-discover, tasty-hspec, tasty-quickcheck
@ -282681,6 +282980,30 @@ self: {
mainProgram = "hello-bot";
}) {};
"telegram-bot-api" = callPackage
({ mkDerivation, aeson, aeson-pretty, base, bytestring, cron
, filepath, hashable, http-api-data, http-client, http-client-tls
, monad-control, mtl, pretty-show, profunctors, servant
, servant-client, servant-multipart-api, servant-multipart-client
, servant-server, split, stm, template-haskell, text, time
, transformers, unordered-containers, warp, warp-tls
}:
mkDerivation {
pname = "telegram-bot-api";
version = "6.5";
sha256 = "176c9fhfa2vl9cqwqcsad0p212w27ni4q38r7fbp1qkwxd5xrd02";
libraryHaskellDepends = [
aeson aeson-pretty base bytestring cron filepath hashable
http-api-data http-client http-client-tls monad-control mtl
pretty-show profunctors servant servant-client
servant-multipart-api servant-multipart-client servant-server split
stm template-haskell text time transformers unordered-containers
warp warp-tls
];
description = "Easy to use library for building Telegram bots. Exports Telegram Bot API.";
license = lib.licenses.bsd3;
}) {};
"telegram-bot-simple" = callPackage
({ mkDerivation, aeson, aeson-pretty, base, bytestring, cron
, filepath, hashable, http-api-data, http-client, http-client-tls
@ -282707,18 +283030,18 @@ self: {
license = lib.licenses.bsd3;
}) {};
"telegram-bot-simple_0_9" = callPackage
"telegram-bot-simple_0_10" = callPackage
({ mkDerivation, aeson, aeson-pretty, base, bytestring, cron
, filepath, hashable, http-api-data, http-client, http-client-tls
, monad-control, mtl, pretty-show, profunctors, servant
, servant-client, servant-multipart-api, servant-multipart-client
, servant-server, split, stm, template-haskell, text, time
, transformers, unordered-containers, warp, warp-tls
, servant-server, split, stm, telegram-bot-api, template-haskell
, text, time, transformers, unordered-containers, warp, warp-tls
}:
mkDerivation {
pname = "telegram-bot-simple";
version = "0.9";
sha256 = "1qhwa6a138k2p98jjv0a2zvgf08sx1sqiz5jjxdy4lh4s373vc7p";
version = "0.10";
sha256 = "1xkmmcxnv052hfc0bwr3w6ilrf173npdpc0v5pwrhkz0kd88xxvh";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@ -282726,8 +283049,8 @@ self: {
http-api-data http-client http-client-tls monad-control mtl
pretty-show profunctors servant servant-client
servant-multipart-api servant-multipart-client servant-server split
stm template-haskell text time transformers unordered-containers
warp warp-tls
stm telegram-bot-api template-haskell text time transformers
unordered-containers warp warp-tls
];
description = "Easy to use library for building Telegram bots";
license = lib.licenses.bsd3;
@ -284372,8 +284695,8 @@ self: {
pname = "test-lib";
version = "0.4";
sha256 = "0jp0k27vvdz4lfrdi7874j7gnnn051kvqfn1k3zg1ap4m9jzyb45";
revision = "1";
editedCabalFile = "0hkscmcvgpqabc7fb8xln9grn31dw1p2cr6277l3snivkanc8889";
revision = "2";
editedCabalFile = "1l3xfmwhpvzixwx3s2zhc1ah9bjnp0yjr7d2cymhfnlpwv5jc47q";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@ -299035,6 +299358,21 @@ self: {
license = lib.licenses.bsd3;
}) {};
"unliftio-pool_0_4_0_0" = callPackage
({ mkDerivation, base, resource-pool, transformers, unliftio-core
}:
mkDerivation {
pname = "unliftio-pool";
version = "0.4.0.0";
sha256 = "0kkb9zsb624h9sx1izj7hf6fbaxh7hvp9d6qqdrqh1j6fdh46hlp";
libraryHaskellDepends = [
base resource-pool transformers unliftio-core
];
description = "Data.Pool generalized to MonadUnliftIO.";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
}) {};
"unliftio-streams" = callPackage
({ mkDerivation, base, bytestring, io-streams, text, unliftio-core
}:
@ -309769,6 +310107,26 @@ self: {
maintainers = [ lib.maintainers.maralorn ];
}) {};
"witch_1_1_6_1" = callPackage
({ mkDerivation, base, bytestring, containers, HUnit, tagged
, template-haskell, text, time, transformers
}:
mkDerivation {
pname = "witch";
version = "1.1.6.1";
sha256 = "1n4kckgk5v63bpjgky3dfgyayl82hlnxzwaa99pzyxrcjkpql5ay";
libraryHaskellDepends = [
base bytestring containers tagged template-haskell text time
];
testHaskellDepends = [
base bytestring containers HUnit tagged text time transformers
];
description = "Convert values from one type into another";
license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
maintainers = [ lib.maintainers.maralorn ];
}) {};
"with-index" = callPackage
({ mkDerivation, base }:
mkDerivation {
@ -311604,8 +311962,8 @@ self: {
}:
mkDerivation {
pname = "wuss";
version = "2.0.1.0";
sha256 = "0hl8s3fwmvxw0zamz72mzhs0pf84qvpyzhd6fjk03whrvg3f4qh7";
version = "2.0.1.1";
sha256 = "0mdj161z6dxvdm94r2mclv1yq90d2fz0c4q1jsv4qwq8g8abf8r0";
libraryHaskellDepends = [
base bytestring connection exceptions network websockets
];
@ -313477,8 +313835,8 @@ self: {
}:
mkDerivation {
pname = "xmlhtml";
version = "0.2.5.3";
sha256 = "0nvwrl4cw7hfsbndmxdmzs3cs35hs01bja6hrjrc8fairaaif2rf";
version = "0.2.5.4";
sha256 = "11aldkcd3lcxax42f4080127hqs1k95k84h5griwq27ig8gmbxdc";
libraryHaskellDepends = [
base blaze-builder blaze-html blaze-markup bytestring
bytestring-builder containers parsec text unordered-containers