diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix index d800f05e07d5..927553f0baa2 100644 --- a/pkgs/development/haskell-modules/hackage-packages.nix +++ b/pkgs/development/haskell-modules/hackage-packages.nix @@ -6106,6 +6106,24 @@ self: { license = lib.licenses.bsd3; }) {}; + "FiniteCategories" = callPackage + ({ mkDerivation, base, containers, directory, fgl, filepath + , graphviz, process, random, text + }: + mkDerivation { + pname = "FiniteCategories"; + version = "0.1.0.0"; + sha256 = "12f55g2lkyzbaq3sl8q2qbdk5dqf3dkiarch0crqd5kxklygm57n"; + libraryHaskellDepends = [ + base containers directory fgl filepath graphviz process random text + ]; + testHaskellDepends = [ + base containers directory fgl filepath graphviz process random text + ]; + description = "Finite categories and usual categorical constructions on them"; + license = lib.licenses.gpl3Plus; + }) {}; + "FiniteMap" = callPackage ({ mkDerivation, base, haskell98 }: mkDerivation { @@ -25107,8 +25125,8 @@ self: { }: mkDerivation { pname = "aeson-match-qq"; - version = "1.4.0"; - sha256 = "0gbgrw8ww1hk5zsr66cc0k96ha6azw61f54p5yhk0w36p47annv6"; + version = "1.4.1"; + sha256 = "0l9x20hqx6k6grdmni2smiznsiigzhzxmpks1qdg7850sb6lw5fg"; libraryHaskellDepends = [ aeson attoparsec base bytestring either haskell-src-meta scientific template-haskell text unordered-containers vector @@ -26321,24 +26339,6 @@ self: { }) {inherit (pkgs) openal;}; "alarmclock" = callPackage - ({ mkDerivation, async, base, clock, hspec, stm, time - , unbounded-delays - }: - mkDerivation { - pname = "alarmclock"; - version = "0.7.0.5"; - sha256 = "0197phsc4rn5mn155hbmxplxi2ymra1x6lxq16xs6a8zrk4gfkj9"; - libraryHaskellDepends = [ - async base clock stm time unbounded-delays - ]; - testHaskellDepends = [ - async base clock hspec stm time unbounded-delays - ]; - description = "Wake up and perform an action at a certain time"; - license = lib.licenses.bsd3; - }) {}; - - "alarmclock_0_7_0_6" = callPackage ({ mkDerivation, async, base, clock, hspec, stm, time , unbounded-delays }: @@ -26354,7 +26354,6 @@ self: { ]; description = "Wake up and perform an action at a certain time"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "alea" = callPackage @@ -32944,8 +32943,8 @@ self: { }: mkDerivation { pname = "arch-hs"; - version = "0.10.0.0"; - sha256 = "1qpd1a5jv4g4chbc5rqbf067zgcxb222qx7gpj37i83sp2rys68m"; + version = "0.10.1.0"; + sha256 = "1lkhw3v7gmzgnv4y6p9l3m7qgpdahjiivx12w50kn35crkscscry"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -34033,24 +34032,6 @@ self: { }) {}; "ascii" = callPackage - ({ mkDerivation, ascii-case, ascii-char, ascii-group - , ascii-predicates, ascii-superset, ascii-th, base, bytestring - , text - }: - mkDerivation { - pname = "ascii"; - version = "1.1.1.2"; - sha256 = "0wyr8s678dz2f45aiaish7xagdpnzn9rdx56zd4cs0aib0w71gl6"; - libraryHaskellDepends = [ - ascii-case ascii-char ascii-group ascii-predicates ascii-superset - ascii-th base bytestring text - ]; - testHaskellDepends = [ base text ]; - description = "The ASCII character set and encoding"; - license = lib.licenses.asl20; - }) {}; - - "ascii_1_1_2_0" = callPackage ({ mkDerivation, ascii-case, ascii-char, ascii-group, ascii-numbers , ascii-predicates, ascii-superset, ascii-th, base, bytestring , hedgehog, text @@ -34066,7 +34047,6 @@ self: { testHaskellDepends = [ base hedgehog text ]; description = "The ASCII character set and encoding"; license = lib.licenses.asl20; - hydraPlatforms = lib.platforms.none; }) {}; "ascii-art-to-unicode" = callPackage @@ -34137,18 +34117,6 @@ self: { }) {}; "ascii-group" = callPackage - ({ mkDerivation, ascii-char, base, hashable }: - mkDerivation { - pname = "ascii-group"; - version = "1.0.0.10"; - sha256 = "0swkv40jlcix8qs62zszkbsvw0k833l6rmrx21jzxvfi41pycd5r"; - libraryHaskellDepends = [ ascii-char base hashable ]; - testHaskellDepends = [ ascii-char base ]; - description = "ASCII character groups"; - license = lib.licenses.asl20; - }) {}; - - "ascii-group_1_0_0_12" = callPackage ({ mkDerivation, ascii-char, base, hashable, hedgehog }: mkDerivation { pname = "ascii-group"; @@ -34158,7 +34126,6 @@ self: { testHaskellDepends = [ ascii-char base hedgehog ]; description = "ASCII character groups"; license = lib.licenses.asl20; - hydraPlatforms = lib.platforms.none; }) {}; "ascii-holidays" = callPackage @@ -34199,18 +34166,6 @@ self: { }) {}; "ascii-predicates" = callPackage - ({ mkDerivation, ascii-char, base }: - mkDerivation { - pname = "ascii-predicates"; - version = "1.0.0.8"; - sha256 = "1pl1pw6z1yc2r21v70qrm1wfnbzyq8cl0z3xn0268w1qx4qlnpng"; - libraryHaskellDepends = [ ascii-char base ]; - testHaskellDepends = [ ascii-char base ]; - description = "Various categorizations of ASCII characters"; - license = lib.licenses.asl20; - }) {}; - - "ascii-predicates_1_0_0_10" = callPackage ({ mkDerivation, ascii-char, base, hedgehog }: mkDerivation { pname = "ascii-predicates"; @@ -34220,7 +34175,6 @@ self: { testHaskellDepends = [ ascii-char base hedgehog ]; description = "Various categorizations of ASCII characters"; license = lib.licenses.asl20; - hydraPlatforms = lib.platforms.none; }) {}; "ascii-progress" = callPackage @@ -34268,20 +34222,6 @@ self: { }) {}; "ascii-superset" = callPackage - ({ mkDerivation, ascii-char, base, bytestring, hashable, text }: - mkDerivation { - pname = "ascii-superset"; - version = "1.0.1.10"; - sha256 = "1filq9yr5lmwmn6m5ax0hpnyxlk160qbw2ikvjk4rs6078xwjwl9"; - libraryHaskellDepends = [ - ascii-char base bytestring hashable text - ]; - testHaskellDepends = [ ascii-char base text ]; - description = "Representing ASCII with refined supersets"; - license = lib.licenses.asl20; - }) {}; - - "ascii-superset_1_0_1_12" = callPackage ({ mkDerivation, ascii-char, base, bytestring, hashable, hedgehog , text }: @@ -34295,7 +34235,6 @@ self: { testHaskellDepends = [ ascii-char base hedgehog text ]; description = "Representing ASCII with refined supersets"; license = lib.licenses.asl20; - hydraPlatforms = lib.platforms.none; }) {}; "ascii-table" = callPackage @@ -34316,24 +34255,6 @@ self: { }) {}; "ascii-th" = callPackage - ({ mkDerivation, ascii-char, ascii-superset, base, bytestring - , template-haskell, text - }: - mkDerivation { - pname = "ascii-th"; - version = "1.0.0.8"; - sha256 = "1685msxir8di3blnaykj036b640z8jsmlzvj1vwr86wf92g9gbdz"; - libraryHaskellDepends = [ - ascii-char ascii-superset base template-haskell - ]; - testHaskellDepends = [ - ascii-char ascii-superset base bytestring text - ]; - description = "Template Haskell support for ASCII"; - license = lib.licenses.asl20; - }) {}; - - "ascii-th_1_0_0_10" = callPackage ({ mkDerivation, ascii-char, ascii-superset, base, bytestring , hedgehog, template-haskell, text }: @@ -34349,7 +34270,6 @@ self: { ]; description = "Template Haskell support for ASCII"; license = lib.licenses.asl20; - hydraPlatforms = lib.platforms.none; }) {}; "ascii-vector-avc" = callPackage @@ -37031,8 +36951,8 @@ self: { }: mkDerivation { pname = "avro"; - version = "0.6.0.2"; - sha256 = "1xv0l5glji6g4qxib4lga55q5c58694iv1kzjimf7zdz45gs10xp"; + version = "0.6.1.0"; + sha256 = "0fvpva4516y9yxh2bh8kp9vzrcyh2hcffpn2f4g27l2pqsdjanyq"; libraryHaskellDepends = [ aeson array base base16-bytestring bifunctors binary bytestring containers data-binary-ieee754 deepseq fail HasBigDecimal hashable @@ -38293,12 +38213,12 @@ self: { , mtl, neat-interpolation, optparse-applicative, parallel, parsec , posix-pty, pretty, pretty-show, process, QuickCheck, random , shake, syb, tagged, template, temporary, text, time, transformers - , unix, unordered-containers, vector, yaml + , unix, unordered-containers, vector, with-utf8, yaml }: mkDerivation { pname = "b9"; - version = "3.2.0"; - sha256 = "00zsrvqj46a9f7fa8g64xrlmzbwy8gca2bsgvnkv0chzbgn26pjk"; + version = "3.2.3"; + sha256 = "1rczlvx3bqnm5a7ss7dgq6nhk7v578nbq9rcilrx7fwczs01k9sn"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -38314,7 +38234,7 @@ self: { aeson base binary bytestring containers directory extensible-effects filepath hspec hspec-expectations lens neat-interpolation optparse-applicative process QuickCheck shake - text unordered-containers vector yaml + text unordered-containers vector with-utf8 yaml ]; testHaskellDepends = [ aeson base binary bytestring containers directory @@ -38770,18 +38690,6 @@ self: { }) {}; "bank-holidays-england" = callPackage - ({ mkDerivation, base, containers, hspec, QuickCheck, time }: - mkDerivation { - pname = "bank-holidays-england"; - version = "0.2.0.6"; - sha256 = "1g8x61byxikanfdpnmfc354gp1kyd5c4jlym9w65sh7l1jpbm4ss"; - libraryHaskellDepends = [ base containers time ]; - testHaskellDepends = [ base containers hspec QuickCheck time ]; - description = "Calculation of bank holidays in England and Wales"; - license = lib.licenses.bsd3; - }) {}; - - "bank-holidays-england_0_2_0_7" = callPackage ({ mkDerivation, base, containers, hspec, QuickCheck, time }: mkDerivation { pname = "bank-holidays-england"; @@ -38791,7 +38699,6 @@ self: { testHaskellDepends = [ base containers hspec QuickCheck time ]; description = "Calculation of bank holidays in England and Wales"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "banwords" = callPackage @@ -39166,17 +39073,6 @@ self: { }) {}; "base-prelude" = callPackage - ({ mkDerivation, base }: - mkDerivation { - pname = "base-prelude"; - version = "1.6"; - sha256 = "1qh45ymq4j4vr39h0641hqpbmmxcdz3lwzabfnhxl3rgm8vkcpcv"; - libraryHaskellDepends = [ base ]; - description = "Featureful preludes formed solely from the \"base\" package"; - license = lib.licenses.mit; - }) {}; - - "base-prelude_1_6_1" = callPackage ({ mkDerivation, base }: mkDerivation { pname = "base-prelude"; @@ -39185,7 +39081,6 @@ self: { libraryHaskellDepends = [ base ]; description = "Featureful preludes formed solely from the \"base\" package"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "base-unicode-symbols" = callPackage @@ -39223,6 +39118,31 @@ self: { license = lib.licenses.bsd3; }) {}; + "base16_0_3_2_0" = callPackage + ({ mkDerivation, base, base16-bytestring, bytestring, criterion + , deepseq, primitive, QuickCheck, random-bytestring, tasty + , tasty-hunit, tasty-quickcheck, text, text-short + }: + mkDerivation { + pname = "base16"; + version = "0.3.2.0"; + sha256 = "149kpmx63b8bmlwjpldkxxb4ldf28qz4h4i3ars6dwlyhzxg6qav"; + libraryHaskellDepends = [ + base bytestring deepseq primitive text text-short + ]; + testHaskellDepends = [ + base base16-bytestring bytestring QuickCheck random-bytestring + tasty tasty-hunit tasty-quickcheck text text-short + ]; + benchmarkHaskellDepends = [ + base base16-bytestring bytestring criterion deepseq + random-bytestring text + ]; + description = "Fast RFC 4648-compliant Base16 encoding"; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + }) {}; + "base16-bytestring_0_1_1_7" = callPackage ({ mkDerivation, base, bytestring, ghc-prim }: mkDerivation { @@ -39296,6 +39216,30 @@ self: { license = lib.licenses.bsd3; }) {}; + "base32_0_2_2_0" = callPackage + ({ mkDerivation, base, bytestring, criterion, deepseq, memory + , QuickCheck, random-bytestring, tasty, tasty-hunit + , tasty-quickcheck, text, text-short + }: + mkDerivation { + pname = "base32"; + version = "0.2.2.0"; + sha256 = "1g4yb3v1rgggl4ks4wznidssycs23zjl6fz1iiachf730hz79w31"; + libraryHaskellDepends = [ + base bytestring deepseq 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 @@ -39461,6 +39405,31 @@ self: { license = lib.licenses.bsd3; }) {}; + "base64_0_4_2_4" = callPackage + ({ mkDerivation, base, base64-bytestring, bytestring, criterion + , deepseq, QuickCheck, random-bytestring, tasty, tasty-hunit + , tasty-quickcheck, text, text-short + }: + mkDerivation { + pname = "base64"; + version = "0.4.2.4"; + sha256 = "119mpqcv1rwkhwm69ga2b4f7hr825fa5wfm1w3i1szmhzh52s2k4"; + libraryHaskellDepends = [ + base bytestring deepseq text text-short + ]; + testHaskellDepends = [ + base base64-bytestring bytestring QuickCheck random-bytestring + tasty tasty-hunit tasty-quickcheck text text-short + ]; + benchmarkHaskellDepends = [ + base base64-bytestring bytestring criterion deepseq + random-bytestring text + ]; + description = "A modern RFC 4648-compliant Base64 library"; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + }) {}; + "base64-bytes" = callPackage ({ mkDerivation, base, base64, base64-bytestring, byte-order , bytebuild, byteslice, bytestring, gauge, natural-arithmetic @@ -39556,6 +39525,8 @@ self: { pname = "base64-lens"; version = "0.3.1"; sha256 = "1iszvlc22h7crwqhcafy974l0l1rgxbcjf6lb5yxsvp6q66gzhrn"; + revision = "1"; + editedCabalFile = "04mm8fq2lr4lv2a64aiy1q9mzg9n5cd1s62jpcbq1jgq0q4wilkh"; libraryHaskellDepends = [ base base64 bytestring lens text text-short ]; @@ -40805,20 +40776,6 @@ self: { }) {}; "benchpress" = callPackage - ({ mkDerivation, base, bytestring, mtl, time }: - mkDerivation { - pname = "benchpress"; - version = "0.2.2.18"; - sha256 = "1ihg97zkvhq7sbp851q3qdpf2mmi2l88w742pq6cldhlhb8q7xa5"; - isLibrary = true; - isExecutable = true; - libraryHaskellDepends = [ base mtl time ]; - executableHaskellDepends = [ base bytestring time ]; - description = "Micro-benchmarking with detailed statistics"; - license = lib.licenses.bsd3; - }) {}; - - "benchpress_0_2_2_19" = callPackage ({ mkDerivation, base, bytestring, mtl, time }: mkDerivation { pname = "benchpress"; @@ -40830,7 +40787,6 @@ self: { executableHaskellDepends = [ base bytestring time ]; description = "Micro-benchmarking with detailed statistics"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "bencode" = callPackage @@ -41569,21 +41525,22 @@ self: { "binance-exports" = callPackage ({ mkDerivation, aeson, base, bytedump, bytestring, cassava - , cmdargs, cryptohash-sha256, hedgehog, http-client, http-types - , mtl, req, safe-exceptions, scientific, tasty, tasty-hedgehog - , tasty-hunit, text, time + , cmdargs, cryptohash-sha256, directory, hedgehog, http-client + , http-types, mtl, raw-strings-qq, req, safe-exceptions, scientific + , tasty, tasty-hedgehog, tasty-hunit, text, time, xdg-basedir, yaml }: mkDerivation { pname = "binance-exports"; - version = "0.1.0.0"; - sha256 = "0kx3kj84myn4vai0mw1710bwqn3vpp55qigmwidvjrs047r1vzrl"; - revision = "4"; - editedCabalFile = "17c5041sa6kas0fimik0zrynyyr9r8i4yz8lhbrjf8ar20piqx7m"; + version = "0.1.1.0"; + sha256 = "18gaky4kyyx6v3jxay0ax8scbqnljrfxk6papbri9hm0ylh2vh8l"; + revision = "1"; + editedCabalFile = "0v5ss5mn2r3ir7lbwbiszw9l4khgmvw4dfavdfg29mhv39hr1y6v"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ aeson base bytedump bytestring cassava cmdargs cryptohash-sha256 - http-client http-types mtl req safe-exceptions scientific text time + directory http-client http-types mtl raw-strings-qq req + safe-exceptions scientific text time xdg-basedir yaml ]; executableHaskellDepends = [ base ]; testHaskellDepends = [ @@ -43484,14 +43441,14 @@ self: { "biscuit-haskell" = callPackage ({ mkDerivation, aeson, async, attoparsec, base, base16-bytestring , base64, bytestring, cereal, containers, criterion, cryptonite - , memory, mtl, parser-combinators, protobuf, random, regex-tdfa - , tasty, tasty-hunit, template-haskell, text, th-lift-instances - , time, validation-selective + , lens, lens-aeson, memory, mtl, parser-combinators, protobuf + , random, regex-tdfa, tasty, tasty-hunit, template-haskell, text + , th-lift-instances, time, validation-selective }: mkDerivation { pname = "biscuit-haskell"; - version = "0.2.0.1"; - sha256 = "1qvryksscidp5g9aax44i2q50yddkymrmrsyxc1qvd6wc2mhvqkz"; + version = "0.2.1.0"; + sha256 = "12c5cl3gc0518b7vrzc0v56ch8rlsc5xvdmhj8lxr085xm16dqng"; libraryHaskellDepends = [ async attoparsec base base16-bytestring base64 bytestring cereal containers cryptonite memory mtl parser-combinators protobuf random @@ -43500,9 +43457,9 @@ self: { ]; testHaskellDepends = [ aeson async attoparsec base base16-bytestring base64 bytestring - cereal containers cryptonite mtl parser-combinators protobuf random - tasty tasty-hunit template-haskell text th-lift-instances time - validation-selective + cereal containers cryptonite lens lens-aeson mtl parser-combinators + protobuf random tasty tasty-hunit template-haskell text + th-lift-instances time validation-selective ]; benchmarkHaskellDepends = [ base criterion ]; description = "Library support for the Biscuit security token"; @@ -43518,8 +43475,8 @@ self: { }: mkDerivation { pname = "biscuit-servant"; - version = "0.2.0.1"; - sha256 = "173qw2g8i8wib0qaw2z4g68yymc21gncfhbj9ahpzgf0l06byc7j"; + version = "0.2.1.0"; + sha256 = "1sw496bfvh5kfyb1f0sczjayb5b2vq14x2vdmww99knjjvn0ibxp"; libraryHaskellDepends = [ base biscuit-haskell bytestring mtl servant-server text wai ]; @@ -44174,28 +44131,6 @@ self: { }) {}; "bits-extra" = callPackage - ({ mkDerivation, base, criterion, doctest, doctest-discover - , ghc-prim, hedgehog, hspec, hspec-discover, hw-hedgehog - , hw-hspec-hedgehog, vector - }: - mkDerivation { - pname = "bits-extra"; - version = "0.0.2.0"; - sha256 = "1c54008kinzcx93kc8vcp7wq7la662m8nk82ax76i9b0gvbkk21f"; - revision = "2"; - editedCabalFile = "01qlnzbc3kgbyacqg9c7ldab2s91h9s4kalld0wz9q2k1d4063lv"; - libraryHaskellDepends = [ base ghc-prim vector ]; - testHaskellDepends = [ - base doctest doctest-discover ghc-prim hedgehog hspec hw-hedgehog - hw-hspec-hedgehog - ]; - testToolDepends = [ doctest-discover hspec-discover ]; - benchmarkHaskellDepends = [ base criterion ghc-prim vector ]; - description = "Useful bitwise operations"; - license = lib.licenses.bsd3; - }) {}; - - "bits-extra_0_0_2_3" = callPackage ({ mkDerivation, base, criterion, doctest, doctest-discover , ghc-prim, hedgehog, hspec, hspec-discover, hw-hedgehog , hw-hspec-hedgehog, vector @@ -44213,7 +44148,6 @@ self: { benchmarkHaskellDepends = [ base criterion ghc-prim vector ]; description = "Useful bitwise operations"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "bits-extras" = callPackage @@ -45449,8 +45383,8 @@ self: { }: mkDerivation { pname = "bloodhound"; - version = "0.18.0.0"; - sha256 = "1dmmvpcmylnwwlw8p30azd9wfa4fk18fd13jnb1gx4wjs8jcwy7p"; + version = "0.19.0.0"; + sha256 = "00kb7dr6xknws3pyx2qdapyb6b8sgbgjyn39vn052428ipyb3a6z"; libraryHaskellDepends = [ aeson base blaze-builder bytestring containers exceptions hashable http-client http-types mtl network-uri scientific semigroups semver @@ -46116,10 +46050,10 @@ self: { ({ mkDerivation, base, containers, time }: mkDerivation { pname = "bookhound"; - version = "0.1.3.0"; - sha256 = "1jdnh2sirazhhl1nqjzv3iz8vzv4wj6rn6x0zii78023iv94lwwz"; + version = "0.1.7.0"; + sha256 = "0811day6w7rgpvp22d1pyjz0bdz175kk9qfzl04wg2bmfg577k2d"; libraryHaskellDepends = [ base containers time ]; - description = "Simple Parser Combinators & Parsers for usual data formats"; + description = "Simple Parser Combinators & Parsers"; license = "LGPL"; }) {}; @@ -46355,21 +46289,6 @@ self: { }) {}; "boomerang" = callPackage - ({ mkDerivation, base, mtl, semigroups, template-haskell, text - , th-abstraction - }: - mkDerivation { - pname = "boomerang"; - version = "1.4.7"; - sha256 = "0ngrzwvzils6pqdgbc7hj4l41r19j2n82z78fqh312lnc1nni94i"; - libraryHaskellDepends = [ - base mtl semigroups template-haskell text th-abstraction - ]; - description = "Library for invertible parsing and printing"; - license = lib.licenses.bsd3; - }) {}; - - "boomerang_1_4_8" = callPackage ({ mkDerivation, base, mtl, semigroups, template-haskell, text , th-abstraction }: @@ -46382,7 +46301,6 @@ self: { ]; description = "Library for invertible parsing and printing"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "boomslang" = callPackage @@ -47566,8 +47484,8 @@ self: { pname = "brotli"; version = "0.0.0.0"; sha256 = "1l9qiw5cl0k1rcnqnj9pb7vgj1b06wckkk5i73nqr15ixgcjmr9j"; - revision = "3"; - editedCabalFile = "1h2p4f0sdf9b2aga9hlfb83fl0w9in6dm9qw42l5jjdapw3hv7nx"; + revision = "4"; + editedCabalFile = "0ih5mmpmhk5qnqc25dn6363xmq20z5k2x5458jp2yxbw1g367nwi"; libraryHaskellDepends = [ base bytestring transformers ]; libraryPkgconfigDepends = [ brotli ]; testHaskellDepends = [ @@ -47608,8 +47526,8 @@ self: { pname = "brotli-streams"; version = "0.0.0.0"; sha256 = "14jc1nhm50razsl99d95amdf4njf75dnzx8vqkihgrgp7qisyz3z"; - revision = "3"; - editedCabalFile = "05531gbin8qww8b8djh8ij2s7hn302s2ld29qdxrrclfmqkk5qjy"; + revision = "4"; + editedCabalFile = "1mpp08l1vwvgl1gvki0wlndlf0kza2kwnx5qdcl7slanw7waa1fb"; libraryHaskellDepends = [ base brotli bytestring io-streams ]; testHaskellDepends = [ base bytestring HUnit io-streams QuickCheck test-framework @@ -48046,6 +47964,28 @@ self: { license = lib.licenses.mit; }) {}; + "bugsnag" = callPackage + ({ mkDerivation, base, bugsnag-hs, bytestring, containers, Glob + , hspec, http-client, http-client-tls, parsec, template-haskell + , text, th-lift-instances, ua-parser, unliftio + , unordered-containers + }: + mkDerivation { + pname = "bugsnag"; + version = "1.0.0.0"; + sha256 = "0s0ppjhn1qylbcia2rpccq7xma26ch1qk9lq578df4i1djpl07zl"; + isLibrary = true; + isExecutable = true; + libraryHaskellDepends = [ + base bugsnag-hs bytestring containers Glob http-client + http-client-tls parsec template-haskell text th-lift-instances + ua-parser unordered-containers + ]; + testHaskellDepends = [ base hspec text unliftio ]; + description = "Bugsnag error reporter for Haskell"; + license = lib.licenses.mit; + }) {}; + "bugsnag-haskell" = callPackage ({ mkDerivation, aeson, aeson-qq, base, bytestring , case-insensitive, containers, doctest, Glob, hspec, http-client @@ -48088,6 +48028,43 @@ self: { license = lib.licenses.bsd3; }) {}; + "bugsnag-wai" = callPackage + ({ mkDerivation, base, bugsnag, bytestring, case-insensitive, hspec + , http-types, iproute, network, text, unordered-containers, wai + , warp + }: + mkDerivation { + pname = "bugsnag-wai"; + version = "1.0.0.0"; + sha256 = "0qarc8w1vprklccrr4i8z5x6m4qry2f09fi43ac7jnh1axywv93a"; + isLibrary = true; + isExecutable = true; + libraryHaskellDepends = [ + base bugsnag bytestring case-insensitive http-types iproute network + text unordered-containers wai warp + ]; + testHaskellDepends = [ base bugsnag hspec unordered-containers ]; + description = "WAI integration for Bugsnag error reporting for Haskell"; + license = lib.licenses.mit; + }) {}; + + "bugsnag-yesod" = callPackage + ({ mkDerivation, base, bugsnag, bugsnag-wai, unliftio, wai + , yesod-core + }: + mkDerivation { + pname = "bugsnag-yesod"; + version = "1.0.0.0"; + sha256 = "181qdsq7dnzsna05g78r613mgfl3shxx6n0zllnzf4m3c05vq5j6"; + isLibrary = true; + isExecutable = true; + libraryHaskellDepends = [ + base bugsnag bugsnag-wai unliftio wai yesod-core + ]; + description = "Yesod integration for Bugsnag error reporting for Haskell"; + license = lib.licenses.mit; + }) {}; + "bugzilla" = callPackage ({ mkDerivation, aeson, base, blaze-builder, bytestring, connection , containers, data-default, http-conduit, http-types, iso8601-time @@ -49752,19 +49729,6 @@ self: { }) {}; "c14n" = callPackage - ({ mkDerivation, base, bytestring, libxml2 }: - mkDerivation { - pname = "c14n"; - version = "0.1.0.1"; - sha256 = "0j5g36sxz6bp2z0z10d47lqh7rmclx3296zafc5vzns8d884sm0n"; - libraryHaskellDepends = [ base bytestring ]; - librarySystemDepends = [ libxml2 ]; - libraryPkgconfigDepends = [ libxml2 ]; - description = "Bindings to the c14n implementation in libxml"; - license = lib.licenses.mit; - }) {inherit (pkgs) libxml2;}; - - "c14n_0_1_0_2" = callPackage ({ mkDerivation, base, bytestring, libxml2 }: mkDerivation { pname = "c14n"; @@ -49775,7 +49739,6 @@ self: { libraryPkgconfigDepends = [ libxml2 ]; description = "Bindings to the c14n implementation in libxml"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {inherit (pkgs) libxml2;}; "c2ats" = callPackage @@ -49945,17 +49908,6 @@ self: { }) {youProbablyWantCapitalCabal = null;}; "cabal-appimage" = callPackage - ({ mkDerivation, base, Cabal, filepath }: - mkDerivation { - pname = "cabal-appimage"; - version = "0.3.0.3"; - sha256 = "0mkbfy9nxdmr8sbvpr6zrh2vvycslmrbc1m32mfxk9kr44f4wjli"; - libraryHaskellDepends = [ base Cabal filepath ]; - description = "Cabal support for creating AppImage applications"; - license = lib.licenses.agpl3Only; - }) {}; - - "cabal-appimage_0_3_0_4" = callPackage ({ mkDerivation, base, Cabal, filepath }: mkDerivation { pname = "cabal-appimage"; @@ -49964,7 +49916,6 @@ self: { libraryHaskellDepends = [ base Cabal filepath ]; description = "Cabal support for creating AppImage applications"; license = lib.licenses.agpl3Only; - hydraPlatforms = lib.platforms.none; }) {}; "cabal-audit" = callPackage @@ -50806,6 +50757,28 @@ self: { license = lib.licenses.gpl3Only; }) {}; + "cabal-rpm_2_0_11_1" = callPackage + ({ mkDerivation, base, bytestring, Cabal, directory, extra + , filepath, http-client, http-client-tls, http-conduit + , optparse-applicative, process, simple-cabal, simple-cmd + , simple-cmd-args, time, unix + }: + mkDerivation { + pname = "cabal-rpm"; + version = "2.0.11.1"; + sha256 = "07a2jnzldyva1smbxxdknimzydj2rhr7whhgh5q4nwkifkiliadv"; + isLibrary = false; + isExecutable = true; + executableHaskellDepends = [ + base bytestring Cabal directory extra filepath http-client + http-client-tls http-conduit optparse-applicative process + simple-cabal simple-cmd simple-cmd-args time unix + ]; + description = "RPM packaging tool for Haskell Cabal-based packages"; + license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + }) {}; + "cabal-scripts" = callPackage ({ mkDerivation, base }: mkDerivation { @@ -52393,29 +52366,6 @@ self: { }) {}; "capability" = callPackage - ({ mkDerivation, base, constraints, containers, dlist, exceptions - , generic-lens, hspec, lens, monad-control, mtl, mutable-containers - , primitive, reflection, safe-exceptions, silently, streaming - , temporary, text, transformers, unliftio, unliftio-core - }: - mkDerivation { - pname = "capability"; - version = "0.5.0.0"; - sha256 = "116phv80mqs5jd3pv0ar29xfjcg8jf2c77fp530dk0k3da8v5d38"; - libraryHaskellDepends = [ - base constraints dlist exceptions generic-lens lens monad-control - mtl mutable-containers primitive reflection safe-exceptions - streaming transformers unliftio unliftio-core - ]; - testHaskellDepends = [ - base containers dlist hspec lens mtl silently streaming temporary - text unliftio - ]; - description = "Extensional capabilities and deriving combinators"; - license = lib.licenses.bsd3; - }) {}; - - "capability_0_5_0_1" = callPackage ({ mkDerivation, base, constraints, containers, dlist, exceptions , generic-lens, hspec, lens, monad-control, mtl, mutable-containers , primitive, reflection, safe-exceptions, silently, streaming @@ -52436,7 +52386,6 @@ self: { ]; description = "Extensional capabilities and deriving combinators"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "capataz" = callPackage @@ -61117,24 +61066,6 @@ self: { }) {}; "comfort-graph" = callPackage - ({ mkDerivation, base, containers, QuickCheck, semigroups - , transformers, utility-ht - }: - mkDerivation { - pname = "comfort-graph"; - version = "0.0.3.1"; - sha256 = "0qmmz3z9dgjb41rj6g81ppxaj4jswqnnb8bqn2s1dd6hf6cih9n9"; - libraryHaskellDepends = [ - base containers QuickCheck semigroups transformers utility-ht - ]; - testHaskellDepends = [ - base containers QuickCheck transformers utility-ht - ]; - description = "Graph structure with type parameters for nodes and edges"; - license = lib.licenses.bsd3; - }) {}; - - "comfort-graph_0_0_3_2" = callPackage ({ mkDerivation, base, containers, doctest-exitcode-stdio , QuickCheck, semigroups, transformers, utility-ht }: @@ -61151,7 +61082,6 @@ self: { ]; description = "Graph structure with type parameters for nodes and edges"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "comic" = callPackage @@ -61434,12 +61364,12 @@ self: { }) {}; "commutative-semigroups" = callPackage - ({ mkDerivation, base }: + ({ mkDerivation, base, containers }: mkDerivation { pname = "commutative-semigroups"; - version = "0.0.1.0"; - sha256 = "0vpg3vl84pwv7rnrmh0g6dzg0x61w919c84bry6gpmdkil55zlll"; - libraryHaskellDepends = [ base ]; + version = "0.0.2.0"; + sha256 = "05nkma7rjxj2l31pzj3sd1lgyswf2jn8a25qnp6k7hcq67x3rhqm"; + libraryHaskellDepends = [ base containers ]; description = "Commutative semigroups"; license = lib.licenses.bsd3; }) {}; @@ -64292,8 +64222,8 @@ self: { }: mkDerivation { pname = "config-value"; - version = "0.8.2"; - sha256 = "1yfy453mykwav6b3i58bmpkyb8jxyh96b96lvx2iyd4dz1i75cdk"; + version = "0.8.2.1"; + sha256 = "1kqkh5w4q8k2r9gab2x4grsbgx7gi18fabg7laiwpl3dm2acmz7k"; libraryHaskellDepends = [ array base containers pretty text ]; libraryToolDepends = [ alex happy ]; testHaskellDepends = [ base text ]; @@ -65030,34 +64960,6 @@ self: { }) {}; "construct" = callPackage - ({ mkDerivation, attoparsec, base, bytestring, Cabal, cabal-doctest - , cereal, directory, doctest, filepath, incremental-parser - , input-parsers, markdown-unlit, monoid-subclasses, parsers - , rank2classes, tasty, tasty-hunit, text - }: - mkDerivation { - pname = "construct"; - version = "0.3.0.2"; - sha256 = "1qng4g9x9smzg3gydpqyxalb49n9673rfn606qh3mq1xhcvj127j"; - enableSeparateDataOutput = true; - setupHaskellDepends = [ base Cabal cabal-doctest ]; - libraryHaskellDepends = [ - attoparsec base bytestring cereal incremental-parser input-parsers - monoid-subclasses parsers rank2classes text - ]; - testHaskellDepends = [ - attoparsec base bytestring cereal directory doctest filepath - incremental-parser monoid-subclasses rank2classes tasty tasty-hunit - text - ]; - testToolDepends = [ markdown-unlit ]; - description = "Haskell version of the Construct library for easy specification of file formats"; - license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; - }) {}; - - "construct_0_3_1" = callPackage ({ mkDerivation, attoparsec, base, bytestring, Cabal, cabal-doctest , cereal, directory, doctest, filepath, incremental-parser , input-parsers, markdown-unlit, monoid-subclasses, parsers @@ -70582,20 +70484,6 @@ self: { }) {}; "d10" = callPackage - ({ mkDerivation, base, hedgehog, template-haskell }: - mkDerivation { - pname = "d10"; - version = "1.0.0.2"; - sha256 = "10jc4sa986r194py1gg90mixvb2h4d1m12zwi6y5hffmrc910qva"; - revision = "1"; - editedCabalFile = "1ffwq8kfg90a5gfdm41fid7n4aszzl4j2mpnr4pp95ri174awqbz"; - libraryHaskellDepends = [ base template-haskell ]; - testHaskellDepends = [ base hedgehog template-haskell ]; - description = "Digits 0-9"; - license = lib.licenses.mit; - }) {}; - - "d10_1_0_1_0" = callPackage ({ mkDerivation, base, hashable, hedgehog, template-haskell }: mkDerivation { pname = "d10"; @@ -70608,7 +70496,6 @@ self: { doHaddock = false; description = "Digits 0-9"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "d3d11binding" = callPackage @@ -73149,10 +73036,8 @@ self: { }: mkDerivation { pname = "datadog"; - version = "0.2.5.0"; - sha256 = "15vbx09f2l250wlmk1wcnfrdmma81dghmy5gbyc6z7s8aqf9vib6"; - revision = "1"; - editedCabalFile = "1427mp2sjq3n3w16266012lvqzajvn5sh63dlw2rzncscy8102nf"; + version = "0.3.0.0"; + sha256 = "0azjwmijk9dvikyajhapmbl4ckdnrji684yqzhm0p3m34rvzj2p4"; libraryHaskellDepends = [ aeson auto-update base buffer-builder bytestring containers dlist http-client http-client-tls http-types lens lifted-base @@ -74303,8 +74188,8 @@ self: { }: mkDerivation { pname = "dear-imgui"; - version = "1.4.0"; - sha256 = "02s649lbfil4c5hqvqrqp93sag21g45hmfw2nxbnpazj1cn1bk7w"; + version = "1.5.0"; + sha256 = "04h44z24712rfp8pnxa90vx5jh5szan5pz33xj8x5mly1vbqzyd7"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -74732,15 +74617,15 @@ self: { "deep-transformations" = callPackage ({ mkDerivation, base, Cabal, cabal-doctest, doctest, generic-lens - , markdown-unlit, rank2classes, template-haskell + , markdown-unlit, rank2classes, template-haskell, transformers }: mkDerivation { pname = "deep-transformations"; - version = "0.1"; - sha256 = "007j67gx2nq77d5zcikywjjc5hs14x95hn94sbzrjh708azbb7gc"; + version = "0.2"; + sha256 = "1kk7h4vys9l0456kaapdg1y1d8lzfkzkb71mc996l2lmrdxvzz5v"; setupHaskellDepends = [ base Cabal cabal-doctest ]; libraryHaskellDepends = [ - base generic-lens rank2classes template-haskell + base generic-lens rank2classes template-haskell transformers ]; testHaskellDepends = [ base doctest rank2classes ]; testToolDepends = [ markdown-unlit ]; @@ -81994,22 +81879,6 @@ self: { }) {}; "domain-core" = callPackage - ({ mkDerivation, base, template-haskell - , template-haskell-compat-v0208, text, th-lego, th-lift-instances - }: - mkDerivation { - pname = "domain-core"; - version = "0.1.0.1"; - sha256 = "1zfn1nhhz810j5sq1l4i74iyxwf4gq9zr1gic76y1wv4gv1k096a"; - libraryHaskellDepends = [ - base template-haskell template-haskell-compat-v0208 text th-lego - th-lift-instances - ]; - description = "Low-level API of \"domain\""; - license = lib.licenses.mit; - }) {}; - - "domain-core_0_1_0_2" = callPackage ({ mkDerivation, base, template-haskell , template-haskell-compat-v0208, text, th-lego, th-lift-instances }: @@ -82023,30 +81892,9 @@ self: { ]; description = "Low-level API of \"domain\""; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "domain-optics" = callPackage - ({ mkDerivation, base, domain, domain-core, optics, optics-core - , rerebase, template-haskell, template-haskell-compat-v0208, text - , th-lego, unordered-containers - }: - mkDerivation { - pname = "domain-optics"; - version = "0.1.0.2"; - sha256 = "1j5165idl61gzxiknhpfqn4shji7cf2pcjlwazc2g5a86rvq0i0s"; - libraryHaskellDepends = [ - base domain-core optics-core template-haskell - template-haskell-compat-v0208 text th-lego unordered-containers - ]; - testHaskellDepends = [ domain optics rerebase ]; - description = "Integration of domain with optics"; - license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; - }) {}; - - "domain-optics_0_1_0_3" = callPackage ({ mkDerivation, base, domain, domain-core, optics, optics-core , rerebase, template-haskell, template-haskell-compat-v0208, text , th-lego, unordered-containers @@ -82210,35 +82058,6 @@ self: { }) {}; "dotenv" = callPackage - ({ mkDerivation, base, base-compat, containers, directory - , exceptions, hspec, hspec-discover, hspec-megaparsec, megaparsec - , optparse-applicative, process, text, transformers - }: - mkDerivation { - pname = "dotenv"; - version = "0.9.0.0"; - sha256 = "12w7n6yn8mk5l3b2a1ppzg3s4fvs24gx2plas8amhxrqdpx4gdk7"; - isLibrary = true; - isExecutable = true; - enableSeparateDataOutput = true; - libraryHaskellDepends = [ - base base-compat containers directory exceptions megaparsec process - text transformers - ]; - executableHaskellDepends = [ - base base-compat megaparsec optparse-applicative process text - transformers - ]; - testHaskellDepends = [ - base base-compat containers directory exceptions hspec - hspec-megaparsec megaparsec process text transformers - ]; - testToolDepends = [ hspec-discover ]; - description = "Loads environment variables from dotenv files"; - license = lib.licenses.mit; - }) {}; - - "dotenv_0_9_0_2" = callPackage ({ mkDerivation, base, base-compat, containers, directory , exceptions, hspec, hspec-discover, hspec-megaparsec, megaparsec , optparse-applicative, process, text @@ -82264,7 +82083,6 @@ self: { testToolDepends = [ hspec-discover ]; description = "Loads environment variables from dotenv files"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "dotfs" = callPackage @@ -86527,8 +86345,8 @@ self: { }: mkDerivation { pname = "elm-street"; - version = "0.1.0.4"; - sha256 = "1dnpzc70qznbm3f678lxzkfbyihcqhlg185db09q64aj20hls5d6"; + version = "0.2.0.0"; + sha256 = "1q8gyig2dsqxg2r139z99pnyy57zjzh9rnawxdk3g2wb175vpa2p"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -86958,22 +86776,6 @@ self: { }) {}; "email-validate" = callPackage - ({ mkDerivation, attoparsec, base, bytestring, doctest, hspec - , QuickCheck, template-haskell - }: - mkDerivation { - pname = "email-validate"; - version = "2.3.2.15"; - sha256 = "0n67wss6k8lhwfkybkhsa04bbdfdv541sacbxlylkx2hqpj5r5gh"; - libraryHaskellDepends = [ - attoparsec base bytestring template-haskell - ]; - testHaskellDepends = [ base bytestring doctest hspec QuickCheck ]; - description = "Email address validation"; - license = lib.licenses.bsd3; - }) {}; - - "email-validate_2_3_2_16" = callPackage ({ mkDerivation, attoparsec, base, bytestring, doctest, hspec , QuickCheck, template-haskell }: @@ -86987,7 +86789,6 @@ self: { testHaskellDepends = [ base bytestring doctest hspec QuickCheck ]; description = "Email address validation"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "email-validate-json" = callPackage @@ -88921,6 +88722,8 @@ self: { pname = "esqueleto"; version = "3.5.3.1"; sha256 = "16i0hnn91a77jdzmj8zwr328splaqbk0wzbj3kvrwnbylwjbdccm"; + revision = "1"; + editedCabalFile = "1b5q5nf5b32id5g3gbndsn3c31m3ch57a5w16akfww711dk45lyz"; libraryHaskellDepends = [ aeson attoparsec base blaze-html bytestring conduit containers monad-logger persistent resourcet tagged text time transformers @@ -88937,6 +88740,35 @@ self: { license = lib.licenses.bsd3; }) {}; + "esqueleto_3_5_3_2" = callPackage + ({ mkDerivation, aeson, attoparsec, base, blaze-html, bytestring + , conduit, containers, exceptions, hspec, hspec-core, monad-logger + , mtl, mysql, mysql-simple, persistent, persistent-mysql + , persistent-postgresql, persistent-sqlite, postgresql-simple + , QuickCheck, resourcet, tagged, text, time, transformers, unliftio + , unordered-containers + }: + mkDerivation { + pname = "esqueleto"; + version = "3.5.3.2"; + sha256 = "0sdp8zxa8jqql1dmhm0wf20hj5yd3853ha7f8wg24dvbjff8z1yj"; + libraryHaskellDepends = [ + aeson attoparsec base blaze-html bytestring conduit containers + monad-logger persistent resourcet tagged text time transformers + unliftio unordered-containers + ]; + testHaskellDepends = [ + aeson attoparsec base blaze-html bytestring conduit containers + exceptions hspec hspec-core monad-logger mtl mysql mysql-simple + persistent persistent-mysql persistent-postgresql persistent-sqlite + postgresql-simple QuickCheck resourcet tagged text time + transformers unliftio unordered-containers + ]; + description = "Type-safe EDSL for SQL queries on persistent backends"; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + }) {}; + "esqueleto-pgcrypto" = callPackage ({ mkDerivation, base, esqueleto, hspec, monad-logger, persistent , persistent-postgresql, QuickCheck, text, transformers, unliftio @@ -93622,32 +93454,6 @@ self: { }) {}; "feed" = callPackage - ({ mkDerivation, base, base-compat, bytestring, doctest - , doctest-driver-gen, HUnit, markdown-unlit, old-locale, old-time - , safe, syb, test-framework, test-framework-hunit, text, time - , time-locale-compat, utf8-string, xml-conduit, xml-types - }: - mkDerivation { - pname = "feed"; - version = "1.3.2.0"; - sha256 = "0kv3vx3njqlhwvkmf12m1gmwl8jj97kfa60da2362vwdavhcf4dk"; - revision = "3"; - editedCabalFile = "029bip9jrmygvsdrdxn5gyb899kny41a98xjvy65gapd8ir1fd43"; - enableSeparateDataOutput = true; - libraryHaskellDepends = [ - base base-compat bytestring old-locale old-time safe text time - time-locale-compat utf8-string xml-conduit xml-types - ]; - testHaskellDepends = [ - base base-compat doctest doctest-driver-gen HUnit old-time syb - test-framework test-framework-hunit text time xml-conduit xml-types - ]; - testToolDepends = [ doctest-driver-gen markdown-unlit ]; - description = "Interfacing with RSS (v 0.9x, 2.x, 1.0) + Atom feeds."; - license = lib.licenses.bsd3; - }) {}; - - "feed_1_3_2_1" = callPackage ({ mkDerivation, base, base-compat, bytestring, doctest , doctest-driver-gen, HUnit, markdown-unlit, old-locale, old-time , safe, syb, test-framework, test-framework-hunit, text, time @@ -93669,7 +93475,6 @@ self: { testToolDepends = [ doctest-driver-gen markdown-unlit ]; description = "Interfacing with RSS (v 0.9x, 2.x, 1.0) + Atom feeds."; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "feed-cli" = callPackage @@ -101298,6 +101103,23 @@ self: { license = lib.licenses.asl20; }) {}; + "fusion-plugin_0_2_4" = callPackage + ({ mkDerivation, base, containers, directory, filepath + , fusion-plugin-types, ghc, syb, time, transformers + }: + mkDerivation { + pname = "fusion-plugin"; + version = "0.2.4"; + sha256 = "1q0xsrzl0zlnx6wga8aw8h40innl76zbnn1dpb02wli6nlq237kp"; + libraryHaskellDepends = [ + base containers directory filepath fusion-plugin-types ghc syb time + transformers + ]; + description = "GHC plugin to make stream fusion more predictable"; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; + }) {}; + "fusion-plugin-types" = callPackage ({ mkDerivation, base }: mkDerivation { @@ -104242,29 +104064,6 @@ self: { }) {}; "genvalidity-text" = callPackage - ({ mkDerivation, array, base, criterion, genvalidity - , genvalidity-criterion, genvalidity-hspec, hspec, QuickCheck - , random, text, validity, validity-text - }: - mkDerivation { - pname = "genvalidity-text"; - version = "1.0.0.0"; - sha256 = "1gr5wqp2rph212hz60kk94wp14p7pwrhay8vlg2b8g40ixai8qw6"; - libraryHaskellDepends = [ - array base genvalidity QuickCheck random text validity - validity-text - ]; - testHaskellDepends = [ - base genvalidity genvalidity-hspec hspec QuickCheck text - ]; - benchmarkHaskellDepends = [ - base criterion genvalidity genvalidity-criterion QuickCheck text - ]; - description = "GenValidity support for Text"; - license = lib.licenses.mit; - }) {}; - - "genvalidity-text_1_0_0_1" = callPackage ({ mkDerivation, array, base, criterion, genvalidity , genvalidity-criterion, genvalidity-hspec, hspec, QuickCheck , random, text, validity, validity-text @@ -104285,7 +104084,6 @@ self: { ]; description = "GenValidity support for Text"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "genvalidity-time" = callPackage @@ -105061,12 +104859,12 @@ self: { }) {}; "ghc-datasize" = callPackage - ({ mkDerivation, base, deepseq, ghc-prim }: + ({ mkDerivation, base, deepseq, ghc-heap, ghc-prim }: mkDerivation { pname = "ghc-datasize"; - version = "0.2.5"; - sha256 = "1n8pz93lga1mizla91fwz16gd0831wjqskqbk0qr4m585zpzhh4d"; - libraryHaskellDepends = [ base deepseq ghc-prim ]; + version = "0.2.6"; + sha256 = "0nprk7mzr6n63ihjdqrs2kd16hzl72n04zi3hpsjlszy8gzizqg5"; + libraryHaskellDepends = [ base deepseq ghc-heap ghc-prim ]; description = "Determine the size of data structures in GHC's memory"; license = lib.licenses.bsd3; hydraPlatforms = lib.platforms.none; @@ -109499,6 +109297,25 @@ self: { license = lib.licenses.mit; }) {}; + "github-webhooks_0_16_0" = callPackage + ({ mkDerivation, aeson, base, base16-bytestring, bytestring + , cryptonite, deepseq, deepseq-generics, hspec, memory, text, time + , vector + }: + mkDerivation { + pname = "github-webhooks"; + version = "0.16.0"; + sha256 = "1h0l4p0wyy4d6k43gxjfjx2fv0a59xd900dr14ydxdjn75yhc7g0"; + libraryHaskellDepends = [ + aeson base base16-bytestring bytestring cryptonite deepseq + deepseq-generics memory text time vector + ]; + testHaskellDepends = [ aeson base bytestring hspec text vector ]; + description = "Aeson instances for GitHub Webhook payloads"; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + }) {}; + "githud" = callPackage ({ mkDerivation, base, bytestring, daemons, data-default, directory , filelock, mtl, network, parsec, process, tasty, tasty-hunit @@ -110458,17 +110275,6 @@ self: { }) {}; "gloss-algorithms" = callPackage - ({ mkDerivation, base, containers, ghc-prim, gloss }: - mkDerivation { - pname = "gloss-algorithms"; - version = "1.13.0.2"; - sha256 = "0wx546hm1afgq0al5bk1g2qfgg9r520whm6igz18lkc9fsksjfgd"; - libraryHaskellDepends = [ base containers ghc-prim gloss ]; - description = "Data structures and algorithms for working with 2D graphics"; - license = lib.licenses.mit; - }) {}; - - "gloss-algorithms_1_13_0_3" = callPackage ({ mkDerivation, base, containers, ghc-prim, gloss }: mkDerivation { pname = "gloss-algorithms"; @@ -110477,7 +110283,6 @@ self: { libraryHaskellDepends = [ base containers ghc-prim gloss ]; description = "Data structures and algorithms for working with 2D graphics"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "gloss-banana" = callPackage @@ -115194,16 +114999,16 @@ self: { }: mkDerivation { pname = "graphql"; - version = "1.0.2.0"; - sha256 = "1wnamdj6d0m1qqngslwiv5s20f16v9000hn2jq7q4m3f2y2pf2kb"; + version = "1.0.3.0"; + sha256 = "10b8kqzbw1cb3ylb16v7ps1qxr11irz4546plq0y1ah7cbrgs3d3"; libraryHaskellDepends = [ aeson base conduit containers exceptions hspec-expectations megaparsec parser-combinators scientific template-haskell text transformers unordered-containers vector ]; testHaskellDepends = [ - base conduit exceptions hspec hspec-megaparsec megaparsec - QuickCheck text unordered-containers + base conduit containers exceptions hspec hspec-megaparsec + megaparsec QuickCheck text unordered-containers vector ]; description = "Haskell GraphQL implementation"; license = "MPL-2.0 AND BSD-3-Clause"; @@ -115273,6 +115078,26 @@ self: { hydraPlatforms = lib.platforms.none; }) {}; + "graphql-spice" = callPackage + ({ mkDerivation, aeson, base, conduit, containers, exceptions + , graphql, hspec, hspec-expectations, megaparsec, scientific, text + , unordered-containers, vector + }: + mkDerivation { + pname = "graphql-spice"; + version = "1.0.0.0"; + sha256 = "06ni93n7wqi68k7vaqjls1hz36kiv3gcvlbnfz8wfhc5vgi8qznh"; + libraryHaskellDepends = [ + aeson base conduit containers exceptions graphql hspec-expectations + megaparsec scientific text unordered-containers vector + ]; + testHaskellDepends = [ + aeson base graphql hspec scientific text unordered-containers + ]; + description = "GraphQL with batteries"; + license = lib.licenses.mpl20; + }) {}; + "graphql-utils" = callPackage ({ mkDerivation, aeson, aeson-helper, base, graphql, text , unordered-containers, vector @@ -115772,24 +115597,21 @@ self: { }) {}; "grid-proto" = callPackage - ({ mkDerivation, aeson, base, bytestring, containers, linear, sdl2 - , sdl2-fps, sdl2-gfx, sdl2-mixer, sdl2-ttf, StateVar, text, vector + ({ mkDerivation, base, bytestring, containers, linear, sdl2 + , sdl2-gfx, sdl2-mixer, sdl2-ttf, StateVar, text, vector }: mkDerivation { pname = "grid-proto"; - version = "0.1.0.0"; - sha256 = "0jwwgnzv27af5wcynfi2rm1xnp5lvqrnaqi1asw27ng4413y3jqk"; + version = "0.2.0.1"; + sha256 = "0hg7302jab5v9v26w9g400y98mrxphjijlwj9mb5aqlcmbp93cps"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ - aeson base bytestring containers linear sdl2 sdl2-fps sdl2-gfx - sdl2-mixer sdl2-ttf StateVar text vector + base bytestring containers linear sdl2 sdl2-gfx sdl2-mixer sdl2-ttf + StateVar text vector ]; - executableHaskellDepends = [ - aeson base bytestring containers linear sdl2 sdl2-fps sdl2-gfx - sdl2-mixer sdl2-ttf StateVar text vector - ]; - description = "Grid-based prototyping framework"; + executableHaskellDepends = [ base ]; + description = "Game engine for Prototyping on a Grid"; license = lib.licenses.bsd3; hydraPlatforms = lib.platforms.none; }) {}; @@ -116815,27 +116637,6 @@ self: { }) {inherit (pkgs) xlibsWrapper;}; "gtk2hs-buildtools" = callPackage - ({ mkDerivation, alex, array, base, Cabal, containers, directory - , filepath, happy, hashtables, pretty, process, random - }: - mkDerivation { - pname = "gtk2hs-buildtools"; - version = "0.13.8.2"; - sha256 = "01zdjn50lj8aw0ild97m4g7k1jfscsxvabs2f6laxk6ql6jy5iag"; - isLibrary = true; - isExecutable = true; - enableSeparateDataOutput = true; - libraryHaskellDepends = [ - array base Cabal containers directory filepath hashtables pretty - process random - ]; - libraryToolDepends = [ alex happy ]; - executableHaskellDepends = [ base ]; - description = "Tools to build the Gtk2Hs suite of User Interface libraries"; - license = lib.licenses.gpl2Only; - }) {}; - - "gtk2hs-buildtools_0_13_8_3" = callPackage ({ mkDerivation, alex, array, base, Cabal, containers, directory , filepath, happy, hashtables, pretty, process, random }: @@ -116854,7 +116655,6 @@ self: { executableHaskellDepends = [ base ]; description = "Tools to build the Gtk2Hs suite of User Interface libraries"; license = lib.licenses.gpl2Only; - hydraPlatforms = lib.platforms.none; }) {}; "gtk2hs-cast-glade" = callPackage @@ -119578,8 +119378,8 @@ self: { pname = "hakyll"; version = "4.15.1.1"; sha256 = "0b3bw275q1xbx8qs9a6gzzs3c9z3qdj7skqhpp09jkchi5kdvhvi"; - revision = "1"; - editedCabalFile = "020nb84lc4xl87zysy5v81f91aw494r5aa917z08vw2zsd3jdl9g"; + revision = "2"; + editedCabalFile = "0rsr61xndj6kxwscbp4zcq2y5x9cg7y0r4iblj3s767yw1ajnpn4"; isLibrary = true; isExecutable = true; enableSeparateDataOutput = true; @@ -119791,8 +119591,8 @@ self: { pname = "hakyll-convert"; version = "0.3.0.4"; sha256 = "09fqr05mvs0qs53psq97kn1s4axinwn1vr5d6af4sqj3zc5k6k39"; - revision = "1"; - editedCabalFile = "0sg82zrawgklzkzpj8gpigwh1ixzi2igsxl8s881skq1z9k1fphj"; + revision = "2"; + editedCabalFile = "04j3f0p71y8hwx92daj31r609xj647r3v5yhxr9whzfn432wj7p1"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -120048,10 +119848,10 @@ self: { }: mkDerivation { pname = "hal"; - version = "0.4.9"; - sha256 = "10mqs33bs85m65g4kscb24abbdaabnrc4841mnj6pravq165b9v7"; + version = "0.4.10"; + sha256 = "10byncg5m23qfzi2avlrh3yq5gdppgiy998a225wa5p95m31xh9b"; revision = "1"; - editedCabalFile = "0fdny4nsdh4m445qc2f0b87xci9i11q8ccdw59qx67qp2c2121l3"; + editedCabalFile = "01mrqgh8n1kzpclcfqpc02jqdijj9pwks9bia5hs1s6vnasbpfg7"; libraryHaskellDepends = [ aeson base base64-bytestring bytestring case-insensitive conduit conduit-extra containers envy exceptions hashable http-client @@ -120066,7 +119866,7 @@ self: { license = lib.licenses.bsd3; }) {}; - "hal_0_4_10" = callPackage + "hal_0_4_10_1" = callPackage ({ mkDerivation, aeson, base, base64-bytestring, bytestring , case-insensitive, conduit, conduit-extra, containers, envy , exceptions, hashable, hedgehog, hspec, hspec-hedgehog @@ -120075,10 +119875,10 @@ self: { }: mkDerivation { pname = "hal"; - version = "0.4.10"; - sha256 = "10byncg5m23qfzi2avlrh3yq5gdppgiy998a225wa5p95m31xh9b"; + version = "0.4.10.1"; + sha256 = "1mxlyx0zxvklrybasx8p6di72aw431mbbyj06pb91570j9c46fp0"; revision = "1"; - editedCabalFile = "01mrqgh8n1kzpclcfqpc02jqdijj9pwks9bia5hs1s6vnasbpfg7"; + editedCabalFile = "1y26hf8paym4yj34zvi2d2faji8mvw4g4zl17ii9jfwldfqd0r19"; libraryHaskellDepends = [ aeson base base64-bytestring bytestring case-insensitive conduit conduit-extra containers envy exceptions hashable http-client @@ -122010,31 +121810,6 @@ self: { }) {}; "hasbolt" = callPackage - ({ mkDerivation, base, base64-bytestring, binary, bytestring - , connection, containers, criterion, data-binary-ieee754 - , data-default, deepseq, deepseq-generics, hspec, mtl, network - , QuickCheck, text - }: - mkDerivation { - pname = "hasbolt"; - version = "0.1.6.1"; - sha256 = "1skniw27z4p3103anh2jc546h0jkvsacsnwnf32zz7a4paw6z280"; - libraryHaskellDepends = [ - base binary bytestring connection containers data-binary-ieee754 - data-default deepseq deepseq-generics mtl network text - ]; - testHaskellDepends = [ - base binary bytestring containers hspec QuickCheck text - ]; - benchmarkHaskellDepends = [ - base base64-bytestring binary bytestring criterion data-default - hspec - ]; - description = "Haskell driver for Neo4j 3+ (BOLT protocol)"; - license = lib.licenses.bsd3; - }) {}; - - "hasbolt_0_1_6_2" = callPackage ({ mkDerivation, base, base64-bytestring, binary, bytestring , connection, containers, criterion, data-binary-ieee754 , data-default, deepseq, deepseq-generics, hspec, mtl, network @@ -122057,7 +121832,6 @@ self: { ]; description = "Haskell driver for Neo4j 3+ (BOLT protocol)"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "hasbolt-extras" = callPackage @@ -130679,8 +130453,8 @@ self: { }: mkDerivation { pname = "hercules-ci-agent"; - version = "0.9.1"; - sha256 = "1wch2q73j8wgvdda1w4v14js85d90ag9dxz1lh3fycdwf2z0agss"; + version = "0.9.2"; + sha256 = "1518hkza6xgvy6ykvmv12pc0lhdf5apbjahpgw6bdrwnfyj0xicm"; isLibrary = true; isExecutable = true; enableSeparateDataOutput = true; @@ -130690,9 +130464,9 @@ self: { containers directory dlist exceptions filepath hercules-ci-api-agent hercules-ci-api-core hercules-ci-cnix-expr hercules-ci-cnix-store katip lens lens-aeson lifted-async - lifted-base monad-control mtl network-uri process process-extras - protolude safe-exceptions stm tagged temporary text time - transformers transformers-base unbounded-delays unix unliftio + lifted-base monad-control mtl network network-uri process + process-extras protolude safe-exceptions stm tagged temporary text + time transformers transformers-base unbounded-delays unix unliftio unliftio-core uuid websockets wuss ]; executableHaskellDepends = [ @@ -130765,8 +130539,8 @@ self: { }: mkDerivation { pname = "hercules-ci-api-agent"; - version = "0.4.3.0"; - sha256 = "1rrh016ajy1f69bky5x0380g7kgvlvj56a25cxdq3wbd4yr6p1br"; + version = "0.4.4.0"; + sha256 = "1p4bclcmjmiy28f2ynjx310v0a7iqx26af5dsnrcd9qcgrzh0q7f"; libraryHaskellDepends = [ aeson base base64-bytestring-type bytestring containers cookie deepseq exceptions hashable hercules-ci-api-core http-api-data @@ -133682,6 +133456,28 @@ self: { license = lib.licenses.bsd3; }) {}; + "hint_0_9_0_6" = callPackage + ({ mkDerivation, base, bytestring, containers, directory + , exceptions, filepath, ghc, ghc-boot, ghc-paths, HUnit, random + , stm, temporary, text, transformers, typed-process, unix + }: + mkDerivation { + pname = "hint"; + version = "0.9.0.6"; + sha256 = "1j7jzx8i1rc66xw4c6gf4kjv0a8ma96j25kfz6rzswik4vp5xmky"; + libraryHaskellDepends = [ + base containers directory exceptions filepath ghc ghc-boot + ghc-paths random temporary transformers unix + ]; + testHaskellDepends = [ + base bytestring containers directory exceptions filepath HUnit stm + text typed-process unix + ]; + description = "A Haskell interpreter built on top of the GHC API"; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + }) {}; + "hint-server" = callPackage ({ mkDerivation, base, eprocess, exceptions, hint, monad-loops, mtl }: @@ -134548,6 +134344,26 @@ self: { license = lib.licenses.gpl3Only; }) {}; + "hkgr_0_4" = callPackage + ({ mkDerivation, base, bytestring, directory, extra, filepath + , simple-cabal, simple-cmd-args, typed-process, xdg-basedir + }: + mkDerivation { + pname = "hkgr"; + version = "0.4"; + sha256 = "1h4dxnsj729cy8x687f77y0p8gh7sz9z7dl8vgqwmcd4p65vjwlk"; + isLibrary = false; + isExecutable = true; + enableSeparateDataOutput = true; + executableHaskellDepends = [ + base bytestring directory extra filepath simple-cabal + simple-cmd-args typed-process xdg-basedir + ]; + description = "Simple Hackage release workflow for package maintainers"; + license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + }) {}; + "hkt" = callPackage ({ mkDerivation, base, hspec, inspection-testing, protolude, text }: @@ -138584,6 +138400,45 @@ self: { license = lib.licenses.mit; }) {}; + "hpack_0_34_7" = callPackage + ({ mkDerivation, aeson, base, bifunctors, bytestring, Cabal + , containers, cryptonite, deepseq, directory, filepath, Glob, hspec + , hspec-discover, http-client, http-client-tls, http-types, HUnit + , infer-license, interpolate, mockery, pretty, QuickCheck + , scientific, template-haskell, temporary, text, transformers + , unordered-containers, vector, yaml + }: + mkDerivation { + pname = "hpack"; + version = "0.34.7"; + sha256 = "0nzqpma4cxp3xw79i5pxgjynl5iq0dq0nrw8vczwpj373kyijd0h"; + isLibrary = true; + isExecutable = true; + libraryHaskellDepends = [ + aeson base bifunctors bytestring Cabal containers cryptonite + deepseq directory filepath Glob http-client http-client-tls + http-types infer-license pretty scientific text transformers + unordered-containers vector yaml + ]; + executableHaskellDepends = [ + aeson base bifunctors bytestring Cabal containers cryptonite + deepseq directory filepath Glob http-client http-client-tls + http-types infer-license pretty scientific text transformers + unordered-containers vector yaml + ]; + testHaskellDepends = [ + aeson base bifunctors bytestring Cabal containers cryptonite + deepseq directory filepath Glob hspec http-client http-client-tls + http-types HUnit infer-license interpolate mockery pretty + QuickCheck scientific template-haskell temporary text transformers + unordered-containers vector yaml + ]; + testToolDepends = [ hspec-discover ]; + description = "A modern format for Haskell packages"; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + }) {}; + "hpack-convert" = callPackage ({ mkDerivation, aeson, aeson-qq, base, base-compat, bytestring , Cabal, containers, deepseq, directory, filepath, Glob, hspec @@ -138647,6 +138502,37 @@ self: { license = lib.licenses.bsd3; }) {}; + "hpack-dhall_0_5_5" = callPackage + ({ mkDerivation, aeson, aeson-pretty, base, bytestring, Cabal + , dhall, dhall-json, Diff, directory, filepath, hpack, megaparsec + , microlens, optparse-applicative, prettyprinter, tasty + , tasty-golden, text, transformers, utf8-string, yaml + }: + mkDerivation { + pname = "hpack-dhall"; + version = "0.5.5"; + sha256 = "1256vqqncgir0ir7i0vnvr7v5jkyx5ggng8gyi4qsqs8lmqn11r3"; + isLibrary = true; + isExecutable = true; + libraryHaskellDepends = [ + aeson aeson-pretty base bytestring dhall dhall-json filepath hpack + megaparsec microlens prettyprinter text transformers yaml + ]; + executableHaskellDepends = [ + aeson aeson-pretty base bytestring dhall dhall-json filepath hpack + megaparsec microlens optparse-applicative prettyprinter text + transformers yaml + ]; + testHaskellDepends = [ + aeson aeson-pretty base bytestring Cabal dhall dhall-json Diff + directory filepath hpack megaparsec microlens prettyprinter tasty + tasty-golden text transformers utf8-string yaml + ]; + description = "hpack's dhalling"; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + }) {}; + "hpaco" = callPackage ({ mkDerivation, aeson, base, cmdargs, filepath, hpaco-lib, strict , utf8-string, yaml @@ -139161,6 +139047,37 @@ self: { broken = true; }) {inherit (pkgs) postgresql;}; + "hpqtypes_1_9_3_1" = callPackage + ({ mkDerivation, aeson, async, base, bytestring, Cabal, containers + , directory, exceptions, filepath, HUnit, lifted-base + , monad-control, mtl, postgresql, QuickCheck, random, resource-pool + , scientific, semigroups, test-framework, test-framework-hunit + , text, text-show, time, transformers, transformers-base + , unordered-containers, uuid-types, vector + }: + mkDerivation { + pname = "hpqtypes"; + version = "1.9.3.1"; + sha256 = "02cinc29smiic2zc8z83h9bppsf60yp56a4cb9k4agkjqf5n2036"; + setupHaskellDepends = [ base Cabal directory filepath ]; + libraryHaskellDepends = [ + aeson async base bytestring containers exceptions lifted-base + monad-control mtl resource-pool semigroups text text-show time + transformers transformers-base uuid-types vector + ]; + librarySystemDepends = [ postgresql ]; + testHaskellDepends = [ + aeson base bytestring exceptions HUnit lifted-base monad-control + mtl QuickCheck random scientific test-framework + test-framework-hunit text text-show time transformers-base + unordered-containers uuid-types vector + ]; + description = "Haskell bindings to libpqtypes"; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; + }) {inherit (pkgs) postgresql;}; + "hpqtypes-extras" = callPackage ({ mkDerivation, base, base16-bytestring, bytestring, containers , cryptohash, deepseq, exceptions, extra, fields-json, hpqtypes @@ -144381,6 +144298,8 @@ self: { pname = "hspec-wai-json"; version = "0.11.0"; sha256 = "0cra0jfb8j9g5447lij0d8nnbqv06f5i4j51h14vjw0n7zb4i8y4"; + revision = "1"; + editedCabalFile = "186l9mp921vspzrmz52xii0iiiskj6psiizdja09l4b8ficfd4m9"; libraryHaskellDepends = [ aeson aeson-qq base bytestring case-insensitive hspec-wai template-haskell @@ -146611,10 +146530,8 @@ self: { }: mkDerivation { pname = "http-io-streams"; - version = "0.1.6.0"; - sha256 = "03wndmw1pblnjqhni76s5lyyw3l8zbl1csydzl8bp0h1g5vmfpmp"; - revision = "3"; - editedCabalFile = "1cz3cnjf4gxp9iy6zyw180i9pkyi3y0bfkiz6y0dy81xn7smnq6m"; + version = "0.1.6.1"; + sha256 = "09ggsf9g8gf28d3d5z0rcdnl63d34al35z5d6v68k0n7r229ffb1"; libraryHaskellDepends = [ attoparsec base base64-bytestring binary blaze-builder brotli-streams bytestring case-insensitive containers @@ -148131,10 +148048,8 @@ self: { }: mkDerivation { pname = "hw-aeson"; - version = "0.1.1.0"; - sha256 = "0d50yghgnxhynbm6w5kgkhgr8xgnghr8g1xn7zf0p9ax8dxkdy00"; - revision = "2"; - editedCabalFile = "062g7zwbp9csgcbpbbyg6ckb8zhkx1kqk5dsms36fmx95dq4zl5j"; + version = "0.1.2.0"; + sha256 = "0a4x97laraxyyrpkklj4qxwgh7lmxxnzdg7y0ki9041ck8ymsmdr"; libraryHaskellDepends = [ aeson base text ]; testHaskellDepends = [ aeson base doctest doctest-discover hedgehog hspec @@ -148192,44 +148107,6 @@ self: { }) {}; "hw-balancedparens" = callPackage - ({ mkDerivation, base, bytestring, criterion, deepseq, directory - , doctest, doctest-discover, generic-lens, hedgehog, hspec - , hspec-discover, hw-bits, hw-excess, hw-fingertree - , hw-hspec-hedgehog, hw-int, hw-prim, hw-rankselect-base, lens - , mmap, optparse-applicative, transformers, vector - }: - mkDerivation { - pname = "hw-balancedparens"; - version = "0.4.1.1"; - sha256 = "16v36fj5aawnx6glarzljl3yb93zkn06ij5cg40zba5rp8jhpg7z"; - revision = "4"; - editedCabalFile = "0hw0qqkabv0i4zmr7436pl1xn9izxcm4p9flv2k697zyhqdaccik"; - isLibrary = true; - isExecutable = true; - libraryHaskellDepends = [ - base deepseq directory hedgehog hspec hw-bits hw-excess - hw-fingertree hw-int hw-prim hw-rankselect-base vector - ]; - executableHaskellDepends = [ - base bytestring generic-lens hw-bits hw-prim lens mmap - optparse-applicative vector - ]; - testHaskellDepends = [ - base directory doctest doctest-discover hedgehog hspec hw-bits - hw-hspec-hedgehog hw-int hw-prim hw-rankselect-base transformers - vector - ]; - testToolDepends = [ doctest-discover hspec-discover ]; - benchmarkHaskellDepends = [ - base criterion deepseq directory generic-lens hedgehog hw-bits - hw-prim lens vector - ]; - doHaddock = false; - description = "Balanced parentheses"; - license = lib.licenses.bsd3; - }) {}; - - "hw-balancedparens_0_4_1_2" = callPackage ({ mkDerivation, base, bytestring, criterion, deepseq, directory , doctest, doctest-discover, generic-lens, hedgehog, hspec , hspec-discover, hw-bits, hw-excess, hw-fingertree @@ -148263,35 +148140,9 @@ self: { doHaddock = false; description = "Balanced parentheses"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "hw-bits" = callPackage - ({ mkDerivation, base, bitvec, bytestring, criterion, deepseq - , doctest, doctest-discover, hedgehog, hspec, hspec-discover - , hw-hspec-hedgehog, hw-int, hw-prim, hw-string-parse, vector - }: - mkDerivation { - pname = "hw-bits"; - version = "0.7.2.1"; - sha256 = "18l9r0yhddkzgbc2vvk0qr9brb5ih25zjfga3bddb5j8gpaaq65q"; - revision = "2"; - editedCabalFile = "1almm4nl56gf99wys1kzalqcz0dkaih0pgxsyqv4q1j1w3ggfmfq"; - libraryHaskellDepends = [ - base bitvec bytestring deepseq hw-int hw-prim hw-string-parse - vector - ]; - testHaskellDepends = [ - base bitvec bytestring doctest doctest-discover hedgehog hspec - hw-hspec-hedgehog hw-prim vector - ]; - testToolDepends = [ doctest-discover hspec-discover ]; - benchmarkHaskellDepends = [ base criterion vector ]; - description = "Bit manipulation"; - license = lib.licenses.bsd3; - }) {}; - - "hw-bits_0_7_2_2" = callPackage ({ mkDerivation, base, bitvec, bytestring, criterion, deepseq , doctest, doctest-discover, hedgehog, hspec, hspec-discover , hw-hspec-hedgehog, hw-int, hw-prim, hw-string-parse, vector @@ -148312,7 +148163,6 @@ self: { benchmarkHaskellDepends = [ base criterion vector ]; description = "Bit manipulation"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "hw-ci-assist" = callPackage @@ -148339,35 +148189,6 @@ self: { }) {}; "hw-conduit" = callPackage - ({ mkDerivation, array, base, bytestring, conduit - , conduit-combinators, criterion, doctest, doctest-discover, hspec - , hspec-discover, mmap, time, transformers, unliftio-core, vector - , word8 - }: - mkDerivation { - pname = "hw-conduit"; - version = "0.2.1.0"; - sha256 = "1xnkkpqcgyii7f16jjh2k2qh4ydpsff5q2xnggyg4jf7m69yrih2"; - revision = "1"; - editedCabalFile = "1rmdwb4a7ax9yadj4xv63n582vsmk84h03qkr6npj9b9gw4qw6i3"; - libraryHaskellDepends = [ - array base bytestring conduit conduit-combinators time transformers - unliftio-core word8 - ]; - testHaskellDepends = [ - base bytestring conduit doctest doctest-discover hspec - ]; - testToolDepends = [ doctest-discover hspec-discover ]; - benchmarkHaskellDepends = [ - base bytestring conduit criterion mmap vector - ]; - description = "Conduits for tokenizing streams"; - license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; - }) {}; - - "hw-conduit_0_2_1_1" = callPackage ({ mkDerivation, array, base, bytestring, conduit , conduit-combinators, criterion, doctest, doctest-discover, hspec , hspec-discover, mmap, time, transformers, unliftio-core, vector @@ -148427,47 +148248,6 @@ self: { }) {}; "hw-dsv" = callPackage - ({ mkDerivation, appar, base, bits-extra, bytestring, cassava - , criterion, deepseq, directory, doctest, doctest-discover - , generic-lens, ghc-prim, hedgehog, hspec, hspec-discover, hw-bits - , hw-hspec-hedgehog, hw-ip, hw-prim, hw-rankselect - , hw-rankselect-base, hw-simd, lens, mmap, optparse-applicative - , resourcet, text, transformers, vector, weigh - }: - mkDerivation { - pname = "hw-dsv"; - version = "0.4.1.0"; - sha256 = "1wv0yg662c3bq4kpgfqfjks59v17i5h3v3mils1qpxn4c57jr3s8"; - revision = "7"; - editedCabalFile = "1x7f6k3ih3270xapfc9fnm4d51fhnha71fz0r3l2l6xx4mghcby2"; - isLibrary = true; - isExecutable = true; - libraryHaskellDepends = [ - base bits-extra bytestring deepseq ghc-prim hw-bits hw-prim - hw-rankselect hw-rankselect-base hw-simd transformers vector - ]; - executableHaskellDepends = [ - appar base bits-extra bytestring deepseq generic-lens ghc-prim - hedgehog hw-bits hw-ip hw-prim hw-rankselect hw-rankselect-base - hw-simd lens optparse-applicative resourcet text transformers - vector - ]; - testHaskellDepends = [ - base bits-extra bytestring cassava deepseq directory doctest - doctest-discover ghc-prim hedgehog hspec hw-bits hw-hspec-hedgehog - hw-prim hw-rankselect hw-rankselect-base hw-simd text vector weigh - ]; - testToolDepends = [ doctest-discover hspec-discover ]; - benchmarkHaskellDepends = [ - base bits-extra bytestring cassava criterion deepseq directory - ghc-prim hw-bits hw-prim hw-rankselect hw-rankselect-base hw-simd - mmap vector - ]; - description = "Unbelievably fast streaming DSV file parser"; - license = lib.licenses.bsd3; - }) {}; - - "hw-dsv_0_4_1_1" = callPackage ({ mkDerivation, appar, base, bits-extra, bytestring, cassava , criterion, deepseq, directory, doctest, doctest-discover , generic-lens, ghc-prim, hedgehog, hspec, hspec-discover, hw-bits @@ -148504,7 +148284,6 @@ self: { ]; description = "Unbelievably fast streaming DSV file parser"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "hw-dump" = callPackage @@ -148541,45 +148320,6 @@ self: { }) {}; "hw-eliasfano" = callPackage - ({ mkDerivation, base, binary, bytestring, criterion, deepseq - , doctest, doctest-discover, generic-lens, hedgehog, hspec - , hspec-discover, hw-bits, hw-hedgehog, hw-hspec-hedgehog, hw-int - , hw-packed-vector, hw-prim, hw-rankselect, hw-rankselect-base - , lens, mmap, optparse-applicative, resourcet, temporary-resourcet - , vector - }: - mkDerivation { - pname = "hw-eliasfano"; - version = "0.1.2.0"; - sha256 = "1wqpzznmz6bl88wzhrfcbgi49dw7w7i0p92hyc0m58nanqm1zgnj"; - revision = "6"; - editedCabalFile = "0svym7gnvsd9aa2wabrpfqv5661s2fg1jsqibyyblcrjy0cicdrl"; - isLibrary = true; - isExecutable = true; - libraryHaskellDepends = [ - base deepseq hw-bits hw-int hw-packed-vector hw-prim hw-rankselect - hw-rankselect-base temporary-resourcet vector - ]; - executableHaskellDepends = [ - base binary bytestring generic-lens hw-bits hw-packed-vector - hw-prim hw-rankselect hw-rankselect-base lens optparse-applicative - resourcet temporary-resourcet vector - ]; - testHaskellDepends = [ - base doctest doctest-discover hedgehog hspec hw-bits hw-hedgehog - hw-hspec-hedgehog hw-int hw-packed-vector hw-prim hw-rankselect - hw-rankselect-base vector - ]; - testToolDepends = [ doctest-discover hspec-discover ]; - benchmarkHaskellDepends = [ - base bytestring criterion hedgehog hspec hw-bits hw-hedgehog - hw-hspec-hedgehog hw-int hw-packed-vector hw-prim mmap vector - ]; - description = "Elias-Fano"; - license = lib.licenses.bsd3; - }) {}; - - "hw-eliasfano_0_1_2_1" = callPackage ({ mkDerivation, base, binary, bytestring, criterion, deepseq , doctest, doctest-discover, generic-lens, hedgehog, hspec , hspec-discover, hw-bits, hw-hedgehog, hw-hspec-hedgehog, hw-int @@ -148614,7 +148354,6 @@ self: { ]; description = "Elias-Fano"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "hw-excess" = callPackage @@ -148645,26 +148384,6 @@ self: { }) {}; "hw-fingertree" = callPackage - ({ mkDerivation, base, deepseq, doctest, doctest-discover, hedgehog - , hspec, hspec-discover, hw-hspec-hedgehog, hw-prim - }: - mkDerivation { - pname = "hw-fingertree"; - version = "0.1.2.0"; - sha256 = "0b1aff5aa9ifapyf2qvqggxfm36x5w7l7c37bfy9qdll264pdh0i"; - revision = "1"; - editedCabalFile = "0hg9hnga0d15a5md67q7xl53kgp34hwvl4aw9s8xkjm4fs7a54z9"; - libraryHaskellDepends = [ base deepseq hw-prim ]; - testHaskellDepends = [ - base deepseq doctest doctest-discover hedgehog hspec - hw-hspec-hedgehog - ]; - testToolDepends = [ doctest-discover hspec-discover ]; - description = "Generic finger-tree structure, with example instances"; - license = lib.licenses.bsd3; - }) {}; - - "hw-fingertree_0_1_2_1" = callPackage ({ mkDerivation, base, deepseq, doctest, doctest-discover, hedgehog , hspec, hspec-discover, hw-hspec-hedgehog, hw-prim }: @@ -148680,34 +148399,9 @@ self: { testToolDepends = [ doctest-discover hspec-discover ]; description = "Generic finger-tree structure, with example instances"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "hw-fingertree-strict" = callPackage - ({ mkDerivation, base, deepseq, doctest, doctest-discover, hedgehog - , hspec, hspec-discover, HUnit, hw-hspec-hedgehog, QuickCheck - , test-framework, test-framework-hunit, test-framework-quickcheck2 - }: - mkDerivation { - pname = "hw-fingertree-strict"; - version = "0.1.2.0"; - sha256 = "1zhh694m8hbin7059ys8c6sqjvyfsazcsp0jxqg59w5ypqjznzca"; - revision = "1"; - editedCabalFile = "0vr8xqvwihg3j83bqfhcqlnlpdq7k2v6kkx1xly7fdjw2hcwgkhl"; - libraryHaskellDepends = [ base deepseq ]; - testHaskellDepends = [ - base doctest doctest-discover hedgehog hspec HUnit - hw-hspec-hedgehog QuickCheck test-framework test-framework-hunit - test-framework-quickcheck2 - ]; - testToolDepends = [ doctest-discover hspec-discover ]; - description = "Generic strict finger-tree structure"; - license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; - }) {}; - - "hw-fingertree-strict_0_1_2_1" = callPackage ({ mkDerivation, base, deepseq, doctest, doctest-discover, hedgehog , hspec, hspec-discover, HUnit, hw-hspec-hedgehog, QuickCheck , test-framework, test-framework-hunit, test-framework-quickcheck2 @@ -148730,22 +148424,6 @@ self: { }) {}; "hw-hedgehog" = callPackage - ({ mkDerivation, base, doctest, doctest-discover, hedgehog, vector - }: - mkDerivation { - pname = "hw-hedgehog"; - version = "0.1.1.0"; - sha256 = "0a2pic2h983kdkai68wabclzwjbk5i9vz229jlwvs0hyw6b0mzz9"; - revision = "1"; - editedCabalFile = "1fwgxwbfz6yfj6xfl9471q7fpsckm2wvpb8wxwb32c3x5122ly5v"; - libraryHaskellDepends = [ base hedgehog vector ]; - testHaskellDepends = [ base doctest doctest-discover ]; - testToolDepends = [ doctest-discover ]; - description = "Extra hedgehog functionality"; - license = lib.licenses.bsd3; - }) {}; - - "hw-hedgehog_0_1_1_1" = callPackage ({ mkDerivation, base, doctest, doctest-discover, hedgehog, vector }: mkDerivation { @@ -148757,7 +148435,6 @@ self: { testToolDepends = [ doctest-discover ]; description = "Extra hedgehog functionality"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "hw-hspec-hedgehog" = callPackage @@ -148800,37 +148477,6 @@ self: { }) {}; "hw-ip" = callPackage - ({ mkDerivation, appar, base, binary, bytestring, containers - , doctest, doctest-discover, generic-lens, hedgehog, hspec - , hspec-discover, hw-bits, hw-hspec-hedgehog, iproute, lens - , optparse-applicative, text - }: - mkDerivation { - pname = "hw-ip"; - version = "2.4.2.0"; - sha256 = "1bvh4fkg1ffr3y8wink62rgkynlcgjhmra7a4w01h1dmw1vb2vfx"; - revision = "5"; - editedCabalFile = "18fr2r6bhcz1a78di6g2vb7k74xaxamw4azxrjyb1bkx234laj2m"; - isLibrary = true; - isExecutable = true; - libraryHaskellDepends = [ - appar base containers generic-lens hedgehog hw-bits iproute text - ]; - executableHaskellDepends = [ - appar base binary bytestring generic-lens lens optparse-applicative - text - ]; - testHaskellDepends = [ - appar base doctest doctest-discover generic-lens hedgehog hspec - hw-bits hw-hspec-hedgehog text - ]; - testToolDepends = [ doctest-discover hspec-discover ]; - doHaddock = false; - description = "Library for manipulating IP addresses and CIDR blocks"; - license = lib.licenses.bsd3; - }) {}; - - "hw-ip_2_4_2_1" = callPackage ({ mkDerivation, appar, base, binary, bytestring, containers , doctest, doctest-discover, generic-lens, hedgehog, hspec , hspec-discover, hw-bits, hw-hspec-hedgehog, iproute, lens @@ -148857,7 +148503,6 @@ self: { doHaddock = false; description = "Library for manipulating IP addresses and CIDR blocks"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "hw-json" = callPackage @@ -148956,32 +148601,6 @@ self: { }) {}; "hw-json-simd" = callPackage - ({ mkDerivation, base, bytestring, c2hs, doctest, doctest-discover - , hw-prim, lens, optparse-applicative, transformers, vector - }: - mkDerivation { - pname = "hw-json-simd"; - version = "0.1.1.0"; - sha256 = "0bpfyx2bd7pcr8y8bfahcdm30bznqixfawraq3xzy476vy9ppa9n"; - revision = "4"; - editedCabalFile = "0ragyq509nxy5ax58h84b6984lwnhklkk8nfafmxh5fxq66214cy"; - isLibrary = true; - isExecutable = true; - libraryHaskellDepends = [ base bytestring hw-prim lens vector ]; - libraryToolDepends = [ c2hs ]; - executableHaskellDepends = [ - base bytestring hw-prim lens optparse-applicative vector - ]; - testHaskellDepends = [ - base bytestring doctest doctest-discover hw-prim lens transformers - vector - ]; - testToolDepends = [ doctest-discover ]; - description = "SIMD-based JSON semi-indexer"; - license = lib.licenses.bsd3; - }) {}; - - "hw-json-simd_0_1_1_1" = callPackage ({ mkDerivation, base, bytestring, c2hs, doctest, doctest-discover , hw-prim, lens, optparse-applicative, transformers, vector }: @@ -149003,47 +148622,9 @@ self: { testToolDepends = [ doctest-discover ]; description = "SIMD-based JSON semi-indexer"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "hw-json-simple-cursor" = callPackage - ({ mkDerivation, base, bytestring, criterion, directory, doctest - , doctest-discover, generic-lens, hedgehog, hspec, hspec-discover - , hw-balancedparens, hw-bits, hw-hspec-hedgehog, hw-json-simd - , hw-prim, hw-rankselect, hw-rankselect-base, lens, mmap - , optparse-applicative, text, vector, word8 - }: - mkDerivation { - pname = "hw-json-simple-cursor"; - version = "0.1.1.0"; - sha256 = "1kwxnqsa2mkw5sa8rc9rixjm6f75lyjdaz7f67yyhwls5v4315bl"; - revision = "7"; - editedCabalFile = "169aqi2vjzg38cljfipxaw7kzav5z3n9b68f32mjsk1drh1c5hpd"; - isLibrary = true; - isExecutable = true; - libraryHaskellDepends = [ - base bytestring hw-balancedparens hw-bits hw-prim hw-rankselect - hw-rankselect-base vector word8 - ]; - executableHaskellDepends = [ - base bytestring generic-lens hw-balancedparens hw-json-simd hw-prim - hw-rankselect hw-rankselect-base lens mmap optparse-applicative - text vector - ]; - testHaskellDepends = [ - base bytestring doctest doctest-discover hedgehog hspec - hw-balancedparens hw-bits hw-hspec-hedgehog hw-prim hw-rankselect - hw-rankselect-base vector - ]; - testToolDepends = [ doctest-discover hspec-discover ]; - benchmarkHaskellDepends = [ - base bytestring criterion directory mmap - ]; - description = "Memory efficient JSON parser"; - license = lib.licenses.bsd3; - }) {}; - - "hw-json-simple-cursor_0_1_1_1" = callPackage ({ mkDerivation, base, bytestring, criterion, directory, doctest , doctest-discover, generic-lens, hedgehog, hspec, hspec-discover , hw-balancedparens, hw-bits, hw-hspec-hedgehog, hw-json-simd @@ -149076,49 +148657,9 @@ self: { ]; description = "Memory efficient JSON parser"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "hw-json-standard-cursor" = callPackage - ({ mkDerivation, array, base, bits-extra, bytestring, criterion - , directory, doctest, doctest-discover, generic-lens, hedgehog - , hspec, hspec-discover, hw-balancedparens, hw-bits - , hw-hspec-hedgehog, hw-json-simd, hw-prim, hw-rankselect - , hw-rankselect-base, lens, mmap, optparse-applicative, text - , vector, word8 - }: - mkDerivation { - pname = "hw-json-standard-cursor"; - version = "0.2.3.1"; - sha256 = "1mpsspp6ba2zqv38a0rcv93mbwb1rb8snmxklf32g02djj8b4vir"; - revision = "5"; - editedCabalFile = "029hrckhsm0g1j2zijs3ff14qsk2cdw9m57l3jhjy0cw3ynwisds"; - isLibrary = true; - isExecutable = true; - libraryHaskellDepends = [ - array base bits-extra bytestring hw-balancedparens hw-bits - hw-json-simd hw-prim hw-rankselect hw-rankselect-base mmap vector - word8 - ]; - executableHaskellDepends = [ - base bytestring generic-lens hw-balancedparens hw-json-simd hw-prim - hw-rankselect hw-rankselect-base lens mmap optparse-applicative - text vector - ]; - testHaskellDepends = [ - base bits-extra bytestring doctest doctest-discover hedgehog hspec - hw-balancedparens hw-bits hw-hspec-hedgehog hw-prim hw-rankselect - hw-rankselect-base vector - ]; - testToolDepends = [ doctest-discover hspec-discover ]; - benchmarkHaskellDepends = [ - base bytestring criterion directory mmap - ]; - description = "Memory efficient JSON parser"; - license = lib.licenses.bsd3; - }) {}; - - "hw-json-standard-cursor_0_2_3_2" = callPackage ({ mkDerivation, array, base, bits-extra, bytestring, criterion , directory, doctest, doctest-discover, generic-lens, hedgehog , hspec, hspec-discover, hw-balancedparens, hw-bits @@ -149153,7 +148694,6 @@ self: { ]; description = "Memory efficient JSON parser"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "hw-kafka-avro" = callPackage @@ -149253,32 +148793,6 @@ self: { }) {}; "hw-mquery" = callPackage - ({ mkDerivation, ansi-wl-pprint, base, dlist, doctest - , doctest-discover, hedgehog, hspec, hspec-discover - , hw-hspec-hedgehog, lens - }: - mkDerivation { - pname = "hw-mquery"; - version = "0.2.1.0"; - sha256 = "1qhd8jcwffr57mjraw0g3xj9kb0jd75ybqaj1sbxw31lc2hr9w9j"; - revision = "3"; - editedCabalFile = "0mnra701p169xzibag8mvb2mrk5gdp42dwlhqr07b6dz2cly88sn"; - isLibrary = true; - isExecutable = true; - libraryHaskellDepends = [ ansi-wl-pprint base dlist lens ]; - executableHaskellDepends = [ base ]; - testHaskellDepends = [ - base dlist doctest doctest-discover hedgehog hspec - hw-hspec-hedgehog lens - ]; - testToolDepends = [ doctest-discover hspec-discover ]; - description = "Monadic query DSL"; - license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; - }) {}; - - "hw-mquery_0_2_1_1" = callPackage ({ mkDerivation, ansi-wl-pprint, base, dlist, doctest , doctest-discover, hedgehog, hspec, hspec-discover , hw-hspec-hedgehog, lens @@ -149303,39 +148817,6 @@ self: { }) {}; "hw-packed-vector" = callPackage - ({ mkDerivation, base, binary, bytestring, criterion, deepseq - , directory, doctest, doctest-discover, generic-lens, hedgehog - , hspec, hspec-discover, hw-bits, hw-hedgehog, hw-hspec-hedgehog - , hw-prim, lens, optparse-applicative, vector - }: - mkDerivation { - pname = "hw-packed-vector"; - version = "0.2.1.0"; - sha256 = "13hly2yzx6kx4j56iksgj4i3wmvg7rmxq57d0g87lmybzhha9q38"; - revision = "6"; - editedCabalFile = "1ryh9nmpg3925lrr5a4wfsdv3f4a6rshrqn5pzbkqchh4mx39cpf"; - isLibrary = true; - isExecutable = true; - libraryHaskellDepends = [ - base bytestring deepseq hw-bits hw-prim vector - ]; - executableHaskellDepends = [ - base binary bytestring generic-lens hw-bits hw-prim lens - optparse-applicative vector - ]; - testHaskellDepends = [ - base bytestring doctest doctest-discover hedgehog hspec hw-bits - hw-hedgehog hw-hspec-hedgehog hw-prim vector - ]; - testToolDepends = [ doctest-discover hspec-discover ]; - benchmarkHaskellDepends = [ - base criterion directory hedgehog hspec hw-prim vector - ]; - description = "Packed Vector"; - license = lib.licenses.bsd3; - }) {}; - - "hw-packed-vector_0_2_1_1" = callPackage ({ mkDerivation, base, binary, bytestring, criterion, deepseq , directory, doctest, doctest-discover, generic-lens, hedgehog , hspec, hspec-discover, hw-bits, hw-hedgehog, hw-hspec-hedgehog @@ -149364,7 +148845,6 @@ self: { ]; description = "Packed Vector"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "hw-parser" = callPackage @@ -149407,35 +148887,6 @@ self: { }) {}; "hw-prim" = callPackage - ({ mkDerivation, base, bytestring, criterion, deepseq, directory - , doctest, doctest-discover, exceptions, ghc-prim, hedgehog, hspec - , hspec-discover, hw-hspec-hedgehog, mmap, QuickCheck, transformers - , unliftio-core, vector - }: - mkDerivation { - pname = "hw-prim"; - version = "0.6.3.0"; - sha256 = "0gqn7s0ki9x951n5whyh0pkcbbqz4kpcn80xxpsv1c0v34946xv7"; - revision = "2"; - editedCabalFile = "14x1bijg1d8jdh963rxrlwzlqa1p1vh0bc7hjdysk8dzbrc7fbmv"; - libraryHaskellDepends = [ - base bytestring deepseq ghc-prim mmap transformers unliftio-core - vector - ]; - testHaskellDepends = [ - base bytestring directory doctest doctest-discover exceptions - hedgehog hspec hw-hspec-hedgehog mmap QuickCheck transformers - vector - ]; - testToolDepends = [ doctest-discover hspec-discover ]; - benchmarkHaskellDepends = [ - base bytestring criterion mmap transformers vector - ]; - description = "Primitive functions and data types"; - license = lib.licenses.bsd3; - }) {}; - - "hw-prim_0_6_3_1" = callPackage ({ mkDerivation, base, bytestring, criterion, deepseq, directory , doctest, doctest-discover, exceptions, ghc-prim, hedgehog, hspec , hspec-discover, hw-hspec-hedgehog, mmap, QuickCheck, transformers @@ -149460,7 +148911,6 @@ self: { ]; description = "Primitive functions and data types"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "hw-prim-bits" = callPackage @@ -149487,45 +148937,6 @@ self: { }) {}; "hw-rankselect" = callPackage - ({ mkDerivation, base, bytestring, conduit, criterion, deepseq - , directory, doctest, doctest-discover, generic-lens, hedgehog - , hspec, hspec-discover, hw-balancedparens, hw-bits, hw-fingertree - , hw-hedgehog, hw-hspec-hedgehog, hw-prim, hw-rankselect-base, lens - , mmap, mtl, optparse-applicative, QuickCheck, resourcet - , transformers, vector - }: - mkDerivation { - pname = "hw-rankselect"; - version = "0.13.4.0"; - sha256 = "0chk3n4vb55px943w0l3q7pxhgbvqm64vn7lkhi7k0l2dpybycp7"; - revision = "6"; - editedCabalFile = "1j287ynfgiz56bn0hqqppa03zn2gcllnmiz2azzvfx7xkq3nkdh1"; - isLibrary = true; - isExecutable = true; - libraryHaskellDepends = [ - base deepseq hedgehog hspec hw-balancedparens hw-bits hw-fingertree - hw-prim hw-rankselect-base vector - ]; - executableHaskellDepends = [ - base directory generic-lens hw-bits hw-prim hw-rankselect-base lens - mmap mtl optparse-applicative vector - ]; - testHaskellDepends = [ - base directory doctest doctest-discover hedgehog hspec hw-bits - hw-hedgehog hw-hspec-hedgehog hw-prim hw-rankselect-base mmap - QuickCheck transformers vector - ]; - testToolDepends = [ doctest-discover hspec-discover ]; - benchmarkHaskellDepends = [ - base bytestring conduit criterion directory hw-bits hw-prim - hw-rankselect-base mmap resourcet vector - ]; - doHaddock = false; - description = "Rank-select"; - license = lib.licenses.bsd3; - }) {}; - - "hw-rankselect_0_13_4_1" = callPackage ({ mkDerivation, base, bytestring, conduit, criterion, deepseq , directory, doctest, doctest-discover, generic-lens, hedgehog , hspec, hspec-discover, hw-balancedparens, hw-bits, hw-fingertree @@ -149560,7 +148971,6 @@ self: { doHaddock = false; description = "Rank-select"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "hw-rankselect-base" = callPackage @@ -149592,40 +149002,6 @@ self: { }) {}; "hw-simd" = callPackage - ({ mkDerivation, base, bits-extra, bytestring, c2hs, cassava - , containers, criterion, deepseq, directory, doctest - , doctest-discover, hedgehog, hspec, hspec-discover, hw-bits - , hw-hedgehog, hw-hspec-hedgehog, hw-prim, hw-rankselect - , hw-rankselect-base, lens, mmap, text, transformers, vector - }: - mkDerivation { - pname = "hw-simd"; - version = "0.1.2.0"; - sha256 = "1r202xzqprb1v8ajd9n6ixckjfdy17mn8jibx4j2xgknx595v24f"; - revision = "3"; - editedCabalFile = "1dl2zqyc3rcrlda6apy5afgvax5cah37n44hzlm81y9p1nbpd205"; - libraryHaskellDepends = [ - base bits-extra bytestring deepseq hw-bits hw-prim hw-rankselect - hw-rankselect-base transformers vector - ]; - libraryToolDepends = [ c2hs ]; - testHaskellDepends = [ - base bits-extra bytestring deepseq directory doctest - doctest-discover hedgehog hspec hw-bits hw-hedgehog - hw-hspec-hedgehog hw-prim hw-rankselect hw-rankselect-base lens - text vector - ]; - testToolDepends = [ doctest-discover hspec-discover ]; - benchmarkHaskellDepends = [ - base bits-extra bytestring cassava containers criterion deepseq - directory hw-bits hw-prim hw-rankselect hw-rankselect-base mmap - transformers vector - ]; - description = "SIMD library"; - license = lib.licenses.bsd3; - }) {}; - - "hw-simd_0_1_2_1" = callPackage ({ mkDerivation, base, bits-extra, bytestring, c2hs, cassava , containers, criterion, deepseq, directory, doctest , doctest-discover, hedgehog, hspec, hspec-discover, hw-bits @@ -149655,7 +149031,6 @@ self: { ]; description = "SIMD library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "hw-simd-cli" = callPackage @@ -149721,18 +149096,6 @@ self: { }) {}; "hw-string-parse" = callPackage - ({ mkDerivation, base, bytestring, hspec, QuickCheck, vector }: - mkDerivation { - pname = "hw-string-parse"; - version = "0.0.0.4"; - sha256 = "1dzjx6virpikbqnpzdjlliakm8kd6kxyn3y4jgr5bqhisgwfp8b4"; - libraryHaskellDepends = [ base ]; - testHaskellDepends = [ base bytestring hspec QuickCheck vector ]; - description = "String parser"; - license = lib.licenses.bsd3; - }) {}; - - "hw-string-parse_0_0_0_5" = callPackage ({ mkDerivation, base, bytestring, doctest, doctest-discover, hspec , hspec-discover, QuickCheck, vector }: @@ -149747,7 +149110,6 @@ self: { testToolDepends = [ doctest-discover hspec-discover ]; description = "String parser"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "hw-succinct" = callPackage @@ -149839,49 +149201,6 @@ self: { }) {}; "hw-xml" = callPackage - ({ mkDerivation, ansi-wl-pprint, array, attoparsec, base - , bytestring, cereal, containers, criterion, deepseq, doctest - , doctest-discover, generic-lens, ghc-prim, hedgehog, hspec - , hspec-discover, hw-balancedparens, hw-bits, hw-hspec-hedgehog - , hw-parser, hw-prim, hw-rankselect, hw-rankselect-base, lens, mmap - , mtl, optparse-applicative, resourcet, text, transformers, vector - , word8 - }: - mkDerivation { - pname = "hw-xml"; - version = "0.5.1.0"; - sha256 = "0g81kknllbc6v5wx7kgzhh78409njfzr3h7lfdx7ip0nkhhnpmw4"; - revision = "8"; - editedCabalFile = "049vaf01iw694kpgaaqk2wpg2bpd8s9f2xq39sc3wh7kz7c848fv"; - isLibrary = true; - isExecutable = true; - enableSeparateDataOutput = true; - libraryHaskellDepends = [ - ansi-wl-pprint array attoparsec base bytestring cereal containers - deepseq ghc-prim hw-balancedparens hw-bits hw-parser hw-prim - hw-rankselect hw-rankselect-base lens mmap mtl resourcet text - transformers vector word8 - ]; - executableHaskellDepends = [ - attoparsec base bytestring deepseq generic-lens hw-balancedparens - hw-bits hw-prim hw-rankselect lens mmap mtl optparse-applicative - resourcet text vector - ]; - testHaskellDepends = [ - attoparsec base bytestring doctest doctest-discover hedgehog hspec - hw-balancedparens hw-bits hw-hspec-hedgehog hw-prim hw-rankselect - hw-rankselect-base text vector - ]; - testToolDepends = [ doctest-discover hspec-discover ]; - benchmarkHaskellDepends = [ - base bytestring criterion hw-balancedparens hw-bits hw-prim mmap - resourcet vector - ]; - description = "XML parser based on succinct data structures"; - license = lib.licenses.bsd3; - }) {}; - - "hw-xml_0_5_1_1" = callPackage ({ mkDerivation, ansi-wl-pprint, array, attoparsec, base , bytestring, cereal, containers, criterion, deepseq, doctest , doctest-discover, generic-lens, ghc-prim, hedgehog, hspec @@ -149920,7 +149239,6 @@ self: { ]; description = "XML parser based on succinct data structures"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "hwall-auth-iitk" = callPackage @@ -154494,22 +153812,6 @@ self: { }) {}; "input-parsers" = callPackage - ({ mkDerivation, attoparsec, base, binary, bytestring - , monoid-subclasses, parsec, parsers, text, transformers - }: - mkDerivation { - pname = "input-parsers"; - version = "0.2.3.1"; - sha256 = "0q928kmvhn3rahskjy60wywnzd5v5k2jlfc6fqkm4lzf0l8mnr05"; - libraryHaskellDepends = [ - attoparsec base binary bytestring monoid-subclasses parsec parsers - text transformers - ]; - description = "Extension of the parsers library with more capability and efficiency"; - license = lib.licenses.bsd3; - }) {}; - - "input-parsers_0_2_3_2" = callPackage ({ mkDerivation, attoparsec, base, binary, bytestring , monoid-subclasses, parsec, parsers, text, transformers }: @@ -154523,7 +153825,6 @@ self: { ]; description = "Extension of the parsers library with more capability and efficiency"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "inquire" = callPackage @@ -159161,8 +158462,8 @@ self: { }: mkDerivation { pname = "jose-jwt"; - version = "0.9.3"; - sha256 = "1sdcf55mynij8bcwj65j3izay65q2h8dl7lqlhkm3670h3v3f91h"; + version = "0.9.4"; + sha256 = "1drdlxbhbac3b6ph2l969vvicmg1yww9yhz3pd9maq7pdajbpjcc"; libraryHaskellDepends = [ aeson attoparsec base bytestring cereal containers cryptonite memory mtl text time transformers transformers-compat @@ -159824,25 +159125,6 @@ self: { }) {}; "json-feed" = callPackage - ({ mkDerivation, aeson, base, bytestring, filepath, hspec - , mime-types, network-uri, tagsoup, text, time - }: - mkDerivation { - pname = "json-feed"; - version = "2.0.0.0"; - sha256 = "1d2xjyi5b6v5sq0g4aayirfjj4l7lskwv28w6601dxwz7yrsp234"; - 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; - }) {}; - - "json-feed_2_0_0_1" = callPackage ({ mkDerivation, aeson, base, bytestring, filepath, hspec , mime-types, network-uri, tagsoup, text, time }: @@ -159859,7 +159141,6 @@ self: { ]; description = "JSON Feed"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "json-fu" = callPackage @@ -160514,26 +159795,6 @@ self: { }) {}; "jsonifier" = callPackage - ({ mkDerivation, aeson, base, buffer-builder, bytestring, gauge - , hedgehog, numeric-limits, ptr-poker, rerebase, scientific, text - , text-builder - }: - mkDerivation { - pname = "jsonifier"; - version = "0.2"; - sha256 = "1bxcm4kzsscgc2kh17arq5556yyzhjl8pqc8m5i5jcqbs9ia0jh5"; - libraryHaskellDepends = [ - base bytestring ptr-poker scientific text - ]; - testHaskellDepends = [ aeson hedgehog numeric-limits rerebase ]; - benchmarkHaskellDepends = [ - aeson buffer-builder gauge rerebase text-builder - ]; - description = "Fast and simple JSON encoding toolkit"; - license = lib.licenses.mit; - }) {}; - - "jsonifier_0_2_0_1" = callPackage ({ mkDerivation, aeson, base, buffer-builder, bytestring, gauge , hedgehog, numeric-limits, ptr-poker, rerebase, scientific, text , text-builder @@ -160551,7 +159812,6 @@ self: { ]; description = "Fast and simple JSON encoding toolkit"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "jsonnet" = callPackage @@ -163282,22 +162542,6 @@ self: { }) {}; "kind-generics-th" = callPackage - ({ mkDerivation, base, ghc-prim, kind-generics, template-haskell - , th-abstraction - }: - mkDerivation { - pname = "kind-generics-th"; - version = "0.2.2.2"; - sha256 = "1lgz7wvz5jvq65r7zmymcfx3hwskw2b45a3vfwj0pgnddpjmh9n4"; - libraryHaskellDepends = [ - base ghc-prim kind-generics template-haskell th-abstraction - ]; - testHaskellDepends = [ base kind-generics template-haskell ]; - description = "Template Haskell support for generating `GenericK` instances"; - license = lib.licenses.bsd3; - }) {}; - - "kind-generics-th_0_2_2_3" = callPackage ({ mkDerivation, base, ghc-prim, kind-generics, template-haskell , th-abstraction }: @@ -163313,7 +162557,6 @@ self: { testHaskellDepends = [ base kind-generics template-haskell ]; description = "Template Haskell support for generating `GenericK` instances"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "kinds" = callPackage @@ -163657,19 +162900,19 @@ self: { }) {}; "koji-tool" = callPackage - ({ mkDerivation, base, directory, extra, filepath, format-numbers - , Glob, http-conduit, http-directory, koji, pretty-simple, rpm-nvr + ({ mkDerivation, base, directory, extra, filepath, formatting, Glob + , http-conduit, http-directory, koji, pretty-simple, rpm-nvr , simple-cmd, simple-cmd-args, text, time, utf8-string , xdg-userdirs }: mkDerivation { pname = "koji-tool"; - version = "0.8.1"; - sha256 = "0p6my37q0w4md05njdckj71fqm5r8ps7y8x4nwmxcmaphka46i95"; + version = "0.8.2"; + sha256 = "0hhpw8v09alicymbndl6lpflasmzchrf8zg1l4gqd8j9sj2rrzqg"; isLibrary = false; isExecutable = true; executableHaskellDepends = [ - base directory extra filepath format-numbers Glob http-conduit + base directory extra filepath formatting Glob http-conduit http-directory koji pretty-simple rpm-nvr simple-cmd simple-cmd-args text time utf8-string xdg-userdirs ]; @@ -164342,20 +163585,6 @@ self: { }) {}; "lackey" = callPackage - ({ mkDerivation, base, hspec, servant, servant-foreign, text }: - mkDerivation { - pname = "lackey"; - version = "2.0.0.0"; - sha256 = "06ad35nmppblqb7400563l5qk3zna6l3kasp5ng0iacgmqzmvcrv"; - 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; - broken = true; - }) {}; - - "lackey_2_0_0_1" = callPackage ({ mkDerivation, base, hspec, servant, servant-foreign, text }: mkDerivation { pname = "lackey"; @@ -165669,28 +164898,6 @@ self: { }) {}; "language-docker" = callPackage - ({ mkDerivation, base, bytestring, containers, data-default-class - , hspec, hspec-megaparsec, HUnit, megaparsec, prettyprinter - , QuickCheck, split, text, time - }: - mkDerivation { - pname = "language-docker"; - version = "10.4.2"; - sha256 = "0bp1h9850v8d2b6h2f95v7ca9fdpc349cq9vlq9ywkdx9s4izy9b"; - libraryHaskellDepends = [ - base bytestring containers data-default-class megaparsec - prettyprinter split text time - ]; - testHaskellDepends = [ - base bytestring containers data-default-class hspec - hspec-megaparsec HUnit megaparsec prettyprinter QuickCheck split - text time - ]; - description = "Dockerfile parser, pretty-printer and embedded DSL"; - license = lib.licenses.gpl3Only; - }) {}; - - "language-docker_10_4_3" = callPackage ({ mkDerivation, base, bytestring, containers, data-default-class , hspec, hspec-megaparsec, HUnit, megaparsec, prettyprinter , QuickCheck, split, text, time @@ -165710,7 +164917,6 @@ self: { ]; description = "Dockerfile parser, pretty-printer and embedded DSL"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; }) {}; "language-dockerfile" = callPackage @@ -166647,8 +165853,8 @@ self: { }: mkDerivation { pname = "language-toolkit"; - version = "1.0.0.0"; - sha256 = "0hkhdk26dka3pa32d0g8cnp63mwrkll0jgab4i4qdgn1xx5cd1h7"; + version = "1.0.1.0"; + sha256 = "0wkx4sbzirfi07hsmafzliwri40amq3m1ry6lmwd2sjpbgrbd81g"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ base containers deepseq parallel ]; @@ -168867,35 +168073,6 @@ self: { }) {}; "lentil" = callPackage - ({ mkDerivation, ansi-wl-pprint, base, csv, deepseq, directory - , dlist, filemanip, filepath, hspec, megaparsec, mtl, natural-sort - , optparse-applicative, regex-tdfa, semigroups - , terminal-progress-bar, text - }: - mkDerivation { - pname = "lentil"; - version = "1.5.3.2"; - sha256 = "0knc3g5n6h0yzr0kpgmgk44kbwh200qafjdvwpca92n3s0wf76py"; - revision = "2"; - editedCabalFile = "0n5wklh6f33c9yzblxwbx3mx04fxdx7mmqp551z9xfy6nnwg8hrp"; - isLibrary = false; - isExecutable = true; - executableHaskellDepends = [ - ansi-wl-pprint base csv deepseq directory dlist filemanip filepath - megaparsec mtl natural-sort optparse-applicative regex-tdfa - semigroups terminal-progress-bar text - ]; - testHaskellDepends = [ - ansi-wl-pprint base csv deepseq directory dlist filemanip filepath - hspec megaparsec mtl natural-sort optparse-applicative regex-tdfa - semigroups terminal-progress-bar text - ]; - description = "frugal issue tracker"; - license = lib.licenses.gpl3Only; - maintainers = with lib.maintainers; [ rvl ]; - }) {}; - - "lentil_1_5_4_0" = callPackage ({ mkDerivation, ansi-wl-pprint, base, csv, deepseq, directory , dlist, filemanip, filepath, hspec, megaparsec, mtl, natural-sort , optparse-applicative, regex-tdfa, semigroups @@ -168919,7 +168096,6 @@ self: { ]; description = "frugal issue tracker"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; maintainers = with lib.maintainers; [ rvl ]; }) {}; @@ -179850,31 +179026,6 @@ self: { }) {}; "mcmc" = callPackage - ({ mkDerivation, aeson, base, bytestring, circular, containers - , covariance, criterion, data-default, deepseq, directory - , dirichlet, double-conversion, hmatrix, hspec, log-domain - , math-functions, microlens, monad-parallel, mwc-random - , pretty-show, primitive, statistics, time, transformers, vector - , zlib - }: - mkDerivation { - pname = "mcmc"; - version = "0.6.2.0"; - sha256 = "0zsvhmdn6ss7jacihd138v5z46bj1617jbddvyw4yy73i1r67bvw"; - libraryHaskellDepends = [ - aeson base bytestring circular containers covariance data-default - deepseq directory dirichlet double-conversion hmatrix log-domain - math-functions microlens monad-parallel mwc-random pretty-show - primitive statistics time transformers vector zlib - ]; - testHaskellDepends = [ base hspec mwc-random statistics ]; - benchmarkHaskellDepends = [ base criterion microlens mwc-random ]; - description = "Sample from a posterior using Markov chain Monte Carlo"; - license = lib.licenses.gpl3Plus; - maintainers = with lib.maintainers; [ dschrempf ]; - }) {}; - - "mcmc_0_6_2_3" = callPackage ({ mkDerivation, aeson, async, base, bytestring, circular , containers, covariance, criterion, data-default, deepseq , directory, dirichlet, double-conversion, hmatrix, hspec @@ -179883,8 +179034,34 @@ self: { }: mkDerivation { pname = "mcmc"; - version = "0.6.2.3"; - sha256 = "12kyg2hcadadmzscn40km2ahfkqs0kf50vd585qm1myhnx7zw6np"; + version = "0.6.2.2"; + sha256 = "1si81jv8dfwm9lfq3fvfc4mibkg7p61vkjhsgfsmban74v02ja73"; + libraryHaskellDepends = [ + aeson async base bytestring circular containers covariance + data-default deepseq directory dirichlet double-conversion hmatrix + log-domain math-functions microlens mwc-random pretty-show + primitive statistics time transformers vector zlib + ]; + testHaskellDepends = [ base hspec mwc-random statistics ]; + benchmarkHaskellDepends = [ + base criterion math-functions microlens mwc-random + ]; + description = "Sample from a posterior using Markov chain Monte Carlo"; + license = lib.licenses.gpl3Plus; + maintainers = with lib.maintainers; [ dschrempf ]; + }) {}; + + "mcmc_0_6_2_4" = callPackage + ({ mkDerivation, aeson, async, base, bytestring, circular + , containers, covariance, criterion, data-default, deepseq + , directory, dirichlet, double-conversion, hmatrix, hspec + , log-domain, math-functions, microlens, mwc-random, pretty-show + , primitive, statistics, time, transformers, vector, zlib + }: + mkDerivation { + pname = "mcmc"; + version = "0.6.2.4"; + sha256 = "01ramkpjxknjaj4qp78im1a24sqv35nm72afr6wiqlwj11dcs2mq"; libraryHaskellDepends = [ aeson async base bytestring circular containers covariance data-default deepseq directory dirichlet double-conversion hmatrix @@ -181273,28 +180450,6 @@ self: { }) {}; "messagepack" = callPackage - ({ mkDerivation, base, bytestring, cereal, containers, deepseq - , QuickCheck, test-framework, test-framework-quickcheck2 - , test-framework-th - }: - mkDerivation { - pname = "messagepack"; - version = "0.5.4"; - sha256 = "0z2xbfqg9x8ymbr0j81br610ja8f0wd2wvvrnjrk222vbp0915ck"; - revision = "2"; - editedCabalFile = "199x0hqa6h6wqysaip1wc7kivc26f3wkb8y4il70mzmz80skmm29"; - libraryHaskellDepends = [ - base bytestring cereal containers deepseq - ]; - testHaskellDepends = [ - base bytestring cereal containers QuickCheck test-framework - test-framework-quickcheck2 test-framework-th - ]; - description = "Serialize instance for Message Pack Object"; - license = lib.licenses.mit; - }) {}; - - "messagepack_0_5_5" = callPackage ({ mkDerivation, base, bytestring, cereal, containers, deepseq , QuickCheck }: @@ -181310,7 +180465,6 @@ self: { ]; description = "Serialize instance for Message Pack Object"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "messagepack-rpc" = callPackage @@ -183782,35 +182936,6 @@ self: { }) {}; "mmark" = callPackage - ({ mkDerivation, aeson, base, case-insensitive, containers - , criterion, deepseq, dlist, email-validate, foldl, hashable, hspec - , hspec-megaparsec, html-entity-map, lucid, megaparsec, microlens - , microlens-th, modern-uri, mtl, parser-combinators, QuickCheck - , text, text-metrics, unordered-containers, weigh, yaml - }: - mkDerivation { - pname = "mmark"; - version = "0.0.7.4"; - sha256 = "0flsg9jsnzab74hfidrfdmjvarj3n86db4ysv007j2hlr3iynnxx"; - revision = "2"; - editedCabalFile = "06sq65cmqr5yva4spf14bkdsvw465m73hjmvxcfh7vxn0nslp2bc"; - enableSeparateDataOutput = true; - libraryHaskellDepends = [ - aeson base case-insensitive containers deepseq dlist email-validate - foldl hashable html-entity-map lucid megaparsec microlens - microlens-th modern-uri mtl parser-combinators text text-metrics - unordered-containers yaml - ]; - testHaskellDepends = [ - aeson base foldl hspec hspec-megaparsec lucid megaparsec modern-uri - QuickCheck text - ]; - benchmarkHaskellDepends = [ base criterion text weigh ]; - description = "Strict markdown processor for writers"; - license = lib.licenses.bsd3; - }) {}; - - "mmark_0_0_7_5" = callPackage ({ mkDerivation, aeson, base, case-insensitive, containers , criterion, deepseq, dlist, email-validate, foldl, hashable, hspec , hspec-megaparsec, html-entity-map, lucid, megaparsec, microlens @@ -183835,7 +182960,6 @@ self: { benchmarkHaskellDepends = [ base criterion text weigh ]; description = "Strict markdown processor for writers"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "mmark-cli" = callPackage @@ -185009,21 +184133,6 @@ self: { }) {}; "monad-coroutine" = callPackage - ({ mkDerivation, base, monad-parallel, transformers - , transformers-compat - }: - mkDerivation { - pname = "monad-coroutine"; - version = "0.9.1.3"; - sha256 = "0ns8863695hm4yabd4908znpn1bqc7ayfnzl9bkkqhs70rff2dmh"; - libraryHaskellDepends = [ - base monad-parallel transformers transformers-compat - ]; - description = "Coroutine monad transformer for suspending and resuming monadic computations"; - license = "GPL"; - }) {}; - - "monad-coroutine_0_9_2" = callPackage ({ mkDerivation, base, monad-parallel, transformers , transformers-compat }: @@ -185036,7 +184145,6 @@ self: { ]; description = "Coroutine monad transformer for suspending and resuming monadic computations"; license = "GPL"; - hydraPlatforms = lib.platforms.none; }) {}; "monad-dijkstra" = callPackage @@ -185776,6 +184884,17 @@ self: { license = lib.licenses.bsd3; }) {}; + "monad-schedule" = callPackage + ({ mkDerivation, base, free, stm, time-domain, transformers }: + mkDerivation { + pname = "monad-schedule"; + version = "0.1.0.0"; + sha256 = "1jc70f71yr886wd150vg97kvbyp489nma0c98xa6drhw720rbwwz"; + libraryHaskellDepends = [ base free stm time-domain transformers ]; + description = "A new, simple, composable concurrency abstraction"; + license = lib.licenses.mit; + }) {}; + "monad-skeleton" = callPackage ({ mkDerivation, base }: mkDerivation { @@ -191246,24 +190365,6 @@ self: { }) {}; "mysql-simple" = callPackage - ({ mkDerivation, attoparsec, base, base16-bytestring, blaze-builder - , bytestring, containers, hspec, mysql, old-locale, pcre-light - , text, time, vector - }: - mkDerivation { - pname = "mysql-simple"; - version = "0.4.7.1"; - sha256 = "011pmniplphwzkv6chcnl2vljb2w4hc0iakdwlicykvrhx86nh3v"; - libraryHaskellDepends = [ - attoparsec base base16-bytestring blaze-builder bytestring - containers mysql old-locale pcre-light text time vector - ]; - testHaskellDepends = [ base blaze-builder hspec text ]; - description = "A mid-level MySQL client library"; - license = lib.licenses.bsd3; - }) {}; - - "mysql-simple_0_4_7_2" = callPackage ({ mkDerivation, attoparsec, base, base16-bytestring, blaze-builder , bytestring, containers, hspec, mysql, old-locale, pcre-light , text, time, vector @@ -191279,7 +190380,6 @@ self: { testHaskellDepends = [ base blaze-builder bytestring hspec text ]; description = "A mid-level MySQL client library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "mysql-simple-quasi" = callPackage @@ -198413,8 +197513,8 @@ self: { }: mkDerivation { pname = "oauthenticated"; - version = "0.2.1.0"; - sha256 = "08njax7jchkmha1angh98v0p3haxn8zj12lajl5npcmzlihd0k6l"; + version = "0.3.0.0"; + sha256 = "0ca3wkhnk0wakzirh0486g5wkd1wq0381bjgj3ljs22hf4j5i41s"; libraryHaskellDepends = [ aeson base base64-bytestring blaze-builder bytestring case-insensitive cryptonite exceptions http-client http-types @@ -198908,27 +198008,6 @@ self: { }) {}; "oeis2" = callPackage - ({ mkDerivation, aeson, base, containers, hspec, http-conduit, lens - , lens-aeson, QuickCheck, text, vector - }: - mkDerivation { - pname = "oeis2"; - version = "1.0.6"; - sha256 = "1y1i2v59nhijh50akkjk9b7cnmrx33lgmk4p13fvwimkm5g9avs2"; - libraryHaskellDepends = [ - aeson base containers http-conduit lens lens-aeson text vector - ]; - testHaskellDepends = [ - aeson base containers hspec http-conduit lens lens-aeson QuickCheck - text vector - ]; - description = "Interface for Online Encyclopedia of Integer Sequences (OEIS)"; - license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; - }) {}; - - "oeis2_1_0_7" = callPackage ({ mkDerivation, aeson, base, containers, hspec, http-conduit, lens , lens-aeson, QuickCheck, text, vector }: @@ -201194,35 +200273,6 @@ self: { }) {}; "optics" = callPackage - ({ mkDerivation, array, base, bytestring, containers, criterion - , indexed-profunctors, inspection-testing, lens, mtl, optics-core - , optics-extra, optics-th, QuickCheck, random, tasty, tasty-hunit - , tasty-quickcheck, template-haskell, transformers - , unordered-containers, vector - }: - mkDerivation { - pname = "optics"; - version = "0.4"; - sha256 = "18hdfmay7v2qsbq0ylzrfk3hrgax8bzs65bdmjrmck4is8vbs6h5"; - libraryHaskellDepends = [ - array base containers mtl optics-core optics-extra optics-th - transformers - ]; - testHaskellDepends = [ - base containers indexed-profunctors inspection-testing mtl - optics-core QuickCheck random tasty tasty-hunit tasty-quickcheck - template-haskell - ]; - benchmarkHaskellDepends = [ - base bytestring containers criterion lens transformers - unordered-containers vector - ]; - description = "Optics as an abstract interface"; - license = lib.licenses.bsd3; - maintainers = with lib.maintainers; [ maralorn ]; - }) {}; - - "optics_0_4_1" = callPackage ({ mkDerivation, array, base, bytestring, containers , indexed-profunctors, inspection-testing, lens, mtl, optics-core , optics-extra, optics-th, QuickCheck, random, tasty, tasty-bench @@ -201248,27 +200298,10 @@ self: { ]; description = "Optics as an abstract interface"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; maintainers = with lib.maintainers; [ maralorn ]; }) {}; "optics-core" = callPackage - ({ mkDerivation, array, base, containers, indexed-profunctors - , indexed-traversable, transformers - }: - mkDerivation { - pname = "optics-core"; - version = "0.4"; - sha256 = "1kyxdfzha4xjym96yahrwhpbzqracks2di2lx1x34sjcn165rxry"; - libraryHaskellDepends = [ - array base containers indexed-profunctors indexed-traversable - transformers - ]; - description = "Optics as an abstract interface: core definitions"; - license = lib.licenses.bsd3; - }) {}; - - "optics-core_0_4_1" = callPackage ({ mkDerivation, array, base, containers, indexed-profunctors , indexed-traversable, transformers }: @@ -201282,30 +200315,9 @@ self: { ]; description = "Optics as an abstract interface: core definitions"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "optics-extra" = callPackage - ({ mkDerivation, array, base, bytestring, containers, hashable - , indexed-profunctors, indexed-traversable-instances, mtl - , optics-core, text, transformers, unordered-containers, vector - }: - mkDerivation { - pname = "optics-extra"; - version = "0.4"; - sha256 = "1ynhyw22rwvvh5yglybmb6skhpgqk4gh9w2w4dh8kb7myzcwfj1s"; - revision = "2"; - editedCabalFile = "16a139wxgmg4hq6wd8fygbd6qqavf4xgyqdq4c5q37ai43a38wir"; - libraryHaskellDepends = [ - array base bytestring containers hashable indexed-profunctors - indexed-traversable-instances mtl optics-core text transformers - unordered-containers vector - ]; - description = "Extra utilities and instances for optics-core"; - license = lib.licenses.bsd3; - }) {}; - - "optics-extra_0_4_1" = callPackage ({ mkDerivation, array, base, bytestring, containers, hashable , indexed-profunctors, indexed-traversable-instances, mtl , optics-core, text, transformers, unordered-containers, vector @@ -201321,29 +200333,9 @@ self: { ]; description = "Extra utilities and instances for optics-core"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "optics-th" = callPackage - ({ mkDerivation, base, containers, mtl, optics-core, tagged - , template-haskell, th-abstraction, transformers - }: - mkDerivation { - pname = "optics-th"; - version = "0.4"; - sha256 = "1qddzwhzlhhp1902irswjj18aa5ziavn4klhy7najxjwndilb55y"; - revision = "1"; - editedCabalFile = "061axc65h2lzqj7ya8h7xmd6rz944dsdj6i2i4ad6ij3157zcyc4"; - libraryHaskellDepends = [ - base containers mtl optics-core template-haskell th-abstraction - transformers - ]; - testHaskellDepends = [ base optics-core tagged ]; - description = "Optics construction using TemplateHaskell"; - license = lib.licenses.bsd3; - }) {}; - - "optics-th_0_4_1" = callPackage ({ mkDerivation, base, containers, mtl, optics-core, tagged , template-haskell, th-abstraction, transformers }: @@ -201358,7 +200350,6 @@ self: { testHaskellDepends = [ base optics-core tagged ]; description = "Optics construction using TemplateHaskell"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "optics-vl" = callPackage @@ -208071,25 +207062,6 @@ self: { }) {}; "peregrin" = callPackage - ({ mkDerivation, base, bytestring, hspec, pg-harness-client - , postgresql-simple, resource-pool, text, transformers - }: - mkDerivation { - pname = "peregrin"; - version = "0.3.1"; - sha256 = "1hiv9rzpjmjywwc4j6bqkqvqwv2gr6d512hv0l6m5c6idsyk2v12"; - libraryHaskellDepends = [ base bytestring postgresql-simple text ]; - testHaskellDepends = [ - base hspec pg-harness-client postgresql-simple resource-pool text - transformers - ]; - description = "Database migration support for use in other libraries"; - license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; - }) {}; - - "peregrin_0_3_2" = callPackage ({ mkDerivation, base, bytestring, hspec, pg-harness-client , postgresql-simple, resource-pool, text, transformers }: @@ -208881,32 +207853,6 @@ self: { }) {}; "persistent-mysql" = callPackage - ({ mkDerivation, aeson, base, blaze-builder, bytestring, conduit - , containers, fast-logger, hspec, http-api-data, HUnit - , monad-logger, mysql, mysql-simple, path-pieces, persistent - , persistent-qq, persistent-test, QuickCheck, quickcheck-instances - , resource-pool, resourcet, text, time, transformers, unliftio-core - }: - mkDerivation { - pname = "persistent-mysql"; - version = "2.13.1.2"; - sha256 = "0hqzd48ryycc57ab1r2v3vxwaaq0lsiqf2131zqbr13ldh1xnz7v"; - libraryHaskellDepends = [ - aeson base blaze-builder bytestring conduit containers monad-logger - mysql mysql-simple persistent resource-pool resourcet text - transformers unliftio-core - ]; - testHaskellDepends = [ - aeson base bytestring conduit containers fast-logger hspec - http-api-data HUnit monad-logger mysql path-pieces persistent - persistent-qq persistent-test QuickCheck quickcheck-instances - resourcet text time transformers unliftio-core - ]; - description = "Backend for the persistent library using MySQL database server"; - license = lib.licenses.mit; - }) {}; - - "persistent-mysql_2_13_1_3" = callPackage ({ mkDerivation, aeson, base, blaze-builder, bytestring, conduit , containers, fast-logger, hspec, http-api-data, HUnit , monad-logger, mysql, mysql-simple, path-pieces, persistent @@ -208930,7 +207876,6 @@ self: { ]; description = "Backend for the persistent library using MySQL database server"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "persistent-mysql-haskell" = callPackage @@ -213398,8 +212343,8 @@ self: { }: mkDerivation { pname = "plugins"; - version = "1.6.2"; - sha256 = "1lgk25chpl6albf8pzq8q40di02rgv7g3bsf586a5pl2kdh2p2qq"; + version = "1.6.2.1"; + sha256 = "04cgq4x07zfb9lrqj9qrcgvacxz0rhim77zhx25s4scd6n4lc3j0"; libraryHaskellDepends = [ array base Cabal containers directory filepath ghc ghc-paths ghc-prim haskell-src process random split @@ -216791,29 +215736,6 @@ self: { }) {}; "postgresql-syntax" = callPackage - ({ mkDerivation, base, bytestring, case-insensitive, hashable - , headed-megaparsec, hedgehog, megaparsec, parser-combinators - , QuickCheck, quickcheck-instances, rerebase, tasty, tasty-hunit - , tasty-quickcheck, text, text-builder, unordered-containers - }: - mkDerivation { - pname = "postgresql-syntax"; - version = "0.4"; - sha256 = "133p9w35q7ynb15i97k9ci4w14vp5117v3hmgm4ys3jj07apjyxd"; - libraryHaskellDepends = [ - base bytestring case-insensitive hashable headed-megaparsec - megaparsec parser-combinators text text-builder - unordered-containers - ]; - testHaskellDepends = [ - hedgehog QuickCheck quickcheck-instances rerebase tasty tasty-hunit - tasty-quickcheck - ]; - description = "PostgreSQL AST parsing and rendering"; - license = lib.licenses.mit; - }) {}; - - "postgresql-syntax_0_4_0_2" = callPackage ({ mkDerivation, base, bytestring, case-insensitive, hashable , headed-megaparsec, hedgehog, megaparsec, parser-combinators , QuickCheck, quickcheck-instances, rerebase, tasty, tasty-hunit @@ -216834,7 +215756,6 @@ self: { ]; description = "PostgreSQL AST parsing and rendering"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "postgresql-transactional" = callPackage @@ -216943,34 +215864,6 @@ self: { }) {}; "postgresql-typed" = callPackage - ({ mkDerivation, aeson, array, attoparsec, base, binary, bytestring - , containers, convertible, criterion, cryptonite, data-default - , haskell-src-meta, HDBC, HUnit, memory, network, old-locale - , postgresql-binary, QuickCheck, scientific, template-haskell, text - , time, tls, utf8-string, uuid, x509, x509-store, x509-validation - }: - mkDerivation { - pname = "postgresql-typed"; - version = "0.6.2.0"; - sha256 = "0v38c5ai3plc1vlgz536a41yflz2d7nm9laks28lnqvxaqim27aw"; - libraryHaskellDepends = [ - aeson array attoparsec base binary bytestring containers cryptonite - data-default haskell-src-meta HDBC memory network old-locale - postgresql-binary scientific template-haskell text time tls - utf8-string uuid x509 x509-store x509-validation - ]; - testHaskellDepends = [ - base bytestring containers convertible HDBC HUnit network - QuickCheck time tls - ]; - benchmarkHaskellDepends = [ - base bytestring criterion network time tls - ]; - description = "PostgreSQL interface with compile-time SQL type checking, optional HDBC backend"; - license = lib.licenses.bsd3; - }) {}; - - "postgresql-typed_0_6_2_1" = callPackage ({ mkDerivation, aeson, array, attoparsec, base, binary, bytestring , containers, convertible, criterion, cryptonite, data-default , haskell-src-meta, HDBC, HUnit, memory, network, old-locale @@ -216996,7 +215889,6 @@ self: { ]; description = "PostgreSQL interface with compile-time SQL type checking, optional HDBC backend"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "postgresql-typed-lifted" = callPackage @@ -218484,6 +217376,34 @@ self: { maintainers = with lib.maintainers; [ cdepillabout ]; }) {}; + "pretty-simple_4_1_0_0" = callPackage + ({ mkDerivation, base, Cabal, cabal-doctest, containers, criterion + , doctest, Glob, mtl, optparse-applicative, prettyprinter + , prettyprinter-ansi-terminal, QuickCheck, template-haskell, text + , transformers + }: + mkDerivation { + pname = "pretty-simple"; + version = "4.1.0.0"; + sha256 = "0afmbvcma67hah9f7i9j4fazlkfdbr6ljas1cn10wp4mlxlf8236"; + isLibrary = true; + isExecutable = true; + setupHaskellDepends = [ base Cabal cabal-doctest ]; + libraryHaskellDepends = [ + base containers mtl prettyprinter prettyprinter-ansi-terminal text + transformers + ]; + executableHaskellDepends = [ base optparse-applicative text ]; + testHaskellDepends = [ + base doctest Glob QuickCheck template-haskell + ]; + benchmarkHaskellDepends = [ base criterion text ]; + description = "pretty printer for data types with a 'Show' instance"; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + maintainers = with lib.maintainers; [ cdepillabout ]; + }) {}; + "pretty-sop" = callPackage ({ mkDerivation, base, generics-sop, markdown-unlit, pretty-show }: mkDerivation { @@ -224389,6 +223309,28 @@ self: { broken = true; }) {}; + "quickcheck-quid" = callPackage + ({ mkDerivation, base, containers, deepseq, extra, fmt, hashable + , hspec, hspec-discover, pretty-simple, primes, QuickCheck + , quickcheck-classes, text + }: + mkDerivation { + pname = "quickcheck-quid"; + version = "0.0.1"; + sha256 = "02d9lak5pdss17x0nvxdj7r81vllgd599brkh87h2zmjp6fajprs"; + libraryHaskellDepends = [ + base containers deepseq extra hashable QuickCheck text + ]; + testHaskellDepends = [ + base containers fmt hspec pretty-simple primes QuickCheck + quickcheck-classes text + ]; + testToolDepends = [ hspec-discover ]; + doHaddock = false; + description = "Quasi-unique identifiers for QuickCheck"; + license = lib.licenses.asl20; + }) {}; + "quickcheck-regex" = callPackage ({ mkDerivation, base, containers, QuickCheck, regex-genex , regex-tdfa @@ -226895,6 +225837,28 @@ self: { broken = true; }) {}; + "rattletrap_11_2_6" = callPackage + ({ mkDerivation, aeson, aeson-pretty, array, base, bytestring + , containers, filepath, http-client, http-client-tls, text + }: + mkDerivation { + pname = "rattletrap"; + version = "11.2.6"; + sha256 = "1y8g39vjnn3lywhg389ql0hqrzpgcj0j76wzhrzsh7ymj87vvirk"; + isLibrary = true; + isExecutable = true; + libraryHaskellDepends = [ + aeson aeson-pretty array base bytestring containers filepath + http-client http-client-tls text + ]; + executableHaskellDepends = [ base ]; + testHaskellDepends = [ base bytestring filepath ]; + description = "Parse and generate Rocket League replays"; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; + }) {}; + "raven-haskell" = callPackage ({ mkDerivation, aeson, base, bytestring, hspec, http-conduit, mtl , network, random, resourcet, text, time, unordered-containers @@ -226970,18 +225934,6 @@ self: { }) {}; "rawfilepath" = callPackage - ({ mkDerivation, base, bytestring, unix }: - mkDerivation { - pname = "rawfilepath"; - version = "1.0.0"; - sha256 = "0ya68wvafb8zq6d9hlfdr71pnks9a9hln67a2r93pxhz3iz2cv5w"; - libraryHaskellDepends = [ base bytestring unix ]; - testHaskellDepends = [ base bytestring ]; - description = "Use RawFilePath instead of FilePath"; - license = lib.licenses.asl20; - }) {}; - - "rawfilepath_1_0_1" = callPackage ({ mkDerivation, base, bytestring, unix }: mkDerivation { pname = "rawfilepath"; @@ -226991,7 +225943,6 @@ self: { testHaskellDepends = [ base bytestring ]; description = "Use RawFilePath instead of FilePath"; license = lib.licenses.asl20; - hydraPlatforms = lib.platforms.none; }) {}; "rawr" = callPackage @@ -227435,22 +226386,24 @@ self: { }) {}; "reactive-banana" = callPackage - ({ mkDerivation, base, containers, hashable, HUnit, pqueue - , psqueues, semigroups, test-framework, test-framework-hunit, these + ({ mkDerivation, base, containers, hashable, pqueue, psqueues + , random, semigroups, tasty, tasty-bench, tasty-hunit, these , transformers, unordered-containers, vault }: mkDerivation { pname = "reactive-banana"; - version = "1.2.2.0"; - sha256 = "0zqvswqgisfj1hvwp9r53b91h4062d2afrw4ybcdr7d047ba9icp"; + version = "1.3.0.0"; + sha256 = "05jml1wxvj6453p98a2km8qvb0gs17y68givp1nf1l41r5da1fkk"; libraryHaskellDepends = [ base containers hashable pqueue semigroups these transformers unordered-containers vault ]; testHaskellDepends = [ - base containers hashable HUnit pqueue psqueues semigroups - test-framework test-framework-hunit these transformers - unordered-containers vault + base containers hashable pqueue psqueues semigroups tasty + tasty-hunit these transformers unordered-containers vault + ]; + benchmarkHaskellDepends = [ + base containers random tasty tasty-bench ]; description = "Library for functional reactive programming (FRP)"; license = lib.licenses.bsd3; @@ -230973,8 +229926,8 @@ self: { }: mkDerivation { pname = "registry-hedgehog"; - version = "0.5.0.0"; - sha256 = "1ncgq9aq5c23xl0r0ci9402prgjqqkkijbn46pxj1qrz9lhfszy0"; + version = "0.6.0.0"; + sha256 = "12asg2cz72an1hgy7c853z7zz7zvw54z7wa4rvw0gzg0a2z3fh0m"; libraryHaskellDepends = [ base containers hedgehog mmorph multimap protolude registry tasty tasty-discover tasty-hedgehog tasty-th template-haskell text @@ -230991,6 +229944,33 @@ self: { hydraPlatforms = lib.platforms.none; }) {}; + "registry-hedgehog-aeson" = callPackage + ({ mkDerivation, aeson, base, containers, hedgehog, mmorph + , multimap, protolude, registry, registry-hedgehog, scientific + , tasty, tasty-discover, tasty-hedgehog, tasty-th, template-haskell + , text, transformers, universum, unordered-containers, vector + }: + mkDerivation { + pname = "registry-hedgehog-aeson"; + version = "0.1.0.0"; + sha256 = "0xz8wjk87kmskw5aqrx2g56d7p5brrf84fr2zpnh2xh4niv283lr"; + libraryHaskellDepends = [ + aeson base containers hedgehog mmorph multimap protolude registry + scientific tasty tasty-discover tasty-hedgehog tasty-th + template-haskell text transformers universum unordered-containers + vector + ]; + testHaskellDepends = [ + aeson base containers hedgehog mmorph multimap protolude registry + registry-hedgehog scientific tasty tasty-discover tasty-hedgehog + tasty-th template-haskell text transformers universum + unordered-containers vector + ]; + testToolDepends = [ tasty-discover ]; + description = "Hedgehog generators for Aeson"; + license = lib.licenses.mit; + }) {}; + "regress" = callPackage ({ mkDerivation, ad, base, vector }: mkDerivation { @@ -232021,23 +231001,6 @@ self: { }) {}; "repa-io" = callPackage - ({ mkDerivation, base, binary, bmp, bytestring, old-time, repa - , vector - }: - mkDerivation { - pname = "repa-io"; - version = "3.4.1.1"; - sha256 = "1nm9kfin6fv016r02l74c9hf8pr1rz7s33i833cqpyw8m6bcmnxm"; - revision = "5"; - editedCabalFile = "1v9bza21a3h0pkaxs628jjfli157d44i757da250fxwwamk8sg88"; - libraryHaskellDepends = [ - base binary bmp bytestring old-time repa vector - ]; - description = "Read and write Repa arrays in various formats"; - license = lib.licenses.bsd3; - }) {}; - - "repa-io_3_4_1_2" = callPackage ({ mkDerivation, base, binary, bmp, bytestring, old-time, repa , vector }: @@ -232050,7 +231013,6 @@ self: { ]; description = "Read and write Repa arrays in various formats"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "repa-linear-algebra" = callPackage @@ -237339,30 +236301,6 @@ self: { }) {}; "safe-json" = callPackage - ({ mkDerivation, aeson, base, bytestring, containers, dlist - , generic-arbitrary, hashable, quickcheck-instances, scientific - , tasty, tasty-hunit, tasty-quickcheck, temporary, text, time - , unordered-containers, uuid, uuid-types, vector - }: - mkDerivation { - pname = "safe-json"; - version = "1.1.3.0"; - sha256 = "08crkag67ba7d1wczg4953jh4gxs6g0pbvb3idi11q98g2gzpjhm"; - libraryHaskellDepends = [ - aeson base bytestring containers dlist hashable scientific tasty - tasty-hunit tasty-quickcheck text time unordered-containers - uuid-types vector - ]; - testHaskellDepends = [ - aeson base bytestring containers dlist generic-arbitrary hashable - quickcheck-instances scientific tasty tasty-hunit tasty-quickcheck - temporary text time unordered-containers uuid uuid-types vector - ]; - description = "Automatic JSON format versioning"; - license = lib.licenses.mit; - }) {}; - - "safe-json_1_1_3_1" = callPackage ({ mkDerivation, aeson, base, bytestring, containers, dlist , generic-arbitrary, hashable, quickcheck-instances, scientific , tasty, tasty-hunit, tasty-quickcheck, temporary, text, time @@ -237384,7 +236322,6 @@ self: { ]; description = "Automatic JSON format versioning"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "safe-lazy-io" = callPackage @@ -237616,8 +236553,8 @@ self: { pname = "safecopy"; version = "0.10.4.2"; sha256 = "0r2mf0p82gf8vnldx477b5ykrj1x7hyg13nqfn6gzb50japs6h3i"; - revision = "1"; - editedCabalFile = "1lah4m6rjq08bj5sfwh6azw2srrz2n68zmmp7vimxrhakvf3fpm4"; + revision = "4"; + editedCabalFile = "0k7kivfkaqv9py5358pk76v6vf39s4hipmdxnwn6jq0kc7zr3ddc"; libraryHaskellDepends = [ array base bytestring cereal containers generic-data old-time template-haskell text time transformers vector @@ -238753,6 +237690,34 @@ self: { license = lib.licenses.mit; }) {}; + "sbp_4_1_5" = callPackage + ({ mkDerivation, aeson, aeson-pretty, array, base + , base64-bytestring, basic-prelude, binary, binary-conduit + , bytestring, cmdargs, conduit, conduit-extra, data-binary-ieee754 + , lens, lens-aeson, monad-loops, resourcet, tasty, tasty-hunit + , template-haskell, text, time, yaml + }: + mkDerivation { + pname = "sbp"; + version = "4.1.5"; + sha256 = "1f3i50i4mfxi8y5akg3kncgkwx2wflcgsv7rzxccd75bv3ynk45z"; + isLibrary = true; + isExecutable = true; + libraryHaskellDepends = [ + aeson array base base64-bytestring basic-prelude binary bytestring + data-binary-ieee754 lens lens-aeson monad-loops template-haskell + text + ]; + executableHaskellDepends = [ + aeson aeson-pretty base basic-prelude binary-conduit bytestring + cmdargs conduit conduit-extra lens resourcet time yaml + ]; + testHaskellDepends = [ base basic-prelude tasty tasty-hunit ]; + description = "SwiftNav's SBP Library"; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + }) {}; + "sbp2udp" = callPackage ({ mkDerivation, base, basic-prelude, binary, binary-conduit , bytestring, conduit, conduit-extra, network, optparse-generic @@ -242376,6 +241341,30 @@ self: { license = lib.licenses.gpl3Only; }) {}; + "sequence-formats_1_6_6_1" = callPackage + ({ mkDerivation, attoparsec, base, bytestring, containers, errors + , exceptions, foldl, hspec, lens-family, pipes, pipes-attoparsec + , pipes-bytestring, pipes-safe, tasty, tasty-hunit, transformers + , vector + }: + mkDerivation { + pname = "sequence-formats"; + version = "1.6.6.1"; + sha256 = "0qylf0nx0g7z3wr95bza5vpmmsd4q3mvp8xsc7g2pwvsdpgxz9c9"; + libraryHaskellDepends = [ + attoparsec base bytestring containers errors exceptions foldl + lens-family pipes pipes-attoparsec pipes-bytestring pipes-safe + transformers vector + ]; + testHaskellDepends = [ + base bytestring containers foldl hspec pipes pipes-safe tasty + tasty-hunit transformers vector + ]; + description = "A package with basic parsing utilities for several Bioinformatic data formats"; + license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + }) {}; + "sequenceTools" = callPackage ({ mkDerivation, ansi-wl-pprint, base, bytestring, foldl, hspec , lens-family, optparse-applicative, pipes, pipes-group @@ -244576,21 +243565,22 @@ self: { "servant-rate-limit" = callPackage ({ mkDerivation, base, bytestring, hedis, http-client, http-types - , servant, servant-client, servant-server, tasty, tasty-hunit, wai - , wai-extra, wai-rate-limit, wai-rate-limit-redis, warp + , servant, servant-client, servant-server, tasty, tasty-hunit + , time-units, time-units-types, wai, wai-extra, wai-rate-limit + , wai-rate-limit-redis, warp }: mkDerivation { pname = "servant-rate-limit"; - version = "0.1.0.0"; - sha256 = "1yls69n7i8cb198jmknzh0f7161d6i787k4z8hwx2zkq48p5j3nj"; + version = "0.2.0.0"; + sha256 = "19l4kawmb5c6s3hlcfgn14nmcwqncz158njmy1fmdrgar0sd1i92"; libraryHaskellDepends = [ base bytestring http-types servant servant-client servant-server - wai wai-rate-limit + time-units time-units-types wai wai-rate-limit ]; testHaskellDepends = [ base bytestring hedis http-client http-types servant servant-client - servant-server tasty tasty-hunit wai wai-extra wai-rate-limit - wai-rate-limit-redis warp + servant-server tasty tasty-hunit time-units time-units-types wai + wai-extra wai-rate-limit wai-rate-limit-redis warp ]; description = "Rate limiting for Servant"; license = lib.licenses.mit; @@ -244804,45 +243794,6 @@ self: { }) {}; "servant-server" = callPackage - ({ mkDerivation, aeson, base, base-compat, base64-bytestring - , bytestring, constraints, containers, directory, exceptions - , filepath, hspec, hspec-discover, hspec-wai, http-api-data - , http-media, http-types, monad-control, mtl, network, network-uri - , QuickCheck, resourcet, safe, servant, should-not-typecheck - , sop-core, string-conversions, tagged, temporary, text - , transformers, transformers-base, transformers-compat, wai - , wai-app-static, wai-extra, warp, word8 - }: - mkDerivation { - pname = "servant-server"; - version = "0.19"; - sha256 = "0d7z1r9g86cshqqacnw1ls4h5ijpwznbprk2kvnc8j8drjcmnrf1"; - revision = "1"; - editedCabalFile = "029lz6194pfjwyqadc628f1v258sh5qaf1gp7ndi8r12c2cfjm2d"; - isLibrary = true; - isExecutable = true; - libraryHaskellDepends = [ - base base-compat base64-bytestring bytestring constraints - containers exceptions filepath http-api-data http-media http-types - monad-control mtl network network-uri resourcet servant sop-core - string-conversions tagged text transformers transformers-base wai - wai-app-static word8 - ]; - executableHaskellDepends = [ - aeson base base-compat servant text wai warp - ]; - testHaskellDepends = [ - aeson base base-compat base64-bytestring bytestring directory hspec - hspec-wai http-types mtl QuickCheck resourcet safe servant - should-not-typecheck sop-core string-conversions temporary text - transformers transformers-compat wai wai-extra - ]; - testToolDepends = [ hspec-discover ]; - description = "A family of combinators for defining webservices APIs and serving them"; - license = lib.licenses.bsd3; - }) {}; - - "servant-server_0_19_1" = callPackage ({ mkDerivation, aeson, base, base-compat, base64-bytestring , bytestring, constraints, containers, directory, exceptions , filepath, hspec, hspec-discover, hspec-wai, http-api-data @@ -244856,8 +243807,8 @@ self: { pname = "servant-server"; version = "0.19.1"; sha256 = "1g88vdwacwli79y5idqlrbhl2k9r463h560f2lk5abhqsmsm9bhd"; - revision = "1"; - editedCabalFile = "1cgapxrbyzxhs19dkmav7msgv26llrzcr524n8k4z0msww3wzvfn"; + revision = "2"; + editedCabalFile = "18as15x192ila9cqiff1yliidwlihx9kvjgji2sml11ahwhqyy75"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -244879,7 +243830,6 @@ self: { testToolDepends = [ hspec-discover ]; description = "A family of combinators for defining webservices APIs and serving them"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "servant-server-namedargs" = callPackage @@ -245153,36 +244103,6 @@ self: { }) {}; "servant-swagger" = callPackage - ({ mkDerivation, aeson, aeson-pretty, base, base-compat, bytestring - , Cabal, cabal-doctest, directory, doctest, filepath, hspec - , hspec-discover, http-media, insert-ordered-containers, lens - , lens-aeson, QuickCheck, servant, singleton-bool, swagger2 - , template-haskell, text, time, unordered-containers, utf8-string - , vector - }: - mkDerivation { - pname = "servant-swagger"; - version = "1.1.10"; - sha256 = "0y6zylhs4z0nfz75d4i2azcq0yh2bd4inanwblx4035dgkk1q78a"; - revision = "5"; - editedCabalFile = "0xv8d3va3rg1rvss2dqig2zxc130qj5jrpszkza25nfgwhbcnmx3"; - setupHaskellDepends = [ base Cabal cabal-doctest ]; - libraryHaskellDepends = [ - aeson aeson-pretty base base-compat bytestring hspec http-media - insert-ordered-containers lens QuickCheck servant singleton-bool - swagger2 text unordered-containers - ]; - testHaskellDepends = [ - aeson base base-compat directory doctest filepath hspec lens - lens-aeson QuickCheck servant swagger2 template-haskell text time - utf8-string vector - ]; - testToolDepends = [ hspec-discover ]; - description = "Generate a Swagger/OpenAPI/OAS 2.0 specification for your servant API."; - license = lib.licenses.bsd3; - }) {}; - - "servant-swagger_1_1_11" = callPackage ({ mkDerivation, aeson, aeson-pretty, base, base-compat, bytestring , Cabal, cabal-doctest, directory, doctest, filepath, hspec , hspec-discover, http-media, insert-ordered-containers, lens @@ -245208,7 +244128,6 @@ self: { testToolDepends = [ hspec-discover ]; description = "Generate a Swagger/OpenAPI/OAS 2.0 specification for your servant API."; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "servant-swagger-tags" = callPackage @@ -248839,14 +247758,17 @@ self: { }) {}; "simple-cmd" = callPackage - ({ mkDerivation, base, directory, extra, filepath, process, unix }: + ({ mkDerivation, base, directory, extra, filepath, hspec, process + , unix + }: mkDerivation { pname = "simple-cmd"; - version = "0.2.3"; - sha256 = "1r8rnv8zzp8jfvgrjls3zjdx235s9gh2kr3sv4w08dndq1rakxjv"; + version = "0.2.4"; + sha256 = "19kd863gm33sj01biqz94jk9cy8vb07xlqmw2m9vlh16h3phgqv1"; libraryHaskellDepends = [ base directory extra filepath process unix ]; + testHaskellDepends = [ base hspec ]; description = "Simple String-based process commands"; license = lib.licenses.bsd3; }) {}; @@ -249281,8 +248203,8 @@ self: { }: mkDerivation { pname = "simple-parser"; - version = "0.10.0"; - sha256 = "0sw9w1zj0p6vcl6ixvlq3n41zm99jkpfjv65xm8xsjw6x5l3jz7z"; + version = "0.12.0"; + sha256 = "1g8ik221kfzjb3bndxghk42ki7hhs4xbwxq8arc66hsnynjxi7rs"; libraryHaskellDepends = [ base bytestring containers errata exceptions mmorph mtl nonempty-containers scientific text text-builder @@ -250077,6 +248999,8 @@ self: { pname = "singletons"; version = "3.0.1"; sha256 = "0lqg9wxh02z2sikpy88asm8g4sfrvyb66b7p76irsij31h0cxbnk"; + revision = "1"; + editedCabalFile = "0n3jr9jqz50ygaw80a9cx3g09w7w8bdlq9ssyap0a4990yxl8fbx"; libraryHaskellDepends = [ base ]; testHaskellDepends = [ base ]; description = "Basic singleton types and definitions"; @@ -250114,6 +249038,8 @@ self: { pname = "singletons-base"; version = "3.1"; sha256 = "1bsfbdbfwiq2nis3r95x06r0q9iypyz4hkvmgvk56bwj6421k7kd"; + revision = "1"; + editedCabalFile = "12p0xzmrkn2bjz6wf9i291bh47s9c0ziz6cvvja65vnzwd8l60ry"; setupHaskellDepends = [ base Cabal directory filepath ]; libraryHaskellDepends = [ base pretty singletons singletons-th template-haskell text @@ -250170,6 +249096,8 @@ self: { pname = "singletons-th"; version = "3.1"; sha256 = "1mhx7sadw7zxaf7qhryrhi4fiyf9v3jcaplkh1syaa7b4725dm7a"; + revision = "1"; + editedCabalFile = "1mir0m8zpnq5ckkk073nxy32mghfkbdzncvxpjdpmv2yfxl9iwgi"; libraryHaskellDepends = [ base containers ghc-boot-th mtl singletons syb template-haskell th-desugar th-orphans transformers @@ -256742,17 +255670,6 @@ self: { }) {}; "srcloc" = callPackage - ({ mkDerivation, base }: - mkDerivation { - pname = "srcloc"; - version = "0.6"; - sha256 = "1vcp9vgfi5rscy09l4qaq0pp426b6qcdpzs6kpbzg0k5x81kcsbb"; - libraryHaskellDepends = [ base ]; - description = "Data types for managing source code locations"; - license = lib.licenses.bsd3; - }) {}; - - "srcloc_0_6_0_1" = callPackage ({ mkDerivation, base }: mkDerivation { pname = "srcloc"; @@ -256761,7 +255678,6 @@ self: { libraryHaskellDepends = [ base ]; description = "Data types for managing source code locations"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "srec" = callPackage @@ -257298,8 +256214,8 @@ self: { }: mkDerivation { pname = "stack-all"; - version = "0.4"; - sha256 = "0m9wiy233lw6bp6gz4h2x8bdi0lwsjl36bzx6544cdp91vllkzj1"; + version = "0.4.0.1"; + sha256 = "0aw5bx737cg0isdnnrhlwba0ddjki57p4ygav4piv5d3ffzhrfzm"; isLibrary = false; isExecutable = true; executableHaskellDepends = [ @@ -258592,32 +257508,6 @@ self: { }) {}; "statistics" = callPackage - ({ mkDerivation, aeson, async, base, binary, data-default-class - , deepseq, dense-linear-algebra, erf, ieee754, math-functions - , monad-par, mwc-random, primitive, QuickCheck, random, tasty - , tasty-expected-failure, tasty-hunit, tasty-quickcheck, vector - , vector-algorithms, vector-binary-instances, vector-th-unbox - }: - mkDerivation { - pname = "statistics"; - version = "0.16.0.1"; - sha256 = "16ynj3bj8j70w4iq4xsrz7h140cp0jff0fv1iybsjl3lr83hdvk0"; - libraryHaskellDepends = [ - aeson async base binary data-default-class deepseq - dense-linear-algebra math-functions monad-par mwc-random primitive - random vector vector-algorithms vector-binary-instances - vector-th-unbox - ]; - testHaskellDepends = [ - aeson base binary dense-linear-algebra erf ieee754 math-functions - primitive QuickCheck tasty tasty-expected-failure tasty-hunit - tasty-quickcheck vector vector-algorithms - ]; - description = "A library of statistical types, data, and functions"; - license = lib.licenses.bsd2; - }) {}; - - "statistics_0_16_0_2" = callPackage ({ mkDerivation, aeson, async, base, binary, data-default-class , deepseq, dense-linear-algebra, erf, ieee754, math-functions , monad-par, mwc-random, primitive, QuickCheck, random, tasty @@ -258641,7 +257531,6 @@ self: { ]; description = "A library of statistical types, data, and functions"; license = lib.licenses.bsd2; - hydraPlatforms = lib.platforms.none; }) {}; "statistics-dirichlet" = callPackage @@ -259680,6 +258569,22 @@ self: { license = "LGPL"; }) {}; + "stooq-api" = callPackage + ({ mkDerivation, aeson, base, bytestring, lens, text, time + , utf8-string, vector, wreq + }: + mkDerivation { + pname = "stooq-api"; + version = "0.1.0.0"; + sha256 = "0r4sc0w9ghlvlysj5aycawlhrb9iylczg8nb0kdkw4790nrd5if0"; + libraryHaskellDepends = [ + aeson base bytestring lens text time utf8-string vector wreq + ]; + doHaddock = false; + description = "A simple wrapper around stooq.pl API for downloading market data."; + license = lib.licenses.mit; + }) {}; + "stopwatch" = callPackage ({ mkDerivation, base, clock, hspec, transformers }: mkDerivation { @@ -260801,8 +259706,8 @@ self: { pname = "streamly-bytestring"; version = "0.1.4"; sha256 = "1qwgrxm2x46951si18sbmqhq4fik26l07kmspv23m9q3drn0mklc"; - revision = "2"; - editedCabalFile = "1a8h5jdiir0rgxnw5lvbgxfcprfl2fk49gqlv49x4xg7kd72xy6a"; + revision = "3"; + editedCabalFile = "0jbiq6g025qyhvl05f0shvnak4jnpxngzjz1n73c8hnjb47kzc21"; libraryHaskellDepends = [ base bytestring streamly ]; testHaskellDepends = [ base bytestring directory filepath hspec hspec-discover @@ -262027,23 +260932,6 @@ self: { }) {}; "strive" = 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.1"; - sha256 = "1vhszra49nfqx3lfyc378krxx8gf3cs2s6vb602fzlbjbm54i9mh"; - 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; - }) {}; - - "strive_6_0_0_2" = callPackage ({ mkDerivation, aeson, base, bytestring, data-default, gpolyline , http-client, http-client-tls, http-types, template-haskell, text , time, transformers @@ -262058,31 +260946,9 @@ self: { ]; 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 - , template-haskell - }: - mkDerivation { - pname = "strong-path"; - version = "1.1.3.0"; - sha256 = "0jy8qmyixsi3d71qkrj4v3r9nrppb2hs4p5pbpj7yq964ryyg9am"; - libraryHaskellDepends = [ - base exceptions filepath hashable path template-haskell - ]; - testHaskellDepends = [ - base filepath hashable hspec path tasty tasty-discover tasty-hspec - tasty-quickcheck - ]; - testToolDepends = [ tasty-discover ]; - description = "Strongly typed paths in Haskell"; - license = lib.licenses.mit; - }) {}; - - "strong-path_1_1_4_0" = callPackage ({ mkDerivation, base, exceptions, filepath, hashable, hspec, path , tasty, tasty-discover, tasty-hspec, tasty-quickcheck , template-haskell @@ -262101,7 +260967,6 @@ self: { testToolDepends = [ tasty-discover ]; description = "Strongly typed paths in Haskell"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "strongswan-sql" = callPackage @@ -268892,43 +267757,6 @@ self: { }) {}; "telegram-bot-simple" = callPackage - ({ mkDerivation, aeson, aeson-pretty, base, blaze-html, bytestring - , cookie, cron, dhall, filepath, hashable, http-api-data - , http-client, http-client-tls, http-types, monad-control, mtl - , optparse-applicative, pretty-show, prettyprinter, profunctors - , QuickCheck, random, servant, servant-blaze, servant-client - , servant-multipart, servant-multipart-api - , servant-multipart-client, servant-server, split, stm - , template-haskell, text, time, transformers, unix - , unordered-containers, uuid, warp - }: - mkDerivation { - pname = "telegram-bot-simple"; - version = "0.4.3"; - sha256 = "1v39mn42pp1z6d722czb5qppff7hpap5q5na8dkyjff4fxkid3ag"; - isLibrary = true; - isExecutable = true; - 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 - servant-multipart-api servant-multipart-client split stm - template-haskell text time transformers unordered-containers - ]; - executableHaskellDepends = [ - aeson aeson-pretty base blaze-html bytestring cookie cron dhall - filepath hashable http-api-data http-client http-client-tls - http-types monad-control mtl optparse-applicative pretty-show - prettyprinter profunctors QuickCheck random servant servant-blaze - servant-client servant-multipart servant-multipart-api - servant-multipart-client servant-server split stm template-haskell - text time transformers unix unordered-containers uuid warp - ]; - description = "Easy to use library for building Telegram bots"; - license = lib.licenses.bsd3; - }) {}; - - "telegram-bot-simple_0_4_4" = callPackage ({ mkDerivation, aeson, aeson-pretty, base, blaze-html, bytestring , cookie, cron, dhall, filepath, hashable, http-api-data , http-client, http-client-tls, http-types, monad-control, mtl @@ -268962,7 +267790,6 @@ self: { ]; description = "Easy to use library for building Telegram bots"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "telegram-raw-api" = callPackage @@ -270003,17 +268830,6 @@ self: { }) {}; "terminal-size" = callPackage - ({ mkDerivation, base }: - mkDerivation { - pname = "terminal-size"; - version = "0.3.2.1"; - sha256 = "0n4nvj3dbj9gxfnprgish45asn9z4dipv9j98s8i7g2n8yb3xhmm"; - libraryHaskellDepends = [ base ]; - description = "Get terminal window height and width"; - license = lib.licenses.bsd3; - }) {}; - - "terminal-size_0_3_3" = callPackage ({ mkDerivation, base }: mkDerivation { pname = "terminal-size"; @@ -270022,7 +268838,6 @@ self: { libraryHaskellDepends = [ base ]; description = "Get terminal window height and width"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "terminal-text" = callPackage @@ -271145,6 +269960,28 @@ self: { license = lib.licenses.mit; }) {}; + "text-builder_0_6_6_5" = callPackage + ({ mkDerivation, base-prelude, bytestring, criterion, QuickCheck + , quickcheck-instances, rerebase, tasty, tasty-hunit + , tasty-quickcheck, text, text-builder-dev + }: + mkDerivation { + pname = "text-builder"; + version = "0.6.6.5"; + sha256 = "145m3v5fpisz04dwd3pwnak8mvsnc60rw92br4q946kymfifb7kj"; + libraryHaskellDepends = [ + base-prelude bytestring text text-builder-dev + ]; + testHaskellDepends = [ + QuickCheck quickcheck-instances rerebase tasty tasty-hunit + tasty-quickcheck + ]; + benchmarkHaskellDepends = [ criterion rerebase ]; + description = "An efficient strict text builder"; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + }) {}; + "text-builder-dev" = callPackage ({ mkDerivation, base, bytestring, criterion, deferred-folds , QuickCheck, quickcheck-instances, rerebase, split, tasty @@ -271168,6 +270005,30 @@ self: { license = lib.licenses.mit; }) {}; + "text-builder-dev_0_2_0_1" = callPackage + ({ mkDerivation, base, bytestring, criterion, deferred-folds + , QuickCheck, quickcheck-instances, rerebase, split, tasty + , tasty-hunit, tasty-quickcheck, text, text-conversions, tostring + , transformers + }: + mkDerivation { + pname = "text-builder-dev"; + version = "0.2.0.1"; + sha256 = "196qnqr5pxx6s4dd37pbzfmbml379s1m91pkimkklf8r2jcvf1zn"; + libraryHaskellDepends = [ + base bytestring deferred-folds split text text-conversions tostring + transformers + ]; + testHaskellDepends = [ + QuickCheck quickcheck-instances rerebase tasty tasty-hunit + tasty-quickcheck + ]; + benchmarkHaskellDepends = [ criterion rerebase ]; + description = "Edge of developments for \"text-builder\""; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + }) {}; + "text-containers" = callPackage ({ mkDerivation, base, bytestring, containers, deepseq, ghc-prim , hashable, QuickCheck, quickcheck-instances, tasty @@ -271515,21 +270376,6 @@ self: { }) {}; "text-manipulate" = callPackage - ({ mkDerivation, base, criterion, tasty, tasty-hunit, text }: - mkDerivation { - pname = "text-manipulate"; - version = "0.3.0.0"; - sha256 = "0pmzp38m3r0k6ps97b1wqplxlgvvlaid09x53jl3gxng0fwq910a"; - revision = "1"; - editedCabalFile = "1px2b8knr4z44hp9wb9dwac1pycaic7ji4fhpma3sr6jgjjszyw4"; - libraryHaskellDepends = [ base text ]; - testHaskellDepends = [ base tasty tasty-hunit text ]; - benchmarkHaskellDepends = [ base criterion text ]; - description = "Case conversion, word boundary manipulation, and textual subjugation"; - license = lib.licenses.mpl20; - }) {}; - - "text-manipulate_0_3_1_0" = callPackage ({ mkDerivation, base, criterion, tasty, tasty-hunit, text }: mkDerivation { pname = "text-manipulate"; @@ -271540,7 +270386,6 @@ self: { benchmarkHaskellDepends = [ base criterion text ]; description = "Case conversion, word boundary manipulation, and textual subjugation"; license = lib.licenses.mpl20; - hydraPlatforms = lib.platforms.none; }) {}; "text-markup" = callPackage @@ -272573,26 +271418,6 @@ self: { }) {}; "th-lego" = callPackage - ({ mkDerivation, base, QuickCheck, quickcheck-instances, rerebase - , tasty, tasty-hunit, tasty-quickcheck, template-haskell - , template-haskell-compat-v0208, text - }: - mkDerivation { - pname = "th-lego"; - version = "0.3"; - sha256 = "0shwmh8anzrgifk0z2ypdkp7f0sz9p4azfjj1rcnz0px1wmhz9xn"; - libraryHaskellDepends = [ - base template-haskell template-haskell-compat-v0208 text - ]; - testHaskellDepends = [ - QuickCheck quickcheck-instances rerebase tasty tasty-hunit - tasty-quickcheck template-haskell - ]; - description = "Template Haskell construction utilities"; - license = lib.licenses.mit; - }) {}; - - "th-lego_0_3_0_1" = callPackage ({ mkDerivation, base, QuickCheck, quickcheck-instances, rerebase , tasty, tasty-hunit, tasty-quickcheck, template-haskell , template-haskell-compat-v0208, text @@ -272610,7 +271435,6 @@ self: { ]; description = "Template Haskell construction utilities"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "th-lift" = callPackage @@ -274128,6 +272952,17 @@ self: { license = lib.licenses.bsd3; }) {}; + "time-domain" = callPackage + ({ mkDerivation, base, time }: + mkDerivation { + pname = "time-domain"; + version = "0.1.0.0"; + sha256 = "1gmz0l9nf185cl43qfdcsb15hgfkk6wprrfc5q93l82kgdc30bj4"; + libraryHaskellDepends = [ base time ]; + description = "A library for time domains and durations"; + license = lib.licenses.mit; + }) {}; + "time-extras" = callPackage ({ mkDerivation, base, time }: mkDerivation { @@ -274412,6 +273247,17 @@ self: { license = lib.licenses.bsd3; }) {}; + "time-units-types" = callPackage + ({ mkDerivation, base, time-units }: + mkDerivation { + pname = "time-units-types"; + version = "0.2.0.1"; + sha256 = "1sbyjhl7gw5fn3javsb12ip7ggyi0hwzz6qdpiv1bqh1qcdxkhjb"; + libraryHaskellDepends = [ base time-units ]; + description = "Type-level representations of time durations"; + license = lib.licenses.mit; + }) {}; + "time-w3c" = callPackage ({ mkDerivation, base, convertible, parsec, time }: mkDerivation { @@ -277068,29 +275914,6 @@ self: { }) {}; "tracing-control" = callPackage - ({ mkDerivation, aeson, base, base16-bytestring, bytestring - , case-insensitive, containers, hspec, http-client, lifted-base - , monad-control, mtl, network, random, stm, stm-lifted, text, time - , transformers, transformers-base - }: - mkDerivation { - pname = "tracing-control"; - version = "0.0.7.2"; - sha256 = "06ac0k90d51lll4l16wg715d50j6cv47jbxy76ifal1qizpr520c"; - libraryHaskellDepends = [ - aeson base base16-bytestring bytestring case-insensitive containers - http-client lifted-base monad-control mtl network random stm - stm-lifted text time transformers transformers-base - ]; - testHaskellDepends = [ - base containers hspec lifted-base monad-control mtl stm stm-lifted - text - ]; - description = "Distributed tracing"; - license = lib.licenses.bsd3; - }) {}; - - "tracing-control_0_0_7_3" = callPackage ({ mkDerivation, aeson, base, base16-bytestring, bytestring , case-insensitive, containers, hspec, http-client, lifted-base , monad-control, mtl, network, random, stm, stm-lifted, text, time @@ -277111,7 +275934,6 @@ self: { ]; description = "Distributed tracing"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "tracked-files" = callPackage @@ -281937,31 +280759,6 @@ self: { }) {}; "ua-parser" = callPackage - ({ mkDerivation, aeson, base, bytestring, criterion, data-default - , deepseq, file-embed, filepath, HUnit, pcre-light, tasty - , tasty-hunit, tasty-quickcheck, text, yaml - }: - mkDerivation { - pname = "ua-parser"; - version = "0.7.6.0"; - sha256 = "0sakvmmf6p2ca0dbkwqdj5cv93gp78srw0zc4f1skcgndkmxwk6l"; - enableSeparateDataOutput = true; - libraryHaskellDepends = [ - aeson base bytestring data-default file-embed pcre-light text yaml - ]; - testHaskellDepends = [ - aeson base bytestring data-default file-embed filepath HUnit - pcre-light tasty tasty-hunit tasty-quickcheck text yaml - ]; - benchmarkHaskellDepends = [ - aeson base bytestring criterion data-default deepseq file-embed - filepath pcre-light text yaml - ]; - description = "A library for parsing User-Agent strings, official Haskell port of ua-parser"; - license = lib.licenses.bsd3; - }) {}; - - "ua-parser_0_7_7_0" = callPackage ({ mkDerivation, aeson, base, bytestring, cereal, cereal-text , criterion, data-default, deepseq, file-embed, filepath, HUnit , pcre-light, tasty, tasty-hunit, tasty-quickcheck, text, yaml @@ -281986,7 +280783,6 @@ self: { ]; description = "A library for parsing User-Agent strings, official Haskell port of ua-parser"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "uacpid" = callPackage @@ -283141,12 +281937,12 @@ self: { }) {}; "unicode-show" = callPackage - ({ mkDerivation, base, hspec, QuickCheck }: + ({ mkDerivation, base, hspec, QuickCheck, safe, transformers }: mkDerivation { pname = "unicode-show"; - version = "0.1.1.0"; - sha256 = "1g945vkj75vrm4c3v79c61hlhx3s6q5v0lm92bjzf29r45clnzsi"; - libraryHaskellDepends = [ base ]; + version = "0.1.1.1"; + sha256 = "1sizp1wmnx1vgckwyf5nawqf9s7ibrwacgznnc1m4j5q1hydbbzl"; + libraryHaskellDepends = [ base safe transformers ]; testHaskellDepends = [ base hspec QuickCheck ]; description = "print and show in unicode"; license = lib.licenses.bsd3; @@ -283166,32 +281962,6 @@ self: { }) {}; "unicode-transforms" = callPackage - ({ mkDerivation, base, bytestring, deepseq, filepath, ghc-prim - , hspec, path, path-io, QuickCheck, split, tasty-bench, text - , unicode-data - }: - mkDerivation { - pname = "unicode-transforms"; - version = "0.4.0"; - sha256 = "0m234yhjizl28xm8y08bdhrbni666r7q2z71a8s64lynqk4lzq5k"; - revision = "1"; - editedCabalFile = "18k7z25byg9x05rydbcgjfvhz9qdv6yxjvxac58kxw8pfj8xlcap"; - isLibrary = true; - isExecutable = true; - libraryHaskellDepends = [ - base bytestring ghc-prim text unicode-data - ]; - testHaskellDepends = [ - base deepseq hspec QuickCheck split text unicode-data - ]; - benchmarkHaskellDepends = [ - base deepseq filepath path path-io tasty-bench text - ]; - description = "Unicode normalization"; - license = lib.licenses.bsd3; - }) {}; - - "unicode-transforms_0_4_0_1" = callPackage ({ mkDerivation, base, bytestring, deepseq, filepath, ghc-prim , hspec, path, path-io, QuickCheck, split, tasty-bench, text , unicode-data @@ -283213,7 +281983,6 @@ self: { ]; description = "Unicode normalization"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "unicode-tricks" = callPackage @@ -284149,6 +282918,32 @@ self: { license = lib.licenses.mit; }) {}; + "universum_1_7_3" = callPackage + ({ mkDerivation, base, bytestring, containers, deepseq, doctest + , gauge, ghc-prim, Glob, hashable, hedgehog, microlens + , microlens-mtl, mtl, safe-exceptions, stm, tasty, tasty-hedgehog + , text, transformers, unordered-containers, utf8-string, vector + }: + mkDerivation { + pname = "universum"; + version = "1.7.3"; + sha256 = "1dhdj72anj3r50idzn45l63zdwkckmbvll65rkwbsn4jj7pd033d"; + libraryHaskellDepends = [ + base bytestring containers deepseq ghc-prim hashable microlens + microlens-mtl mtl safe-exceptions stm text transformers + unordered-containers utf8-string vector + ]; + testHaskellDepends = [ + base bytestring doctest Glob hedgehog tasty tasty-hedgehog text + ]; + benchmarkHaskellDepends = [ + base containers gauge text unordered-containers + ]; + description = "Custom prelude used in Serokell"; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + }) {}; + "unix_2_7_2_2" = callPackage ({ mkDerivation, base, bytestring, time }: mkDerivation { @@ -290014,39 +288809,6 @@ self: { }) {}; "wai-app-static" = callPackage - ({ mkDerivation, base, blaze-html, blaze-markup, bytestring - , containers, cryptonite, directory, file-embed, filepath, hspec - , http-date, http-types, memory, mime-types, mockery, network - , old-locale, optparse-applicative, template-haskell, temporary - , text, time, transformers, unix-compat, unordered-containers, wai - , wai-extra, warp, zlib - }: - mkDerivation { - pname = "wai-app-static"; - version = "3.1.7.3"; - sha256 = "1f3hhimbsxy1g0ykz3hjh80db4a8ylayxnmgj9jx2zfgy5q8ypvv"; - isLibrary = true; - isExecutable = true; - libraryHaskellDepends = [ - base blaze-html blaze-markup bytestring containers cryptonite - directory file-embed filepath http-date http-types memory - mime-types old-locale optparse-applicative template-haskell text - time transformers unix-compat unordered-containers wai wai-extra - warp zlib - ]; - executableHaskellDepends = [ - base bytestring containers directory mime-types text - ]; - testHaskellDepends = [ - base bytestring filepath hspec http-date http-types mime-types - mockery network old-locale temporary text time transformers - unix-compat wai wai-extra zlib - ]; - description = "WAI application for static serving"; - license = lib.licenses.mit; - }) {}; - - "wai-app-static_3_1_7_4" = callPackage ({ mkDerivation, base, blaze-html, blaze-markup, bytestring , containers, cryptonite, directory, file-embed, filepath, hspec , http-date, http-types, memory, mime-types, mockery, network @@ -290077,7 +288839,6 @@ self: { ]; description = "WAI application for static serving"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "wai-cli" = callPackage @@ -291412,6 +290173,18 @@ self: { license = lib.licenses.mit; }) {}; + "wai-rate-limit_0_3_0_0" = callPackage + ({ mkDerivation, base, http-types, time-units, wai }: + mkDerivation { + pname = "wai-rate-limit"; + version = "0.3.0.0"; + sha256 = "04w146xpw5zlzwrcjq8facmi39izfngmg121bkahyxwsbbnz3adx"; + libraryHaskellDepends = [ base http-types time-units wai ]; + description = "Rate limiting as WAI middleware"; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + }) {}; + "wai-rate-limit-postgres" = callPackage ({ mkDerivation, base, http-client, http-types, postgresql-simple , postgresql-simple-url, relude, resource-pool, tasty, tasty-hunit @@ -291435,25 +290208,6 @@ self: { }) {}; "wai-rate-limit-redis" = callPackage - ({ mkDerivation, base, bytestring, hedis, http-types, tasty - , tasty-hedgehog, tasty-hunit, wai, wai-extra, wai-rate-limit, warp - }: - mkDerivation { - pname = "wai-rate-limit-redis"; - version = "0.2.0.0"; - sha256 = "16bpz1c3m4xsjyg4m0n6r15qcn4w6c8grmbwslg4gsnlqlgpx83c"; - libraryHaskellDepends = [ base bytestring hedis wai-rate-limit ]; - testHaskellDepends = [ - base bytestring hedis http-types tasty tasty-hedgehog tasty-hunit - wai wai-extra wai-rate-limit warp - ]; - description = "Redis backend for rate limiting as WAI middleware"; - license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; - }) {}; - - "wai-rate-limit-redis_0_2_0_1" = callPackage ({ mkDerivation, base, bytestring, hedis, http-types, tasty , tasty-hedgehog, tasty-hunit, wai, wai-extra, wai-rate-limit, warp }: @@ -291593,24 +290347,6 @@ self: { }) {}; "wai-saml2" = callPackage - ({ mkDerivation, base, base64-bytestring, bytestring, c14n - , cryptonite, data-default-class, http-types, mtl, text, time - , vault, wai, wai-extra, x509, x509-store, xml-conduit - }: - mkDerivation { - pname = "wai-saml2"; - version = "0.2.1.2"; - sha256 = "1hd408fs4w0lpqg0shnrwpx98fh6idzk8la3gn8xghhml189xgwl"; - libraryHaskellDepends = [ - base base64-bytestring bytestring c14n cryptonite - data-default-class http-types mtl text time vault wai wai-extra - x509 x509-store xml-conduit - ]; - description = "SAML2 assertion validation as WAI middleware"; - license = lib.licenses.mit; - }) {}; - - "wai-saml2_0_2_1_3" = callPackage ({ mkDerivation, base, base64-bytestring, bytestring, c14n , cryptonite, data-default-class, http-types, mtl, text, time , vault, wai, wai-extra, x509, x509-store, xml-conduit @@ -291626,7 +290362,6 @@ self: { ]; description = "SAML2 assertion validation as WAI middleware"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "wai-secure-cookies" = callPackage @@ -291751,33 +290486,6 @@ self: { }) {}; "wai-session-redis" = callPackage - ({ mkDerivation, base, bytestring, cereal, data-default, hedis - , hspec, http-types, vault, wai, wai-session, warp - }: - mkDerivation { - pname = "wai-session-redis"; - version = "0.1.0.4"; - sha256 = "15qmv4ivp9zcz90p5k0lbcfv7pq5rszalvc9gh191ngmnl2z0w5g"; - isLibrary = true; - isExecutable = true; - libraryHaskellDepends = [ - base bytestring cereal data-default hedis vault wai wai-session - ]; - executableHaskellDepends = [ - base bytestring cereal data-default hedis http-types vault wai - wai-session warp - ]; - testHaskellDepends = [ - base bytestring cereal data-default hedis hspec vault wai - wai-session - ]; - description = "Simple Redis backed wai-session backend"; - license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; - }) {}; - - "wai-session-redis_0_1_0_5" = callPackage ({ mkDerivation, base, bytestring, cereal, data-default, hedis , hspec, http-types, vault, wai, wai-session, warp }: @@ -292682,21 +291390,6 @@ self: { }) {}; "web-plugins" = callPackage - ({ mkDerivation, base, binary, bytestring, containers, http-types - , mtl, stm, text - }: - mkDerivation { - pname = "web-plugins"; - version = "0.4.0"; - sha256 = "1r3bvwlr7p5vfvibw2ghj7nxw4hgapqqpsrhr55ni8ivlrprs9fh"; - libraryHaskellDepends = [ - base binary bytestring containers http-types mtl stm text - ]; - description = "dynamic plugin system for web applications"; - license = lib.licenses.bsd3; - }) {}; - - "web-plugins_0_4_1" = callPackage ({ mkDerivation, base, binary, bytestring, containers, http-types , mtl, stm, text }: @@ -292709,7 +291402,6 @@ self: { ]; description = "dynamic plugin system for web applications"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "web-push" = callPackage @@ -293843,6 +292535,8 @@ self: { pname = "websockets"; version = "0.12.7.3"; sha256 = "0g3z0n4irf3gvbdf9p97jq05ybdg0gwjy5bj4nfc7ivsvyhaic6k"; + revision = "1"; + editedCabalFile = "1yx97y6jl74vy200y43vjxfyzx338kh10dx8vxkjhr0mfh36wldq"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -294885,25 +293579,6 @@ self: { }) {}; "witch" = callPackage - ({ mkDerivation, base, bytestring, containers, HUnit - , template-haskell, text, time - }: - mkDerivation { - pname = "witch"; - version = "1.0.0.1"; - sha256 = "010agcfcmyjmcz6wl7wrwd6w7y60d4163vlvrp1b2h8w86z87jlm"; - libraryHaskellDepends = [ - base bytestring containers template-haskell text time - ]; - testHaskellDepends = [ - base bytestring containers HUnit template-haskell text time - ]; - description = "Convert values from one type into another"; - license = lib.licenses.mit; - maintainers = with lib.maintainers; [ maralorn ]; - }) {}; - - "witch_1_0_0_2" = callPackage ({ mkDerivation, base, bytestring, containers, HUnit , template-haskell, text, time }: @@ -294919,7 +293594,6 @@ self: { ]; description = "Convert values from one type into another"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; maintainers = with lib.maintainers; [ maralorn ]; }) {}; @@ -299293,6 +297967,8 @@ self: { pname = "xss-sanitize"; version = "0.3.7"; sha256 = "1wnzx5nv8p4ppphcvjp6x8wna0kpw9jn85gn1qbhjqhrl5nqy1vw"; + revision = "1"; + editedCabalFile = "15kd3yxs219g4rxnq7qlr2zhjv930b33aynq0nbzhw94bff6qb66"; libraryHaskellDepends = [ attoparsec base containers css-text network-uri tagsoup text utf8-string @@ -300079,32 +298755,6 @@ self: { }) {}; "yaml-unscrambler" = callPackage - ({ mkDerivation, acc, attoparsec, attoparsec-data, attoparsec-time - , base, base64, bytestring, conduit, containers, foldl, hashable - , libyaml, mtl, neat-interpolation, QuickCheck - , quickcheck-instances, rerebase, scientific, selective, tasty - , tasty-hunit, tasty-quickcheck, text, text-builder-dev, time - , transformers, unordered-containers, uuid, vector, yaml - }: - mkDerivation { - pname = "yaml-unscrambler"; - version = "0.1.0.8"; - sha256 = "1bkv2a5yikqbav0laavwkka4jzl0i8xdy0zbzfy47rz6gkfwmlm7"; - libraryHaskellDepends = [ - acc attoparsec attoparsec-data attoparsec-time base base64 - bytestring conduit containers foldl hashable libyaml mtl scientific - selective text text-builder-dev time transformers - unordered-containers uuid vector yaml - ]; - testHaskellDepends = [ - foldl neat-interpolation QuickCheck quickcheck-instances rerebase - tasty tasty-hunit tasty-quickcheck - ]; - description = "Flexible declarative YAML parsing toolkit"; - license = lib.licenses.mit; - }) {}; - - "yaml-unscrambler_0_1_0_9" = callPackage ({ mkDerivation, acc, attoparsec, attoparsec-data, attoparsec-time , base, base64-bytestring, bytestring, conduit, containers, foldl , hashable, libyaml, mtl, neat-interpolation, QuickCheck @@ -300128,7 +298778,6 @@ self: { ]; description = "Flexible declarative YAML parsing toolkit"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "yaml2owl" = callPackage @@ -300358,20 +299007,25 @@ self: { }) {}; "yapb" = callPackage - ({ mkDerivation, base, bytestring, directory, hashable, hspec - , network, process, regex-tdfa + ({ mkDerivation, base, bytestring, deepseq, directory, hashable + , hspec, mtl, network, process, regex-tdfa, transformers }: mkDerivation { pname = "yapb"; - version = "0.1.3.2"; - sha256 = "15apb25gri0d2w8pg05by98mvjnxjvgk73km0byl4im10m04r11w"; + version = "0.2.1"; + sha256 = "00xc5q5yp9f76sd227mp11mb62k1yxhczgq30c6sh66cqxrjidwc"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ - base bytestring directory hashable hspec network process regex-tdfa + base bytestring deepseq directory hashable hspec mtl network + process regex-tdfa transformers + ]; + executableHaskellDepends = [ + base deepseq hspec mtl regex-tdfa transformers + ]; + testHaskellDepends = [ + base deepseq hspec mtl process transformers ]; - executableHaskellDepends = [ base hspec regex-tdfa ]; - testHaskellDepends = [ base hspec process ]; description = "Yet Another Parser Builder (YAPB)"; license = lib.licenses.bsd3; hydraPlatforms = lib.platforms.none; @@ -300399,37 +299053,37 @@ self: { }) {}; "yarn2nix" = callPackage - ({ mkDerivation, aeson, async-pool, base, bytestring, containers - , data-fix, directory, filepath, hnix, mtl, neat-interpolation - , optparse-applicative, prettyprinter, process, protolude - , regex-tdfa, regex-tdfa-text, stm, tasty, tasty-hunit + ({ mkDerivation, aeson, aeson-better-errors, async-pool, base + , bytestring, containers, data-fix, directory, filepath, hnix, mtl + , neat-interpolation, optparse-applicative, prettyprinter, process + , protolude, regex-tdfa, scientific, stm, tasty, tasty-hunit , tasty-quickcheck, tasty-th, text, transformers, unix , unordered-containers, yarn-lock }: mkDerivation { pname = "yarn2nix"; - version = "0.8.0"; - sha256 = "05xwpjyi37qlwfj954zpn6f4iwyvy6hsgc8h5vpckbnnp8ak1ndw"; + version = "0.10.1"; + sha256 = "17f96563v9hp56ycd276fxri7z6nljd7yaiyzpgaa3px6rf48a0m"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ - aeson async-pool base bytestring containers data-fix directory - filepath hnix mtl prettyprinter process protolude regex-tdfa - regex-tdfa-text stm text transformers unordered-containers - yarn-lock + aeson aeson-better-errors async-pool base bytestring containers + data-fix directory filepath hnix mtl optparse-applicative + prettyprinter process protolude regex-tdfa scientific stm text + transformers unordered-containers yarn-lock ]; executableHaskellDepends = [ - aeson async-pool base bytestring containers data-fix directory - filepath hnix mtl optparse-applicative prettyprinter process - protolude regex-tdfa regex-tdfa-text stm text transformers unix - unordered-containers yarn-lock + aeson aeson-better-errors async-pool base bytestring containers + data-fix directory filepath hnix mtl optparse-applicative + prettyprinter process protolude regex-tdfa scientific stm text + transformers unix unordered-containers yarn-lock ]; testHaskellDepends = [ - aeson async-pool base bytestring containers data-fix directory - filepath hnix mtl neat-interpolation prettyprinter process - protolude regex-tdfa regex-tdfa-text stm tasty tasty-hunit - tasty-quickcheck tasty-th text transformers unordered-containers - yarn-lock + aeson aeson-better-errors async-pool base bytestring containers + data-fix directory filepath hnix mtl neat-interpolation + optparse-applicative prettyprinter process protolude regex-tdfa + scientific stm tasty tasty-hunit tasty-quickcheck tasty-th text + transformers unordered-containers yarn-lock ]; description = "Convert yarn.lock files to nix expressions"; license = lib.licenses.mit; @@ -301395,33 +300049,6 @@ self: { }) {}; "yesod-bin" = callPackage - ({ mkDerivation, aeson, base, bytestring, Cabal, conduit - , conduit-extra, containers, data-default-class, directory - , file-embed, filepath, fsnotify, http-client, http-client-tls - , http-reverse-proxy, http-types, network, optparse-applicative - , process, project-template, say, split, stm, streaming-commons - , tar, text, time, transformers, transformers-compat, unliftio - , unordered-containers, wai, wai-extra, warp, warp-tls, yaml, zlib - }: - mkDerivation { - pname = "yesod-bin"; - version = "1.6.2"; - sha256 = "12dwix5q3xk83d0d4715h680dbalbz4556wk3r89gps3rp9pib7f"; - isLibrary = false; - isExecutable = true; - executableHaskellDepends = [ - aeson base bytestring Cabal conduit conduit-extra containers - data-default-class directory file-embed filepath fsnotify - http-client http-client-tls http-reverse-proxy http-types network - optparse-applicative process project-template say split stm - streaming-commons tar text time transformers transformers-compat - unliftio unordered-containers wai wai-extra warp warp-tls yaml zlib - ]; - description = "The yesod helper executable"; - license = lib.licenses.mit; - }) {}; - - "yesod-bin_1_6_2_1" = callPackage ({ mkDerivation, aeson, base, bytestring, Cabal, conduit , conduit-extra, containers, data-default-class, directory , file-embed, filepath, fsnotify, http-client, http-client-tls @@ -301446,7 +300073,6 @@ self: { ]; description = "The yesod helper executable"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "yesod-bootstrap" = callPackage @@ -301550,43 +300176,6 @@ self: { }) {}; "yesod-core" = callPackage - ({ mkDerivation, aeson, async, auto-update, base, blaze-html - , blaze-markup, bytestring, case-insensitive, cereal, clientsession - , conduit, conduit-extra, containers, cookie, deepseq, entropy - , fast-logger, gauge, hspec, hspec-expectations, http-types, HUnit - , memory, monad-logger, mtl, network, parsec, path-pieces - , primitive, random, resourcet, shakespeare, streaming-commons - , template-haskell, text, time, transformers, unix-compat, unliftio - , unordered-containers, vector, wai, wai-extra, wai-logger, warp - , word8 - }: - mkDerivation { - pname = "yesod-core"; - version = "1.6.21.0"; - sha256 = "0wmh7ip318p89lyy6k5mvxkkpq43knp41wlq9iaf3icz0ahqdmb7"; - libraryHaskellDepends = [ - aeson auto-update base blaze-html blaze-markup bytestring - case-insensitive cereal clientsession conduit conduit-extra - containers cookie deepseq entropy fast-logger http-types memory - monad-logger mtl parsec path-pieces primitive random resourcet - shakespeare template-haskell text time transformers unix-compat - unliftio unordered-containers vector wai wai-extra wai-logger warp - word8 - ]; - testHaskellDepends = [ - async base bytestring clientsession conduit conduit-extra - containers cookie hspec hspec-expectations http-types HUnit network - path-pieces random resourcet shakespeare streaming-commons - template-haskell text transformers unliftio wai wai-extra warp - ]; - benchmarkHaskellDepends = [ - base blaze-html bytestring gauge shakespeare text - ]; - description = "Creation of type-safe, RESTful web applications"; - license = lib.licenses.mit; - }) {}; - - "yesod-core_1_6_22_0" = callPackage ({ mkDerivation, aeson, async, auto-update, base, blaze-html , blaze-markup, bytestring, case-insensitive, cereal, clientsession , conduit, conduit-extra, containers, cookie, deepseq, entropy @@ -301621,7 +300210,6 @@ self: { ]; description = "Creation of type-safe, RESTful web applications"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "yesod-crud" = callPackage @@ -302249,6 +300837,31 @@ self: { license = lib.licenses.mit; }) {}; + "yesod-page-cursor_2_0_0_10" = callPackage + ({ mkDerivation, aeson, base, bytestring, containers, hspec + , hspec-expectations-lifted, http-link-header, http-types, lens + , lens-aeson, monad-logger, mtl, network-uri, persistent + , persistent-sqlite, persistent-template, scientific, text, time + , unliftio, unliftio-core, wai-extra, yesod, yesod-core, yesod-test + }: + mkDerivation { + pname = "yesod-page-cursor"; + version = "2.0.0.10"; + sha256 = "0ygj3k86lxq59pf5z671kyzgkfvc8csgsg9wb6ds9wy0vym1jd13"; + libraryHaskellDepends = [ + aeson base bytestring containers http-link-header network-uri text + unliftio yesod-core + ]; + testHaskellDepends = [ + aeson base bytestring hspec hspec-expectations-lifted + http-link-header http-types lens lens-aeson monad-logger mtl + persistent persistent-sqlite persistent-template scientific text + time unliftio unliftio-core wai-extra yesod yesod-core yesod-test + ]; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + }) {}; + "yesod-paginate" = callPackage ({ mkDerivation, base, template-haskell, yesod }: mkDerivation { @@ -305447,26 +304060,6 @@ self: { }) {}; "ztail" = callPackage - ({ mkDerivation, array, base, bytestring, filepath, hinotify - , process, regex-posix, time, unix, unordered-containers - }: - mkDerivation { - pname = "ztail"; - version = "1.2.0.2"; - sha256 = "05vpq3kiv1xrby2k1qn41s42cxxxblcgxpnw1sgyznx63pal2hx1"; - revision = "2"; - editedCabalFile = "16w0hgjvj45azdgkzvykiznds5sa38mq9xf5022r7qfhpvps65y0"; - isLibrary = false; - isExecutable = true; - executableHaskellDepends = [ - array base bytestring filepath hinotify process regex-posix time - unix unordered-containers - ]; - description = "Multi-file, colored, filtered log tailer"; - license = lib.licenses.bsd3; - }) {}; - - "ztail_1_2_0_3" = callPackage ({ mkDerivation, array, base, bytestring, filepath, hinotify , process, regex-posix, time, unix, unordered-containers }: @@ -305482,7 +304075,6 @@ self: { ]; description = "Multi-file, colored, filtered log tailer"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "ztar" = callPackage