lol

haskellPackages: regenerate package set based on current config

This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh

+1368 -427
+1368 -427
pkgs/development/haskell-modules/hackage-packages.nix
··· 7320 7320 license = lib.licenses.bsd3; 7321 7321 }) {}; 7322 7322 7323 + "Glob_0_10_2" = callPackage 7324 + ({ mkDerivation, base, containers, directory, dlist, filepath 7325 + , HUnit, QuickCheck, test-framework, test-framework-hunit 7326 + , test-framework-quickcheck2, transformers, transformers-compat 7327 + }: 7328 + mkDerivation { 7329 + pname = "Glob"; 7330 + version = "0.10.2"; 7331 + sha256 = "1h3kh46qds4nqvixm4myy1kb5slg53f44hfn8aymrlr7hjn75xka"; 7332 + libraryHaskellDepends = [ 7333 + base containers directory dlist filepath transformers 7334 + transformers-compat 7335 + ]; 7336 + testHaskellDepends = [ 7337 + base containers directory dlist filepath HUnit QuickCheck 7338 + test-framework test-framework-hunit test-framework-quickcheck2 7339 + transformers transformers-compat 7340 + ]; 7341 + description = "Globbing library"; 7342 + license = lib.licenses.bsd3; 7343 + hydraPlatforms = lib.platforms.none; 7344 + }) {}; 7345 + 7323 7346 "GlomeTrace" = callPackage 7324 7347 ({ mkDerivation, array, base, GlomeVec }: 7325 7348 mkDerivation { ··· 10906 10929 pname = "HsYAML"; 10907 10930 version = "0.2.1.0"; 10908 10931 sha256 = "10qzhsg789h37q22hm9p27dx4rhbykcbxp7p3pvkws8fr7ajgxv0"; 10909 - revision = "2"; 10910 - editedCabalFile = "0f7867jfzlmlqnkv3fjrzjvvfzjlvhbm10kmg7n0qk69ic8grkbc"; 10932 + revision = "3"; 10933 + editedCabalFile = "0qj6180459mx08v3m8x8nw2a8a7srw2q48dh4d9qgwd1rl499a5i"; 10911 10934 isLibrary = true; 10912 10935 isExecutable = true; 10913 10936 libraryHaskellDepends = [ ··· 10937 10960 ]; 10938 10961 description = "JSON to YAML Adapter"; 10939 10962 license = lib.licenses.gpl2Plus; 10963 + }) {}; 10964 + 10965 + "HsYAML-aeson_0_2_0_1" = callPackage 10966 + ({ mkDerivation, aeson, base, bytestring, containers, HsYAML, mtl 10967 + , scientific, text, unordered-containers, vector 10968 + }: 10969 + mkDerivation { 10970 + pname = "HsYAML-aeson"; 10971 + version = "0.2.0.1"; 10972 + sha256 = "139hqd07hkr8ykvrgmcshh9f3vp9dnrj6ks5nl8hgrpi990jsy5r"; 10973 + isLibrary = true; 10974 + isExecutable = true; 10975 + libraryHaskellDepends = [ 10976 + aeson base bytestring containers HsYAML mtl scientific text 10977 + unordered-containers vector 10978 + ]; 10979 + description = "JSON to YAML Adapter"; 10980 + license = lib.licenses.gpl2Plus; 10981 + hydraPlatforms = lib.platforms.none; 10940 10982 }) {}; 10941 10983 10942 10984 "Hsed" = callPackage ··· 17107 17149 license = lib.licenses.bsd3; 17108 17150 }) {}; 17109 17151 17152 + "Rattus_0_5_0_1" = callPackage 17153 + ({ mkDerivation, base, Cabal, containers, ghc, ghc-prim 17154 + , simple-affine-space, transformers 17155 + }: 17156 + mkDerivation { 17157 + pname = "Rattus"; 17158 + version = "0.5.0.1"; 17159 + sha256 = "1rj29wbhk9bn7mazhrqcgas8m7rnfcak10krimsn08v2nzw2af79"; 17160 + setupHaskellDepends = [ base Cabal ]; 17161 + libraryHaskellDepends = [ 17162 + base containers ghc ghc-prim simple-affine-space transformers 17163 + ]; 17164 + testHaskellDepends = [ base containers ]; 17165 + description = "A modal FRP language"; 17166 + license = lib.licenses.bsd3; 17167 + hydraPlatforms = lib.platforms.none; 17168 + }) {}; 17169 + 17110 17170 "ReadArgs" = callPackage 17111 17171 ({ mkDerivation, base, hspec, system-filepath, text }: 17112 17172 mkDerivation { ··· 17356 17416 }: 17357 17417 mkDerivation { 17358 17418 pname = "RtMidi"; 17359 - version = "0.5.0.1"; 17360 - sha256 = "13fzqfq47zx3anpc1y9ypfa2h7bxzzj95zd7hpm3niykjrl9zadr"; 17419 + version = "0.5.0.2"; 17420 + sha256 = "1mlb611ilamjd884da57zy5c2jga4d5nbjy2yphnn0fcn7lzymyk"; 17361 17421 isLibrary = true; 17362 17422 isExecutable = true; 17363 17423 libraryHaskellDepends = [ base deepseq unliftio-core vector ]; ··· 18326 18386 license = lib.licenses.gpl3Only; 18327 18387 }) {}; 18328 18388 18389 + "ShellCheck_0_8_0" = callPackage 18390 + ({ mkDerivation, aeson, array, base, bytestring, containers 18391 + , deepseq, Diff, directory, filepath, mtl, parsec, process 18392 + , QuickCheck, regex-tdfa 18393 + }: 18394 + mkDerivation { 18395 + pname = "ShellCheck"; 18396 + version = "0.8.0"; 18397 + sha256 = "05jlapp4m997w36h2wszdxz9gvczdczaylypsbn14jqpb650w232"; 18398 + isLibrary = true; 18399 + isExecutable = true; 18400 + libraryHaskellDepends = [ 18401 + aeson array base bytestring containers deepseq Diff directory 18402 + filepath mtl parsec process QuickCheck regex-tdfa 18403 + ]; 18404 + executableHaskellDepends = [ 18405 + aeson array base bytestring containers deepseq Diff directory 18406 + filepath mtl parsec QuickCheck regex-tdfa 18407 + ]; 18408 + testHaskellDepends = [ 18409 + aeson array base bytestring containers deepseq Diff directory 18410 + filepath mtl parsec QuickCheck regex-tdfa 18411 + ]; 18412 + description = "Shell script analysis tool"; 18413 + license = lib.licenses.gpl3Only; 18414 + hydraPlatforms = lib.platforms.none; 18415 + }) {}; 18416 + 18329 18417 "Shellac" = callPackage 18330 18418 ({ mkDerivation, base, directory, mtl, unix }: 18331 18419 mkDerivation { ··· 20915 21003 ({ mkDerivation, base, bytestring, transformers, vector, vulkan }: 20916 21004 mkDerivation { 20917 21005 pname = "VulkanMemoryAllocator"; 20918 - version = "0.7.3"; 20919 - sha256 = "0ff8ik1y4cxf408kwpasqrkdimh3afvjhpbsjd40zf8h3aywv10b"; 21006 + version = "0.7.4"; 21007 + sha256 = "0rzvishkjp4vjwc64a12knj1kr7c793ncpgf9x54l2xj6q7a9mrj"; 20920 21008 libraryHaskellDepends = [ 20921 21009 base bytestring transformers vector vulkan 20922 21010 ]; ··· 21275 21363 platforms = lib.platforms.none; 21276 21364 }) {}; 21277 21365 21278 - "Win32_2_13_0_0" = callPackage 21366 + "Win32_2_13_1_0" = callPackage 21279 21367 ({ mkDerivation }: 21280 21368 mkDerivation { 21281 21369 pname = "Win32"; 21282 - version = "2.13.0.0"; 21283 - sha256 = "0i4ws3d7s94vv6gh3cjj9nr0l88rwx7bwjk9jk0grzvw734dd9a2"; 21370 + version = "2.13.1.0"; 21371 + sha256 = "1a86hmkba4gd1qqfanl06vi2r77ip53l3dcbgvjp7wlp6rjampvc"; 21284 21372 description = "A binding to Windows Win32 API"; 21285 21373 license = lib.licenses.bsd3; 21286 21374 platforms = lib.platforms.none; ··· 24104 24192 license = lib.licenses.bsd3; 24105 24193 }) {}; 24106 24194 24195 + "ad_4_5" = callPackage 24196 + ({ mkDerivation, adjunctions, array, base, comonad, containers 24197 + , criterion, data-reify, erf, free, nats, reflection, semigroups 24198 + , transformers 24199 + }: 24200 + mkDerivation { 24201 + pname = "ad"; 24202 + version = "4.5"; 24203 + sha256 = "1v37ckxcav3aicv4vv7y77mmvinfwd8mxzcnm672mmxq1d29vpsc"; 24204 + libraryHaskellDepends = [ 24205 + adjunctions array base comonad containers data-reify erf free nats 24206 + reflection semigroups transformers 24207 + ]; 24208 + benchmarkHaskellDepends = [ base criterion erf ]; 24209 + description = "Automatic Differentiation"; 24210 + license = lib.licenses.bsd3; 24211 + hydraPlatforms = lib.platforms.none; 24212 + }) {}; 24213 + 24107 24214 "ad-delcont" = callPackage 24108 24215 ({ mkDerivation, base, transformers }: 24109 24216 mkDerivation { ··· 26703 26810 }: 26704 26811 mkDerivation { 26705 26812 pname = "algorithmic-composition-basic"; 26706 - version = "0.4.0.0"; 26707 - sha256 = "17kajlfr02kq82g281i1bm6x171106wyqz797p6j3iq3jxwp3x91"; 26813 + version = "0.4.1.0"; 26814 + sha256 = "1k5rsz1c67zzdxh56w9rr1mgnv7jmwbfn4z2ysq1ny1vgyi4m7ry"; 26708 26815 libraryHaskellDepends = [ 26709 26816 base bytestring directory foldable-ix mmsyn2-array mmsyn3 mmsyn7l 26710 26817 mmsyn7ukr-common process process-sequential ··· 30567 30674 }: 30568 30675 mkDerivation { 30569 30676 pname = "ansi-terminal-game"; 30570 - version = "1.4.0.0"; 30571 - sha256 = "0pxkqjv6xqqyn98y2vpsyyx6n91cjsdwxpx9y636l5n3lk8iq14z"; 30677 + version = "1.5.0.0"; 30678 + sha256 = "161n02iywllrr49b1mzpa8lav9w41cmng7ca5vfhpxjjydd5rcbx"; 30572 30679 isLibrary = true; 30573 30680 isExecutable = true; 30574 30681 libraryHaskellDepends = [ ··· 32772 32879 }: 32773 32880 mkDerivation { 32774 32881 pname = "arduino-copilot"; 32775 - version = "1.5.5"; 32776 - sha256 = "0g2zw7xngaz5xhp4zrnhrkscnyck0474mngvp2j14p87sc7qn20w"; 32882 + version = "1.5.6"; 32883 + sha256 = "06aqavds6lh4iazrlz62dhdxim0q8xqdgafj7y3f8nnmv8w37g41"; 32777 32884 libraryHaskellDepends = [ 32778 32885 base containers copilot copilot-c99 copilot-language directory 32779 32886 filepath mtl optparse-applicative temporary ··· 32849 32956 }: 32850 32957 mkDerivation { 32851 32958 pname = "argo"; 32852 - version = "0.2021.11.2"; 32853 - sha256 = "1jlh8m03ncwx5pckdbi6c620xc45pg1phspp0cmvqgrvy6wkiyjz"; 32959 + version = "0.2021.11.7"; 32960 + sha256 = "1lmx938ydl94rmzifk5jbgmfx0p64chkl7dfp1rfxwvbmlp1aydy"; 32854 32961 isLibrary = true; 32855 32962 isExecutable = true; 32856 32963 libraryHaskellDepends = [ ··· 34541 34648 pname = "async"; 34542 34649 version = "2.2.4"; 34543 34650 sha256 = "09d7w3krfhnmf9dp6yffa9wykinhw541wibnjgnlyv77w1dzhka8"; 34651 + revision = "1"; 34652 + editedCabalFile = "1w3hlcaq444qid3iqizb8sdl08jxwjmcfgfxqs2dw81mllsfqgdq"; 34544 34653 isLibrary = true; 34545 34654 isExecutable = true; 34546 34655 libraryHaskellDepends = [ base hashable stm ]; ··· 38262 38371 ({ mkDerivation, base, hspec, HUnit, QuickCheck, time }: 38263 38372 mkDerivation { 38264 38373 pname = "bank-holiday-usa"; 38265 - version = "0.1.1"; 38266 - sha256 = "12s473bjbv5wgsxwi5vf6ffh9z72dw7fbnih0i9ifry8kim4pgaz"; 38374 + version = "0.2.0"; 38375 + sha256 = "03zh4cg7sghryb1d06szvn69c5lsbmsg068j00xbpk3w4xrgphjk"; 38267 38376 libraryHaskellDepends = [ base time ]; 38268 38377 testHaskellDepends = [ base hspec HUnit QuickCheck time ]; 38269 - description = "A library for determining US bank holidays"; 38378 + description = "US bank holidays"; 38270 38379 license = lib.licenses.mit; 38271 38380 hydraPlatforms = lib.platforms.none; 38272 38381 broken = true; ··· 38342 38451 pname = "barbies-th"; 38343 38452 version = "0.1.9"; 38344 38453 sha256 = "1brikm7qr2yi3426vgwjjxjrvw060sb0v7jbxrhazjps28f6aa3n"; 38454 + revision = "1"; 38455 + editedCabalFile = "0iij1y72q28wvj8hfx000cpckl1wlcgj050380lx526cmwavy151"; 38345 38456 libraryHaskellDepends = [ barbies base split template-haskell ]; 38346 38457 testHaskellDepends = [ barbies base ]; 38347 38458 description = "Create strippable HKD via TH"; ··· 40044 40155 broken = true; 40045 40156 }) {}; 40046 40157 40158 + "bech32_1_1_2" = callPackage 40159 + ({ mkDerivation, array, base, base58-bytestring, bytestring 40160 + , containers, deepseq, extra, hspec, hspec-discover, memory 40161 + , optparse-applicative, process, QuickCheck, text, vector 40162 + }: 40163 + mkDerivation { 40164 + pname = "bech32"; 40165 + version = "1.1.2"; 40166 + sha256 = "1iyjnyy7l0jf2azbgg6lc5k7n25h1r41fyyqfagyaz79vhi1k7j8"; 40167 + isLibrary = true; 40168 + isExecutable = true; 40169 + libraryHaskellDepends = [ 40170 + array base bytestring containers extra text 40171 + ]; 40172 + executableHaskellDepends = [ 40173 + base base58-bytestring bytestring extra memory optparse-applicative 40174 + text 40175 + ]; 40176 + testHaskellDepends = [ 40177 + base base58-bytestring bytestring containers deepseq extra hspec 40178 + memory process QuickCheck text vector 40179 + ]; 40180 + testToolDepends = [ hspec-discover ]; 40181 + description = "Implementation of the Bech32 cryptocurrency address format (BIP 0173)"; 40182 + license = lib.licenses.asl20; 40183 + hydraPlatforms = lib.platforms.none; 40184 + broken = true; 40185 + }) {}; 40186 + 40047 40187 "bech32-th" = callPackage 40048 40188 ({ mkDerivation, base, bech32, hspec, hspec-discover 40049 40189 , template-haskell, text ··· 42968 43108 }: 42969 43109 mkDerivation { 42970 43110 pname = "bishbosh"; 42971 - version = "0.1.1.0"; 42972 - sha256 = "0raryshzgahldn03dzpin6hi9vyq4w81dxgmgcq34z7h2salia5m"; 43111 + version = "0.1.2.0"; 43112 + sha256 = "1ldzl2f93nqaxs9wbf3s9w8wjrx1fx69w95y5fz7rla7szhrckdq"; 42973 43113 isLibrary = true; 42974 43114 isExecutable = true; 42975 43115 enableSeparateDataOutput = true; ··· 43509 43649 libraryHaskellDepends = [ base bytes mtl transformers ]; 43510 43650 description = "Various bit twiddling and bitwise serialization primitives"; 43511 43651 license = lib.licenses.bsd3; 43652 + }) {}; 43653 + 43654 + "bits_0_6" = callPackage 43655 + ({ mkDerivation, base, bytes, mtl, transformers }: 43656 + mkDerivation { 43657 + pname = "bits"; 43658 + version = "0.6"; 43659 + sha256 = "18s2aa99cwcshcws2zl2ll7xgqn9dpznpkv1nplamc9h4vmqqs93"; 43660 + libraryHaskellDepends = [ base bytes mtl transformers ]; 43661 + description = "Various bit twiddling and bitwise serialization primitives"; 43662 + license = lib.licenses.bsd3; 43663 + hydraPlatforms = lib.platforms.none; 43512 43664 }) {}; 43513 43665 43514 43666 "bits-atomic" = callPackage ··· 44846 44998 pname = "bloomfilter"; 44847 44999 version = "2.0.1.0"; 44848 45000 sha256 = "03vrmncg1c10a2wcg5skq30m1yiknn7nwxz2gblyyfaxglshspkc"; 45001 + revision = "1"; 45002 + editedCabalFile = "1dqlwmmcy7s6gsjqcm4xhk3cgbam0hyzpry2ha4064xvdb4rlks3"; 44849 45003 libraryHaskellDepends = [ array base bytestring deepseq ]; 44850 45004 testHaskellDepends = [ 44851 45005 base bytestring QuickCheck random test-framework ··· 46000 46154 ]; 46001 46155 description = "Making de Bruijn Succ Less"; 46002 46156 license = lib.licenses.bsd3; 46157 + }) {}; 46158 + 46159 + "bound_2_0_4" = callPackage 46160 + ({ mkDerivation, base, bifunctors, binary, bytes, cereal, comonad 46161 + , deepseq, deriving-compat, hashable, mmorph, profunctors 46162 + , template-haskell, th-abstraction, transformers 46163 + , transformers-compat, vector, void 46164 + }: 46165 + mkDerivation { 46166 + pname = "bound"; 46167 + version = "2.0.4"; 46168 + sha256 = "06wyjiswi5fnnw7ndjdln3fkfgab5c8qh9v1d1s0f0s6rzlb85xs"; 46169 + revision = "1"; 46170 + editedCabalFile = "008i9lm53p0vwahrl61lfpv33yjchi6jyby7j37rlw9shr4h06qg"; 46171 + libraryHaskellDepends = [ 46172 + base bifunctors binary bytes cereal comonad deepseq hashable mmorph 46173 + profunctors template-haskell th-abstraction transformers 46174 + transformers-compat 46175 + ]; 46176 + testHaskellDepends = [ 46177 + base deriving-compat transformers transformers-compat vector void 46178 + ]; 46179 + description = "Making de Bruijn Succ Less"; 46180 + license = lib.licenses.bsd3; 46181 + hydraPlatforms = lib.platforms.none; 46003 46182 }) {}; 46004 46183 46005 46184 "bound-extras" = callPackage ··· 48208 48387 pname = "bytes"; 48209 48388 version = "0.17.1"; 48210 48389 sha256 = "1qmps8vvg98wfm9xm734hwzi56bsk8r1zc6vx20rlhc79krv5s9s"; 48390 + revision = "2"; 48391 + editedCabalFile = "1gayyk4sgd8r48x2cgil8392wlxir0qq059m5k966jrwrqdqg2m4"; 48211 48392 libraryHaskellDepends = [ 48212 48393 base binary binary-orphans bytestring cereal containers hashable 48213 48394 mtl scientific text time transformers transformers-compat ··· 49468 49649 license = lib.licenses.bsd3; 49469 49650 }) {}; 49470 49651 49652 + "cabal-doctest_1_0_9" = callPackage 49653 + ({ mkDerivation, base, Cabal, directory, filepath }: 49654 + mkDerivation { 49655 + pname = "cabal-doctest"; 49656 + version = "1.0.9"; 49657 + sha256 = "0wxs0xkspc80h0g8ks792lrzldxvcnhc9rja1j0k678ijs20hmjm"; 49658 + libraryHaskellDepends = [ base Cabal directory filepath ]; 49659 + description = "A Setup.hs helper for running doctests"; 49660 + license = lib.licenses.bsd3; 49661 + hydraPlatforms = lib.platforms.none; 49662 + }) {}; 49663 + 49471 49664 "cabal-edit" = callPackage 49472 49665 ({ mkDerivation, base, bytestring, Cabal, containers, directory 49473 49666 , filepath, Glob, hackage-db, optparse-applicative, process, store ··· 52605 52798 pname = "cassava"; 52606 52799 version = "0.5.2.0"; 52607 52800 sha256 = "01h1zrdqb313cjd4rqm1107azzx4czqi018c2djf66a5i7ajl3dk"; 52608 - revision = "4"; 52609 - editedCabalFile = "19rkq41r5vj8drnj850b1wqnc54mxpw0x5z54brq0nvyww5f8ai8"; 52801 + revision = "5"; 52802 + editedCabalFile = "0d2zfs9a5rzljaz2dr47rypsj7aamgsfqn0gs0pwjhkwi8p1504y"; 52610 52803 configureFlags = [ "-f-bytestring--lt-0_10_4" ]; 52611 52804 libraryHaskellDepends = [ 52612 52805 array attoparsec base bytestring containers deepseq hashable Only ··· 53492 53685 }: 53493 53686 mkDerivation { 53494 53687 pname = "cereal"; 53495 - version = "0.5.8.1"; 53496 - sha256 = "1mqvd1iwzr50az4y24332x3g3wsrzw8j1iwph02vr7jbjfn8i7id"; 53497 - revision = "1"; 53498 - editedCabalFile = "02v1nivac478nzzykjbq3rawnqskxjc4sb54m6s5jcgbigfnb2x0"; 53499 - libraryHaskellDepends = [ 53500 - array base bytestring containers ghc-prim 53501 - ]; 53502 - testHaskellDepends = [ 53503 - base bytestring QuickCheck test-framework 53504 - test-framework-quickcheck2 53505 - ]; 53506 - description = "A binary serialization library"; 53507 - license = lib.licenses.bsd3; 53508 - }) {}; 53509 - 53510 - "cereal_0_5_8_2" = callPackage 53511 - ({ mkDerivation, array, base, bytestring, containers, ghc-prim 53512 - , QuickCheck, test-framework, test-framework-quickcheck2 53513 - }: 53514 - mkDerivation { 53515 - pname = "cereal"; 53516 53688 version = "0.5.8.2"; 53517 53689 sha256 = "0kvnlm22qdmb7g2jz7imsvh799q4nvms1ni0cbba5vigp5ai64hp"; 53518 53690 libraryHaskellDepends = [ ··· 53524 53696 ]; 53525 53697 description = "A binary serialization library"; 53526 53698 license = lib.licenses.bsd3; 53527 - hydraPlatforms = lib.platforms.none; 53528 53699 }) {}; 53529 53700 53530 53701 "cereal-conduit" = callPackage ··· 54011 54182 }) {}; 54012 54183 54013 54184 "chakra" = callPackage 54014 - ({ mkDerivation, aeson, ansi-terminal, base, bytestring, cryptonite 54015 - , data-default, data-has, dotenv, envy, fast-logger, hspec 54016 - , http-types, iproute, jose, lens, mtl, network, network-uri 54017 - , options, optparse-simple, prometheus-client 54185 + ({ mkDerivation, aeson, base, bytestring, cryptonite, data-default 54186 + , data-has, dotenv, envy, fast-logger, hspec, http-types, iproute 54187 + , jose, network, network-uri, optparse-simple, prometheus-client 54018 54188 , prometheus-metrics-ghc, rio, servant-auth, servant-auth-server 54019 - , servant-server, streaming-commons, string-conversions, text, time 54020 - , transformers, unordered-containers, wai, wai-cli, wai-extra 54021 - , wai-middleware-prometheus, warp 54189 + , servant-server, transformers, unordered-containers, wai, wai-cli 54190 + , wai-extra, wai-middleware-prometheus, warp 54022 54191 }: 54023 54192 mkDerivation { 54024 54193 pname = "chakra"; 54025 - version = "0.1.0"; 54026 - sha256 = "00ygnyvif8z8x9xasa3s9yahsawdmkjg43afczd5i0p3clfg6385"; 54194 + version = "0.1.2"; 54195 + sha256 = "0fnq9djvsphnrmlds97mjw9idp2s448vqbk1lhj3m6bfhsdx5mdr"; 54027 54196 isLibrary = true; 54028 54197 isExecutable = true; 54029 54198 libraryHaskellDepends = [ 54030 - aeson ansi-terminal base bytestring cryptonite data-default 54031 - data-has dotenv envy fast-logger http-types iproute jose lens mtl 54032 - network network-uri options prometheus-client 54033 - prometheus-metrics-ghc rio servant-auth servant-auth-server 54034 - servant-server streaming-commons string-conversions text time 54035 - transformers unordered-containers wai wai-cli wai-extra 54036 - wai-middleware-prometheus warp 54199 + aeson base bytestring cryptonite data-default data-has envy 54200 + fast-logger http-types iproute jose network network-uri 54201 + prometheus-client prometheus-metrics-ghc rio servant-auth 54202 + servant-auth-server servant-server transformers wai wai-cli 54203 + wai-extra wai-middleware-prometheus warp 54037 54204 ]; 54038 54205 executableHaskellDepends = [ 54039 - aeson ansi-terminal base bytestring cryptonite data-default 54040 - data-has dotenv envy fast-logger http-types iproute jose lens mtl 54041 - network network-uri options optparse-simple prometheus-client 54042 - prometheus-metrics-ghc rio servant-auth servant-auth-server 54043 - servant-server streaming-commons string-conversions text time 54044 - transformers unordered-containers wai wai-cli wai-extra 54206 + aeson base bytestring cryptonite data-default data-has dotenv envy 54207 + fast-logger http-types iproute jose network network-uri 54208 + optparse-simple prometheus-client prometheus-metrics-ghc rio 54209 + servant-auth servant-auth-server servant-server transformers 54210 + unordered-containers wai wai-cli wai-extra 54045 54211 wai-middleware-prometheus warp 54046 54212 ]; 54047 54213 testHaskellDepends = [ 54048 - aeson ansi-terminal base bytestring cryptonite data-default 54049 - data-has dotenv envy fast-logger hspec http-types iproute jose lens 54050 - mtl network network-uri options prometheus-client 54051 - prometheus-metrics-ghc rio servant-auth servant-auth-server 54052 - servant-server streaming-commons string-conversions text time 54053 - transformers unordered-containers wai wai-cli wai-extra 54054 - wai-middleware-prometheus warp 54214 + aeson base bytestring cryptonite data-default data-has envy 54215 + fast-logger hspec http-types iproute jose network network-uri 54216 + prometheus-client prometheus-metrics-ghc rio servant-auth 54217 + servant-auth-server servant-server transformers wai wai-cli 54218 + wai-extra wai-middleware-prometheus warp 54055 54219 ]; 54056 54220 description = "A REST Web Api server template for building (micro)services"; 54057 54221 license = lib.licenses.mit; ··· 56734 56898 pname = "classy-prelude"; 56735 56899 version = "1.5.0"; 56736 56900 sha256 = "1nm4lygxqb1wq503maki6dsah2gpn5rd22jmbwjxfwyzgyqy9fnk"; 56901 + revision = "1"; 56902 + editedCabalFile = "1jivh1bmcvqn6bhh5z8x69v93zjcriklljm7gx342d8k5d5rsf4s"; 56737 56903 libraryHaskellDepends = [ 56738 56904 async base basic-prelude bifunctors bytestring chunked-data 56739 56905 containers deepseq dlist ghc-prim hashable mono-traversable ··· 63848 64014 pname = "constraints"; 63849 64015 version = "0.13.1"; 63850 64016 sha256 = "0j10sn0i1pk0dsxnf728v0mjg9bcxblkhd8f4fm8rgi32v2sby6k"; 64017 + revision = "1"; 64018 + editedCabalFile = "115n8pqc26gqxgvvf4h4y1wkf3gw6nb3jfjfmdb4svlnk4jlyjm9"; 63851 64019 libraryHaskellDepends = [ 63852 64020 base binary deepseq ghc-prim hashable mtl transformers 63853 64021 transformers-compat type-equality ··· 63858 64026 license = lib.licenses.bsd2; 63859 64027 }) {}; 63860 64028 64029 + "constraints_0_13_2" = callPackage 64030 + ({ mkDerivation, base, binary, deepseq, ghc-prim, hashable, hspec 64031 + , hspec-discover, mtl, transformers, transformers-compat 64032 + , type-equality 64033 + }: 64034 + mkDerivation { 64035 + pname = "constraints"; 64036 + version = "0.13.2"; 64037 + sha256 = "1zfijh3jpdfrh8nwn5xv2z05jnxyf0ciqlfaja6g6ls654svrj70"; 64038 + libraryHaskellDepends = [ 64039 + base binary deepseq ghc-prim hashable mtl transformers 64040 + transformers-compat type-equality 64041 + ]; 64042 + testHaskellDepends = [ base hspec ]; 64043 + testToolDepends = [ hspec-discover ]; 64044 + description = "Constraint manipulation"; 64045 + license = lib.licenses.bsd2; 64046 + hydraPlatforms = lib.platforms.none; 64047 + }) {}; 64048 + 63861 64049 "constraints-deriving" = callPackage 63862 64050 ({ mkDerivation, base, bytestring, Cabal, filepath, ghc, ghc-paths 63863 64051 , path, path-io ··· 63952 64140 }: 63953 64141 mkDerivation { 63954 64142 pname = "constructible"; 63955 - version = "0.1.1"; 63956 - sha256 = "19g62i3cv39fww55xcayrzh1v7flghg43ygj41g9cq6qsbq345wr"; 64143 + version = "0.1.2"; 64144 + sha256 = "1fdxbw33rjyh0gmknzng8sl8gcbz99ib3ks5rq3kjvqn4ibmyqpf"; 63957 64145 libraryHaskellDepends = [ 63958 64146 base binary-search complex-generic integer-roots 63959 64147 ]; ··· 65017 65205 }: 65018 65206 mkDerivation { 65019 65207 pname = "copilot"; 65020 - version = "3.5"; 65021 - sha256 = "1cia936fm14bzkd8qh8g8zri2lfx7n0jfbjqiqwpwhpgmxvfhznj"; 65208 + version = "3.6"; 65209 + sha256 = "0h43slh084wj7kwn2rdn0s63pqzy930h6z2vk38kn6yqic8d9s9y"; 65022 65210 isLibrary = true; 65023 65211 isExecutable = true; 65024 65212 libraryHaskellDepends = [ ··· 65037 65225 }: 65038 65226 mkDerivation { 65039 65227 pname = "copilot-c99"; 65040 - version = "3.5"; 65041 - sha256 = "1svcshxqrqp9m7pj7k77vfxzmzkanj0zyjq4ry985zzhcqgzcank"; 65228 + version = "3.6"; 65229 + sha256 = "18p7pijx2f7bw61bzfs5994xpkygghf7hvwpklhp72jkshjdjj1m"; 65042 65230 libraryHaskellDepends = [ 65043 65231 base containers copilot-core directory filepath language-c99 65044 65232 language-c99-simple language-c99-util mtl pretty ··· 65065 65253 }) {}; 65066 65254 65067 65255 "copilot-core" = callPackage 65068 - ({ mkDerivation, base, dlist, mtl, pretty }: 65256 + ({ mkDerivation, base, dlist, HUnit, mtl, pretty, QuickCheck 65257 + , test-framework, test-framework-hunit, test-framework-quickcheck2 65258 + }: 65069 65259 mkDerivation { 65070 65260 pname = "copilot-core"; 65071 - version = "3.5"; 65072 - sha256 = "0i5jj4hzk0gqsjx24xswjna9cdwxbyv5hln5jsmhdhgw05c4z5g4"; 65261 + version = "3.6"; 65262 + sha256 = "00v8la4q15qj27wyqcbsv0h7m5k5ln98y4zkdzpng3z5gw4mpkm9"; 65073 65263 libraryHaskellDepends = [ base dlist mtl pretty ]; 65264 + testHaskellDepends = [ 65265 + base HUnit pretty QuickCheck test-framework test-framework-hunit 65266 + test-framework-quickcheck2 65267 + ]; 65074 65268 description = "An intermediate representation for Copilot"; 65075 65269 license = lib.licenses.bsd3; 65076 65270 }) {}; ··· 65081 65275 }: 65082 65276 mkDerivation { 65083 65277 pname = "copilot-language"; 65084 - version = "3.5"; 65085 - sha256 = "0s1yn4la8pbdwlcfrlx79031anagp235dbapm3c715mv67dgcs2b"; 65278 + version = "3.6"; 65279 + sha256 = "0b1cl4v5w54nx007mmnsx49hh3zxjm55ninlzkd78balnyah8nlk"; 65086 65280 libraryHaskellDepends = [ 65087 65281 array base containers copilot-core copilot-theorem data-reify mtl 65088 65282 ]; ··· 65097 65291 }: 65098 65292 mkDerivation { 65099 65293 pname = "copilot-libraries"; 65100 - version = "3.5"; 65101 - sha256 = "1glz1x00abyavyca7kz19ji7jipl5fjxwqi47mql4b3wr9ksc0y4"; 65294 + version = "3.6"; 65295 + sha256 = "0s6y1is91nbvlrb9fdp9xhaq9wx3j5pm67gjrlajiik4029a2dxd"; 65102 65296 libraryHaskellDepends = [ 65103 65297 array base containers copilot-language data-reify mtl parsec 65104 65298 ]; ··· 65132 65326 }: 65133 65327 mkDerivation { 65134 65328 pname = "copilot-theorem"; 65135 - version = "3.5"; 65136 - sha256 = "0cb22695jp502iilyjkfhr8lzl97rdrpjvs9fbknrr0zbwn1m7p9"; 65329 + version = "3.6"; 65330 + sha256 = "17l8xq4zd9jfih5p21l6xkahdgrfbmpy8wxc38w88w98qmz5ix59"; 65137 65331 libraryHaskellDepends = [ 65138 65332 ansi-terminal base bimap bv-sized containers copilot-core 65139 65333 data-default directory filepath libBF mtl panic parameterized-utils ··· 65296 65490 license = lib.licenses.mit; 65297 65491 }) {}; 65298 65492 65299 - "core-program_0_3_4_0" = callPackage 65493 + "core-program_0_3_4_1" = callPackage 65300 65494 ({ mkDerivation, async, base, bytestring, chronologique, core-data 65301 65495 , core-text, directory, exceptions, filepath, fsnotify, hashable 65302 65496 , hourglass, mtl, prettyprinter, safe-exceptions, stm ··· 65305 65499 }: 65306 65500 mkDerivation { 65307 65501 pname = "core-program"; 65308 - version = "0.3.4.0"; 65309 - sha256 = "079wiijdgr2vy7i8n4590p0rfakrmsxk4vx50dg992r2gfjlfzfa"; 65502 + version = "0.3.4.1"; 65503 + sha256 = "01yk1dyr6z1g541v0y7cpnilbnqwvcn5si38r8flzq35svrk1bjn"; 65310 65504 libraryHaskellDepends = [ 65311 65505 async base bytestring chronologique core-data core-text directory 65312 65506 exceptions filepath fsnotify hashable hourglass mtl prettyprinter ··· 69283 69477 testHaskellDepends = [ base transformers ]; 69284 69478 description = "CZipWith class and deriving via TH"; 69285 69479 license = lib.licenses.bsd3; 69480 + }) {}; 69481 + 69482 + "czipwith_1_0_1_4" = callPackage 69483 + ({ mkDerivation, base, template-haskell, transformers }: 69484 + mkDerivation { 69485 + pname = "czipwith"; 69486 + version = "1.0.1.4"; 69487 + sha256 = "0zvi7wmbh09ngbyvavvhn6s3vz1pnps59fl1sq3vih6s03s0zmai"; 69488 + libraryHaskellDepends = [ base template-haskell ]; 69489 + testHaskellDepends = [ base transformers ]; 69490 + description = "CZipWith class and deriving via TH"; 69491 + license = lib.licenses.bsd3; 69492 + hydraPlatforms = lib.platforms.none; 69286 69493 }) {}; 69287 69494 69288 69495 "d-bus" = callPackage ··· 73488 73695 hydraPlatforms = lib.platforms.none; 73489 73696 }) {}; 73490 73697 73491 - "deepseq_1_4_5_0" = callPackage 73698 + "deepseq_1_4_6_0" = callPackage 73492 73699 ({ mkDerivation, array, base, ghc-prim, HUnit, test-framework 73493 73700 , test-framework-hunit 73494 73701 }: 73495 73702 mkDerivation { 73496 73703 pname = "deepseq"; 73497 - version = "1.4.5.0"; 73498 - sha256 = "0d3yw95xkyx7wwx3anfj1fqb10080xykqic483xpl7rvi1mik6js"; 73704 + version = "1.4.6.0"; 73705 + sha256 = "0j6pxm9q3xanhxrdmxgzkfdlnpilnlvnnvazq61szl1q9d3mn6ql"; 73499 73706 libraryHaskellDepends = [ array base ]; 73500 73707 testHaskellDepends = [ 73501 73708 array base ghc-prim HUnit test-framework test-framework-hunit ··· 74132 74339 74133 74340 "dependent-literals" = callPackage 74134 74341 ({ mkDerivation, base, fin-int, numeric-kinds, sint, snumber 74135 - , tagged, wrapped 74342 + , tagged, type-compare, wrapped 74136 74343 }: 74137 74344 mkDerivation { 74138 74345 pname = "dependent-literals"; 74139 - version = "0.1.1.0"; 74140 - sha256 = "0dw2xc5l8cmhsmr2akyyhyfj8m3qx02pz81fn52ii9mkhzs6rcjb"; 74141 - revision = "5"; 74142 - editedCabalFile = "1z2afnvgdkw6swvc1mavd8rzqcq1s124n0j13n7zd9pcjha9i4nb"; 74346 + version = "0.2.0"; 74347 + sha256 = "1i3mzijqk2pf7am9kh1ydhrw9qj1ijfq8kwvxhrqcx28kaz63rvd"; 74143 74348 libraryHaskellDepends = [ 74144 - base fin-int numeric-kinds sint snumber tagged wrapped 74349 + base fin-int numeric-kinds sint snumber tagged type-compare wrapped 74145 74350 ]; 74146 74351 description = "Library for dependent-literals-plugin"; 74147 74352 license = lib.licenses.asl20; ··· 74153 74358 }: 74154 74359 mkDerivation { 74155 74360 pname = "dependent-literals-plugin"; 74156 - version = "0.1.0.1"; 74157 - sha256 = "1rpjlcv3g150rcmxidn48n25xxv2ghdz4x9jnap1swkz0fb10i3a"; 74158 - revision = "4"; 74159 - editedCabalFile = "1330hiqvcvl73y8pd3wpsqicvysl8l0mizkr8my7a628fwh6018p"; 74361 + version = "0.1.0.2"; 74362 + sha256 = "0bllcf19psak7sfhlqh78lbrdgx3ylqislrvdhjc9syvhaw5khq1"; 74160 74363 libraryHaskellDepends = [ base ghc syb ]; 74161 74364 testHaskellDepends = [ 74162 74365 base dependent-literals fin-int numeric-kinds short-vec sint ··· 74637 74840 license = lib.licenses.bsd3; 74638 74841 }) {}; 74639 74842 74843 + "deriving-aeson_0_2_8" = callPackage 74844 + ({ mkDerivation, aeson, base, bytestring }: 74845 + mkDerivation { 74846 + pname = "deriving-aeson"; 74847 + version = "0.2.8"; 74848 + sha256 = "0f59ar4cax7g0h6wrk8ckni7i4gw5wls5ybzbrji2a0qpd7q5lrd"; 74849 + libraryHaskellDepends = [ aeson base ]; 74850 + testHaskellDepends = [ aeson base bytestring ]; 74851 + description = "Type driven generic aeson instance customisation"; 74852 + license = lib.licenses.bsd3; 74853 + hydraPlatforms = lib.platforms.none; 74854 + }) {}; 74855 + 74640 74856 "deriving-compat" = callPackage 74641 74857 ({ mkDerivation, base, base-compat, base-orphans, containers 74642 74858 , ghc-boot-th, ghc-prim, hspec, hspec-discover, QuickCheck, tagged ··· 75339 75555 pname = "dhall"; 75340 75556 version = "1.40.1"; 75341 75557 sha256 = "0m2fw9ak9l6fz8ylpbi0cdihf2j66jlnd5j3vf56r7wlqgbkxhi1"; 75342 - revision = "2"; 75343 - editedCabalFile = "0vywq222wyy8rs4114d0pq70yji7xh440i0ilqbmfywjfj2gm1pj"; 75558 + revision = "5"; 75559 + editedCabalFile = "1dp9byzmjd2kvydc0q5s3mv59a131jqwhc9cl22jgbhp0whq9jgc"; 75344 75560 isLibrary = true; 75345 75561 isExecutable = true; 75346 75562 enableSeparateDataOutput = true; ··· 75710 75926 pname = "dhall-nixpkgs"; 75711 75927 version = "1.0.6"; 75712 75928 sha256 = "12sfxz7n86m69m1xbnrrr1ybggh70rfwmr4maflq522bhkc2hgvk"; 75713 - revision = "1"; 75714 - editedCabalFile = "0xy1g9ab355mdkcq30z091rr33sfw98jqjldmawrcq0yxb2gb2s6"; 75929 + revision = "2"; 75930 + editedCabalFile = "13i04l52jb8xyhqa48r8rlr0d4p657aarfhsxm407ziph5pi60vk"; 75715 75931 isLibrary = false; 75716 75932 isExecutable = true; 75717 75933 executableHaskellDepends = [ ··· 75733 75949 pname = "dhall-openapi"; 75734 75950 version = "1.0.2"; 75735 75951 sha256 = "1p678nn1gfj2xp0kmw8i5pzsv6s5bpnsmyng45adb9pnpiyxbcyj"; 75736 - revision = "1"; 75737 - editedCabalFile = "1mbl9ximmblz1cdm07sk8lwsxdxknhlipx91amd155xpqs72i8jg"; 75952 + revision = "2"; 75953 + editedCabalFile = "0gkxzfadkpz4dcmcfbyf66s2xa656lf2vw0n282qnc1rsy74ra85"; 75738 75954 isLibrary = true; 75739 75955 isExecutable = true; 75740 75956 libraryHaskellDepends = [ ··· 75885 76101 pname = "dhall-yaml"; 75886 76102 version = "1.2.8"; 75887 76103 sha256 = "1p766ybwib3f2i5h7m1hh71vc255ahvf7237bpprdapqw3ag8nak"; 76104 + revision = "1"; 76105 + editedCabalFile = "06jr2b5zj82zcsq7dp6d8v9rfarkpqkp6m1s61d76vlzv9kc2pp2"; 75888 76106 isLibrary = true; 75889 76107 isExecutable = true; 75890 76108 libraryHaskellDepends = [ ··· 76310 76528 }: 76311 76529 mkDerivation { 76312 76530 pname = "diagrams-haddock"; 76313 - version = "0.4.1"; 76314 - sha256 = "0p978saxsfad6d8wkjnp6i300cf58ps02yw7a1zzhjfgk5ih2qlb"; 76315 - revision = "1"; 76316 - editedCabalFile = "063j6drlybzbm6bf9yfix86hs3hvgb98sgh4rzgrqkq9kvarj2ij"; 76531 + version = "0.4.1.1"; 76532 + sha256 = "1azc42pr0hb5qamgf8i0kpkvpzxqlgc9npmi21sxnsw66bnzxw7i"; 76317 76533 isLibrary = true; 76318 76534 isExecutable = true; 76319 76535 libraryHaskellDepends = [ ··· 80053 80269 license = lib.licenses.mit; 80054 80270 }) {}; 80055 80271 80056 - "doctest_0_18_1" = callPackage 80272 + "doctest_0_18_2" = callPackage 80057 80273 ({ mkDerivation, base, base-compat, code-page, deepseq, directory 80058 80274 , exceptions, filepath, ghc, ghc-paths, hspec, hspec-core, HUnit 80059 80275 , mockery, process, QuickCheck, setenv, silently, stringbuilder ··· 80061 80277 }: 80062 80278 mkDerivation { 80063 80279 pname = "doctest"; 80064 - version = "0.18.1"; 80065 - sha256 = "07w77cik8p3kpcl5vx4l3cr93r1dhk3wc98k1g50l9pby5argrzb"; 80280 + version = "0.18.2"; 80281 + sha256 = "0c48dpxa8i3q5xh2shd2p2xxhrsy7wdil6dg4mayr3lkk1dlwbfp"; 80066 80282 isLibrary = true; 80067 80283 isExecutable = true; 80068 80284 libraryHaskellDepends = [ ··· 80137 80353 pname = "doctest-driver-gen"; 80138 80354 version = "0.3.0.4"; 80139 80355 sha256 = "1fbqi4s4ajxhyv4a7nbh3v98limla0z8rfqlh02pwc1a90qpwy1a"; 80356 + revision = "1"; 80357 + editedCabalFile = "19xaynf2zzrvls6l57jzzxp3862d0d2q43amsgsch5ri8479m4dn"; 80140 80358 isLibrary = true; 80141 80359 isExecutable = true; 80142 80360 libraryHaskellDepends = [ base ]; ··· 88762 88980 ({ mkDerivation, base }: 88763 88981 mkDerivation { 88764 88982 pname = "exact-combinatorics"; 88765 - version = "0.2.0.10"; 88766 - sha256 = "08xdn2dl9r1zkphm9ja3lp4qin9cn889q184lsmk432icbvw5r2h"; 88767 - libraryHaskellDepends = [ base ]; 88768 - description = "Efficient exact computation of combinatoric functions"; 88769 - license = lib.licenses.bsd3; 88770 - }) {}; 88771 - 88772 - "exact-combinatorics_0_2_0_11" = callPackage 88773 - ({ mkDerivation, base }: 88774 - mkDerivation { 88775 - pname = "exact-combinatorics"; 88776 88983 version = "0.2.0.11"; 88777 88984 sha256 = "0qrhgd468ljpnfciaxzimmn1rhvapcrrsy4wb2r08hn3vjflmd3n"; 88778 88985 libraryHaskellDepends = [ base ]; 88779 88986 description = "Efficient exact computation of combinatoric functions"; 88780 88987 license = lib.licenses.bsd3; 88781 - hydraPlatforms = lib.platforms.none; 88782 88988 }) {}; 88783 88989 88784 88990 "exact-cover" = callPackage ··· 90399 90605 }: 90400 90606 mkDerivation { 90401 90607 pname = "extralife"; 90402 - version = "0.1.1.0"; 90403 - sha256 = "0kw5lqfldncl1ci6x6izgs16hl0brrlaxin2yis279a5q4kh8xpz"; 90608 + version = "0.2.0.0"; 90609 + sha256 = "0bpaz123qg91rw4b97p528w4l7wbb17x4h61dmy1v2sr01l82q58"; 90404 90610 libraryHaskellDepends = [ 90405 90611 aeson base bytestring http-client http-client-tls text time 90406 90612 ]; ··· 97526 97732 , http-link-header, http-types, immortal, iproute, lens, lens-aeson 97527 97733 , load-env, monad-control, monad-logger, MonadRandom, mtl, network 97528 97734 , network-uri, persistent, persistent-postgresql, postgresql-simple 97529 - , primitive, process, resource-pool, retry, rio, temporary, text 97530 - , time, transformers, transformers-base, unliftio, unliftio-core 97531 - , unordered-containers, wai, wai-extra, yaml, yesod, yesod-core 97735 + , primitive, process, resource-pool, retry, rio, template-haskell 97736 + , temporary, text, time, transformers, transformers-base, unliftio 97737 + , unliftio-core, unordered-containers, wai, wai-extra, yaml, yesod 97738 + , yesod-core 97532 97739 }: 97533 97740 mkDerivation { 97534 97741 pname = "freckle-app"; 97535 - version = "1.0.1.0"; 97536 - sha256 = "1lak6iyid14wxydzs77jlwrayrwcg3n4favrf3qf3yd46306a2f3"; 97742 + version = "1.0.2.0"; 97743 + sha256 = "060yspa1qb0qp7yf7s71pfkq6jdd7bn9xy5kll45d8rvjazf10y6"; 97537 97744 libraryHaskellDepends = [ 97538 97745 aeson ansi-terminal base bytestring case-insensitive conduit 97539 97746 data-default datadog doctest ekg-core errors exceptions fast-logger ··· 97542 97749 http-types immortal iproute lens load-env monad-control 97543 97750 monad-logger MonadRandom mtl network network-uri persistent 97544 97751 persistent-postgresql postgresql-simple primitive process 97545 - resource-pool retry rio text time transformers transformers-base 97546 - unliftio unliftio-core unordered-containers wai wai-extra yaml 97547 - yesod yesod-core 97752 + resource-pool retry rio template-haskell text time transformers 97753 + transformers-base unliftio unliftio-core unordered-containers wai 97754 + wai-extra yaml yesod yesod-core 97548 97755 ]; 97549 97756 testHaskellDepends = [ 97550 97757 aeson base bytestring directory hspec http-types lens lens-aeson ··· 101431 101638 }: 101432 101639 mkDerivation { 101433 101640 pname = "generic-aeson"; 101434 - version = "0.2.0.12"; 101435 - sha256 = "17br2dl9gd2hyflgp0fzqs5ghp4my4l234pjfvvnhk9n4szxzcr3"; 101436 - revision = "1"; 101437 - editedCabalFile = "0nd40p8iqr6bk7py9rblpis2s8i4p5wgg6kfp607mpp4y17xq1dr"; 101438 - libraryHaskellDepends = [ 101439 - aeson attoparsec base generic-deriving mtl tagged text 101440 - unordered-containers vector 101441 - ]; 101442 - description = "Derivation of Aeson instances using GHC generics"; 101443 - license = lib.licenses.bsd3; 101444 - }) {}; 101445 - 101446 - "generic-aeson_0_2_0_13" = callPackage 101447 - ({ mkDerivation, aeson, attoparsec, base, generic-deriving, mtl 101448 - , tagged, text, unordered-containers, vector 101449 - }: 101450 - mkDerivation { 101451 - pname = "generic-aeson"; 101452 101641 version = "0.2.0.13"; 101453 101642 sha256 = "0w5xp1rfg3r90ja1f0s48i4x7yyynfv52p6b9ncsdqyrq3y9qvl0"; 101454 101643 libraryHaskellDepends = [ ··· 101457 101646 ]; 101458 101647 description = "Derivation of Aeson instances using GHC generics"; 101459 101648 license = lib.licenses.bsd3; 101460 - hydraPlatforms = lib.platforms.none; 101461 101649 }) {}; 101462 101650 101463 101651 "generic-arbitrary" = callPackage ··· 101915 102103 pname = "generic-random"; 101916 102104 version = "1.4.0.0"; 101917 102105 sha256 = "12rvb1dzrfjc46n9vdcw3yv773iih8vwhrac3hpzq70yp2z77jdw"; 102106 + revision = "1"; 102107 + editedCabalFile = "0k8hk2fpm53x5788nvqy8pd1vgpdwidbz5syryf8imhqqq0837w1"; 101918 102108 libraryHaskellDepends = [ base QuickCheck ]; 101919 102109 testHaskellDepends = [ base deepseq QuickCheck ]; 101920 102110 description = "Generic random generators for QuickCheck"; ··· 101927 102117 pname = "generic-random"; 101928 102118 version = "1.5.0.0"; 101929 102119 sha256 = "033cs5vkx57ny035ngndhg3n32jbzyp98li9559gyiz8glp79pzg"; 102120 + revision = "1"; 102121 + editedCabalFile = "0p0im7py1hrarad8pg5vcggz52d702p749nvx3h5glcygzlag14v"; 101930 102122 libraryHaskellDepends = [ base QuickCheck ]; 101931 102123 testHaskellDepends = [ base deepseq QuickCheck ]; 101932 102124 description = "Generic random generators for QuickCheck"; ··· 104932 105124 license = lib.licenses.bsd3; 104933 105125 }) {}; 104934 105126 105127 + "ghc-typelits-presburger_0_6_1_0" = callPackage 105128 + ({ mkDerivation, base, containers, equational-reasoning, ghc 105129 + , ghc-tcplugins-extra, mtl, pretty, reflection, syb, tasty 105130 + , tasty-discover, tasty-expected-failure, tasty-hunit, text 105131 + , transformers 105132 + }: 105133 + mkDerivation { 105134 + pname = "ghc-typelits-presburger"; 105135 + version = "0.6.1.0"; 105136 + sha256 = "1k9mh0w1xaz85jkdvwm5pxkqzwzrjmhzn1sj2nmilhbnhgfwm9vd"; 105137 + isLibrary = true; 105138 + isExecutable = true; 105139 + libraryHaskellDepends = [ 105140 + base containers ghc ghc-tcplugins-extra mtl pretty reflection syb 105141 + transformers 105142 + ]; 105143 + testHaskellDepends = [ 105144 + base equational-reasoning tasty tasty-discover 105145 + tasty-expected-failure tasty-hunit text 105146 + ]; 105147 + testToolDepends = [ tasty-discover ]; 105148 + description = "Presburger Arithmetic Solver for GHC Type-level natural numbers"; 105149 + license = lib.licenses.bsd3; 105150 + hydraPlatforms = lib.platforms.none; 105151 + }) {}; 105152 + 104935 105153 "ghc-usage" = callPackage 104936 105154 ({ mkDerivation, base, containers, ghc, ghc-paths, unix }: 104937 105155 mkDerivation { ··· 107369 107587 }: 107370 107588 mkDerivation { 107371 107589 pname = "git-lfs"; 107372 - version = "1.1.2"; 107373 - sha256 = "1kfrlpq54s5z84l5sk19vmvlqrybnyqg2nwgh452bdh13z67scmw"; 107590 + version = "1.2.0"; 107591 + sha256 = "1iv3s1c7gwmsima9z3rsphjligpnf7h3vc5c96zgq9b71cx81lba"; 107374 107592 libraryHaskellDepends = [ 107375 107593 aeson base bytestring case-insensitive containers http-client 107376 107594 http-types network-uri text ··· 113897 114115 license = lib.licenses.bsd3; 113898 114116 }) {}; 113899 114117 114118 + "greskell_1_2_0_2" = callPackage 114119 + ({ mkDerivation, aeson, base, bytestring, doctest, doctest-discover 114120 + , exceptions, greskell-core, hashable, hint, hspec, hspec-discover 114121 + , semigroups, text, transformers, unordered-containers, vector 114122 + }: 114123 + mkDerivation { 114124 + pname = "greskell"; 114125 + version = "1.2.0.2"; 114126 + sha256 = "0zqxln8gcjb3i88b9x156rv3v4d0zlrkca11w1bmbjly8zpgrl4x"; 114127 + libraryHaskellDepends = [ 114128 + aeson base exceptions greskell-core hashable semigroups text 114129 + transformers unordered-containers vector 114130 + ]; 114131 + testHaskellDepends = [ 114132 + aeson base bytestring doctest doctest-discover greskell-core hint 114133 + hspec text unordered-containers 114134 + ]; 114135 + testToolDepends = [ doctest-discover hspec-discover ]; 114136 + description = "Haskell binding for Gremlin graph query language"; 114137 + license = lib.licenses.bsd3; 114138 + hydraPlatforms = lib.platforms.none; 114139 + }) {}; 114140 + 113900 114141 "greskell-core" = callPackage 113901 114142 ({ mkDerivation, aeson, base, bytestring, containers, doctest 113902 114143 , doctest-discover, hashable, hspec, hspec-discover, QuickCheck ··· 113919 114160 license = lib.licenses.bsd3; 113920 114161 }) {}; 113921 114162 114163 + "greskell-core_0_1_3_7" = callPackage 114164 + ({ mkDerivation, aeson, base, bytestring, containers, doctest 114165 + , doctest-discover, hashable, hspec, hspec-discover, QuickCheck 114166 + , scientific, semigroups, text, unordered-containers, uuid, vector 114167 + }: 114168 + mkDerivation { 114169 + pname = "greskell-core"; 114170 + version = "0.1.3.7"; 114171 + sha256 = "1lffgrc4q9iwfdgn7qfxyhk459x47fl2fg6rvgqr4jqz1xp7x9cy"; 114172 + libraryHaskellDepends = [ 114173 + aeson base containers hashable scientific semigroups text 114174 + unordered-containers uuid vector 114175 + ]; 114176 + testHaskellDepends = [ 114177 + aeson base bytestring doctest doctest-discover hspec QuickCheck 114178 + text unordered-containers vector 114179 + ]; 114180 + testToolDepends = [ doctest-discover hspec-discover ]; 114181 + description = "Haskell binding for Gremlin graph query language - core data types and tools"; 114182 + license = lib.licenses.bsd3; 114183 + hydraPlatforms = lib.platforms.none; 114184 + }) {}; 114185 + 113922 114186 "greskell-websocket" = callPackage 113923 114187 ({ mkDerivation, aeson, async, base, base64-bytestring, bytestring 113924 114188 , greskell-core, hashtables, hspec, safe-exceptions, stm, text ··· 113939 114203 ]; 113940 114204 description = "Haskell client for Gremlin Server using WebSocket serializer"; 113941 114205 license = lib.licenses.bsd3; 114206 + }) {}; 114207 + 114208 + "greskell-websocket_0_1_2_6" = callPackage 114209 + ({ mkDerivation, aeson, async, base, base64-bytestring, bytestring 114210 + , greskell-core, hashtables, hspec, hspec-discover, safe-exceptions 114211 + , stm, text, unordered-containers, uuid, vector, websockets 114212 + }: 114213 + mkDerivation { 114214 + pname = "greskell-websocket"; 114215 + version = "0.1.2.6"; 114216 + sha256 = "1wjfvx25k603ymsalvgzrpnyw20mliky5mclrx6caxqyh0plqdak"; 114217 + libraryHaskellDepends = [ 114218 + aeson async base base64-bytestring bytestring greskell-core 114219 + hashtables safe-exceptions stm text unordered-containers uuid 114220 + vector websockets 114221 + ]; 114222 + testHaskellDepends = [ 114223 + aeson base bytestring greskell-core hspec unordered-containers uuid 114224 + vector 114225 + ]; 114226 + testToolDepends = [ hspec-discover ]; 114227 + description = "Haskell client for Gremlin Server using WebSocket serializer"; 114228 + license = lib.licenses.bsd3; 114229 + hydraPlatforms = lib.platforms.none; 113942 114230 }) {}; 113943 114231 113944 114232 "grid" = callPackage ··· 117210 117498 117211 117499 "hadolint" = callPackage 117212 117500 ({ mkDerivation, aeson, base, bytestring, Cabal, colourista 117213 - , containers, cryptonite, deepseq, directory, email-validate 117214 - , filepath, foldl, gitrev, hspec, HsYAML, HUnit, ilist 117215 - , language-docker, megaparsec, mtl, network-uri 117216 - , optparse-applicative, parallel, parsec, semver, ShellCheck, spdx 117217 - , split, text, time, timerep, void 117501 + , containers, cryptonite, data-default, deepseq, directory 117502 + , email-validate, filepath, foldl, gitrev, hspec, HsYAML, HUnit 117503 + , ilist, language-docker, megaparsec, mtl, network-uri 117504 + , optparse-applicative, parallel, parsec, prettyprinter, semver 117505 + , ShellCheck, silently, spdx, split, text, time, timerep, void 117218 117506 }: 117219 117507 mkDerivation { 117220 117508 pname = "hadolint"; 117221 - version = "2.7.0"; 117222 - sha256 = "11jpqx6i7qbg4yjh8rbdz7zqjmp9r9ch9z299h72af48wrwr16fl"; 117509 + version = "2.8.0"; 117510 + sha256 = "07dqm4jcglshwqyvp17773xd07bhk5mdybn4ax5ff4xrvg4pj9ah"; 117223 117511 isLibrary = true; 117224 117512 isExecutable = true; 117225 117513 libraryHaskellDepends = [ 117226 117514 aeson base bytestring Cabal colourista containers cryptonite 117227 - deepseq directory email-validate filepath foldl HsYAML ilist 117228 - language-docker megaparsec mtl network-uri parallel parsec semver 117515 + data-default deepseq directory email-validate filepath foldl gitrev 117516 + HsYAML ilist language-docker megaparsec mtl network-uri 117517 + optparse-applicative parallel parsec prettyprinter semver 117229 117518 ShellCheck spdx split text time timerep void 117230 117519 ]; 117231 117520 executableHaskellDepends = [ 117232 - base containers gitrev language-docker megaparsec 117233 - optparse-applicative text 117521 + base containers data-default language-docker megaparsec 117522 + optparse-applicative prettyprinter text 117234 117523 ]; 117235 117524 testHaskellDepends = [ 117236 - aeson base bytestring containers foldl hspec HsYAML HUnit 117237 - language-docker megaparsec ShellCheck split text 117525 + aeson base bytestring containers data-default foldl hspec HsYAML 117526 + HUnit language-docker megaparsec optparse-applicative ShellCheck 117527 + silently split text 117238 117528 ]; 117239 117529 description = "Dockerfile Linter JavaScript API"; 117240 117530 license = lib.licenses.gpl3Only; ··· 125050 125340 ]; 125051 125341 description = "Implicit definitions for Hasql, such as default codecs for standard types"; 125052 125342 license = lib.licenses.mit; 125343 + }) {}; 125344 + 125345 + "hasql-interpolate" = callPackage 125346 + ({ mkDerivation, aeson, array, base, bytestring, containers 125347 + , haskell-src-meta, hasql, megaparsec, mtl, scientific, tasty 125348 + , tasty-hunit, template-haskell, text, time, transformers, uuid 125349 + , vector 125350 + }: 125351 + mkDerivation { 125352 + pname = "hasql-interpolate"; 125353 + version = "0.1.0.0"; 125354 + sha256 = "0l9gpkkwkypvz3020p5khvxzrq6x62z3i1xjrbzal7yj0gic4klg"; 125355 + libraryHaskellDepends = [ 125356 + aeson array base bytestring containers haskell-src-meta hasql 125357 + megaparsec mtl scientific template-haskell text time transformers 125358 + uuid vector 125359 + ]; 125360 + testHaskellDepends = [ 125361 + base hasql tasty tasty-hunit template-haskell text 125362 + ]; 125363 + description = "QuasiQuoter that supports expression interpolation for hasql"; 125364 + license = lib.licenses.bsd3; 125053 125365 }) {}; 125054 125366 125055 125367 "hasql-migration" = callPackage ··· 137064 137376 , cryptohash, deepseq, exceptions, extra, fields-json, hpqtypes 137065 137377 , lifted-base, log-base, monad-control, mtl, QuickCheck, safe 137066 137378 , semigroups, tasty, tasty-bench, tasty-hunit, text, text-show 137067 - , time, transformers, uuid-types 137379 + , time, transformers, transformers-base, uuid-types 137068 137380 }: 137069 137381 mkDerivation { 137070 137382 pname = "hpqtypes-extras"; 137071 - version = "1.12.0.1"; 137072 - sha256 = "0qpydy2hg6fmwhwg0azgraxhjijfarns3syrv2an4ynfqcxrds9k"; 137073 - revision = "2"; 137074 - editedCabalFile = "0xbflhmnibji9sj1yhsm9xzy0rd9k9mhyw41ixlbdvz70jjmjykb"; 137383 + version = "1.13.0.0"; 137384 + sha256 = "07pma23i8cy8153g3grb1jr4sasaaczlqym1jv9q5vzb03mdqcaw"; 137075 137385 libraryHaskellDepends = [ 137076 137386 base base16-bytestring bytestring containers cryptohash exceptions 137077 137387 extra fields-json hpqtypes lifted-base log-base monad-control mtl 137078 - safe semigroups text text-show 137388 + safe semigroups text text-show transformers-base 137079 137389 ]; 137080 137390 testHaskellDepends = [ 137081 137391 base exceptions hpqtypes lifted-base log-base monad-control ··· 138931 139241 }) {}; 138932 139242 138933 139243 "hsc2hs" = callPackage 138934 - ({ mkDerivation, base, containers, directory, filepath, process 138935 - , tasty, tasty-hspec 138936 - }: 138937 - mkDerivation { 138938 - pname = "hsc2hs"; 138939 - version = "0.68.7"; 138940 - sha256 = "0jl94cr2jhjmvz7l9idpr352vwxlsanyiq7ya1vvrlry3vj1aygx"; 138941 - revision = "1"; 138942 - editedCabalFile = "0nzmlx0kdsq5231m6dbvdb5zssj1h4lkqplp8rb28z3yl5h6h3sa"; 138943 - isLibrary = false; 138944 - isExecutable = true; 138945 - enableSeparateDataOutput = true; 138946 - executableHaskellDepends = [ 138947 - base containers directory filepath process 138948 - ]; 138949 - testHaskellDepends = [ base tasty tasty-hspec ]; 138950 - description = "A preprocessor that helps with writing Haskell bindings to C code"; 138951 - license = lib.licenses.bsd3; 138952 - }) {}; 138953 - 138954 - "hsc2hs_0_68_8" = callPackage 138955 139244 ({ mkDerivation, base, containers, directory, filepath, HUnit 138956 139245 , process, test-framework, test-framework-hunit 138957 139246 }: ··· 138970 139259 ]; 138971 139260 description = "A preprocessor that helps with writing Haskell bindings to C code"; 138972 139261 license = lib.licenses.bsd3; 138973 - hydraPlatforms = lib.platforms.none; 138974 139262 }) {}; 138975 139263 138976 139264 "hsc3" = callPackage ··· 141107 141395 license = lib.licenses.mit; 141108 141396 }) {}; 141109 141397 141110 - "hspec_2_8_3" = callPackage 141398 + "hspec_2_8_4" = callPackage 141111 141399 ({ mkDerivation, base, hspec-core, hspec-discover 141112 141400 , hspec-expectations, QuickCheck 141113 141401 }: 141114 141402 mkDerivation { 141115 141403 pname = "hspec"; 141116 - version = "2.8.3"; 141117 - sha256 = "1ryv1qad2rw40ak6n7agfd0sib1xk2iyqpz0qhgyxwp3kkjhrn49"; 141404 + version = "2.8.4"; 141405 + sha256 = "08br1ln5drvw1b9sf9cpxbz31v88p9b7b3hb00qn9vcim5yridz1"; 141118 141406 libraryHaskellDepends = [ 141119 141407 base hspec-core hspec-discover hspec-expectations QuickCheck 141120 141408 ]; ··· 141205 141493 license = lib.licenses.mit; 141206 141494 }) {}; 141207 141495 141208 - "hspec-core_2_8_3" = callPackage 141496 + "hspec-core_2_8_4" = callPackage 141209 141497 ({ mkDerivation, ansi-terminal, array, base, call-stack, clock 141210 141498 , deepseq, directory, filepath, hspec-expectations, hspec-meta 141211 141499 , HUnit, process, QuickCheck, quickcheck-io, random, setenv ··· 141213 141501 }: 141214 141502 mkDerivation { 141215 141503 pname = "hspec-core"; 141216 - version = "2.8.3"; 141217 - sha256 = "0khq0xa6agqcvbngzlxnvd9xwh7dmp4rsb2nzvfwsaknw2674i0k"; 141504 + version = "2.8.4"; 141505 + sha256 = "11iii063vhsr3qpcadwllmgfhyvykkh1chzpm3bzqfjm1n00vy6d"; 141218 141506 libraryHaskellDepends = [ 141219 141507 ansi-terminal array base call-stack clock deepseq directory 141220 141508 filepath hspec-expectations HUnit QuickCheck quickcheck-io random ··· 141271 141559 maintainers = with lib.maintainers; [ maralorn ]; 141272 141560 }) {}; 141273 141561 141274 - "hspec-discover_2_8_3" = callPackage 141562 + "hspec-discover_2_8_4" = callPackage 141275 141563 ({ mkDerivation, base, directory, filepath, hspec-meta, mockery 141276 141564 , QuickCheck 141277 141565 }: 141278 141566 mkDerivation { 141279 141567 pname = "hspec-discover"; 141280 - version = "2.8.3"; 141281 - sha256 = "09rjrq289si08cza48gcp29780rv21rs0b12xglkmbd6vfqzp6cs"; 141568 + version = "2.8.4"; 141569 + sha256 = "0nwayx09i7dfqc56gxq6pq629gnwy10bbn3px7lrq4rkbz3l86y6"; 141570 + revision = "1"; 141571 + editedCabalFile = "1wi0lq9zhgd5v9zavlw65dhzyw7hyivp8rv3i2ik54pk4j5gp36q"; 141282 141572 isLibrary = true; 141283 141573 isExecutable = true; 141284 141574 libraryHaskellDepends = [ base directory filepath ]; ··· 150091 150381 }: 150092 150382 mkDerivation { 150093 150383 pname = "implicit-hie-cradle"; 150094 - version = "0.3.0.5"; 150095 - sha256 = "0c8pyw5nx8b05wqdczy892n0knsniysrxllg2y8q5905mns8h7pc"; 150384 + version = "0.4.0.1"; 150385 + sha256 = "07k0d2lda4kj20121h8lzbjl074s90cnhbins1dvgngxbz0ddxa2"; 150096 150386 libraryHaskellDepends = [ 150097 150387 base base16-bytestring bytestring containers directory extra 150098 150388 filepath hie-bios hslogger implicit-hie process temporary text time ··· 150290 150580 }: 150291 150581 mkDerivation { 150292 150582 pname = "in-other-words"; 150293 - version = "0.2.0.0"; 150294 - sha256 = "0adl539jilc3rnwx9ir39y97f6h60xavzhhc8pa9vc6gqp1v4g20"; 150583 + version = "0.2.1.0"; 150584 + sha256 = "0cm0fxf3snk4ah3jvb9g6f711gs6zg1l7avdj51rgqnlxhsbycqb"; 150295 150585 libraryHaskellDepends = [ 150296 150586 async base exceptions monad-control mtl stm transformers 150297 150587 transformers-base ··· 150389 150679 pname = "inchworm"; 150390 150680 version = "1.1.1.2"; 150391 150681 sha256 = "1dsrx48srmrqcw4y60prgnzxzr7nc7vyzjv0nnr2vaay3j6pxkii"; 150682 + revision = "1"; 150683 + editedCabalFile = "0xdak2ngj44p0p40k7pavq52f9x6yfglpixz2dp4a7sjw9hk1cxy"; 150392 150684 libraryHaskellDepends = [ base ]; 150393 150685 description = "Simple parser combinators for lexical analysis"; 150394 150686 license = lib.licenses.mit; ··· 151929 152221 license = lib.licenses.mit; 151930 152222 }) {}; 151931 152223 152224 + "integer-roots_1_0_1_0" = callPackage 152225 + ({ mkDerivation, base, doctest, integer-gmp, smallcheck, tasty 152226 + , tasty-hunit, tasty-quickcheck, tasty-smallcheck 152227 + }: 152228 + mkDerivation { 152229 + pname = "integer-roots"; 152230 + version = "1.0.1.0"; 152231 + sha256 = "13x74gdh5wh9cr1yfx5l57p06aslcb3pncf8rhn6ihsfk2ni1sm4"; 152232 + libraryHaskellDepends = [ base integer-gmp ]; 152233 + testHaskellDepends = [ 152234 + base doctest smallcheck tasty tasty-hunit tasty-quickcheck 152235 + tasty-smallcheck 152236 + ]; 152237 + description = "Integer roots and perfect powers"; 152238 + license = lib.licenses.mit; 152239 + hydraPlatforms = lib.platforms.none; 152240 + }) {}; 152241 + 151932 152242 "integer-simple" = callPackage 151933 152243 ({ mkDerivation, ghc-prim }: 151934 152244 mkDerivation { ··· 152145 152455 pname = "intern"; 152146 152456 version = "0.9.4"; 152147 152457 sha256 = "00c74apc2ap1pjxmzk1c975zzqrc94p69l7v1fvfakv87mbrg8j0"; 152458 + revision = "1"; 152459 + editedCabalFile = "0xkv6g1aadm5biiqvbfp8f9jsr75prs5aqbhmcskq7s475p1fglp"; 152148 152460 libraryHaskellDepends = [ 152149 152461 array base bytestring hashable text unordered-containers 152150 152462 ]; ··· 153364 153676 }: 153365 153677 mkDerivation { 153366 153678 pname = "iproute"; 153367 - version = "1.7.11"; 153368 - sha256 = "12wa59b1zgjqp8dmygq2x44ml0cb89fhn1k0zkj4aqz7rhkwsp90"; 153369 - libraryHaskellDepends = [ 153370 - appar base byteorder bytestring containers network 153371 - ]; 153372 - testHaskellDepends = [ 153373 - appar base byteorder bytestring containers doctest hspec network 153374 - QuickCheck safe 153375 - ]; 153376 - description = "IP Routing Table"; 153377 - license = lib.licenses.bsd3; 153378 - }) {}; 153379 - 153380 - "iproute_1_7_12" = callPackage 153381 - ({ mkDerivation, appar, base, byteorder, bytestring, containers 153382 - , doctest, hspec, network, QuickCheck, safe 153383 - }: 153384 - mkDerivation { 153385 - pname = "iproute"; 153386 153679 version = "1.7.12"; 153387 153680 sha256 = "0qvb4d7nw8f6j4s09cnpn6z1rdwcwknwklfrhsgivg7wg4aisxgi"; 153388 153681 libraryHaskellDepends = [ ··· 153394 153687 ]; 153395 153688 description = "IP Routing Table"; 153396 153689 license = lib.licenses.bsd3; 153397 - hydraPlatforms = lib.platforms.none; 153398 153690 }) {}; 153399 153691 153400 153692 "iptables-helpers" = callPackage ··· 157459 157751 license = lib.licenses.gpl3Only; 157460 157752 }) {}; 157461 157753 157754 + "jsonrpc-tinyclient" = callPackage 157755 + ({ mkDerivation, aeson, base, bytestring, exceptions, http-client 157756 + , http-client-tls, mtl, random, text, websockets 157757 + }: 157758 + mkDerivation { 157759 + pname = "jsonrpc-tinyclient"; 157760 + version = "1.0.0.0"; 157761 + sha256 = "02xhijk3rk4c9yqh1ghs8gvi1r7fwbxba0h21nb23545wflg0bz9"; 157762 + libraryHaskellDepends = [ 157763 + aeson base bytestring exceptions http-client http-client-tls mtl 157764 + random text websockets 157765 + ]; 157766 + description = "Tiny JSON-RPC client for Haskell Web3 library"; 157767 + license = lib.licenses.asl20; 157768 + }) {}; 157769 + 157462 157770 "jsons-to-schema" = callPackage 157463 157771 ({ mkDerivation, aeson, aeson-pretty, base, bytestring, conduit 157464 157772 , conduit-combinators, containers, Glob, hjsonschema, hspec ··· 158463 158771 }: 158464 158772 mkDerivation { 158465 158773 pname = "katip"; 158466 - version = "0.8.6.0"; 158467 - sha256 = "02rq2rl9cgxfay6bnxzh7r354x20hj8zdc60pfhvh3l8naslyk5z"; 158774 + version = "0.8.7.0"; 158775 + sha256 = "1m74n6fyxczfgg3swkkgr6864mzji1l0dpwpxk5zd93488zrij9v"; 158468 158776 libraryHaskellDepends = [ 158469 158777 aeson async auto-update base bytestring containers either hostname 158470 158778 microlens microlens-th monad-control mtl old-locale resourcet ··· 159564 159872 , blaze-builder, bytestring, case-insensitive, conduit 159565 159873 , conduit-extra, containers, data-default, directory, filepath 159566 159874 , fsnotify, hspec, http-client, http-conduit, http-reverse-proxy 159567 - , http-types, HUnit, lifted-base, mtl, network, process, random 159568 - , regex-tdfa, stm, tar, template-haskell, text, time, tls 159569 - , tls-session-manager, transformers, unix, unix-compat 159570 - , unordered-containers, vector, wai, wai-app-static, wai-extra 159571 - , warp, warp-tls, yaml, zlib 159875 + , http-types, HUnit, indexed-traversable, lifted-base, mtl, network 159876 + , optparse-applicative, process, random, regex-tdfa, stm, tar 159877 + , template-haskell, text, time, tls, tls-session-manager 159878 + , transformers, unix, unix-compat, unordered-containers, vector 159879 + , wai, wai-app-static, wai-extra, warp, warp-tls, yaml, zlib 159572 159880 }: 159573 159881 mkDerivation { 159574 159882 pname = "keter"; 159575 - version = "1.5"; 159576 - sha256 = "0ifz4la1hxv53cz21p3b6cn2mj4ivqj77y5ppyy47dfsbsr1ihal"; 159883 + version = "1.6"; 159884 + sha256 = "1adqib4zk0a32hi3i0cxf3z0ljx12hymzxh5mag6sr0mx64qcsr1"; 159577 159885 isLibrary = true; 159578 159886 isExecutable = true; 159579 159887 libraryHaskellDepends = [ 159580 159888 aeson array async attoparsec base blaze-builder bytestring 159581 159889 case-insensitive conduit conduit-extra containers data-default 159582 159890 directory filepath fsnotify http-client http-conduit 159583 - http-reverse-proxy http-types lifted-base mtl network process 159584 - random regex-tdfa stm tar template-haskell text time tls 159585 - tls-session-manager transformers unix unix-compat 159586 - unordered-containers vector wai wai-app-static wai-extra warp 159587 - warp-tls yaml zlib 159891 + http-reverse-proxy http-types indexed-traversable lifted-base mtl 159892 + network optparse-applicative process random regex-tdfa stm tar 159893 + template-haskell text time tls tls-session-manager transformers 159894 + unix unix-compat unordered-containers vector wai wai-app-static 159895 + wai-extra warp warp-tls yaml zlib 159588 159896 ]; 159589 159897 executableHaskellDepends = [ base data-default filepath ]; 159590 159898 testHaskellDepends = [ ··· 159740 160048 pname = "keys"; 159741 160049 version = "3.12.3"; 159742 160050 sha256 = "0ik6wsff306dnbz0v3gpiajlj5b558hrk9176fzcb2fclf4447nm"; 160051 + revision = "1"; 160052 + editedCabalFile = "18fapd53nby46p5103y1m2hwpixn5p12mbyvb8va71pk4b77qlcy"; 159743 160053 libraryHaskellDepends = [ 159744 160054 array base comonad containers free hashable semigroupoids 159745 160055 semigroups tagged transformers transformers-compat ··· 160956 161266 ({ mkDerivation, base }: 160957 161267 mkDerivation { 160958 161268 pname = "lacroix"; 160959 - version = "0.1.0.0"; 160960 - sha256 = "0d65dqvbfrrvgdnagjyiq8xf7635rd46wda722g85dxzxr1l7mbn"; 161269 + version = "0.2.0.0"; 161270 + sha256 = "131h3fnr8wxvbr8b7qqf82zjxnidpq4v6qx1bimcnby366nc7val"; 160961 161271 libraryHaskellDepends = [ base ]; 160962 161272 description = "fizzy n dizzy"; 160963 161273 license = lib.licenses.mit; ··· 165116 165426 license = lib.licenses.bsd3; 165117 165427 }) {}; 165118 165428 165429 + "lens-family-th_0_5_2_1" = callPackage 165430 + ({ mkDerivation, base, hspec, template-haskell, transformers }: 165431 + mkDerivation { 165432 + pname = "lens-family-th"; 165433 + version = "0.5.2.1"; 165434 + sha256 = "1w8k68a1lyfd79xkc4fbf6z7p5gpriq4pjgb4n9p58az6awnn7dh"; 165435 + libraryHaskellDepends = [ base template-haskell ]; 165436 + testHaskellDepends = [ base hspec template-haskell transformers ]; 165437 + description = "Generate lens-family style lenses"; 165438 + license = lib.licenses.bsd3; 165439 + hydraPlatforms = lib.platforms.none; 165440 + }) {}; 165441 + 165119 165442 "lens-filesystem" = callPackage 165120 165443 ({ mkDerivation, base, directory, filepath, hspec, lens 165121 165444 , lens-action ··· 166040 166363 pname = "libfuse3"; 166041 166364 version = "0.1.2.0"; 166042 166365 sha256 = "0a59b4xag5vzisrnvf4v1zkdsdzky96h8w2mdj6cip3vgr196frb"; 166043 - revision = "3"; 166044 - editedCabalFile = "1w59kyc8hvlmbq8n6i7nz8cg8mkzzhfizfpgcm17adxlh6a68ana"; 166366 + revision = "4"; 166367 + editedCabalFile = "1ra0c9yaihppggv1qy66iy8lhswlyd58qql49v3gwmzb81cccmjp"; 166045 166368 isLibrary = true; 166046 166369 isExecutable = true; 166047 166370 libraryHaskellDepends = [ ··· 167080 167403 pname = "lift-generics"; 167081 167404 version = "0.2.1"; 167082 167405 sha256 = "1qkzq8hcb6j15cslv577bmhjcxmljzsrryysdgd7r99kr3q445b4"; 167406 + revision = "1"; 167407 + editedCabalFile = "0i0qxm2fi34bnpnwk5k61yjx72pc9j8jhbx44xk176pw7y2pinxd"; 167083 167408 libraryHaskellDepends = [ 167084 167409 base generic-deriving ghc-prim template-haskell th-compat 167085 167410 ]; ··· 167260 167585 pname = "lifx-lan"; 167261 167586 version = "0.5.0.1"; 167262 167587 sha256 = "0rww31gcp5asbc0zb6fz7ddgw3dih6l2mc0rln7nf3qd04hplk6v"; 167588 + revision = "2"; 167589 + editedCabalFile = "0k4lm2qbqq4xb5rxb0nik5sc898g4w7k050j4gs1ri4xbz32z7cn"; 167263 167590 libraryHaskellDepends = [ 167264 167591 base binary bytestring composition containers extra monad-loops mtl 167265 167592 network random safe text time transformers ··· 167824 168151 }: 167825 168152 mkDerivation { 167826 168153 pname = "linear-generics"; 167827 - version = "0.1.0.1"; 167828 - sha256 = "0ck7gx1chrxyyn7lwbv4gn15zxgfgg7ai0i6404jprvvh72j7b8r"; 168154 + version = "0.2"; 168155 + sha256 = "16l117m3zblla1cn5866mknvhc1s9737qhld6bym4xsyqsgvh2sz"; 167829 168156 libraryHaskellDepends = [ 167830 168157 base containers ghc-prim template-haskell th-abstraction 167831 168158 ]; ··· 169835 170162 pname = "llvm-ffi-tools"; 169836 170163 version = "0.0.0.1"; 169837 170164 sha256 = "0nicgcdlywb8w5fr7hi5hgayv9phwslp5s47p2c30kavj7c3f3zk"; 170165 + revision = "1"; 170166 + editedCabalFile = "1wmwrhjs732izgbihbbb7l856pgxa1q5f32z06935ykwfwy160x7"; 169838 170167 isLibrary = false; 169839 170168 isExecutable = true; 169840 170169 executableHaskellDepends = [ ··· 171915 172244 ({ mkDerivation, base, lua, tasty, tasty-hunit }: 171916 172245 mkDerivation { 171917 172246 pname = "lpeg"; 171918 - version = "1.0.0"; 171919 - sha256 = "01502izg6fkkp93vc2sr4csx7crqlx7zxgk85rm5kfdx7vh7qjfs"; 172247 + version = "1.0.1"; 172248 + sha256 = "0zhg7d85s6rx1dh3mndpjjy3k8b5ixyz28wl6i8zvn2mxyx40y98"; 171920 172249 libraryHaskellDepends = [ base lua ]; 171921 172250 testHaskellDepends = [ base lua tasty tasty-hunit ]; 171922 172251 description = "LPeg – Parsing Expression Grammars For Lua"; ··· 172468 172797 license = lib.licenses.bsd3; 172469 172798 }) {}; 172470 172799 172471 - "lucid_2_10_0" = callPackage 172800 + "lucid_2_11_0" = callPackage 172472 172801 ({ mkDerivation, base, bifunctors, blaze-builder, bytestring 172473 172802 , containers, criterion, deepseq, hashable, hspec, HUnit, mmorph 172474 172803 , mtl, parsec, text, transformers, unordered-containers 172475 172804 }: 172476 172805 mkDerivation { 172477 172806 pname = "lucid"; 172478 - version = "2.10.0"; 172479 - sha256 = "1xzrb31n1kx6ym8za32ggy0cxmm2pcv9vm5czzsip5va6p5411yg"; 172807 + version = "2.11.0"; 172808 + sha256 = "1m1f13vxn3pwc7wvhx0czzxlx2ws8lzdgxlxd1707cx79jyib5sl"; 172809 + revision = "1"; 172810 + editedCabalFile = "0ai0rxiyni9cxzad3ix50vkxqqmgxfd1vpqzfrmmll1swxpicd8q"; 172480 172811 libraryHaskellDepends = [ 172481 172812 base blaze-builder bytestring containers hashable mmorph mtl text 172482 172813 transformers unordered-containers ··· 172496 172827 ({ mkDerivation, base, lucid, text }: 172497 172828 mkDerivation { 172498 172829 pname = "lucid-alpine"; 172499 - version = "0.1.0.2"; 172500 - sha256 = "1ifa7hmbxzb6mni0q80a2p4j1yh9x1b95acki5fjx33n36f6bg61"; 172830 + version = "0.1.0.4"; 172831 + sha256 = "1pr2fg5r43jvgh694lhqbmwl1dida9ymgw161j16dcj66jx8fjk6"; 172501 172832 isLibrary = true; 172502 172833 isExecutable = true; 172503 172834 libraryHaskellDepends = [ base lucid text ]; ··· 172566 172897 ({ mkDerivation, base, lucid, servant, text }: 172567 172898 mkDerivation { 172568 172899 pname = "lucid-htmx"; 172569 - version = "0.1.0.2"; 172570 - sha256 = "1dnkp8l6niy2h7262pr1n798jrfnzz8n0ji00cj8v3d50av4qx0s"; 172900 + version = "0.1.0.3"; 172901 + sha256 = "1fgb4gika5f3bbba2as4bkg6m8nn2w25k17m45b389rwmhyg6syj"; 172571 172902 libraryHaskellDepends = [ base lucid servant text ]; 172572 172903 testHaskellDepends = [ base lucid servant text ]; 172573 172904 description = "Use htmx in your lucid templates"; ··· 176016 176347 }: 176017 176348 mkDerivation { 176018 176349 pname = "matplotlib"; 176019 - version = "0.7.5"; 176020 - sha256 = "0iyjr6j5jp7lqrk9rqqvxz3rx8221hwz56p82zqkj3aarrvy21cs"; 176350 + version = "0.7.6"; 176351 + sha256 = "0wykzz4d6a55x3bxn9r01bvgvz26yvldgyrnz87rqncxymdawmd4"; 176021 176352 libraryHaskellDepends = [ 176022 176353 aeson base bytestring containers deepseq filepath process split 176023 176354 temporary ··· 176030 176361 license = lib.licenses.bsd3; 176031 176362 }) {}; 176032 176363 176033 - "matplotlib_0_7_6" = callPackage 176364 + "matplotlib_0_7_7" = callPackage 176034 176365 ({ mkDerivation, ad, aeson, base, bytestring, containers, deepseq 176035 176366 , directory, filepath, process, random, raw-strings-qq, split 176036 176367 , tasty, tasty-expected-failure, tasty-golden, tasty-hunit ··· 176038 176369 }: 176039 176370 mkDerivation { 176040 176371 pname = "matplotlib"; 176041 - version = "0.7.6"; 176042 - sha256 = "0wykzz4d6a55x3bxn9r01bvgvz26yvldgyrnz87rqncxymdawmd4"; 176372 + version = "0.7.7"; 176373 + sha256 = "08qwqnsdch7hzyy0jiz6yvirf0gqm9xx24i3ikm5q993prsdpi2h"; 176043 176374 libraryHaskellDepends = [ 176044 176375 aeson base bytestring containers deepseq filepath process split 176045 176376 temporary ··· 176283 176614 }: 176284 176615 mkDerivation { 176285 176616 pname = "matterhorn"; 176286 - version = "50200.14.0"; 176287 - sha256 = "0x0f7s4pz0ds1vg8v8qycafmg2i21542p8bmhhrzzwj2m99bgx5d"; 176617 + version = "50200.14.1"; 176618 + sha256 = "0bxz54881pypwwr2acxarsk362708vwii2krq1ya0kg2ybhcxh72"; 176288 176619 isLibrary = true; 176289 176620 isExecutable = true; 176290 176621 enableSeparateDataOutput = true; ··· 177858 178189 pname = "mercury-api"; 177859 178190 version = "0.1.0.2"; 177860 178191 sha256 = "0ybpc1kai85rflgdr80jd8cvwxaxmbphv82nz2p17502jrmdfkhg"; 177861 - revision = "6"; 177862 - editedCabalFile = "03d71mfq8nvqjr7hcpkh1q25fi1avqj35mfrrf7rkm13fr49bi7i"; 178192 + revision = "7"; 178193 + editedCabalFile = "1qgcph7cmdxijxfgpwwszbyh07kwalnqli4fp85s7z1fxqfwl5n8"; 177863 178194 isLibrary = true; 177864 178195 isExecutable = true; 177865 178196 libraryHaskellDepends = [ ··· 178620 178951 pname = "microaeson"; 178621 178952 version = "0.1.0.0"; 178622 178953 sha256 = "1hbpyz6p9snnd85h2y0pdqp20svxrggavbv0q8z33sc5i4p8b7iz"; 178623 - revision = "3"; 178624 - editedCabalFile = "09fbsmxlhcjazd99r05n1cla9akficbnfylszg9jkpic7g0p5pa3"; 178954 + revision = "4"; 178955 + editedCabalFile = "0rrdyk6clik8g3biv40rpg50qzfacb9yrd45ah85xpmk8flbzcfx"; 178625 178956 libraryHaskellDepends = [ 178626 178957 array base bytestring containers deepseq text 178627 178958 ]; ··· 178867 179198 license = lib.licenses.bsd3; 178868 179199 }) {}; 178869 179200 179201 + "microlens-platform_0_4_2_1" = callPackage 179202 + ({ mkDerivation, base, hashable, microlens, microlens-ghc 179203 + , microlens-mtl, microlens-th, text, unordered-containers, vector 179204 + }: 179205 + mkDerivation { 179206 + pname = "microlens-platform"; 179207 + version = "0.4.2.1"; 179208 + sha256 = "0z8snyzy18kqj32fb89mzgscjrg6w2z0jkkj4b9vl2jvbps0gkg6"; 179209 + libraryHaskellDepends = [ 179210 + base hashable microlens microlens-ghc microlens-mtl microlens-th 179211 + text unordered-containers vector 179212 + ]; 179213 + description = "microlens + all batteries included (best for apps)"; 179214 + license = lib.licenses.bsd3; 179215 + hydraPlatforms = lib.platforms.none; 179216 + }) {}; 179217 + 178870 179218 "microlens-process" = callPackage 178871 179219 ({ mkDerivation, base, Cabal, cabal-doctest, doctest, filepath 178872 179220 , microlens, process ··· 179208 179556 }: 179209 179557 mkDerivation { 179210 179558 pname = "mighttpd2"; 179211 - version = "4.0.1"; 179212 - sha256 = "1vgdva68dmkmfchgf3lpa2lrs7di2v3s7snpaxbpyjbr9zrqw6gn"; 179559 + version = "4.0.2"; 179560 + sha256 = "0q09adyhaa9mxajj5fg3fsdpckdh3icp2bvm1f64l1m3jqxw8k8x"; 179213 179561 isLibrary = true; 179214 179562 isExecutable = true; 179215 179563 enableSeparateDataOutput = true; ··· 180008 180356 license = lib.licenses.bsd3; 180009 180357 }) {}; 180010 180358 180359 + "mintty_0_1_3" = callPackage 180360 + ({ mkDerivation, base }: 180361 + mkDerivation { 180362 + pname = "mintty"; 180363 + version = "0.1.3"; 180364 + sha256 = "07gy5w0zbx9q64kdr6rzkwdxrgxh2h188bkdvbbgxwk86m9q9i7x"; 180365 + libraryHaskellDepends = [ base ]; 180366 + description = "A reliable way to detect the presence of a MinTTY console on Windows"; 180367 + license = lib.licenses.bsd3; 180368 + hydraPlatforms = lib.platforms.none; 180369 + }) {}; 180370 + 180011 180371 "mios" = callPackage 180012 180372 ({ mkDerivation, base, bytestring, ghc-prim, gitrev, hspec 180013 180373 , primitive, vector ··· 180692 181052 hydraPlatforms = lib.platforms.none; 180693 181053 }) {}; 180694 181054 181055 + "mmark-ext_0_2_1_4" = callPackage 181056 + ({ mkDerivation, base, foldl, ghc-syntax-highlighter, hspec 181057 + , hspec-discover, lucid, microlens, mmark, modern-uri, skylighting 181058 + , text 181059 + }: 181060 + mkDerivation { 181061 + pname = "mmark-ext"; 181062 + version = "0.2.1.4"; 181063 + sha256 = "02ygx0kkp69gd2n4bnqjzbwzhs9ksqm148jf6zfgn3z8w1p9glzh"; 181064 + enableSeparateDataOutput = true; 181065 + libraryHaskellDepends = [ 181066 + base foldl ghc-syntax-highlighter lucid microlens mmark modern-uri 181067 + skylighting text 181068 + ]; 181069 + testHaskellDepends = [ base hspec lucid mmark skylighting text ]; 181070 + testToolDepends = [ hspec-discover ]; 181071 + description = "Commonly useful extensions for the MMark markdown processor"; 181072 + license = lib.licenses.bsd3; 181073 + hydraPlatforms = lib.platforms.none; 181074 + }) {}; 181075 + 180695 181076 "mmorph_1_1_3" = callPackage 180696 181077 ({ mkDerivation, base, mtl, transformers, transformers-compat }: 180697 181078 mkDerivation { ··· 180838 181219 }: 180839 181220 mkDerivation { 180840 181221 pname = "mmsyn6ukr-array"; 180841 - version = "0.3.0.0"; 180842 - sha256 = "16niig3irz25g8lpx4bg6mf3i74n5162pv7555rkraxd91wy7hhw"; 181222 + version = "0.3.1.0"; 181223 + sha256 = "1xmi3qbifk4hw9lgm33ldh6cfrwhppr7kg0cimlv2vmzpcz2ski2"; 180843 181224 isLibrary = true; 180844 181225 isExecutable = true; 180845 181226 enableSeparateDataOutput = true; ··· 182679 183060 }) {}; 182680 183061 182681 183062 "monad-tree" = callPackage 182682 - ({ mkDerivation, base }: 183063 + ({ mkDerivation, base, mtl, transformers }: 182683 183064 mkDerivation { 182684 183065 pname = "monad-tree"; 182685 - version = "0.1.0"; 182686 - sha256 = "1rjrcai2wqz3qkn3sk1fj6c0vvzk58gmghzwp9w9xvr09kd7zyd2"; 182687 - libraryHaskellDepends = [ base ]; 183066 + version = "0.2.0.0"; 183067 + sha256 = "1k3vbxc4z03inryalw725nwgb9xh92lwdw31746irzhwgbvrfqjk"; 183068 + libraryHaskellDepends = [ base mtl transformers ]; 182688 183069 description = "Tree data structure for nondeterministic computations"; 182689 183070 license = lib.licenses.mit; 182690 183071 }) {}; ··· 183341 183722 license = lib.licenses.bsd3; 183342 183723 }) {}; 183343 183724 183725 + "mono-traversable-keys_0_2_0" = callPackage 183726 + ({ mkDerivation, base, bytestring, containers, hashable, keys 183727 + , mono-traversable, text, transformers, unordered-containers 183728 + , vector, vector-instances 183729 + }: 183730 + mkDerivation { 183731 + pname = "mono-traversable-keys"; 183732 + version = "0.2.0"; 183733 + sha256 = "0v0bh73l6fa3bvyfakm2sbp9qi7bd8aw468kr8d51zsl8r0b6nil"; 183734 + libraryHaskellDepends = [ 183735 + base bytestring containers hashable keys mono-traversable text 183736 + transformers unordered-containers vector vector-instances 183737 + ]; 183738 + description = "Type-classes for interacting with monomorphic containers with a key"; 183739 + license = lib.licenses.bsd3; 183740 + hydraPlatforms = lib.platforms.none; 183741 + }) {}; 183742 + 183344 183743 "mono-traversable-wrapper" = callPackage 183345 183744 ({ mkDerivation, base, mono-traversable }: 183346 183745 mkDerivation { ··· 184043 184442 license = lib.licenses.mit; 184044 184443 }) {}; 184045 184444 184445 + "morpheus-graphql_0_18_0" = callPackage 184446 + ({ mkDerivation, aeson, base, bytestring, containers 184447 + , morpheus-graphql-app, morpheus-graphql-code-gen 184448 + , morpheus-graphql-core, morpheus-graphql-subscriptions 184449 + , morpheus-graphql-tests, mtl, relude, tasty, tasty-hunit 184450 + , template-haskell, text, transformers, unordered-containers 184451 + , vector 184452 + }: 184453 + mkDerivation { 184454 + pname = "morpheus-graphql"; 184455 + version = "0.18.0"; 184456 + sha256 = "1358hjnxla83v7rkn49r07cs8n49czm5shfdpc3avl564w1bzmzi"; 184457 + enableSeparateDataOutput = true; 184458 + libraryHaskellDepends = [ 184459 + aeson base bytestring containers morpheus-graphql-app 184460 + morpheus-graphql-code-gen morpheus-graphql-core mtl relude 184461 + template-haskell text transformers unordered-containers vector 184462 + ]; 184463 + testHaskellDepends = [ 184464 + aeson base bytestring containers morpheus-graphql-app 184465 + morpheus-graphql-code-gen morpheus-graphql-core 184466 + morpheus-graphql-subscriptions morpheus-graphql-tests mtl relude 184467 + tasty tasty-hunit template-haskell text transformers 184468 + unordered-containers vector 184469 + ]; 184470 + description = "Morpheus GraphQL"; 184471 + license = lib.licenses.mit; 184472 + hydraPlatforms = lib.platforms.none; 184473 + }) {}; 184474 + 184046 184475 "morpheus-graphql-app" = callPackage 184047 184476 ({ mkDerivation, aeson, base, bytestring, containers, directory 184048 184477 , hashable, megaparsec, morpheus-graphql-core, mtl, relude ··· 184069 184498 license = lib.licenses.mit; 184070 184499 }) {}; 184071 184500 184501 + "morpheus-graphql-app_0_18_0" = callPackage 184502 + ({ mkDerivation, aeson, base, bytestring, containers, directory 184503 + , hashable, megaparsec, morpheus-graphql-core 184504 + , morpheus-graphql-tests, mtl, relude, scientific, tasty 184505 + , tasty-hunit, template-haskell, text, th-lift-instances 184506 + , transformers, unordered-containers, vector 184507 + }: 184508 + mkDerivation { 184509 + pname = "morpheus-graphql-app"; 184510 + version = "0.18.0"; 184511 + sha256 = "1s9v87pgn7fdnyx1776y4nvf0kx0ry08r5522dyqgwzfgd4s059z"; 184512 + enableSeparateDataOutput = true; 184513 + libraryHaskellDepends = [ 184514 + aeson base bytestring containers hashable megaparsec 184515 + morpheus-graphql-core mtl relude scientific template-haskell text 184516 + th-lift-instances transformers unordered-containers vector 184517 + ]; 184518 + testHaskellDepends = [ 184519 + aeson base bytestring containers directory hashable megaparsec 184520 + morpheus-graphql-core morpheus-graphql-tests mtl relude scientific 184521 + tasty tasty-hunit template-haskell text th-lift-instances 184522 + transformers unordered-containers vector 184523 + ]; 184524 + description = "Morpheus GraphQL App"; 184525 + license = lib.licenses.mit; 184526 + hydraPlatforms = lib.platforms.none; 184527 + }) {}; 184528 + 184072 184529 "morpheus-graphql-cli" = callPackage 184073 184530 ({ mkDerivation, base, bytestring, filepath, morpheus-graphql 184074 184531 , optparse-applicative ··· 184114 184571 license = lib.licenses.mit; 184115 184572 }) {}; 184116 184573 184574 + "morpheus-graphql-client_0_18_0" = callPackage 184575 + ({ mkDerivation, aeson, base, bytestring, directory 184576 + , morpheus-graphql-code-gen, morpheus-graphql-core, mtl, relude 184577 + , tasty, tasty-hunit, template-haskell, text, transformers 184578 + , unordered-containers 184579 + }: 184580 + mkDerivation { 184581 + pname = "morpheus-graphql-client"; 184582 + version = "0.18.0"; 184583 + sha256 = "0i8f932gq3p1ybh764pkr189iisbjqcjcq92awqyzxgpj39j0gg0"; 184584 + enableSeparateDataOutput = true; 184585 + libraryHaskellDepends = [ 184586 + aeson base bytestring morpheus-graphql-code-gen 184587 + morpheus-graphql-core mtl relude template-haskell text transformers 184588 + unordered-containers 184589 + ]; 184590 + testHaskellDepends = [ 184591 + aeson base bytestring directory morpheus-graphql-code-gen 184592 + morpheus-graphql-core mtl relude tasty tasty-hunit template-haskell 184593 + text transformers unordered-containers 184594 + ]; 184595 + description = "Morpheus GraphQL Client"; 184596 + license = lib.licenses.mit; 184597 + hydraPlatforms = lib.platforms.none; 184598 + }) {}; 184599 + 184600 + "morpheus-graphql-code-gen" = callPackage 184601 + ({ mkDerivation, base, bytestring, containers, filepath 184602 + , morpheus-graphql-core, optparse-applicative, prettyprinter 184603 + , relude, template-haskell, text, unordered-containers 184604 + }: 184605 + mkDerivation { 184606 + pname = "morpheus-graphql-code-gen"; 184607 + version = "0.18.0"; 184608 + sha256 = "1965y2wd813y82mllzrnhiyjk2mp0vi7j6x7phwlmpabmsij5x0f"; 184609 + isLibrary = true; 184610 + isExecutable = true; 184611 + libraryHaskellDepends = [ 184612 + base bytestring containers morpheus-graphql-core prettyprinter 184613 + relude template-haskell text unordered-containers 184614 + ]; 184615 + executableHaskellDepends = [ 184616 + base bytestring containers filepath morpheus-graphql-core 184617 + optparse-applicative prettyprinter relude template-haskell text 184618 + unordered-containers 184619 + ]; 184620 + description = "Morpheus GraphQL CLI"; 184621 + license = lib.licenses.bsd3; 184622 + }) {}; 184623 + 184117 184624 "morpheus-graphql-core" = callPackage 184118 184625 ({ mkDerivation, aeson, base, bytestring, containers, directory 184119 184626 , hashable, megaparsec, mtl, relude, scientific, tasty, tasty-hunit ··· 184139 184646 license = lib.licenses.mit; 184140 184647 }) {}; 184141 184648 184649 + "morpheus-graphql-core_0_18_0" = callPackage 184650 + ({ mkDerivation, aeson, base, bytestring, containers, directory 184651 + , hashable, megaparsec, morpheus-graphql-tests, mtl, relude 184652 + , scientific, tasty, tasty-hunit, template-haskell, text 184653 + , th-lift-instances, transformers, unordered-containers, vector 184654 + }: 184655 + mkDerivation { 184656 + pname = "morpheus-graphql-core"; 184657 + version = "0.18.0"; 184658 + sha256 = "07j3i5dfc245l9gil3dk6c5sd7853m5923dxa993fj4gd564mwfd"; 184659 + enableSeparateDataOutput = true; 184660 + libraryHaskellDepends = [ 184661 + aeson base bytestring containers hashable megaparsec mtl relude 184662 + scientific template-haskell text th-lift-instances transformers 184663 + unordered-containers vector 184664 + ]; 184665 + testHaskellDepends = [ 184666 + aeson base bytestring containers directory hashable megaparsec 184667 + morpheus-graphql-tests mtl relude scientific tasty tasty-hunit 184668 + template-haskell text th-lift-instances transformers 184669 + unordered-containers vector 184670 + ]; 184671 + description = "Morpheus GraphQL Core"; 184672 + license = lib.licenses.mit; 184673 + hydraPlatforms = lib.platforms.none; 184674 + }) {}; 184675 + 184142 184676 "morpheus-graphql-subscriptions" = callPackage 184143 184677 ({ mkDerivation, aeson, base, bytestring, directory 184144 184678 , morpheus-graphql-app, morpheus-graphql-core, mtl, relude, tasty ··· 184163 184697 license = lib.licenses.mit; 184164 184698 }) {}; 184165 184699 184700 + "morpheus-graphql-subscriptions_0_18_0" = callPackage 184701 + ({ mkDerivation, aeson, base, bytestring, directory 184702 + , morpheus-graphql-app, morpheus-graphql-core, mtl, relude, tasty 184703 + , tasty-hunit, text, transformers, unliftio-core 184704 + , unordered-containers, uuid, websockets 184705 + }: 184706 + mkDerivation { 184707 + pname = "morpheus-graphql-subscriptions"; 184708 + version = "0.18.0"; 184709 + sha256 = "02xpnrvd8wydp1b7jvk2pqcrx6ldn8nvffz22g0l5xrrpcvhg9s4"; 184710 + libraryHaskellDepends = [ 184711 + aeson base bytestring morpheus-graphql-app morpheus-graphql-core 184712 + mtl relude text transformers unliftio-core unordered-containers 184713 + uuid websockets 184714 + ]; 184715 + testHaskellDepends = [ 184716 + aeson base bytestring directory morpheus-graphql-app 184717 + morpheus-graphql-core mtl relude tasty tasty-hunit text 184718 + transformers unliftio-core unordered-containers uuid websockets 184719 + ]; 184720 + description = "Morpheus GraphQL Subscriptions"; 184721 + license = lib.licenses.mit; 184722 + hydraPlatforms = lib.platforms.none; 184723 + }) {}; 184724 + 184725 + "morpheus-graphql-tests" = callPackage 184726 + ({ mkDerivation, aeson, base, bytestring, directory, relude, tasty 184727 + , tasty-hunit, text, unordered-containers 184728 + }: 184729 + mkDerivation { 184730 + pname = "morpheus-graphql-tests"; 184731 + version = "0.18.0"; 184732 + sha256 = "0l89mmsl09ph412l8f9xjlyx8yp5g69ffmajynxcqvj501n21s9z"; 184733 + libraryHaskellDepends = [ 184734 + aeson base bytestring directory relude tasty tasty-hunit text 184735 + unordered-containers 184736 + ]; 184737 + description = "Morpheus GraphQL Test"; 184738 + license = lib.licenses.mit; 184739 + }) {}; 184740 + 184166 184741 "morphisms" = callPackage 184167 184742 ({ mkDerivation }: 184168 184743 mkDerivation { ··· 188597 189172 pname = "nats"; 188598 189173 version = "1.1.2"; 188599 189174 sha256 = "1v40drmhixck3pz3mdfghamh73l4rp71mzcviipv1y8jhrfxilmr"; 188600 - revision = "3"; 188601 - editedCabalFile = "02ww45nskca28fsbh74iy0z4rm0yshws7lrxld45y053hrn1jdzc"; 189175 + revision = "4"; 189176 + editedCabalFile = "0qccypqkfs7hi0v2bsjfqfhpi2jgsnpfwi9vmcqh7jxk5g08njk0"; 188602 189177 doHaddock = false; 188603 189178 description = "Natural numbers"; 188604 189179 license = lib.licenses.bsd3; ··· 190858 191433 pname = "network-transport"; 190859 191434 version = "0.5.4"; 190860 191435 sha256 = "0izcqi3zl7ynav0qqrrfmiax8vziqwrhflprddhjj6x6nkzhp1sv"; 191436 + revision = "1"; 191437 + editedCabalFile = "03parnmzh2mffs6fadqbf4lw1d5bsmvr347rzamp230s303nr6yc"; 190861 191438 libraryHaskellDepends = [ 190862 191439 base binary bytestring deepseq hashable transformers 190863 191440 ]; ··· 190952 191529 pname = "network-transport-tests"; 190953 191530 version = "0.3.0"; 190954 191531 sha256 = "1552mgccfyyvvnplhflkfxgg3246jgx9iiv71a0gwblllbsh5y8p"; 191532 + revision = "1"; 191533 + editedCabalFile = "0kk8kib742s3iiah6d9g94ma776m4nyh14syvibsssfj1immf3jd"; 190955 191534 libraryHaskellDepends = [ 190956 191535 ansi-terminal base bytestring containers mtl network-transport 190957 191536 random ··· 191984 192563 }) {}; 191985 192564 191986 192565 "nix-diff" = callPackage 191987 - ({ mkDerivation, attoparsec, base, containers, directory, mtl 191988 - , nix-derivation, optparse-applicative, patience, text, unix 191989 - , vector 192566 + ({ mkDerivation, attoparsec, base, containers, directory, filepath 192567 + , mtl, nix-derivation, optparse-applicative, patience, process 192568 + , text, unix, vector 191990 192569 }: 191991 192570 mkDerivation { 191992 192571 pname = "nix-diff"; 191993 - version = "1.0.15"; 191994 - sha256 = "0sjnihdhiib45chc04hr38g12sgp9rmjx2fibha9qsqla3rjnx3y"; 192572 + version = "1.0.16"; 192573 + sha256 = "1l6d43d4pr9ql4lbcslk9cjw1lxj9y0bbgxdfqxrj46lg9w63h6g"; 191995 192574 isLibrary = false; 191996 192575 isExecutable = true; 191997 192576 executableHaskellDepends = [ 191998 - attoparsec base containers directory mtl nix-derivation 191999 - optparse-applicative patience text unix vector 192577 + attoparsec base containers directory filepath mtl nix-derivation 192578 + optparse-applicative patience process text unix vector 192000 192579 ]; 192001 192580 description = "Explain why two Nix derivations differ"; 192002 192581 license = lib.licenses.bsd3; ··· 192174 192753 }: 192175 192754 mkDerivation { 192176 192755 pname = "nix-tree"; 192177 - version = "0.1.8"; 192178 - sha256 = "0bbisb0n7jg5ng17qyh92rbx1qphvd8w4gr6v773j8m72j24vj0c"; 192756 + version = "0.1.9"; 192757 + sha256 = "1xgb7f735afq0x7y3lsdciv9mk7cf9szbazn9fksb7fxf437w27m"; 192179 192758 isLibrary = false; 192180 192759 isExecutable = true; 192181 192760 executableHaskellDepends = [ ··· 193062 193641 pname = "normalization-insensitive"; 193063 193642 version = "2.0.2"; 193064 193643 sha256 = "1rr12rrij64hi6jkd42h4x2m86k1ra10ykzpzc38n6rfdhyiswpn"; 193644 + revision = "1"; 193645 + editedCabalFile = "0q5h2017r0zwgi2xdrznhq2llljz9bslqnhq1l5zczrm9xs3304x"; 193065 193646 libraryHaskellDepends = [ 193066 193647 base bytestring deepseq hashable text unicode-transforms 193067 193648 ]; ··· 193974 194555 }) {}; 193975 194556 193976 194557 "numeric-kinds" = callPackage 193977 - ({ mkDerivation, base }: 194558 + ({ mkDerivation, base, type-compare }: 193978 194559 mkDerivation { 193979 194560 pname = "numeric-kinds"; 193980 - version = "0.1.0.0"; 193981 - sha256 = "0rdx39wa7kklx9a7i5rdwf541fxpz9v3n32rvy2fa6i7n4hr64s4"; 193982 - revision = "2"; 193983 - editedCabalFile = "1zlgarjmhp9mhlp8l1cygk570l0bc3yabid4c2bi1xm4ckii8cyc"; 193984 - libraryHaskellDepends = [ base ]; 194561 + version = "0.2.0"; 194562 + sha256 = "0ba882bjp7gzqdfy15jgi8kbls2cjbp7860vzc7winzlsf0zqdy1"; 194563 + libraryHaskellDepends = [ base type-compare ]; 193985 194564 description = "Type-level numeric types and classes"; 193986 194565 license = lib.licenses.asl20; 193987 194566 }) {}; ··· 196005 196584 license = lib.licenses.bsd3; 196006 196585 }) {}; 196007 196586 196587 + "opaleye_0_7_6_2" = callPackage 196588 + ({ mkDerivation, aeson, base, base16-bytestring, bytestring 196589 + , case-insensitive, containers, contravariant, dotenv, hspec 196590 + , hspec-discover, multiset, postgresql-simple, pretty 196591 + , product-profunctors, profunctors, QuickCheck, scientific 196592 + , semigroups, text, time, time-compat, time-locale-compat 196593 + , transformers, uuid, void 196594 + }: 196595 + mkDerivation { 196596 + pname = "opaleye"; 196597 + version = "0.7.6.2"; 196598 + sha256 = "0dln0r4qk5k4gmjg06275zgbzgivwxw471sd0y4l01j3x7ix3q46"; 196599 + libraryHaskellDepends = [ 196600 + aeson base base16-bytestring bytestring case-insensitive 196601 + contravariant postgresql-simple pretty product-profunctors 196602 + profunctors scientific semigroups text time-compat 196603 + time-locale-compat transformers uuid void 196604 + ]; 196605 + testHaskellDepends = [ 196606 + aeson base bytestring containers contravariant dotenv hspec 196607 + hspec-discover multiset postgresql-simple product-profunctors 196608 + profunctors QuickCheck semigroups text time time-compat 196609 + "interpolatedstring-qq" = callPackage 196610 + ]; 196611 + testToolDepends = [ hspec-discover ]; 196612 + description = "An SQL-generating DSL targeting PostgreSQL"; 196613 + license = lib.licenses.bsd3; 196614 + hydraPlatforms = lib.platforms.none; 196615 + }) {}; 196616 + 196008 196617 "opaleye-classy" = callPackage 196009 196618 ({ mkDerivation, base, bytestring, lens, mtl, opaleye 196010 196619 , postgresql-simple, product-profunctors, transformers ··· 196372 196981 pname = "openapi3"; 196373 196982 version = "3.1.0"; 196374 196983 sha256 = "011754qyxxw5mn06hdmxalvsiff7a4x4k2yb2r6ylzr6zhyz818z"; 196375 - revision = "1"; 196376 - editedCabalFile = "1rbsfjwraizp0b6j2zaimz63b46k7d8abfxw7jyb7j1cv6jkcll1"; 196984 + revision = "2"; 196985 + editedCabalFile = "0hjczkslbn7m9vpn6vqxsr0b8aqa6im8pms3jbfcd7pfkp810z2s"; 196377 196986 isLibrary = true; 196378 196987 isExecutable = true; 196379 196988 setupHaskellDepends = [ base Cabal cabal-doctest ]; ··· 197262 197871 }: 197263 197872 mkDerivation { 197264 197873 pname = "opentracing"; 197265 - version = "0.2.0"; 197266 - sha256 = "1yl3hhg32npj4ncqc9j5gl2jikzvczkpnrwp124nk45mzi13aszq"; 197874 + version = "0.2.1"; 197875 + sha256 = "0p2y996cl5hfw85kdr0majymxccv2d1ka15wbyc2qxgskz3dy9cq"; 197267 197876 libraryHaskellDepends = [ 197268 197877 aeson async base base64-bytestring bytestring case-insensitive 197269 197878 clock containers http-types iproute lens mtl mwc-random network ··· 197441 198050 license = lib.licenses.bsd3; 197442 198051 }) {}; 197443 198052 198053 + "operational_0_2_4_1" = callPackage 198054 + ({ mkDerivation, base, mtl, random }: 198055 + mkDerivation { 198056 + pname = "operational"; 198057 + version = "0.2.4.1"; 198058 + sha256 = "0aa1pxymvkhbs0x03ikfiap2skzyf2z7307kz5adkmb3qmykcqa2"; 198059 + isLibrary = true; 198060 + isExecutable = true; 198061 + libraryHaskellDepends = [ base mtl ]; 198062 + executableHaskellDepends = [ base mtl random ]; 198063 + description = "Implementation of difficult monads made easy with operational semantics"; 198064 + license = lib.licenses.bsd3; 198065 + hydraPlatforms = lib.platforms.none; 198066 + }) {}; 198067 + 197444 198068 "operational-alacarte" = callPackage 197445 198069 ({ mkDerivation, base, mtl }: 197446 198070 mkDerivation { ··· 198008 198632 maintainers = with lib.maintainers; [ Gabriel439 ]; 198009 198633 }) {}; 198010 198634 198635 + "optparse-generic_1_4_7" = callPackage 198636 + ({ mkDerivation, base, bytestring, Only, optparse-applicative 198637 + , system-filepath, text, time, transformers, transformers-compat 198638 + , void 198639 + }: 198640 + mkDerivation { 198641 + pname = "optparse-generic"; 198642 + version = "1.4.7"; 198643 + sha256 = "03s6iwfr2iiypnx3wmnrb37zz7kflk40dj38v8j4ccqxkkf9h0kk"; 198644 + libraryHaskellDepends = [ 198645 + base bytestring Only optparse-applicative system-filepath text time 198646 + transformers transformers-compat void 198647 + ]; 198648 + description = "Auto-generate a command-line parser for your datatype"; 198649 + license = lib.licenses.bsd3; 198650 + hydraPlatforms = lib.platforms.none; 198651 + maintainers = with lib.maintainers; [ Gabriel439 ]; 198652 + }) {}; 198653 + 198011 198654 "optparse-helper" = callPackage 198012 198655 ({ mkDerivation, base, optparse-applicative }: 198013 198656 mkDerivation { ··· 198617 199260 }: 198618 199261 mkDerivation { 198619 199262 pname = "orthotope"; 198620 - version = "0.1.0.0"; 198621 - sha256 = "0nx97r1svhzayf0f4chj8mprqp524hliffnw5y612lwsx41c671k"; 199263 + version = "0.1.1.0"; 199264 + sha256 = "0hjhy9i73r223s3p9xnbw2ac34dvnanrsdnnl6c9707ymjhy57jq"; 198622 199265 libraryHaskellDepends = [ 198623 199266 base deepseq dlist pretty QuickCheck vector 198624 199267 ]; ··· 198627 199270 test-framework-quickcheck2 vector 198628 199271 ]; 198629 199272 description = "Multidimensional arrays inspired by APL"; 199273 + license = lib.licenses.asl20; 199274 + }) {}; 199275 + 199276 + "orthotope-hmatrix" = callPackage 199277 + ({ mkDerivation, base, hmatrix, orthotope }: 199278 + mkDerivation { 199279 + pname = "orthotope-hmatrix"; 199280 + version = "0.1.0.1"; 199281 + sha256 = "0xibg10wx0adchksxfr8087lrbp0h384lddq0dmvpk9hvc5j2qhl"; 199282 + libraryHaskellDepends = [ base hmatrix orthotope ]; 199283 + description = "Some algorithms from hmatrix"; 198630 199284 license = lib.licenses.asl20; 198631 199285 }) {}; 198632 199286 ··· 199885 200539 }: 199886 200540 mkDerivation { 199887 200541 pname = "pandoc-crossref"; 199888 - version = "0.3.12.0"; 199889 - sha256 = "0y991lp6bgjiz67b1w6jywhwzwq5kf385pzl91s4g22lfnhwc7sz"; 199890 - revision = "2"; 199891 - editedCabalFile = "1gms6jaj21sycg3r1yc61xb2p1a5x2cd1z29y6jcjrh02n96g3g4"; 200542 + version = "0.3.12.1"; 200543 + sha256 = "036lw5qa23bg292hgfj3ybfykbqj80fb2f8a26rnivj5pfqblm3w"; 199892 200544 isLibrary = true; 199893 200545 isExecutable = true; 199894 200546 enableSeparateDataOutput = true; ··· 205714 206366 broken = true; 205715 206367 }) {}; 205716 206368 206369 + "pg-entity" = callPackage 206370 + ({ mkDerivation, base, bytestring, colourista, exceptions, hspec 206371 + , hspec-expectations-lifted, hspec-pg-transact, monad-control 206372 + , parsec, pg-transact, postgresql-simple 206373 + , postgresql-simple-migration, resource-pool, safe-exceptions 206374 + , template-haskell, text, text-manipulate, time, uuid, vector 206375 + }: 206376 + mkDerivation { 206377 + pname = "pg-entity"; 206378 + version = "0.0.1.0"; 206379 + sha256 = "0njmlxxisigza4k6v5ci36xm6mpf5jdls2mrlarlw91agxiz8zd9"; 206380 + libraryHaskellDepends = [ 206381 + base bytestring colourista exceptions monad-control parsec 206382 + pg-transact postgresql-simple resource-pool safe-exceptions 206383 + template-haskell text text-manipulate time uuid vector 206384 + ]; 206385 + testHaskellDepends = [ 206386 + base hspec hspec-expectations-lifted hspec-pg-transact pg-transact 206387 + postgresql-simple postgresql-simple-migration text time uuid vector 206388 + ]; 206389 + description = "A pleasant PostgreSQL layer"; 206390 + license = lib.licenses.mit; 206391 + }) {}; 206392 + 205717 206393 "pg-extras" = callPackage 205718 206394 ({ mkDerivation, base, bytestring, HUnit, postgresql-simple 205719 206395 , raw-strings-qq, text, time ··· 206371 207047 }: 206372 207048 mkDerivation { 206373 207049 pname = "phonetic-languages-simplified-base"; 206374 - version = "0.4.0.0"; 206375 - sha256 = "1hifw367zc5zkrka4lpjl412ka9zsbdlmn58v2hmbm3j4c09phmj"; 207050 + version = "0.4.1.0"; 207051 + sha256 = "0jwwa1xj1k2bj9iw89lpks04q62zg6sp5ixfhlbs83zwhfz2jplb"; 206376 207052 libraryHaskellDepends = [ 206377 207053 base phonetic-languages-permutations-array subG 206378 207054 ]; ··· 206409 207085 }: 206410 207086 mkDerivation { 206411 207087 pname = "phonetic-languages-simplified-examples-array"; 206412 - version = "0.14.1.0"; 206413 - sha256 = "170r88sys7xzdxmrq2l31a6g0pwzpwg601aj827f3gn5c0rm3l2p"; 207088 + version = "0.15.1.0"; 207089 + sha256 = "1y9i8278737dqil8gx8m27c8fwlzi949wb86z31r9v8k8irsx3p1"; 206414 207090 isLibrary = true; 206415 207091 isExecutable = true; 206416 207092 libraryHaskellDepends = [ ··· 206561 207237 }: 206562 207238 mkDerivation { 206563 207239 pname = "phonetic-languages-simplified-properties-array"; 206564 - version = "0.11.0.0"; 206565 - sha256 = "1aazfaqvaf7sjidsnvs54nw4bbsnkygv1i3fw0xvcqqzygzns9gk"; 207240 + version = "0.12.0.0"; 207241 + sha256 = "1m4ficmkzp3k6xsg9dby8ch8k8zlc4jvgxxr76pnhy29dkgs8yxp"; 206566 207242 libraryHaskellDepends = [ 206567 207243 base phonetic-languages-rhythmicity 206568 207244 phonetic-languages-simplified-base ukrainian-phonetics-basic-array ··· 209808 210484 pname = "pointed"; 209809 210485 version = "5.0.3"; 209810 210486 sha256 = "0999bba0gbb2qhk1ydaslmdf7ca17ip751psi4phi1lhb250fl8b"; 210487 + revision = "1"; 210488 + editedCabalFile = "00x5chjb3l43n35g7amaj3x32ahlwffp7v5khc1qmzxfqz6z50mv"; 209811 210489 libraryHaskellDepends = [ 209812 210490 base comonad containers data-default-class hashable kan-extensions 209813 210491 semigroupoids semigroups stm tagged transformers ··· 210505 211183 }: 210506 211184 mkDerivation { 210507 211185 pname = "polysemy-RandomFu"; 210508 - version = "0.4.3.0"; 210509 - sha256 = "054v54kwkrg13nx9kznkclnmjnynh9j48bk2fjylwd9xqrj1r63a"; 211186 + version = "0.4.4.0"; 211187 + sha256 = "0mh6iiyz859446l8r54bqg8hmaig40kdapq9k4niry35nba6fdr1"; 210510 211188 libraryHaskellDepends = [ 210511 211189 base polysemy polysemy-plugin polysemy-zoo random-fu random-source 210512 211190 ]; ··· 212513 213191 }: 212514 213192 mkDerivation { 212515 213193 pname = "postgresql-migration"; 212516 - version = "0.2.1.2"; 212517 - sha256 = "168da2n2ky17mygrxnh9z95nwscw2b769xhykmg9d398mnz9a188"; 212518 - revision = "1"; 212519 - editedCabalFile = "09vzsig1jm9n6i6h7ybqlg3ffmgzyg7cpjlwaha9p7w70afjvmgh"; 213194 + version = "0.2.1.3"; 213195 + sha256 = "1qxkan5f328rv3nl31pvhz305k7b4ah98s0j1bc4hcaa5g5d3052"; 212520 213196 isLibrary = true; 212521 213197 isExecutable = true; 212522 213198 libraryHaskellDepends = [ ··· 217720 218396 pname = "pseudo-boolean"; 217721 218397 version = "0.1.10.0"; 217722 218398 sha256 = "1p9w1d80d2kp7wp7wp6xf9dz1iv9knhy8b75mklz7zq3cf5gvnrh"; 218399 + revision = "1"; 218400 + editedCabalFile = "05jvm2bhvzsxwiazsvgk6xwzjg1isabqnx8grx1v9hrxr6hjhlap"; 217723 218401 libraryHaskellDepends = [ 217724 218402 attoparsec base bytestring bytestring-builder containers deepseq 217725 218403 dlist hashable megaparsec parsec void ··· 217805 218483 }: 217806 218484 mkDerivation { 217807 218485 pname = "psqueues"; 217808 - version = "0.2.7.2"; 217809 - sha256 = "1yckx2csqswghiy9nfj03cybmza8104nmnpbpcc9ngwlbmakn9i6"; 217810 - revision = "1"; 217811 - editedCabalFile = "0d0mm3c8x31dasfzp1884r2irkm3c9irvvbahjzfr1bzzxfb7vyv"; 218486 + version = "0.2.7.3"; 218487 + sha256 = "1cmz7spfzx7niglmsphnndh0m4b8njkn0fhb9nshbnbq6nx515yh"; 217812 218488 libraryHaskellDepends = [ base deepseq ghc-prim hashable ]; 217813 218489 testHaskellDepends = [ 217814 218490 array base deepseq ghc-prim hashable HUnit QuickCheck tagged tasty ··· 218868 219544 license = lib.licenses.mit; 218869 219545 }) {}; 218870 219546 219547 + "pusher-http-haskell_2_1_0_6" = callPackage 219548 + ({ mkDerivation, aeson, base, base16-bytestring, bytestring 219549 + , cryptonite, hashable, hspec, http-client, http-client-tls 219550 + , http-types, memory, QuickCheck, text, time, unordered-containers 219551 + }: 219552 + mkDerivation { 219553 + pname = "pusher-http-haskell"; 219554 + version = "2.1.0.6"; 219555 + sha256 = "029pxzidmflsa19417bcx82hbxj3yq1khzb6skf97xbzzf3hs6ki"; 219556 + libraryHaskellDepends = [ 219557 + aeson base base16-bytestring bytestring cryptonite hashable 219558 + http-client http-client-tls http-types memory text time 219559 + unordered-containers 219560 + ]; 219561 + testHaskellDepends = [ 219562 + aeson base bytestring hspec QuickCheck text unordered-containers 219563 + ]; 219564 + description = "Haskell client library for the Pusher Channels HTTP API"; 219565 + license = lib.licenses.mit; 219566 + hydraPlatforms = lib.platforms.none; 219567 + }) {}; 219568 + 218871 219569 "pusher-ws" = callPackage 218872 219570 ({ mkDerivation, aeson, base, bytestring, containers, deepseq 218873 219571 , hashable, http-conduit, lens, lens-aeson, network, scientific ··· 221254 221952 }: 221255 221953 mkDerivation { 221256 221954 pname = "r-glpk-phonetic-languages-ukrainian-durations"; 221257 - version = "0.4.0.0"; 221258 - sha256 = "0rw9scbxhk5v61b7d4hwvwv4jxkkglsnzphslwashalhcfxc39p7"; 221955 + version = "0.4.1.0"; 221956 + sha256 = "1zgxr7c2szzmwk9n9hdir2nfg4gzpzwk4jgzlb95m5wlpagsz3fl"; 221259 221957 isLibrary = true; 221260 221958 isExecutable = true; 221261 221959 libraryHaskellDepends = [ ··· 223875 224573 }: 223876 224574 mkDerivation { 223877 224575 pname = "readline-in-other-words"; 223878 - version = "0.1.0.0"; 223879 - sha256 = "180arjxnwz6gp4ccjk7kjhyhmic4hgcbcc8klrl79c9vqjjp6hnq"; 224576 + version = "0.1.0.2"; 224577 + sha256 = "1wldgk1dfq4kalxi3mmsyja39mvk2hb40fl83cwqbvhn39brfmq9"; 223880 224578 isLibrary = true; 223881 224579 isExecutable = true; 223882 224580 libraryHaskellDepends = [ ··· 224135 224833 license = lib.licenses.mit; 224136 224834 }) {}; 224137 224835 224836 + "rebase_1_13_1" = callPackage 224837 + ({ mkDerivation, base, bifunctors, bytestring, comonad, containers 224838 + , contravariant, deepseq, dlist, either, hashable, hashable-time 224839 + , mtl, profunctors, scientific, selective, semigroupoids, stm, text 224840 + , time, transformers, unordered-containers, uuid-types, vector 224841 + , vector-instances, void 224842 + }: 224843 + mkDerivation { 224844 + pname = "rebase"; 224845 + version = "1.13.1"; 224846 + sha256 = "1ffl4lxan27g6fkhyddbgf7n0b57l4zbzngrz0fajdfp96xklsn4"; 224847 + libraryHaskellDepends = [ 224848 + base bifunctors bytestring comonad containers contravariant deepseq 224849 + dlist either hashable hashable-time mtl profunctors scientific 224850 + selective semigroupoids stm text time transformers 224851 + unordered-containers uuid-types vector vector-instances void 224852 + ]; 224853 + description = "A more progressive alternative to the \"base\" package"; 224854 + license = lib.licenses.mit; 224855 + hydraPlatforms = lib.platforms.none; 224856 + }) {}; 224857 + 224138 224858 "rebindable" = callPackage 224139 224859 ({ mkDerivation, base, data-default-class, indexed }: 224140 224860 mkDerivation { ··· 224212 224932 }: 224213 224933 mkDerivation { 224214 224934 pname = "record-dot-preprocessor"; 224215 - version = "0.2.12"; 224216 - sha256 = "02vyfcfanf09nd33q37jmnq0wbncvkfjn4hx4yzr62dkmh47bkkf"; 224217 - isLibrary = true; 224218 - isExecutable = true; 224219 - libraryHaskellDepends = [ base extra ghc uniplate ]; 224220 - executableHaskellDepends = [ base extra ]; 224221 - testHaskellDepends = [ base extra filepath record-hasfield ]; 224222 - description = "Preprocessor to allow record.field syntax"; 224223 - license = lib.licenses.bsd3; 224224 - }) {}; 224225 - 224226 - "record-dot-preprocessor_0_2_13" = callPackage 224227 - ({ mkDerivation, base, extra, filepath, ghc, record-hasfield 224228 - , uniplate 224229 - }: 224230 - mkDerivation { 224231 - pname = "record-dot-preprocessor"; 224232 224935 version = "0.2.13"; 224233 224936 sha256 = "0kqk8iiqhpqrr0b0bxcy0vqp159cnsf9zri45hbp4npqm2lvcw37"; 224234 224937 isLibrary = true; ··· 224238 224941 testHaskellDepends = [ base extra filepath record-hasfield ]; 224239 224942 description = "Preprocessor to allow record.field syntax"; 224240 224943 license = lib.licenses.bsd3; 224241 - hydraPlatforms = lib.platforms.none; 224242 224944 }) {}; 224243 224945 224244 224946 "record-encode" = callPackage ··· 224807 225509 pname = "reducers"; 224808 225510 version = "3.12.4"; 224809 225511 sha256 = "0hsycdir52jdijnnvc77jj971fjrrc722v952wr62ivrvx2zarn0"; 225512 + revision = "1"; 225513 + editedCabalFile = "0i5mvhfp5b6dmmk8l93492cyjxn6n9dncmijpbp4hbqi40pr9g47"; 224810 225514 libraryHaskellDepends = [ 224811 225515 array base bytestring containers fingertree hashable semigroupoids 224812 225516 text transformers unordered-containers ··· 228564 229268 license = lib.licenses.mit; 228565 229269 }) {}; 228566 229270 229271 + "rerebase_1_13_1" = callPackage 229272 + ({ mkDerivation, rebase }: 229273 + mkDerivation { 229274 + pname = "rerebase"; 229275 + version = "1.13.1"; 229276 + sha256 = "1g3lwnkykl4np2fzylhi7469y10a3vpxxn1i5mqhm0mmx5lwrhw3"; 229277 + libraryHaskellDepends = [ rebase ]; 229278 + description = "Reexports from \"base\" with a bunch of other standard libraries"; 229279 + license = lib.licenses.mit; 229280 + hydraPlatforms = lib.platforms.none; 229281 + }) {}; 229282 + 228567 229283 "reroute" = callPackage 228568 229284 ({ mkDerivation, base, criterion, deepseq, graph-core, hashable 228569 229285 , hspec, http-api-data, hvect, mtl, random, regex-compat, text ··· 233712 234428 pname = "salak"; 233713 234429 version = "0.3.6"; 233714 234430 sha256 = "00qyd09az0ldfidfgcki8z3r9gcpxmss3iyr99as5bky29rlz9n3"; 233715 - revision = "5"; 233716 - editedCabalFile = "1dqanr95rrmjxfw882fa6as7n999883gfsy2765f3rprl7wlmigl"; 234431 + revision = "6"; 234432 + editedCabalFile = "1wrq2rdrxk96an5k1igcn09cma3dz9y2yp58xjlg2lh22djm297m"; 233717 234433 libraryHaskellDepends = [ 233718 234434 base bytestring containers data-default directory dlist exceptions 233719 234435 filepath hashable heaps megaparsec mtl scientific text time ··· 234466 235182 }: 234467 235183 mkDerivation { 234468 235184 pname = "satyros"; 234469 - version = "0.2.0.0"; 234470 - sha256 = "12mk86a46i5k4ng8r3f7s3ccs2p9kz345v3b8p8hrmmcgksimkds"; 235185 + version = "0.3.1.3"; 235186 + sha256 = "1d0x3cm0wf4bpncb73b3mzmpcwdnwyf3pi7848hr3blnz5v3aj2b"; 234471 235187 libraryHaskellDepends = [ 234472 235188 base containers extra free lens mtl random vector 234473 235189 ]; ··· 237765 238481 pname = "semigroupoids"; 237766 238482 version = "5.3.6"; 237767 238483 sha256 = "0glhqc9x8i5z3bdg23xvl2lfns95msid3h3x0jksna7i6c8j869n"; 237768 - revision = "1"; 237769 - editedCabalFile = "0inbks8x588bpcw7kyap69iy0zrkygycp8hwgrd9yhbxlvj9hmh9"; 238484 + revision = "2"; 238485 + editedCabalFile = "0gnkd1kf1s412p7g4c1l1d1yykhl5hlvdnnn1c85c0h8pi19y4an"; 237770 238486 libraryHaskellDepends = [ 237771 238487 base base-orphans bifunctors comonad containers contravariant 237772 238488 distributive hashable tagged template-haskell transformers ··· 238014 238730 }: 238015 238731 mkDerivation { 238016 238732 pname = "sensei"; 238017 - version = "0.5.0"; 238018 - sha256 = "011lck879q12npszqf2cjsxyjrcyfhrs77dh8kbififm53dfglf4"; 238733 + version = "0.6.0"; 238734 + sha256 = "19hbm83v3bn2ximfd5bqjzq1xb079ajxbw1kc8gkm9ds4mg7aw0b"; 238019 238735 isLibrary = false; 238020 238736 isExecutable = true; 238021 238737 executableHaskellDepends = [ ··· 240010 240726 }: 240011 240727 mkDerivation { 240012 240728 pname = "servant-lucid"; 240013 - version = "0.9.0.2"; 240014 - sha256 = "0l68dffx746j3p2l5x59cj5cdng2dw6vjq5x5h44m0ccbsmlckpz"; 240729 + version = "0.9.0.3"; 240730 + sha256 = "10g7radhkh50hpwf97syh3kpdacw096bnawni0hwwbi6rfgz38nm"; 240015 240731 libraryHaskellDepends = [ base http-media lucid servant text ]; 240016 240732 testHaskellDepends = [ base lucid servant-server wai warp ]; 240017 240733 description = "Servant support for lucid"; ··· 244417 245133 license = lib.licenses.bsd3; 244418 245134 }) {}; 244419 245135 245136 + "silently_1_2_5_2" = callPackage 245137 + ({ mkDerivation, base, deepseq, directory, nanospec, temporary }: 245138 + mkDerivation { 245139 + pname = "silently"; 245140 + version = "1.2.5.2"; 245141 + sha256 = "15dnp83b0wj7m5v4r2yfrwxg9g6szv94ldcb74fpidninrqgqns6"; 245142 + libraryHaskellDepends = [ base deepseq directory ]; 245143 + testHaskellDepends = [ base deepseq directory nanospec temporary ]; 245144 + description = "Prevent or capture writing to stdout and other handles"; 245145 + license = lib.licenses.bsd3; 245146 + hydraPlatforms = lib.platforms.none; 245147 + }) {}; 245148 + 244420 245149 "silkscreen" = callPackage 244421 245150 ({ mkDerivation, base, prettyprinter }: 244422 245151 mkDerivation { ··· 245936 246665 license = lib.licenses.bsd3; 245937 246666 }) {}; 245938 246667 246668 + "singletons-presburger_0_6_1_0" = callPackage 246669 + ({ mkDerivation, base, ghc-typelits-presburger, mtl, reflection 246670 + , singletons 246671 + }: 246672 + mkDerivation { 246673 + pname = "singletons-presburger"; 246674 + version = "0.6.1.0"; 246675 + sha256 = "1s12g1qcdz035y2lzjivw2m2jm9hqvbwvgmxvahn4a2j89f4zgky"; 246676 + isLibrary = true; 246677 + isExecutable = true; 246678 + libraryHaskellDepends = [ 246679 + base ghc-typelits-presburger mtl reflection singletons 246680 + ]; 246681 + description = "Presburger Arithmetic Solver for GHC Type-level natural numbers with Singletons package"; 246682 + license = lib.licenses.bsd3; 246683 + hydraPlatforms = lib.platforms.none; 246684 + }) {}; 246685 + 245939 246686 "singletons-th" = callPackage 245940 246687 ({ mkDerivation, base, containers, ghc-boot-th, mtl, singletons 245941 246688 , syb, template-haskell, th-desugar, th-orphans, transformers ··· 249704 250451 }) {}; 249705 250452 249706 250453 "snumber" = callPackage 249707 - ({ mkDerivation, base, numeric-kinds }: 250454 + ({ mkDerivation, base, numeric-kinds, type-compare }: 249708 250455 mkDerivation { 249709 250456 pname = "snumber"; 249710 - version = "0.2.0"; 249711 - sha256 = "0q1xswnh1rymnyi3jpn4fn6fwj36haamwri7ifd4f7jm2a9v1isx"; 249712 - revision = "1"; 249713 - editedCabalFile = "1ai6syqkwa0rl23f23hv6wkqg274lrdsh6jqyy9xiklcl8j3bz5w"; 249714 - libraryHaskellDepends = [ base numeric-kinds ]; 250457 + version = "0.3.0"; 250458 + sha256 = "16kgy0chysxws8n4651qq6bfwyk184v67iv2h2kbiyxl8wqsjq4l"; 250459 + libraryHaskellDepends = [ base numeric-kinds type-compare ]; 249715 250460 description = "Integer singletons with flexible representation"; 249716 250461 license = lib.licenses.asl20; 249717 250462 }) {}; ··· 251185 251930 pname = "special-values"; 251186 251931 version = "0.1.0.0"; 251187 251932 sha256 = "1kkdw2c4d2hha99v9f89ahmifjxp7fxmxyfwq9a8xk6s0h9xs51w"; 251933 + revision = "1"; 251934 + editedCabalFile = "10pbx4px4kmg6nwb78bayi26dlzbzvji5zv9fa6f45rk19p2sdlc"; 251188 251935 libraryHaskellDepends = [ 251189 251936 base bytestring ieee754 scientific text 251190 251937 ]; ··· 256205 256952 license = lib.licenses.mit; 256206 256953 }) {}; 256207 256954 256955 + "streaming-commons_0_2_2_2" = callPackage 256956 + ({ mkDerivation, array, async, base, bytestring, deepseq, directory 256957 + , gauge, hspec, network, process, QuickCheck, random, stm, text 256958 + , transformers, unix, zlib 256959 + }: 256960 + mkDerivation { 256961 + pname = "streaming-commons"; 256962 + version = "0.2.2.2"; 256963 + sha256 = "0j1hwqadczg4rw9pmiv21qs9kvqxarxqg4dv4cpcrxx72b4xssvq"; 256964 + libraryHaskellDepends = [ 256965 + array async base bytestring directory network process random stm 256966 + text transformers unix zlib 256967 + ]; 256968 + testHaskellDepends = [ 256969 + array async base bytestring deepseq hspec network QuickCheck text 256970 + unix zlib 256971 + ]; 256972 + benchmarkHaskellDepends = [ base bytestring deepseq gauge text ]; 256973 + description = "Common lower-level functions needed by various streaming data libraries"; 256974 + license = lib.licenses.mit; 256975 + hydraPlatforms = lib.platforms.none; 256976 + }) {}; 256977 + 256208 256978 "streaming-concurrency" = callPackage 256209 256979 ({ mkDerivation, base, exceptions, hspec, HUnit, lifted-async 256210 256980 , monad-control, QuickCheck, quickcheck-instances, stm, streaming ··· 259669 260439 license = lib.licenses.bsd3; 259670 260440 }) {}; 259671 260441 260442 + "swagger2_2_7" = callPackage 260443 + ({ mkDerivation, aeson, aeson-pretty, base, base-compat-batteries 260444 + , bytestring, Cabal, cabal-doctest, containers, cookie, doctest 260445 + , generics-sop, Glob, hashable, hspec, hspec-discover, http-media 260446 + , HUnit, insert-ordered-containers, lens, mtl, network, optics-core 260447 + , optics-th, QuickCheck, quickcheck-instances, scientific 260448 + , template-haskell, text, time, transformers, unordered-containers 260449 + , utf8-string, uuid-types, vector 260450 + }: 260451 + mkDerivation { 260452 + pname = "swagger2"; 260453 + version = "2.7"; 260454 + sha256 = "1p3vi90siylgg94s7izmdvp2i36g017q2hnl90d1rpphi0nd1f6b"; 260455 + setupHaskellDepends = [ base Cabal cabal-doctest ]; 260456 + libraryHaskellDepends = [ 260457 + aeson aeson-pretty base base-compat-batteries bytestring containers 260458 + cookie generics-sop hashable http-media insert-ordered-containers 260459 + lens mtl network optics-core optics-th QuickCheck scientific 260460 + template-haskell text time transformers unordered-containers 260461 + uuid-types vector 260462 + ]; 260463 + testHaskellDepends = [ 260464 + aeson base base-compat-batteries bytestring containers doctest Glob 260465 + hashable hspec HUnit insert-ordered-containers lens mtl QuickCheck 260466 + quickcheck-instances template-haskell text time 260467 + unordered-containers utf8-string vector 260468 + ]; 260469 + testToolDepends = [ hspec-discover ]; 260470 + description = "Swagger 2.0 data model"; 260471 + license = lib.licenses.bsd3; 260472 + hydraPlatforms = lib.platforms.none; 260473 + }) {}; 260474 + 259672 260475 "swapper" = callPackage 259673 260476 ({ mkDerivation, base, binary, bytestring, deepseq, happstack-data 259674 260477 , happstack-state, parallel, tokyocabinet ··· 259786 260589 license = lib.licenses.lgpl21Only; 259787 260590 }) {}; 259788 260591 260592 + "swish_0_10_0_8" = callPackage 260593 + ({ mkDerivation, base, containers, directory, filepath, hashable 260594 + , HUnit, intern, mtl, network-uri, old-locale, polyparse 260595 + , semigroups, test-framework, test-framework-hunit, text, time 260596 + }: 260597 + mkDerivation { 260598 + pname = "swish"; 260599 + version = "0.10.0.8"; 260600 + sha256 = "1a7iz3d78r00mgkq370zy5fxjkb5x34c9iq3kc3gbl6hs6m6l579"; 260601 + isLibrary = true; 260602 + isExecutable = true; 260603 + enableSeparateDataOutput = true; 260604 + libraryHaskellDepends = [ 260605 + base containers directory filepath hashable intern mtl network-uri 260606 + old-locale polyparse text time 260607 + ]; 260608 + executableHaskellDepends = [ base ]; 260609 + testHaskellDepends = [ 260610 + base containers hashable HUnit network-uri old-locale semigroups 260611 + test-framework test-framework-hunit text time 260612 + ]; 260613 + description = "A semantic web toolkit"; 260614 + license = lib.licenses.lgpl21Only; 260615 + hydraPlatforms = lib.platforms.none; 260616 + }) {}; 260617 + 259789 260618 "swiss-ephemeris" = callPackage 259790 260619 ({ mkDerivation, base, directory, hspec, hspec-discover, QuickCheck 260620 + , random, time, vector 259791 260621 }: 259792 260622 mkDerivation { 259793 260623 pname = "swiss-ephemeris"; 259794 - version = "1.3.0.2"; 259795 - sha256 = "0p8fzkd4wqvmc5fjlsb0ri6645n1rg304m8nm9085ipy1svi7sn0"; 259796 - libraryHaskellDepends = [ base ]; 259797 - testHaskellDepends = [ base directory hspec QuickCheck ]; 260624 + version = "1.4.0.0"; 260625 + sha256 = "0ss502h2083qbiprspylwv02lbgidqgi106qs6k4s6jppgay34gx"; 260626 + libraryHaskellDepends = [ base time vector ]; 260627 + testHaskellDepends = [ 260628 + base directory hspec QuickCheck random time vector 260629 + ]; 259798 260630 testToolDepends = [ hspec-discover ]; 259799 260631 description = "Haskell bindings for the Swiss Ephemeris C library"; 259800 260632 license = lib.licenses.agpl3Only; ··· 262890 263722 }) {}; 262891 263723 262892 263724 "tangle" = callPackage 262893 - ({ mkDerivation, base, transformers }: 263725 + ({ mkDerivation, barbies, base, containers, lens, transformers }: 262894 263726 mkDerivation { 262895 263727 pname = "tangle"; 262896 - version = "0"; 262897 - sha256 = "1ylv73v6ydf39zfks9762dsz27sxr7sbmmk7k628yqc9czj3nj60"; 262898 - libraryHaskellDepends = [ base transformers ]; 262899 - description = "HKD record builder"; 263728 + version = "0.1"; 263729 + sha256 = "0gx8zcshi465wxxrmjrl40l8bph0md764fkjzqrq7w517x8cxdhb"; 263730 + isLibrary = true; 263731 + isExecutable = true; 263732 + libraryHaskellDepends = [ barbies base transformers ]; 263733 + executableHaskellDepends = [ 263734 + barbies base containers lens transformers 263735 + ]; 263736 + description = "Heterogenous memoisation monad"; 262900 263737 license = lib.licenses.bsd3; 262901 263738 }) {}; 262902 263739 ··· 267436 268273 license = lib.licenses.bsd3; 267437 268274 }) {}; 267438 268275 268276 + "text-printer_0_5_0_2" = callPackage 268277 + ({ mkDerivation, base, bytestring, pretty, QuickCheck 268278 + , test-framework, test-framework-quickcheck2, text, text-latin1 268279 + }: 268280 + mkDerivation { 268281 + pname = "text-printer"; 268282 + version = "0.5.0.2"; 268283 + sha256 = "1qzmgqcr1bmz34h24gvnfaxaqr3c7z727xv676sd1x51y2qjj2dl"; 268284 + libraryHaskellDepends = [ 268285 + base bytestring pretty text text-latin1 268286 + ]; 268287 + testHaskellDepends = [ 268288 + base QuickCheck test-framework test-framework-quickcheck2 268289 + ]; 268290 + description = "Abstract interface for text builders/printers"; 268291 + license = lib.licenses.bsd3; 268292 + hydraPlatforms = lib.platforms.none; 268293 + }) {}; 268294 + 267439 268295 "text-regex-replace" = callPackage 267440 268296 ({ mkDerivation, attoparsec, base, hspec, QuickCheck, smallcheck 267441 268297 , text, text-icu ··· 268230 269086 }) {}; 268231 269087 268232 269088 "th-env" = callPackage 268233 - ({ mkDerivation, base, markdown-unlit, template-haskell }: 268234 - mkDerivation { 268235 - pname = "th-env"; 268236 - version = "0.1.0.2"; 268237 - sha256 = "13rs6p5mq92am9i80c829dcmsrpbihdq8ds6ad7rdl2d23i9pln0"; 268238 - libraryHaskellDepends = [ base template-haskell ]; 268239 - testHaskellDepends = [ base markdown-unlit ]; 268240 - testToolDepends = [ markdown-unlit ]; 268241 - description = "Template Haskell splice that expands to an environment variable"; 268242 - license = lib.licenses.bsd3; 268243 - }) {}; 268244 - 268245 - "th-env_0_1_0_3" = callPackage 268246 269089 ({ mkDerivation, base, markdown-unlit, template-haskell, th-compat 268247 269090 }: 268248 269091 mkDerivation { ··· 268254 269097 testToolDepends = [ markdown-unlit ]; 268255 269098 description = "Template Haskell splice that expands to an environment variable"; 268256 269099 license = lib.licenses.bsd3; 268257 - hydraPlatforms = lib.platforms.none; 268258 269100 }) {}; 268259 269101 268260 269102 "th-expand-syns" = callPackage ··· 268641 269483 license = lib.licenses.bsd3; 268642 269484 }) {}; 268643 269485 269486 + "th-test-utils_1_1_1" = callPackage 269487 + ({ mkDerivation, base, bytestring, tasty, tasty-golden, tasty-hunit 269488 + , template-haskell, th-orphans, transformers 269489 + }: 269490 + mkDerivation { 269491 + pname = "th-test-utils"; 269492 + version = "1.1.1"; 269493 + sha256 = "03qpszfhb58nmm673zhbkvsmw1ynjr2h19qpggyay2fk5zgq7n3q"; 269494 + libraryHaskellDepends = [ 269495 + base template-haskell th-orphans transformers 269496 + ]; 269497 + testHaskellDepends = [ 269498 + base bytestring tasty tasty-golden tasty-hunit template-haskell 269499 + th-orphans transformers 269500 + ]; 269501 + description = "Utility functions for testing Template Haskell code"; 269502 + license = lib.licenses.bsd3; 269503 + hydraPlatforms = lib.platforms.none; 269504 + }) {}; 269505 + 268644 269506 "th-to-exp" = callPackage 268645 269507 ({ mkDerivation, base, hspec, template-haskell }: 268646 269508 mkDerivation { ··· 269269 270131 pname = "threepenny-gui"; 269270 270132 version = "0.9.1.0"; 269271 270133 sha256 = "00sjkfa9qfnnwqfdw68yb8hq6nm1y5qv9896rzn5aachr7mlfpx2"; 269272 - revision = "2"; 269273 - editedCabalFile = "0pbdkl9gvs6jrwfhrkfyrzra5mw8zy8pycp49czbhghwck51bf8i"; 270134 + revision = "3"; 270135 + editedCabalFile = "0pk2vy2lqifjdm3cw9lhl5nx7aw4ff4g8p6l8p7yc9x7h9m6va16"; 269274 270136 isLibrary = true; 269275 270137 isExecutable = true; 269276 270138 enableSeparateDataOutput = true; ··· 270589 271451 }) {}; 270590 271452 270591 271453 "timers-tick" = callPackage 270592 - ({ mkDerivation, base, hspec }: 271454 + ({ mkDerivation, base, hspec, QuickCheck }: 270593 271455 mkDerivation { 270594 271456 pname = "timers-tick"; 270595 - version = "0.4.3.0"; 270596 - sha256 = "02qsla7az60ch515hns1nychpdb35xlz2g4iy7jp2d5ak6jzma5r"; 271457 + version = "0.5.0.0"; 271458 + sha256 = "0j4nf3l939dwn35q2qan58pxs4v82s1nh6zm5jgbpq38bhxvjvmc"; 270597 271459 libraryHaskellDepends = [ base ]; 270598 - testHaskellDepends = [ base hspec ]; 271460 + testHaskellDepends = [ base hspec QuickCheck ]; 270599 271461 description = "tick based timers"; 270600 271462 license = lib.licenses.bsd3; 270601 271463 }) {}; ··· 272095 272957 license = lib.licenses.mpl20; 272096 272958 }) {}; 272097 272959 272098 - "tomland_1_3_3_0" = callPackage 272960 + "tomland_1_3_3_1" = callPackage 272099 272961 ({ mkDerivation, base, bytestring, containers, deepseq, directory 272100 272962 , hashable, hedgehog, hspec, hspec-hedgehog, hspec-megaparsec 272101 - , markdown-unlit, megaparsec, mtl, parser-combinators, text, time 272102 - , transformers, unordered-containers, validation-selective 272963 + , megaparsec, mtl, parser-combinators, text, time, transformers 272964 + , unordered-containers, validation-selective 272103 272965 }: 272104 272966 mkDerivation { 272105 272967 pname = "tomland"; 272106 - version = "1.3.3.0"; 272107 - sha256 = "1masnbr5x75727k2rmgcmxqm91139v9wy434ml5a4c3dsry7xyhv"; 272968 + version = "1.3.3.1"; 272969 + sha256 = "1hg6hx9ak43gzzn3h643z54jkp5x0wjad313j8299fsi31768wgg"; 272108 272970 isLibrary = true; 272109 272971 isExecutable = true; 272110 272972 libraryHaskellDepends = [ ··· 272112 272974 parser-combinators text time transformers unordered-containers 272113 272975 validation-selective 272114 272976 ]; 272115 - executableHaskellDepends = [ 272116 - base bytestring containers hashable text time unordered-containers 272117 - ]; 272118 - executableToolDepends = [ markdown-unlit ]; 272119 272977 testHaskellDepends = [ 272120 272978 base bytestring containers directory hashable hedgehog hspec 272121 272979 hspec-hedgehog hspec-megaparsec megaparsec text time ··· 276318 277176 hydraPlatforms = lib.platforms.none; 276319 277177 }) {}; 276320 277178 277179 + "type-compare" = callPackage 277180 + ({ mkDerivation, base }: 277181 + mkDerivation { 277182 + pname = "type-compare"; 277183 + version = "0.1.1"; 277184 + sha256 = "0k0mb43cx87i7gp6w391gvsnqzfcxdyzmn3fnwqp7nn5vy8x851c"; 277185 + libraryHaskellDepends = [ base ]; 277186 + description = "Type-level Ord compatibility layer"; 277187 + license = lib.licenses.asl20; 277188 + }) {}; 277189 + 276321 277190 "type-digits" = callPackage 276322 277191 ({ mkDerivation, base, template-haskell, type-spine }: 276323 277192 mkDerivation { ··· 277448 278317 }: 277449 278318 mkDerivation { 277450 278319 pname = "typesafe-precure"; 277451 - version = "0.8.0.1"; 277452 - sha256 = "05rsyiksmw3gilr944hr1q12alinsy842qwzvc444iwyvc4f0i17"; 278320 + version = "0.8.1.1"; 278321 + sha256 = "10siihvba8c4zbwvw247zrx9z5v5sgr8vswjbbiw9gn7qdiq8ppa"; 277453 278322 libraryHaskellDepends = [ 277454 278323 aeson aeson-pretty autoexporter base bytestring dlist 277455 278324 monad-skeleton template-haskell text th-data-compat ··· 278147 279016 ({ mkDerivation, base, bytestring, mmsyn2-array, mmsyn5 }: 278148 279017 mkDerivation { 278149 279018 pname = "ukrainian-phonetics-basic-array"; 278150 - version = "0.4.1.0"; 278151 - sha256 = "09gs3d37njv5acr6nqcw899y0pycy4qxnqc36d7f4r8ny4w8lvp5"; 279019 + version = "0.4.2.0"; 279020 + sha256 = "1qw75wp493bnzwcbmhaifm4m7dj71f5q16xcscmgsysf1lj2y3m3"; 278152 279021 libraryHaskellDepends = [ base bytestring mmsyn2-array mmsyn5 ]; 278153 279022 description = "A library to work with the basic Ukrainian phonetics and syllable segmentation"; 278154 279023 license = lib.licenses.mit; ··· 278769 279638 license = lib.licenses.bsd2; 278770 279639 }) {}; 278771 279640 279641 + "unicode-collation_0_1_3_1" = callPackage 279642 + ({ mkDerivation, base, binary, bytestring, containers, parsec 279643 + , QuickCheck, quickcheck-instances, tasty, tasty-bench, tasty-hunit 279644 + , tasty-quickcheck, template-haskell, text, text-icu 279645 + , th-lift-instances, unicode-transforms 279646 + }: 279647 + mkDerivation { 279648 + pname = "unicode-collation"; 279649 + version = "0.1.3.1"; 279650 + sha256 = "1b04ml07ghfsh9cmp6b0l8c6ywxrn3c4xs7swvlmxx64asmicf3i"; 279651 + isLibrary = true; 279652 + isExecutable = true; 279653 + libraryHaskellDepends = [ 279654 + base binary bytestring containers parsec template-haskell text 279655 + th-lift-instances 279656 + ]; 279657 + testHaskellDepends = [ 279658 + base bytestring tasty tasty-hunit tasty-quickcheck text 279659 + unicode-transforms 279660 + ]; 279661 + benchmarkHaskellDepends = [ 279662 + base QuickCheck quickcheck-instances tasty-bench text text-icu 279663 + ]; 279664 + description = "Haskell implementation of the Unicode Collation Algorithm"; 279665 + license = lib.licenses.bsd2; 279666 + hydraPlatforms = lib.platforms.none; 279667 + }) {}; 279668 + 278772 279669 "unicode-data" = callPackage 278773 279670 ({ mkDerivation, base }: 278774 279671 mkDerivation { ··· 278856 279753 pname = "unicode-show"; 278857 279754 version = "0.1.0.4"; 278858 279755 sha256 = "158vnv6d7s1ahm3fr5s8ns585bcds8pf19rsglsyfk33qps3il9i"; 279756 + libraryHaskellDepends = [ base ]; 279757 + testHaskellDepends = [ base hspec QuickCheck ]; 279758 + description = "print and show in unicode"; 279759 + license = lib.licenses.bsd3; 279760 + hydraPlatforms = lib.platforms.none; 279761 + broken = true; 279762 + }) {}; 279763 + 279764 + "unicode-show_0_1_0_5" = callPackage 279765 + ({ mkDerivation, base, hspec, QuickCheck }: 279766 + mkDerivation { 279767 + pname = "unicode-show"; 279768 + version = "0.1.0.5"; 279769 + sha256 = "0iq2fivi6fclra32y5yqc6p18pd7qlyxb042hkc082pvgmj8b40v"; 278859 279770 libraryHaskellDepends = [ base ]; 278860 279771 testHaskellDepends = [ base hspec QuickCheck ]; 278861 279772 description = "print and show in unicode"; ··· 279134 280045 pname = "union"; 279135 280046 version = "0.1.2"; 279136 280047 sha256 = "1i4fvlwkw1wx64a6l8342aqfqsdq7fqa4p24g3i5gn5704lxrsb3"; 279137 - revision = "6"; 279138 - editedCabalFile = "1n1innjiqksancaazsczryyjfr7905q1iq9radwqq5ngl8xi83wz"; 280048 + revision = "7"; 280049 + editedCabalFile = "1xcm1v2dipdahd4c6hki0fx9a7vg52q3wz5aa8nw5lxjkc4s3xn8"; 279139 280050 libraryHaskellDepends = [ 279140 280051 base deepseq hashable profunctors tagged vinyl 279141 280052 ]; ··· 279262 280173 pname = "unique"; 279263 280174 version = "0.0.1"; 279264 280175 sha256 = "1dgln2dr64ma1isqskj1qnjslg9smmr7jssg8hmk68wp36i3rwkd"; 280176 + revision = "1"; 280177 + editedCabalFile = "0l95cgs8hbvakrcqzqk5l9rkz3cr3jnnszq7pgjnxrqfhgsp58r7"; 279265 280178 libraryHaskellDepends = [ base hashable ]; 279266 280179 description = "Fully concurrent unique identifiers"; 279267 280180 license = lib.licenses.bsd3; ··· 279896 280809 ({ mkDerivation, base, bytestring }: 279897 280810 mkDerivation { 279898 280811 pname = "unix-bytestring"; 279899 - version = "0.3.7.5"; 279900 - sha256 = "003003nh00aww2k8wdygjp0z7f61z8nz8840iinww83xph5wsih5"; 279901 - libraryHaskellDepends = [ base bytestring ]; 279902 - description = "Unix/Posix-specific functions for ByteStrings"; 279903 - license = lib.licenses.bsd3; 279904 - }) {}; 279905 - 279906 - "unix-bytestring_0_3_7_6" = callPackage 279907 - ({ mkDerivation, base, bytestring }: 279908 - mkDerivation { 279909 - pname = "unix-bytestring"; 279910 280812 version = "0.3.7.6"; 279911 280813 sha256 = "1f9hf7blxy8ckakd0klrs16q0hfvxfarbjgyrc7azgbb86m1skb3"; 279912 280814 libraryHaskellDepends = [ base bytestring ]; 279913 280815 description = "Unix/Posix-specific functions for ByteStrings"; 279914 280816 license = lib.licenses.bsd3; 279915 - hydraPlatforms = lib.platforms.none; 279916 280817 }) {}; 279917 280818 279918 280819 "unix-compat" = callPackage ··· 280319 281220 ]; 280320 281221 description = "Efficient hashing-based container types"; 280321 281222 license = lib.licenses.bsd3; 281223 + }) {}; 281224 + 281225 + "unordered-containers_0_2_15_0" = callPackage 281226 + ({ mkDerivation, base, bytestring, ChasingBottoms, containers 281227 + , deepseq, gauge, hashable, hashmap, HUnit, mtl, QuickCheck, random 281228 + , test-framework, test-framework-hunit, test-framework-quickcheck2 281229 + }: 281230 + mkDerivation { 281231 + pname = "unordered-containers"; 281232 + version = "0.2.15.0"; 281233 + sha256 = "0s6kmkz0p5iw5bkmbv4fhgd6cb7v8a75wkv7h5acxp52h3qfm4kc"; 281234 + libraryHaskellDepends = [ base deepseq hashable ]; 281235 + testHaskellDepends = [ 281236 + base ChasingBottoms containers hashable HUnit QuickCheck random 281237 + test-framework test-framework-hunit test-framework-quickcheck2 281238 + ]; 281239 + benchmarkHaskellDepends = [ 281240 + base bytestring containers deepseq gauge hashable hashmap mtl 281241 + random 281242 + ]; 281243 + description = "Efficient hashing-based container types"; 281244 + license = lib.licenses.bsd3; 281245 + hydraPlatforms = lib.platforms.none; 280322 281246 }) {}; 280323 281247 280324 281248 "unordered-containers-rematch" = callPackage ··· 283963 284887 license = lib.licenses.bsd3; 283964 284888 }) {}; 283965 284889 284890 + "vector-th-unbox_0_2_2" = callPackage 284891 + ({ mkDerivation, base, data-default, template-haskell, vector }: 284892 + mkDerivation { 284893 + pname = "vector-th-unbox"; 284894 + version = "0.2.2"; 284895 + sha256 = "0j81m09xxv24zziv0nanfppckzmas5184jr3npjhc9w49r3cm94a"; 284896 + revision = "1"; 284897 + editedCabalFile = "1kwjmjmp5pk9n9hps2y8kzjz4p42mcmzki8mypfhc0360n97r0wn"; 284898 + libraryHaskellDepends = [ base template-haskell vector ]; 284899 + testHaskellDepends = [ base data-default vector ]; 284900 + description = "Deriver for Data.Vector.Unboxed using Template Haskell"; 284901 + license = lib.licenses.bsd3; 284902 + hydraPlatforms = lib.platforms.none; 284903 + }) {}; 284904 + 283966 284905 "vectortiles" = callPackage 283967 284906 ({ mkDerivation, base, bytestring, containers, criterion, deepseq 283968 284907 , hashable, microlens, microlens-platform, mtl, protocol-buffers ··· 284016 284955 }: 284017 284956 mkDerivation { 284018 284957 pname = "venzone"; 284019 - version = "1.0.0.6"; 284020 - sha256 = "1x0034ww13apr1g6mscncacri3nvnmjll7spsip1dnc70ilffk77"; 284958 + version = "1.1.0.0"; 284959 + sha256 = "19ivc72skzl8h06h5bfl6lfnph3knd9zz7842rsarjknbmszrgqg"; 284021 284960 isLibrary = false; 284022 284961 isExecutable = true; 284023 284962 enableSeparateDataOutput = true; ··· 285421 286360 }: 285422 286361 mkDerivation { 285423 286362 pname = "vulkan"; 285424 - version = "3.13.1"; 285425 - sha256 = "1z5a7flk0c68p70l4mqc8ws45l4yqj4rfrcqshbbfqq54dwc5nlx"; 286363 + version = "3.13.2"; 286364 + sha256 = "1bbqz5xpd3jw71m70pdg6nifi63m0s42jvnldf55nj2ms0mzjmhr"; 285426 286365 libraryHaskellDepends = [ base bytestring transformers vector ]; 285427 286366 libraryPkgconfigDepends = [ vulkan ]; 285428 286367 testHaskellDepends = [ ··· 290266 291205 pname = "witherable"; 290267 291206 version = "0.4.2"; 290268 291207 sha256 = "0121ic4xkv3k568j23zp22a5lrv0k11h94fq7cbijd18fjr2n3br"; 291208 + revision = "1"; 291209 + editedCabalFile = "1mwmnc4pdsw0v8p9bh8n49xjjmbyf5bd0kvlg970iyq3cqik546f"; 290269 291210 libraryHaskellDepends = [ 290270 291211 base base-orphans containers hashable indexed-traversable 290271 291212 indexed-traversable-instances transformers unordered-containers ··· 293832 294773 }: 293833 294774 mkDerivation { 293834 294775 pname = "xmobar"; 293835 - version = "0.39"; 293836 - sha256 = "1k1n3ff0ikdmfq0mi8r2vpqg1iq6hsw1drvxps6k98rvvn87pws6"; 294776 + "interpolatedstring-qq" = callPackage 294777 + sha256 = "1mrdiblm8vilkm1w23pz6xbi16zh1b1lvql26czjzw5k79vd67sf"; 293837 294778 configureFlags = [ 293838 294779 "-fwith_alsa" "-fwith_conduit" "-fwith_datezone" "-fwith_dbus" 293839 294780 "-fwith_inotify" "-fwith_iwlib" "-fwith_mpd" "-fwith_mpris"