diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix index d48bac306591..0b5ae6d5f2ec 100644 --- a/pkgs/development/haskell-modules/hackage-packages.nix +++ b/pkgs/development/haskell-modules/hackage-packages.nix @@ -39093,6 +39093,18 @@ self: { license = lib.licenses.bsd3; }) {}; + "basement_0_0_14" = callPackage + ({ mkDerivation, base, ghc-prim }: + mkDerivation { + pname = "basement"; + version = "0.0.14"; + sha256 = "01kk3z0c48c2jhni8ba165zxzm4sljy18r97cad1yd897qjsy2mv"; + libraryHaskellDepends = [ base ghc-prim ]; + description = "Foundation scrap box of array & string"; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + }) {}; + "basement-cd" = callPackage ({ mkDerivation, base, ghc-prim }: mkDerivation { @@ -97399,6 +97411,20 @@ self: { license = lib.licenses.bsd3; }) {}; + "foundation_0_0_28" = callPackage + ({ mkDerivation, base, basement, gauge, ghc-prim }: + mkDerivation { + pname = "foundation"; + version = "0.0.28"; + sha256 = "06hsh40qwmy2nfkrd9m8lfhi6arziixdw9pn379m6a7cga2vjcnh"; + libraryHaskellDepends = [ base basement ghc-prim ]; + testHaskellDepends = [ base basement ]; + benchmarkHaskellDepends = [ base basement gauge ]; + description = "Alternative prelude with batteries and no dependencies"; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + }) {}; + "foundation-edge" = callPackage ({ mkDerivation, bytestring, foundation, text }: mkDerivation { @@ -125271,23 +125297,22 @@ self: { }) {}; "haspara" = callPackage - ({ mkDerivation, aeson, base, deriving-aeson, doctest, hashable - , megaparsec, mtl, refined, safe-decimal, scientific - , template-haskell, text, time, unordered-containers + ({ mkDerivation, aeson, base, containers, deriving-aeson, doctest + , exceptions, hashable, megaparsec, mtl, refined, safe-decimal + , scientific, template-haskell, text, time }: mkDerivation { pname = "haspara"; - version = "0.0.0.1"; - sha256 = "0a3prc2fcpbkj10zfn1rrx2pqnixb7si7k0khgj4f84ifrpbrvq2"; + version = "0.0.0.2"; + sha256 = "05jllc97mx15lvj83bmixpkzg7l7hbf058f8kfjiky1w3y7mf6fz"; libraryHaskellDepends = [ - aeson base deriving-aeson hashable megaparsec mtl refined - safe-decimal scientific template-haskell text time - unordered-containers + aeson base containers deriving-aeson exceptions hashable megaparsec + mtl refined safe-decimal scientific template-haskell text time ]; testHaskellDepends = [ - aeson base deriving-aeson doctest hashable megaparsec mtl refined - safe-decimal scientific template-haskell text time - unordered-containers + aeson base containers deriving-aeson doctest exceptions hashable + megaparsec mtl refined safe-decimal scientific template-haskell + text time ]; description = "A library providing definitions to work with monetary values"; license = lib.licenses.mit; @@ -131171,6 +131196,8 @@ self: { pname = "hie-bios"; version = "0.9.0"; sha256 = "019pj19vxjyk1gs9ggs9s61zyppyypf1fyjy5173ykqn29809jxv"; + revision = "1"; + editedCabalFile = "0188ywbnb0ynnmbp6qkp7lcyj6rkd4k34rbcxk547k57rw6inff6"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -216156,8 +216183,8 @@ self: { }: mkDerivation { pname = "pro-abstract"; - version = "0.1.2.0"; - sha256 = "17kjmj3fb3dib8mj082i0xvb9343997c2ppvz15qnrb6qqya2xy9"; + version = "0.2.0.0"; + sha256 = "0ff8g3by3vqv0xyb36n2d8sf7zfwfsqfk42kmmvdnbm7gnv3x4ws"; libraryHaskellDepends = [ base containers deepseq hashable optics-core text ]; @@ -230079,6 +230106,8 @@ self: { pname = "retrie"; version = "1.1.0.0"; sha256 = "148d1pl52mac4mz4pl9qmmynjjbzygg4x6vlsyblb268drcjn3f8"; + revision = "1"; + editedCabalFile = "1v2x7n71vvhpybmzqlxg5bqg7ac5zqx1q4ji342xgmy2dfjq29d3"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -230170,26 +230199,6 @@ self: { }) {}; "retry" = callPackage - ({ mkDerivation, base, exceptions, ghc-prim, hedgehog, HUnit, mtl - , random, stm, tasty, tasty-hedgehog, tasty-hunit, time - , transformers - }: - mkDerivation { - pname = "retry"; - version = "0.9.1.0"; - sha256 = "1scrkd6bd061h8s4d7sjs21m2ydz2mxiw95gs72rliikh2k3cj7v"; - libraryHaskellDepends = [ - base exceptions ghc-prim random transformers - ]; - testHaskellDepends = [ - base exceptions ghc-prim hedgehog HUnit mtl random stm tasty - tasty-hedgehog tasty-hunit time transformers - ]; - description = "Retry combinators for monadic actions that may fail"; - license = lib.licenses.bsd3; - }) {}; - - "retry_0_9_2_0" = callPackage ({ mkDerivation, base, exceptions, ghc-prim, hedgehog, HUnit, mtl , mtl-compat, random, stm, tasty, tasty-hedgehog, tasty-hunit, time , transformers @@ -230207,7 +230216,6 @@ self: { ]; description = "Retry combinators for monadic actions that may fail"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "retryer" = callPackage @@ -257099,6 +257107,28 @@ self: { maintainers = with lib.maintainers; [ maralorn ]; }) {}; + "streamly_0_8_2" = callPackage + ({ mkDerivation, atomic-primops, base, containers, deepseq + , directory, exceptions, filepath, fusion-plugin-types, ghc-prim + , heaps, lockfree-queue, monad-control, mtl, network, primitive + , transformers, transformers-base, unicode-data + }: + mkDerivation { + pname = "streamly"; + version = "0.8.2"; + sha256 = "0mqixkxvwcvb0fcgsrd1xvi9hag5dwj1cwg4brsmzj138fkjrn47"; + libraryHaskellDepends = [ + atomic-primops base containers deepseq directory exceptions + filepath fusion-plugin-types ghc-prim heaps lockfree-queue + monad-control mtl network primitive transformers transformers-base + unicode-data + ]; + description = "Dataflow programming and declarative concurrency"; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + maintainers = with lib.maintainers; [ maralorn ]; + }) {}; + "streamly-archive" = callPackage ({ mkDerivation, archive, base, bytestring, cryptonite, directory , filepath, QuickCheck, streamly, tar, tasty, tasty-hunit @@ -287387,17 +287417,6 @@ self: { }) {}; "wai-rate-limit" = callPackage - ({ mkDerivation, base, http-types, wai }: - mkDerivation { - pname = "wai-rate-limit"; - version = "0.1.0.0"; - sha256 = "1z7npcf0smzyfjvkmpa6dw08sg3ywx4cc4kafgxk95dh8yqnmidw"; - libraryHaskellDepends = [ base http-types wai ]; - description = "Rate limiting as WAI middleware"; - license = lib.licenses.mit; - }) {}; - - "wai-rate-limit_0_2_0_0" = callPackage ({ mkDerivation, base, http-types, wai }: mkDerivation { pname = "wai-rate-limit"; @@ -287406,7 +287425,6 @@ self: { libraryHaskellDepends = [ base http-types wai ]; description = "Rate limiting as WAI middleware"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "wai-rate-limit-postgres" = callPackage @@ -287416,8 +287434,8 @@ self: { }: mkDerivation { pname = "wai-rate-limit-postgres"; - version = "0.3.0.0"; - sha256 = "0c0mi3ngi2rasswr8q75ipzg1kz3gah9kvvgxh8awplvwy9fpwrj"; + version = "0.5.0.0"; + sha256 = "1qf6s5qx16vjhcxyl24xdh3q10f1rg0aq7hnwm4zmy9b2jfsj77n"; libraryHaskellDepends = [ base postgresql-simple relude resource-pool text wai-rate-limit ]; @@ -287430,25 +287448,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.1.0.0"; - sha256 = "1lwlx6krxq1pf5a2r2n4pc5crk4ia8r50xzdhrg3fjf9ydpcbv2n"; - 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_0" = callPackage ({ mkDerivation, base, bytestring, hedis, http-types, tasty , tasty-hedgehog, tasty-hunit, wai, wai-extra, wai-rate-limit, warp }: @@ -300549,8 +300548,8 @@ self: { }: mkDerivation { pname = "zip-archive"; - version = "0.4.2"; - sha256 = "1vz0ihk19yxb04pszyvms1123y917pi8paacxk7rj6vrj79dl6hx"; + version = "0.4.2.1"; + sha256 = "1q9x2i8k6paf9r9jpqzw8rhrwxk1fagppfyv5psxr5amqks61lqp"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [