lol

Merge pull request #131591 from NixOS/haskell-updates

haskellPackages: update stackage and hackage

authored by

sterni and committed by
GitHub
c3141f24 9978f777

+641 -766
+4 -4
pkgs/data/misc/hackage/pin.json
··· 1 1 { 2 - "commit": "51c018b566e360a908addb7fcabf98fc0fbaafbe", 3 - "url": "https://github.com/commercialhaskell/all-cabal-hashes/archive/51c018b566e360a908addb7fcabf98fc0fbaafbe.tar.gz", 4 - "sha256": "0xbc0z6zx60c0m3ck0iaa5xsw7d5phk2d8wh66w66j7ci7dyah85", 5 - "msg": "Update from Hackage at 2021-07-21T05:42:12Z" 2 + "commit": "e40930a03e038e12969b8eac001e86d7aa7355b4", 3 + "url": "https://github.com/commercialhaskell/all-cabal-hashes/archive/e40930a03e038e12969b8eac001e86d7aa7355b4.tar.gz", 4 + "sha256": "16wzasswii49xj9pyxmr4r5lwp2qqc2z90a4gq5ihclcy15r8kdc", 5 + "msg": "Update from Hackage at 2021-07-26T15:54:23Z" 6 6 }
+3 -3
pkgs/development/haskell-modules/cabal2nix-unstable.nix
··· 8 8 }: 9 9 mkDerivation { 10 10 pname = "cabal2nix"; 11 - version = "unstable-2021-07-08"; 11 + version = "unstable-2021-07-21"; 12 12 src = fetchzip { 13 - url = "https://github.com/NixOS/cabal2nix/archive/b28902718d89f6a14a836d95a7093bc46e4f8bb5.tar.gz"; 14 - sha256 = "1jdbz0krwzzsl3vb10xgman642v49bbgwyl6dw3p9aw6s7a8nfgk"; 13 + url = "https://github.com/NixOS/cabal2nix/archive/b5b8981921771af9c592cd48631b7f8f21745dff.tar.gz"; 14 + sha256 = "1r2rkqq0knnn4m8xhjmnkl07mv4cb13adf88y2qq69zpxkb24frn"; 15 15 }; 16 16 isLibrary = true; 17 17 isExecutable = true;
+3 -6
pkgs/development/haskell-modules/configuration-common.nix
··· 1711 1711 excludes = ["test/buildtest"]; 1712 1712 }); 1713 1713 1714 - # workaround for https://github.com/peti/distribution-nixpkgs/issues/9 1715 - pam = super.pam.override { inherit (pkgs) pam; }; 1716 - 1717 1714 # Too strict version bounds on base: 1718 1715 # https://github.com/obsidiansystems/database-id/issues/1 1719 1716 database-id-class = doJailbreak super.database-id-class; 1720 1717 1721 - cabal2nix-unstable = overrideCabal super.cabal2nix-unstable { 1718 + cabal2nix-unstable = overrideCabal (super.cabal2nix-unstable.override { 1719 + distribution-nixpkgs = self.distribution-nixpkgs_1_6_0; 1720 + }) { 1722 1721 passthru.updateScript = ../../../maintainers/scripts/haskell/update-cabal2nix-unstable.sh; 1723 1722 }; 1724 1723 ··· 1868 1867 # unrestrict bounds for hashable and semigroups 1869 1868 # https://github.com/HeinrichApfelmus/reactive-banana/issues/215 1870 1869 reactive-banana = doJailbreak super.reactive-banana; 1871 - 1872 - hackage-db_2_1_0 = doDistribute super.hackage-db_2_1_0; 1873 1870 1874 1871 # Too strict bounds on QuickCheck 1875 1872 # https://github.com/muesli4/table-layout/issues/16
-4
pkgs/development/haskell-modules/configuration-ghc-8.10.x.nix
··· 84 84 executableHaskellDepends = drv.executableToolDepends or [] ++ [ self.repline ]; 85 85 })); 86 86 87 - # hackage-db 2.1.1 is incompatible with Cabal < 3.4 88 - # See https://github.com/NixOS/cabal2nix/issues/501 89 - hackage-db = self.hackage-db_2_1_0; 90 - 91 87 }
-4
pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix
··· 106 106 # https://github.com/haskellari/time-compat/issues/23 107 107 time-compat = dontCheck super.time-compat; 108 108 109 - # hackage-db 2.1.1 is incompatible with Cabal < 3.4 110 - # See https://github.com/NixOS/cabal2nix/issues/501 111 - hackage-db = super.hackage-db_2_1_0; 112 - 113 109 }
-3
pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
··· 136 136 # vector 0.12.2 indroduced doctest checks that don‘t work on older compilers 137 137 vector = dontCheck super.vector; 138 138 139 - # hackage-db 2.1.1 is incompatible with Cabal < 3.4 140 - # See https://github.com/NixOS/cabal2nix/issues/501 141 - hackage-db = super.hackage-db_2_1_0; 142 139 }
+5 -1
pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml
··· 1219 1219 - EnumMap 1220 1220 - enummapmap 1221 1221 - enum-utf8 1222 + - env-extra 1222 1223 - env-parser 1223 1224 - envstatus 1224 1225 - epanet-haskell ··· 1607 1608 - ghc-syb-utils 1608 1609 - ghc-tags 1609 1610 - ghc-tags-core 1611 + - ghc-tcplugin-api 1610 1612 - ghc-time-alloc-prof 1611 1613 - ghc-usage 1612 1614 - gh-labeler ··· 2307 2309 - hs-tags 2308 2310 - hstats 2309 2311 - hstatsd 2312 + - hs-term-emulator 2310 2313 - hstest 2311 2314 - hstidy 2312 2315 - hs-twitter ··· 4531 4534 - streaming-utils 4532 4535 - streaming-with 4533 4536 - streamly-examples 4534 - - streamly-fsnotify 4537 + - streamly-process 4535 4538 - stream-monad 4536 4539 - streamproc 4537 4540 - StrictBench ··· 4652 4655 - tapioca 4653 4656 - TaskMonad 4654 4657 - tasty-auto 4658 + - tasty-checklist 4655 4659 - tasty-fail-fast 4656 4660 - tasty-grading-system 4657 4661 - tasty-hedgehog-coverage
+7 -3
pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml
··· 85 85 - dual-tree < 0.2.3.0 86 86 - diagrams-core < 1.5.0 87 87 - diagrams-lib < 1.4.4 88 - # streamly-bytestring 0.1.3 needs streamly 0.8.0 which is not included in our stackage snapshot 89 - - streamly-bytestring == 0.1.2 88 + # streamly-* packages which are not in stackage and to be constrained 89 + # as long as we have streamly < 0.8.0 90 + - streamly-archive < 0.1.0 91 + - streamly-bytestring < 0.1.3 92 + - streamly-lmdb < 0.3.0 93 + - streamly-process 94 + - distribution-nixpkgs < 1.6.0 # 2021-07-26: required until cabal2nix 2.17.1 is released 90 95 91 96 extra-packages: 92 97 - base16-bytestring < 1 # required for cabal-install etc. ··· 113 118 - sbv == 7.13 # required for pkgs.petrinizer 114 119 - crackNum < 3.0 # 2021-05-21: 3.0 removed the lib which sbv 7.13 uses 115 120 - ShellCheck == 0.7.1 # 2021-05-09: haskell-ci 0.12.1 pins this version 116 - - hackage-db < 2.1.1 # 2021-06-10: Need older hackage-db as long as Cabal < 3.4, see https://github.com/NixOS/cabal2nix/issues/501 117 121 118 122 package-maintainers: 119 123 abbradar:
+26 -24
pkgs/development/haskell-modules/configuration-hackage2nix/stackage.yaml
··· 1 - # Stackage LTS 18.2 1 + # Stackage LTS 18.4 2 2 # This file is auto-generated by 3 3 # maintainers/scripts/haskell/update-stackage.sh 4 4 default-package-overrides: ··· 895 895 - ghc-lib-parser-ex ==8.10.0.21 896 896 - ghc-parser ==0.2.3.0 897 897 - ghc-paths ==0.1.0.12 898 - - ghc-prof ==1.4.1.8 898 + - ghc-prof ==1.4.1.9 899 899 - ghc-source-gen ==0.4.1.0 900 900 - ghc-syntax-highlighter ==0.0.6.0 901 901 - ghc-tcplugins-extra ==0.4.2 ··· 963 963 - gtk-strut ==0.1.3.0 964 964 - guarded-allocation ==0.0.1 965 965 - H ==0.9.0.1 966 - - hackage-db ==2.1.1 966 + - hackage-db ==2.1.2 967 967 - hackage-security ==0.6.0.1 968 968 - haddock-library ==1.10.0 969 969 - hadoop-streaming ==0.2.0.3 ··· 1244 1244 - inline-c-cpp ==0.4.0.3 1245 1245 - inline-r ==0.10.4 1246 1246 - inliterate ==0.1.0 1247 - - input-parsers ==0.2.2 1247 + - input-parsers ==0.2.3 1248 1248 - insert-ordered-containers ==0.2.5 1249 1249 - inspection-testing ==0.4.5.0 1250 1250 - instance-control ==0.1.2.0 ··· 1308 1308 - json-rpc-generic ==0.2.1.5 1309 1309 - JuicyPixels ==3.3.5 1310 1310 - JuicyPixels-blurhash ==0.1.0.3 1311 - - JuicyPixels-extra ==0.5.1 1311 + - JuicyPixels-extra ==0.5.2 1312 1312 - JuicyPixels-scale-dct ==0.1.2 1313 1313 - junit-xml ==0.1.0.2 1314 1314 - justified-containers ==0.3.0.0 ··· 1330 1330 - kmeans ==0.1.3 1331 1331 - koji ==0.0.2 1332 1332 - koofr-client ==1.0.0.3 1333 - - krank ==0.2.2 1333 + - krank ==0.2.3 1334 1334 - kubernetes-webhook-haskell ==0.2.0.3 1335 1335 - l10n ==0.1.0.1 1336 1336 - labels ==0.3.3 ··· 1389 1389 - liboath-hs ==0.0.1.2 1390 1390 - libyaml ==0.1.2 1391 1391 - LibZip ==1.0.1 1392 - - lifted-async ==0.10.2 1392 + - lifted-async ==0.10.2.1 1393 1393 - lifted-base ==0.2.3.12 1394 1394 - lift-generics ==0.2 1395 1395 - lift-type ==0.1.0.1 ··· 1437 1437 - lukko ==0.1.1.3 1438 1438 - lz4-frame-conduit ==0.1.0.1 1439 1439 - lzma ==0.0.0.3 1440 + - lzma-clib ==5.2.2 1440 1441 - lzma-conduit ==1.2.1 1441 1442 - machines ==0.7.2 1442 1443 - machines-binary ==7.0.0.0 ··· 1555 1556 - monad-unlift ==0.2.0 1556 1557 - monad-unlift-ref ==0.2.1 1557 1558 - mongoDB ==2.7.1.1 1558 - - monoid-subclasses ==1.1 1559 + - monoid-subclasses ==1.1.1 1559 1560 - monoid-transformer ==0.0.4 1560 1561 - mono-traversable ==1.0.15.1 1561 1562 - mono-traversable-instances ==0.1.1.0 ··· 1647 1648 - nqe ==0.6.3 1648 1649 - nri-env-parser ==0.1.0.7 1649 1650 - nri-observability ==0.1.1.1 1650 - - nri-prelude ==0.6.0.2 1651 + - nri-prelude ==0.6.0.3 1651 1652 - nsis ==0.3.3 1652 1653 - numbers ==3000.2.0.2 1653 1654 - numeric-extras ==0.1 ··· 1867 1868 - prospect ==0.1.0.0 1868 1869 - proto3-wire ==1.2.2 1869 1870 - protobuf ==0.2.1.3 1870 - - protobuf-simple ==0.1.1.0 1871 + - protobuf-simple ==0.1.1.1 1871 1872 - protocol-buffers ==2.4.17 1872 1873 - protocol-buffers-descriptor ==2.4.17 1873 1874 - protocol-radius ==0.0.1.1 ··· 1923 1924 - Ranged-sets ==0.4.0 1924 1925 - range-set-list ==0.1.3.1 1925 1926 - rank1dynamic ==0.4.1 1926 - - rank2classes ==1.4.1 1927 + - rank2classes ==1.4.2 1927 1928 - Rasterific ==0.7.5.4 1928 1929 - rasterific-svg ==0.3.3.2 1929 1930 - ratel ==1.0.15 ··· 1969 1970 - regex-compat-tdfa ==0.95.1.4 1970 1971 - regex-pcre ==0.95.0.0 1971 1972 - regex-pcre-builtin ==0.95.2.3.8.43 1972 - - regex-posix ==0.96.0.0 1973 + - regex-posix ==0.96.0.1 1973 1974 - regex-tdfa ==1.3.1.1 1974 1975 - regex-with-pcre ==1.1.0.0 1975 1976 - registry ==0.2.0.3 1976 1977 - reinterpret-cast ==0.1.0 1977 1978 - relapse ==1.0.0.0 1978 - - relational-query ==0.12.2.3 1979 + - relational-query ==0.12.3.0 1979 1980 - relational-query-HDBC ==0.7.2.0 1980 1981 - relational-record ==0.2.2.0 1981 1982 - relational-schemas ==0.1.8.0 ··· 2015 2016 - rosezipper ==0.2 2016 2017 - rot13 ==0.2.0.1 2017 2018 - rpmbuild-order ==0.4.5 2019 + - rpm-nvr ==0.1.0 2018 2020 - rp-tree ==0.6 2019 2021 - RSA ==2.4.1 2020 2022 - runmemo ==1.0.0.1 ··· 2039 2041 - sandwich ==0.1.0.8 2040 2042 - sandwich-quickcheck ==0.1.0.5 2041 2043 - sandwich-slack ==0.1.0.4 2042 - - sandwich-webdriver ==0.1.0.5 2044 + - sandwich-webdriver ==0.1.0.6 2043 2045 - say ==0.1.0.1 2044 2046 - sbp ==2.6.3 2045 2047 - sbv ==8.15 ··· 2122 2124 - SHA ==1.6.4.4 2123 2125 - shake ==0.19.5 2124 2126 - shake-language-c ==0.12.0 2125 - - shake-plus ==0.3.3.1 2127 + - shake-plus ==0.3.4.0 2126 2128 - shake-plus-extended ==0.4.1.0 2127 2129 - shakespeare ==2.0.25 2128 2130 - shared-memory ==0.2.0.0 ··· 2214 2216 - squeather ==0.8.0.0 2215 2217 - srcloc ==0.6 2216 2218 - stache ==2.3.0 2217 - - stack ==2.7.1 2219 + - stack ==2.7.3 2218 2220 - stackcollapse-ghc ==0.0.1.3 2219 2221 - stack-templatizer ==0.1.0.2 2220 2222 - stateref ==0.3 2221 2223 - StateVar ==1.2.1 2222 - - static-text ==0.2.0.6 2224 + - static-text ==0.2.0.7 2223 2225 - statistics ==0.15.2.0 2224 - - status-notifier-item ==0.3.0.5 2226 + - status-notifier-item ==0.3.1.0 2225 2227 - stb-image-redux ==0.2.1.3 2226 2228 - step-function ==0.2 2227 2229 - stm-chans ==3.0.0.4 ··· 2408 2410 - th-test-utils ==1.1.0 2409 2411 - th-utilities ==0.2.4.3 2410 2412 - thyme ==0.3.5.5 2411 - - tidal ==1.7.7 2413 + - tidal ==1.7.8 2412 2414 - tile ==0.3.0.0 2413 2415 - time-compat ==1.9.5 2414 2416 - timeit ==2.0 ··· 2519 2521 - unix-bytestring ==0.3.7.3 2520 2522 - unix-compat ==0.5.3 2521 2523 - unix-time ==0.4.7 2522 - - unliftio ==0.2.18 2524 + - unliftio ==0.2.19 2523 2525 - unliftio-core ==0.2.0.1 2524 2526 - unliftio-pool ==0.2.1.1 2525 2527 - unliftio-streams ==0.1.1.1 ··· 2625 2627 - Win32 ==2.6.1.0 2626 2628 - Win32-notify ==0.3.0.3 2627 2629 - windns ==0.1.0.1 2628 - - witch ==0.3.3.0 2630 + - witch ==0.3.4.0 2629 2631 - witherable ==0.4.1 2630 2632 - within ==0.2.0.1 2631 2633 - with-location ==0.1.0 ··· 2686 2688 - yesod-auth-hashdb ==1.7.1.7 2687 2689 - yesod-auth-oauth2 ==0.6.3.4 2688 2690 - yesod-bin ==1.6.1 2689 - - yesod-core ==1.6.20.2 2691 + - yesod-core ==1.6.21.0 2690 2692 - yesod-fb ==0.6.1 2691 2693 - yesod-form ==1.7.0 2692 - - yesod-gitrev ==0.2.1 2694 + - yesod-gitrev ==0.2.2 2693 2695 - yesod-markdown ==0.12.6.11 2694 2696 - yesod-newsfeed ==1.7.0.0 2695 - - yesod-page-cursor ==2.0.0.8 2697 + - yesod-page-cursor ==2.0.0.9 2696 2698 - yesod-paginator ==1.1.1.0 2697 2699 - yesod-persistent ==1.6.0.7 2698 2700 - yesod-sitemap ==1.6.0
+3
pkgs/development/haskell-modules/configuration-hackage2nix/transitive-broken.yaml
··· 1837 1837 - keid-geometry 1838 1838 - keid-render-basic 1839 1839 - keid-resource-gltf 1840 + - keid-sound-openal 1840 1841 - keid-ui-dearimgui 1841 1842 - kevin 1842 1843 - keysafe ··· 2346 2347 - polysemy-log-co 2347 2348 - polysemy-log-di 2348 2349 - polysemy-methodology 2350 + - polysemy-methodology-co-log 2349 2351 - polysemy-methodology-composite 2350 2352 - polysemy-mocks 2351 2353 - polysemy-optics ··· 2355 2357 - polysemy-readline 2356 2358 - polysemy-req 2357 2359 - polysemy-resume 2360 + - polysemy-several 2358 2361 - polysemy-socket 2359 2362 - polysemy-test 2360 2363 - polysemy-time
+590 -714
pkgs/development/haskell-modules/hackage-packages.nix
··· 11709 11709 }: 11710 11710 mkDerivation { 11711 11711 pname = "JuicyPixels-extra"; 11712 - version = "0.5.1"; 11713 - sha256 = "1kgb2l6ymhjr7wq93jpdhxy3k4i7jz0rz256phz10ycdpyvdbjpq"; 11712 + version = "0.5.2"; 11713 + sha256 = "11y4735bbp99wvi4fkpvkda7cj4c6iqp437drs27flicx2ygc687"; 11714 11714 enableSeparateDataOutput = true; 11715 11715 libraryHaskellDepends = [ base JuicyPixels ]; 11716 11716 testHaskellDepends = [ base hspec JuicyPixels ]; ··· 12818 12818 description = "an adapter for LogicGrowsOnTrees that uses MPI"; 12819 12819 license = lib.licenses.bsd3; 12820 12820 hydraPlatforms = lib.platforms.none; 12821 - }) {openmpi = null;}; 12821 + }) {inherit (pkgs) openmpi;}; 12822 12822 12823 12823 "LogicGrowsOnTrees-network" = callPackage 12824 12824 ({ mkDerivation, base, cereal, cmdtheline, composition, containers ··· 19211 19211 license = lib.licenses.bsd3; 19212 19212 }) {}; 19213 19213 19214 + "StateVar_1_2_2" = callPackage 19215 + ({ mkDerivation, base, stm, transformers }: 19216 + mkDerivation { 19217 + pname = "StateVar"; 19218 + version = "1.2.2"; 19219 + sha256 = "098q4lk60najzpbfal4bg4sh7izxm840aa5h4ycaamjn77d3jjsy"; 19220 + libraryHaskellDepends = [ base stm transformers ]; 19221 + description = "State variables"; 19222 + license = lib.licenses.bsd3; 19223 + hydraPlatforms = lib.platforms.none; 19224 + }) {}; 19225 + 19214 19226 "StateVar-transformer" = callPackage 19215 19227 ({ mkDerivation, base, mtl, transformers }: 19216 19228 mkDerivation { ··· 20755 20767 ({ mkDerivation, base, bytestring, transformers, vector, vulkan }: 20756 20768 mkDerivation { 20757 20769 pname = "VulkanMemoryAllocator"; 20758 - version = "0.6.0.1"; 20759 - sha256 = "082i8jhx9s977j8dgn6v92h9nzkblcyw820jk87bg14w4lcgi91v"; 20770 + version = "0.7"; 20771 + sha256 = "0f7l91lds878s49yjq210sc49y6c6i3m3hys02902b64dqdgslpa"; 20760 20772 libraryHaskellDepends = [ 20761 20773 base bytestring transformers vector vulkan 20762 20774 ]; ··· 21914 21926 ({ mkDerivation, base, bytestring, Cabal, case-insensitive 21915 21927 , containers, deepseq, ghc-prim, hashable, hspec, hspec-discover 21916 21928 , HUnit, integer-gmp, primitive, QuickCheck, quickcheck-instances 21917 - , scientific, tagged, template-haskell, time, unicode-collation 21918 - , unordered-containers 21929 + , random, scientific, tagged, template-haskell, time 21930 + , unicode-collation, unordered-containers, uuid-types 21919 21931 }: 21920 21932 mkDerivation { 21921 21933 pname = "Z-Data"; 21922 - version = "1.0.0.1"; 21923 - sha256 = "1lhcmcjhr6p3ac50lpmppdvj80vx2wi8xjljd9s9mbiy5kf4pc63"; 21934 + version = "1.1.0.0"; 21935 + sha256 = "0zjgai814a4zbcyjrmfcy1kq97rds0pjsiz8lma1g8c0fhq2gy5c"; 21924 21936 setupHaskellDepends = [ base Cabal ]; 21925 21937 libraryHaskellDepends = [ 21926 21938 base bytestring case-insensitive containers deepseq ghc-prim 21927 - hashable integer-gmp primitive QuickCheck scientific tagged 21939 + hashable integer-gmp primitive QuickCheck random scientific tagged 21928 21940 template-haskell time unicode-collation unordered-containers 21941 + uuid-types 21929 21942 ]; 21930 21943 testHaskellDepends = [ 21931 21944 base containers hashable hspec HUnit integer-gmp primitive ··· 32288 32301 }: 32289 32302 mkDerivation { 32290 32303 pname = "arch-hs"; 32291 - version = "0.9.0.0"; 32292 - sha256 = "09i5b4pdbc1x7977icq0m7amk59iy0822ki5dlhd7y74m2dmdf9z"; 32304 + version = "0.9.1.0"; 32305 + sha256 = "0k9xi2k4ifrnnh6p80pf1xhf45cbhrs1zdwy0ayp08p0ajdlh74b"; 32293 32306 isLibrary = true; 32294 32307 isExecutable = true; 32295 32308 libraryHaskellDepends = [ ··· 41502 41515 license = "unknown"; 41503 41516 hydraPlatforms = lib.platforms.none; 41504 41517 broken = true; 41505 - }) {inherit (pkgs) blas; liblapack = null;}; 41518 + }) {inherit (pkgs) blas; inherit (pkgs) liblapack;}; 41506 41519 41507 41520 "bindings-libcddb" = callPackage 41508 41521 ({ mkDerivation, base, bindings-DSL, libcddb }: ··· 49567 49580 pname = "cabal2nix"; 49568 49581 version = "2.17.0"; 49569 49582 sha256 = "0y91agkhgpzzaf9l7l1h7x516iryj8z2vk1in1h7pyjlxaiak6lm"; 49583 + revision = "2"; 49584 + editedCabalFile = "05lb28s4l4c1s6jv1zaqpm9mwx5r4gm113akzq9xr1w5447vw2c3"; 49570 49585 isLibrary = true; 49571 49586 isExecutable = true; 49572 49587 libraryHaskellDepends = [ ··· 50870 50885 license = lib.licenses.bsd3; 50871 50886 }) {}; 50872 50887 50888 + "capability_0_5_0_0" = callPackage 50889 + ({ mkDerivation, base, constraints, containers, dlist, exceptions 50890 + , generic-lens, hspec, lens, monad-control, mtl, mutable-containers 50891 + , primitive, reflection, safe-exceptions, silently, streaming 50892 + , temporary, text, transformers, unliftio, unliftio-core 50893 + }: 50894 + mkDerivation { 50895 + pname = "capability"; 50896 + version = "0.5.0.0"; 50897 + sha256 = "116phv80mqs5jd3pv0ar29xfjcg8jf2c77fp530dk0k3da8v5d38"; 50898 + libraryHaskellDepends = [ 50899 + base constraints dlist exceptions generic-lens lens monad-control 50900 + mtl mutable-containers primitive reflection safe-exceptions 50901 + streaming transformers unliftio unliftio-core 50902 + ]; 50903 + testHaskellDepends = [ 50904 + base containers dlist hspec lens mtl silently streaming temporary 50905 + text unliftio 50906 + ]; 50907 + description = "Extensional capabilities and deriving combinators"; 50908 + license = lib.licenses.bsd3; 50909 + hydraPlatforms = lib.platforms.none; 50910 + }) {}; 50911 + 50873 50912 "capataz" = callPackage 50874 50913 ({ mkDerivation, async, base, bytestring, pretty-show 50875 50914 , prettyprinter, rio, tasty, tasty-hunit, tasty-smallcheck ··· 55942 55981 }: 55943 55982 mkDerivation { 55944 55983 pname = "clckwrks"; 55945 - version = "0.26.3"; 55946 - sha256 = "119hybfny3sriscgk8zjf56yfc36jxnzydkhb04wxfip9r84mn03"; 55984 + version = "0.26.4"; 55985 + sha256 = "0gvfplid34idkfg5s7dvcwg22ij3fryn82hz958z2960a4jb7ngv"; 55947 55986 enableSeparateDataOutput = true; 55948 55987 libraryHaskellDepends = [ 55949 55988 acid-state aeson aeson-qq attoparsec base blaze-html bytestring ··· 56163 56202 }: 56164 56203 mkDerivation { 56165 56204 pname = "clckwrks-theme-bootstrap"; 56166 - version = "0.4.2.4"; 56167 - sha256 = "0ay3rb6vfzvb43mwhjzgdf3cp7dcya0l9sl7msns0niak4xmnz1l"; 56205 + version = "0.4.3"; 56206 + sha256 = "01hs4rh89zp0y2gkfam27kdwywh5fqr10pzwf1d4c92kpnz9xd5d"; 56168 56207 enableSeparateDataOutput = true; 56169 56208 libraryHaskellDepends = [ 56170 56209 base clckwrks happstack-authenticate hsp hsx-jmacro hsx2hs jmacro ··· 59801 59840 }: 59802 59841 mkDerivation { 59803 59842 pname = "compdoc"; 59804 - version = "0.2.0.0"; 59805 - sha256 = "0cdgyvbx2xf7dgvg0h6k980yfh9vj7yg5vsg08i7cb8iik2w0k0m"; 59843 + version = "0.3.0.0"; 59844 + sha256 = "07gbs64r8qsxw4j0mlk7kldbdjjzz4v34pm8b5cj7a6r1l33w7k5"; 59806 59845 libraryHaskellDepends = [ 59807 59846 aeson base composite-aeson composite-aeson-throw composite-base 59808 59847 pandoc pandoc-throw path rio vinyl ··· 59817 59856 }: 59818 59857 mkDerivation { 59819 59858 pname = "compdoc-dhall-decoder"; 59820 - version = "0.2.0.0"; 59821 - sha256 = "0iygbgcqcs3ixdnphhrp57s1ihpwnf9q59z7r74qqj7qx1yjrxig"; 59822 - revision = "1"; 59823 - editedCabalFile = "1g15qxkxfipvf6al3k8bdcvvcl1vyhjhg3r1w2z2g91ngz0b5y18"; 59859 + version = "0.3.0.0"; 59860 + sha256 = "0qsq67zj8gr9xlgcbxgn5fi1cyv4qf7w5vzfl3v4hvil7xf3fn77"; 59824 59861 libraryHaskellDepends = [ 59825 59862 base compdoc composite-aeson composite-base dhall either pandoc 59826 59863 text ··· 60166 60203 libraryHaskellDepends = [ base binary composite-base ]; 60167 60204 description = "Orphan binary instances"; 60168 60205 license = lib.licenses.bsd3; 60206 + }) {}; 60207 + 60208 + "composite-dhall" = callPackage 60209 + ({ mkDerivation, base, composite-base, dhall, lens, text }: 60210 + mkDerivation { 60211 + pname = "composite-dhall"; 60212 + version = "0.0.1.0"; 60213 + sha256 = "1hhy3incp4j8n0c8jyk12qi9zgxmwqpvb08zhc8rql855g88rpfq"; 60214 + revision = "2"; 60215 + editedCabalFile = "16ki1iii379yn1qwxs76qfjm4wvkysdm15b60m24v1gz1vkxidhi"; 60216 + libraryHaskellDepends = [ base composite-base dhall lens text ]; 60217 + description = "Dhall instances for composite records"; 60218 + license = lib.licenses.mit; 60169 60219 }) {}; 60170 60220 60171 60221 "composite-ekg" = callPackage ··· 63376 63426 license = lib.licenses.bsd3; 63377 63427 }) {}; 63378 63428 63429 + "contravariant_1_5_4" = callPackage 63430 + ({ mkDerivation, base, StateVar, transformers }: 63431 + mkDerivation { 63432 + pname = "contravariant"; 63433 + version = "1.5.4"; 63434 + sha256 = "19bwqkxvpgdfvjamk0g8wk1q4rfvbhxain6lx78ldhjmc7m5v9ql"; 63435 + libraryHaskellDepends = [ base StateVar transformers ]; 63436 + description = "Contravariant functors"; 63437 + license = lib.licenses.bsd3; 63438 + hydraPlatforms = lib.platforms.none; 63439 + }) {}; 63440 + 63379 63441 "contravariant-extras" = callPackage 63380 63442 ({ mkDerivation, base, contravariant, template-haskell 63381 63443 , template-haskell-compat-v0208 ··· 64850 64912 license = lib.licenses.gpl3Only; 64851 64913 hydraPlatforms = lib.platforms.none; 64852 64914 broken = true; 64853 - }) {python3 = null;}; 64915 + }) {inherit (pkgs) python3;}; 64854 64916 64855 64917 "cql" = callPackage 64856 64918 ({ mkDerivation, base, bytestring, cereal, containers, Decimal ··· 77452 77514 maintainers = with lib.maintainers; [ peti ]; 77453 77515 }) {}; 77454 77516 77517 + "distribution-nixpkgs_1_6_0" = callPackage 77518 + ({ mkDerivation, aeson, base, bytestring, Cabal, containers 77519 + , deepseq, hspec, language-nix, lens, pretty, process, split 77520 + }: 77521 + mkDerivation { 77522 + pname = "distribution-nixpkgs"; 77523 + version = "1.6.0"; 77524 + sha256 = "0m1kw3wy0n611487qhskldivrxmkh7m5bkzib44d8n0qfg5lv06i"; 77525 + enableSeparateDataOutput = true; 77526 + libraryHaskellDepends = [ 77527 + aeson base bytestring Cabal containers deepseq language-nix lens 77528 + pretty process split 77529 + ]; 77530 + testHaskellDepends = [ base deepseq hspec lens ]; 77531 + description = "Types and functions to manipulate the Nixpkgs distribution"; 77532 + license = lib.licenses.bsd3; 77533 + hydraPlatforms = lib.platforms.none; 77534 + maintainers = with lib.maintainers; [ peti ]; 77535 + }) {}; 77536 + 77455 77537 "distribution-opensuse" = callPackage 77456 77538 ({ mkDerivation, aeson, base, binary, bytestring, containers 77457 77539 , deepseq, Diff, extra, foldl, hashable, hsemail, mtl, parsec-class ··· 77964 78046 ({ mkDerivation, base, base16-bytestring, bytestring 77965 78047 , case-insensitive, conduit, conduit-extra, config-ini, containers 77966 78048 , cryptonite, exceptions, extra, filepath, generic-lens, hspec 77967 - , http-client-tls, http-conduit, http-types, memory, microlens 77968 - , mime-types, mtl, resourcet, text, time, transformers, xml-conduit 78049 + , http-api-data, http-client-tls, http-conduit, http-types, memory 78050 + , microlens, mime-types, mtl, resourcet, text, time, transformers 78051 + , unliftio, xml-conduit 77969 78052 }: 77970 78053 mkDerivation { 77971 78054 pname = "do-spaces"; 77972 - version = "0.1.0"; 77973 - sha256 = "1xj0n2pmmwkm4ss5gvsbvw8m545w4890a3hhk1ns1vbbm06zmvsi"; 78055 + version = "0.2"; 78056 + sha256 = "0nl3gj7jfamm4j8z16jxxl6xq3507p091zsvsa0gxmqiwkjqfc65"; 77974 78057 libraryHaskellDepends = [ 77975 78058 base base16-bytestring bytestring case-insensitive conduit 77976 78059 conduit-extra config-ini containers cryptonite exceptions extra 77977 - filepath generic-lens http-client-tls http-conduit http-types 77978 - memory microlens mime-types mtl text time transformers xml-conduit 78060 + filepath generic-lens http-api-data http-client-tls http-conduit 78061 + http-types memory microlens mime-types mtl text time transformers 78062 + unliftio xml-conduit 77979 78063 ]; 77980 78064 testHaskellDepends = [ 77981 78065 base bytestring case-insensitive conduit conduit-extra containers ··· 80924 81008 }: 80925 81009 mkDerivation { 80926 81010 pname = "dynamic-pipeline"; 80927 - version = "0.3.1.2"; 80928 - sha256 = "02dnji253nvszgma7yzn7ghkz7gy4a24qa54l0pbm3mnf9xmwn31"; 81011 + version = "0.3.1.3"; 81012 + sha256 = "01f98acd9hkqi5jbgm7zb69ci6gsf8rwlwddw6g5id2kvim557n8"; 80929 81013 isLibrary = true; 80930 81014 isExecutable = true; 80931 81015 libraryHaskellDepends = [ ··· 84570 84654 ]; 84571 84655 description = "Safe helpers for accessing and modifying environment variables"; 84572 84656 license = lib.licenses.mit; 84657 + hydraPlatforms = lib.platforms.none; 84658 + broken = true; 84573 84659 }) {}; 84574 84660 84575 84661 "env-locale" = callPackage ··· 102016 102102 }: 102017 102103 mkDerivation { 102018 102104 pname = "ghc-prof"; 102019 - version = "1.4.1.8"; 102020 - sha256 = "02k6il0a6cdr5dvf5x6gpjyn9vzn43kahqdsq5lzjvw5c6l0462p"; 102021 - isLibrary = true; 102022 - isExecutable = true; 102023 - libraryHaskellDepends = [ 102024 - attoparsec base containers scientific text time 102025 - ]; 102026 - testHaskellDepends = [ 102027 - attoparsec base containers directory filepath process tasty 102028 - tasty-hunit temporary text 102029 - ]; 102030 - description = "Library for parsing GHC time and allocation profiling reports"; 102031 - license = lib.licenses.bsd3; 102032 - }) {}; 102033 - 102034 - "ghc-prof_1_4_1_9" = callPackage 102035 - ({ mkDerivation, attoparsec, base, containers, directory, filepath 102036 - , process, scientific, tasty, tasty-hunit, temporary, text, time 102037 - }: 102038 - mkDerivation { 102039 - pname = "ghc-prof"; 102040 102105 version = "1.4.1.9"; 102041 102106 sha256 = "1m7pwrwf45hc8nscl9kzzw9n0blnfpx7dl38kv8hvshaqbbg0v4q"; 102042 102107 isLibrary = true; ··· 102050 102115 ]; 102051 102116 description = "Library for parsing GHC time and allocation profiling reports"; 102052 102117 license = lib.licenses.bsd3; 102053 - hydraPlatforms = lib.platforms.none; 102054 102118 }) {}; 102055 102119 102056 102120 "ghc-prof-aeson" = callPackage ··· 102324 102388 hydraPlatforms = lib.platforms.none; 102325 102389 }) {}; 102326 102390 102391 + "ghc-tcplugin-api" = callPackage 102392 + ({ mkDerivation, base, ghc, transformers }: 102393 + mkDerivation { 102394 + pname = "ghc-tcplugin-api"; 102395 + version = "0.2.0.0"; 102396 + sha256 = "0x58s2ip5p59vpx1x6lwdq46vxjfx6b28yzxjpd9pb148x787yfd"; 102397 + libraryHaskellDepends = [ base ghc transformers ]; 102398 + description = "An API for type-checker plugins"; 102399 + license = lib.licenses.bsd3; 102400 + hydraPlatforms = lib.platforms.none; 102401 + broken = true; 102402 + }) {}; 102403 + 102327 102404 "ghc-tcplugins-extra_0_3_2" = callPackage 102328 102405 ({ mkDerivation, base, ghc }: 102329 102406 mkDerivation { ··· 103853 103930 license = lib.licenses.lgpl21Only; 103854 103931 hydraPlatforms = lib.platforms.none; 103855 103932 broken = true; 103856 - }) {gtk-mac-integration-gtk3 = null;}; 103933 + }) {inherit (pkgs) gtk-mac-integration-gtk3;}; 103857 103934 103858 103935 "gi-gtksheet" = callPackage 103859 103936 ({ mkDerivation, base, bytestring, Cabal, containers, gi-atk ··· 105511 105588 license = lib.licenses.bsd3; 105512 105589 }) {}; 105513 105590 105514 - "gitlab-haskell_0_3_0_1" = callPackage 105591 + "gitlab-haskell_0_3_0_2" = callPackage 105515 105592 ({ mkDerivation, aeson, base, bytestring, connection, http-client 105516 105593 , http-conduit, http-types, tasty, tasty-hunit, temporary, text 105517 105594 , time, transformers, unix, unliftio, unliftio-core 105518 105595 }: 105519 105596 mkDerivation { 105520 105597 pname = "gitlab-haskell"; 105521 - version = "0.3.0.1"; 105522 - sha256 = "103wkbfnx8n5klaacqfl4vyg6rwszac04rpg7p7hka1m7jsrikwf"; 105598 + version = "0.3.0.2"; 105599 + sha256 = "0ndwff0rk1b7vkggymb0ca0h0hg69kym7npcckv2x2pnw55lb5yz"; 105523 105600 enableSeparateDataOutput = true; 105524 105601 libraryHaskellDepends = [ 105525 105602 aeson base bytestring connection http-client http-conduit ··· 106410 106487 }: 106411 106488 mkDerivation { 106412 106489 pname = "gloss-export"; 106413 - version = "0.1.0.3"; 106414 - sha256 = "1m1fxv516kfqx4y684xcd1x0vvzirgv1acawiam5nm26hqvxcf85"; 106490 + version = "0.1.0.4"; 106491 + sha256 = "1mllkmb11cqgaw183jjxmivs8h1n8vbr31bqlw94v4vjm4r4ljzl"; 106415 106492 isLibrary = true; 106416 106493 isExecutable = true; 106417 106494 libraryHaskellDepends = [ ··· 112450 112527 }: 112451 112528 mkDerivation { 112452 112529 pname = "gtk-sni-tray"; 112453 - version = "0.1.6.2"; 112454 - sha256 = "1rcw57d5f0298y40ajmb2664ryrqsmcwbr2y1pk0sl2ggwr1zzsl"; 112530 + version = "0.1.8.0"; 112531 + sha256 = "0b8b8hvsv60zvnjidqm1qchxdgqdf5gcmm5pz8fvrvcjqq27b1xa"; 112455 112532 isLibrary = true; 112456 112533 isExecutable = true; 112457 112534 libraryHaskellDepends = [ ··· 112725 112802 license = lib.licenses.lgpl21Only; 112726 112803 hydraPlatforms = lib.platforms.none; 112727 112804 broken = true; 112728 - }) {gtk-mac-integration-gtk3 = null;}; 112805 + }) {inherit (pkgs) gtk-mac-integration-gtk3;}; 112729 112806 112730 112807 "gtkglext" = callPackage 112731 112808 ({ mkDerivation, base, Cabal, glib, gtk, gtk2, gtk2hs-buildtools ··· 113515 113592 license = "GPL"; 113516 113593 hydraPlatforms = lib.platforms.none; 113517 113594 broken = true; 113518 - }) {inherit (pkgs) blas; liblapack = null;}; 113595 + }) {inherit (pkgs) blas; inherit (pkgs) liblapack;}; 113519 113596 113520 113597 "hXmixer" = callPackage 113521 113598 ({ mkDerivation, base, directory, gtk3, process, split, text }: ··· 114072 114149 broken = true; 114073 114150 }) {}; 114074 114151 114075 - "hackage-db_2_1_0" = callPackage 114076 - ({ mkDerivation, aeson, base, bytestring, Cabal, containers 114077 - , directory, exceptions, filepath, tar, time, utf8-string 114078 - }: 114079 - mkDerivation { 114080 - pname = "hackage-db"; 114081 - version = "2.1.0"; 114082 - sha256 = "1vsc0lrbrb525frycqq0c5z846whymgcjl888gnlqd16nknbsn3l"; 114083 - revision = "1"; 114084 - editedCabalFile = "1h3x5a8xmqkkcd3h1m7z0il1vbsh2c77685y68zmyp21zb1y88hy"; 114085 - isLibrary = true; 114086 - isExecutable = true; 114087 - libraryHaskellDepends = [ 114088 - aeson base bytestring Cabal containers directory exceptions 114089 - filepath tar time utf8-string 114090 - ]; 114091 - description = "Access cabal-install's Hackage database via Data.Map"; 114092 - license = lib.licenses.bsd3; 114093 - hydraPlatforms = lib.platforms.none; 114094 - maintainers = with lib.maintainers; [ peti ]; 114095 - }) {}; 114096 - 114097 114152 "hackage-db" = callPackage 114098 114153 ({ mkDerivation, aeson, base, bytestring, Cabal, containers 114099 114154 , directory, exceptions, filepath, tar, time, utf8-string 114100 114155 }: 114101 114156 mkDerivation { 114102 114157 pname = "hackage-db"; 114103 - version = "2.1.1"; 114104 - sha256 = "16y1iqb3y019hjdsq7q3zx51qy834ky3mw5vszqmzzhflqpicd31"; 114105 - isLibrary = true; 114106 - isExecutable = true; 114107 - libraryHaskellDepends = [ 114108 - aeson base bytestring Cabal containers directory exceptions 114109 - filepath tar time utf8-string 114110 - ]; 114111 - description = "Access cabal-install's Hackage database via Data.Map"; 114112 - license = lib.licenses.bsd3; 114113 - maintainers = with lib.maintainers; [ peti ]; 114114 - }) {}; 114115 - 114116 - "hackage-db_2_1_2" = callPackage 114117 - ({ mkDerivation, aeson, base, bytestring, Cabal, containers 114118 - , directory, exceptions, filepath, tar, time, utf8-string 114119 - }: 114120 - mkDerivation { 114121 - pname = "hackage-db"; 114122 114158 version = "2.1.2"; 114123 114159 sha256 = "1aj82n2ay16zman829gq7s9dkg3qyyavca8hhjfibx8hzg6pmnap"; 114124 114160 isLibrary = true; ··· 114129 114165 ]; 114130 114166 description = "Access cabal-install's Hackage database via Data.Map"; 114131 114167 license = lib.licenses.bsd3; 114132 - hydraPlatforms = lib.platforms.none; 114133 114168 maintainers = with lib.maintainers; [ peti ]; 114134 114169 }) {}; 114135 114170 ··· 119483 119518 license = lib.licenses.bsd3; 119484 119519 hydraPlatforms = lib.platforms.none; 119485 119520 broken = true; 119486 - }) {open-pal = null; open-rte = null; openmpi = null;}; 119521 + }) {open-pal = null; open-rte = null; inherit (pkgs) openmpi;}; 119487 119522 119488 119523 "haskell-names" = callPackage 119489 119524 ({ mkDerivation, aeson, base, bytestring, containers ··· 121285 121320 "hasklepias" = callPackage 121286 121321 ({ mkDerivation, aeson, base, bytestring, cmdargs, co-log 121287 121322 , containers, flow, ghc-prim, hspec, interval-algebra, lens 121288 - , lens-aeson, mtl, process, QuickCheck, safe, tasty, tasty-hspec 121289 - , tasty-hunit, text, time, unordered-containers, vector, witherable 121323 + , lens-aeson, mtl, nonempty-containers, process, QuickCheck, safe 121324 + , semiring-simple, tasty, tasty-hspec, tasty-hunit, text, time 121325 + , unordered-containers, vector, witherable 121290 121326 }: 121291 121327 mkDerivation { 121292 121328 pname = "hasklepias"; 121293 - version = "0.12.0"; 121294 - sha256 = "0zjlzd6c5plyi803vpx0f4js9b2zys8pd6ikbdya2ifmgxfwj2zh"; 121329 + version = "0.13.1"; 121330 + sha256 = "1fhlw490bwyblsgjrzgms4lzkv0zd8bhsvl2ywlpz0flhdd999zr"; 121295 121331 isLibrary = true; 121296 121332 isExecutable = true; 121297 121333 libraryHaskellDepends = [ 121298 121334 aeson base bytestring cmdargs co-log containers flow ghc-prim 121299 - interval-algebra lens lens-aeson mtl process QuickCheck safe tasty 121300 - tasty-hunit text time unordered-containers vector witherable 121335 + interval-algebra lens lens-aeson mtl nonempty-containers process 121336 + QuickCheck safe semiring-simple tasty tasty-hunit text time 121337 + unordered-containers vector witherable 121301 121338 ]; 121302 121339 testHaskellDepends = [ 121303 121340 aeson base bytestring containers flow hspec interval-algebra lens ··· 121521 121558 }: 121522 121559 mkDerivation { 121523 121560 pname = "haskoin-store"; 121524 - version = "0.53.6"; 121525 - sha256 = "04f9aybim3nv5xhlcawcm9jgbf4ql8v3lqgw8yvk5snrzy30yf1f"; 121561 + version = "0.53.8"; 121562 + sha256 = "1djlq58v6wm3kr8jsvr612qxaxz1k03mfxvywd6ia45f761ry1ks"; 121526 121563 isLibrary = true; 121527 121564 isExecutable = true; 121528 121565 libraryHaskellDepends = [ ··· 121567 121604 }: 121568 121605 mkDerivation { 121569 121606 pname = "haskoin-store-data"; 121570 - version = "0.53.7"; 121571 - sha256 = "150nprl5i8v5api6h7svdwdskzjiy7ljrwmz3zfil1h05b2qz3l6"; 121607 + version = "0.53.8"; 121608 + sha256 = "06q9h1n9c8gz6fycc8nsjxp98c98zin1f7y7qiyy80cddhcj1jzf"; 121572 121609 libraryHaskellDepends = [ 121573 121610 aeson base binary bytes bytestring cereal containers data-default 121574 121611 deepseq hashable haskoin-core http-client http-types lens mtl ··· 123686 123723 license = lib.licenses.bsd3; 123687 123724 hydraPlatforms = lib.platforms.none; 123688 123725 broken = true; 123689 - }) {inherit (pkgs) blas; liblapack = null;}; 123726 + }) {inherit (pkgs) blas; inherit (pkgs) liblapack;}; 123690 123727 123691 123728 "hblock" = callPackage 123692 123729 ({ mkDerivation, aeson, base, blaze-markup, bytestring, cereal ··· 124976 125013 , case-insensitive, conduit, conduit-extra, config-ini, containers 124977 125014 , exceptions, filepath, generic-lens, hashable, hspec 124978 125015 , http-api-data, http-client, http-client-tls, http-conduit 124979 - , http-types, microlens, mtl, random, scientific, split, text, time 124980 - , unliftio, unordered-containers, uri-bytestring 125016 + , http-types, microlens, microlens-ghc, mtl, random, scientific 125017 + , split, text, time, unliftio, unordered-containers, uri-bytestring 124981 125018 }: 124982 125019 mkDerivation { 124983 125020 pname = "heddit"; 124984 - version = "0.0.3"; 124985 - sha256 = "04kdhsxlna5l6h6wxyvxacxvmklhv19h5r802qac34gkpfvld851"; 125021 + version = "0.2"; 125022 + sha256 = "1hxshqw9s40yzpk0j4byqyvb3cqnfw2l3b2s4azbng77prvnmmd7"; 124986 125023 isLibrary = true; 124987 125024 isExecutable = true; 124988 125025 enableSeparateDataOutput = true; ··· 124990 125027 aeson aeson-casing base bytestring case-insensitive conduit 124991 125028 conduit-extra config-ini containers exceptions filepath 124992 125029 generic-lens hashable http-api-data http-client http-client-tls 124993 - http-conduit http-types microlens mtl random scientific split text 124994 - time unliftio unordered-containers uri-bytestring 125030 + http-conduit http-types microlens microlens-ghc mtl random 125031 + scientific split text time unliftio unordered-containers 125032 + uri-bytestring 124995 125033 ]; 124996 125034 testHaskellDepends = [ 124997 125035 aeson base bytestring containers generic-lens hspec microlens ··· 131190 131228 license = lib.licenses.bsd3; 131191 131229 hydraPlatforms = lib.platforms.none; 131192 131230 broken = true; 131193 - sha256 = "0nii20qc7w0m2kjbbhg91iad497hlrd35l29xri0lrjmk9s1hsnw"; 131231 + }) {inherit (pkgs) liblapack;}; 131194 131232 131195 131233 sha256 = "0nii20qc7w0m2kjbbhg91iad497hlrd35l29xri0lrjmk9s1hsnw"; 131196 131234 sha256 = "0nii20qc7w0m2kjbbhg91iad497hlrd35l29xri0lrjmk9s1hsnw"; ··· 131277 131315 sha256 = "0nii20qc7w0m2kjbbhg91iad497hlrd35l29xri0lrjmk9s1hsnw"; 131278 131316 sha256 = "0nii20qc7w0m2kjbbhg91iad497hlrd35l29xri0lrjmk9s1hsnw"; 131279 131317 license = lib.licenses.bsd3; 131280 - }) {inherit (pkgs) blas; liblapack = null;}; 131318 + }) {inherit (pkgs) blas; inherit (pkgs) liblapack;}; 131281 131319 131282 131320 sha256 = "0nii20qc7w0m2kjbbhg91iad497hlrd35l29xri0lrjmk9s1hsnw"; 131283 131321 ({ mkDerivation, base, hmatrix }: ··· 135666 135704 broken = true; 135667 135705 }) {}; 135668 135706 135707 + "hs-term-emulator" = callPackage 135708 + ({ mkDerivation, ansi-terminal, attoparsec, base, bytestring 135709 + , containers, criterion, hspec, hspec-discover, lens, text, vector 135710 + }: 135711 + mkDerivation { 135712 + pname = "hs-term-emulator"; 135713 + version = "0.1.0.0"; 135714 + sha256 = "03aidqaw9pmwggd1w8ir6qhb08hlhv0q5gnl0hqa5zjj86dd0rp2"; 135715 + libraryHaskellDepends = [ 135716 + ansi-terminal attoparsec base bytestring containers lens text 135717 + vector 135718 + ]; 135719 + testHaskellDepends = [ 135720 + ansi-terminal attoparsec base hspec text vector 135721 + ]; 135722 + testToolDepends = [ hspec-discover ]; 135723 + benchmarkHaskellDepends = [ base criterion ]; 135724 + description = "Terminal Emulator written in 100% Haskell"; 135725 + license = lib.licenses.mit; 135726 + hydraPlatforms = lib.platforms.none; 135727 + broken = true; 135728 + }) {}; 135729 + 135669 135730 "hs-twitter" = callPackage 135670 135731 ({ mkDerivation, base, HTTP, json, mime, network, old-locale 135671 135732 , old-time, random, utf8-string ··· 137246 137307 libraryPkgconfigDepends = [ gsl ]; 137247 137308 description = "Signal processing and EEG data analysis"; 137248 137309 license = lib.licenses.bsd3; 137249 - }) {inherit (pkgs) blas; inherit (pkgs) gsl; liblapack = null;}; 137310 + }) {inherit (pkgs) blas; inherit (pkgs) gsl; 137311 + inherit (pkgs) liblapack;}; 137250 137312 137251 137313 "hsilop" = callPackage 137252 137314 ({ mkDerivation, base, directory, filepath, haskeline, xdg-basedir ··· 142418 142480 }: 142419 142481 mkDerivation { 142420 142482 pname = "hurl"; 142421 - version = "2.1.0.1"; 142422 - sha256 = "16j7kxxp60i0nbiscc1x5a14s7n8qyv8rzjm6a03pqdpbmfzrrwq"; 142483 + version = "2.1.1.0"; 142484 + sha256 = "0hlkqgbk8siycz055lqn01qgn8npgqyq59br2yvpbk4rz7jzjmfa"; 142423 142485 isLibrary = true; 142424 142486 isExecutable = true; 142425 142487 libraryHaskellDepends = [ ··· 148243 148305 }: 148244 148306 mkDerivation { 148245 148307 pname = "input-parsers"; 148246 - version = "0.2.2"; 148247 - sha256 = "1kb70nxg8bji7bd0y0w81bqyhx62xrbv3y2vib6sp3jkz7yriarz"; 148248 - libraryHaskellDepends = [ 148249 - attoparsec base binary bytestring monoid-subclasses parsec parsers 148250 - text transformers 148251 - ]; 148252 - description = "Extension of the parsers library with more capability and efficiency"; 148253 - license = lib.licenses.bsd3; 148254 - }) {}; 148255 - 148256 - "input-parsers_0_2_3" = callPackage 148257 - ({ mkDerivation, attoparsec, base, binary, bytestring 148258 - , monoid-subclasses, parsec, parsers, text, transformers 148259 - }: 148260 - mkDerivation { 148261 - pname = "input-parsers"; 148262 148308 version = "0.2.3"; 148263 148309 sha256 = "1ck2y3bl60bgzqg43kfcff1y84qygmanay1x8cjlxam60mip1w7v"; 148264 148310 libraryHaskellDepends = [ ··· 148267 148313 ]; 148268 148314 description = "Extension of the parsers library with more capability and efficiency"; 148269 148315 license = lib.licenses.bsd3; 148270 - hydraPlatforms = lib.platforms.none; 148271 148316 }) {}; 148272 148317 148273 148318 "inquire" = callPackage ··· 153452 153497 license = lib.licenses.mit; 153453 153498 hydraPlatforms = lib.platforms.none; 153454 153499 broken = true; 153455 - }) {python = null;}; 153500 + }) {inherit (pkgs) python;}; 153456 153501 153457 153502 "json-qq" = callPackage 153458 153503 ({ mkDerivation, base, haskell-src-meta, parsec, template-haskell ··· 155994 156039 hydraPlatforms = lib.platforms.none; 155995 156040 }) {}; 155996 156041 156042 + "keid-sound-openal" = callPackage 156043 + ({ mkDerivation, base, geomancy, keid-core, OpenAL, opusfile 156044 + , resourcet, rio, unliftio 156045 + }: 156046 + mkDerivation { 156047 + pname = "keid-sound-openal"; 156048 + version = "0.1.0.0"; 156049 + sha256 = "17ml9xh8qrvyrcsi1ai6br286bf9c6j29wbmp5sp65spp2kwlyng"; 156050 + libraryHaskellDepends = [ 156051 + base geomancy keid-core OpenAL opusfile resourcet rio unliftio 156052 + ]; 156053 + description = "OpenAL sound system for Keid engine"; 156054 + license = lib.licenses.bsd3; 156055 + hydraPlatforms = lib.platforms.none; 156056 + }) {}; 156057 + 155997 156058 "keid-ui-dearimgui" = callPackage 155998 156059 ({ mkDerivation, base, binary, bytestring, cryptohash-md5 155999 156060 , dear-imgui, derive-storable, derive-storable-plugin, foldl ··· 157012 157073 "krank" = callPackage 157013 157074 ({ mkDerivation, aeson, base, bytestring, containers, hspec 157014 157075 , hspec-expectations, http-client, http-types, lifted-async, mtl 157015 - , optparse-applicative, pcre-heavy, pretty-terminal, PyF, req 157016 - , safe-exceptions, text, unordered-containers 157017 - }: 157018 - mkDerivation { 157019 - pname = "krank"; 157020 - version = "0.2.2"; 157021 - sha256 = "10w6vbpcn9n07s99w02izg7nfizpbq5m5mg6zv46f1llm35jpv6w"; 157022 - isLibrary = true; 157023 - isExecutable = true; 157024 - libraryHaskellDepends = [ 157025 - aeson base bytestring containers http-client http-types 157026 - lifted-async mtl pcre-heavy pretty-terminal PyF req safe-exceptions 157027 - text unordered-containers 157028 - ]; 157029 - executableHaskellDepends = [ 157030 - base containers mtl optparse-applicative pcre-heavy pretty-terminal 157031 - PyF text 157032 - ]; 157033 - testHaskellDepends = [ 157034 - aeson base bytestring containers hspec hspec-expectations 157035 - http-client http-types lifted-async mtl pcre-heavy pretty-terminal 157036 - PyF req safe-exceptions text unordered-containers 157037 - ]; 157038 - description = "Krank checks your code source comments for important markers"; 157039 - license = lib.licenses.bsd3; 157040 - }) {}; 157041 - 157042 - "krank_0_2_3" = callPackage 157043 - ({ mkDerivation, aeson, base, bytestring, containers, hspec 157044 - , hspec-expectations, http-client, http-types, lifted-async, mtl 157045 157076 , optparse-applicative, pcre-heavy, pretty-terminal, process, PyF 157046 157077 , req, safe-exceptions, text, unordered-containers 157047 157078 }: ··· 157067 157098 ]; 157068 157099 description = "Krank checks issue tracker link status in your source code"; 157069 157100 license = lib.licenses.bsd3; 157070 - hydraPlatforms = lib.platforms.none; 157071 157101 }) {}; 157072 157102 157073 157103 "krapsh" = callPackage ··· 159861 159891 license = lib.licenses.bsd3; 159862 159892 hydraPlatforms = lib.platforms.none; 159863 159893 broken = true; 159864 - sha256 = "0nii20qc7w0m2kjbbhg91iad497hlrd35l29xri0lrjmk9s1hsnw"; 159894 + }) {inherit (pkgs) liblapack;}; 159865 159895 159866 159896 "lapack-ffi-tools" = callPackage 159867 159897 ({ mkDerivation, base, bytestring, cassava, containers ··· 163420 163450 }: 163421 163451 mkDerivation { 163422 163452 pname = "lifted-async"; 163423 - version = "0.10.2"; 163424 - sha256 = "0alhvrvxp4f4srllyq5br3waiba4c93cc4nxm7jd23440swr6a31"; 163453 + version = "0.10.2.1"; 163454 + sha256 = "0j4f5471qfxkxy84ri87bcvp30ikh4m30imcggwn8m5v8igp218d"; 163425 163455 libraryHaskellDepends = [ 163426 163456 async base constraints lifted-base monad-control transformers-base 163427 163457 ]; ··· 179140 179170 }: 179141 179171 mkDerivation { 179142 179172 pname = "monoid-subclasses"; 179143 - version = "1.1"; 179144 - sha256 = "1bv0ripdw53121aj39zalczkfwrajpzzd1i99jn49sr4bfwgy3p4"; 179145 - libraryHaskellDepends = [ 179146 - base bytestring containers primes text vector 179147 - ]; 179148 - testHaskellDepends = [ 179149 - base bytestring containers primes QuickCheck quickcheck-instances 179150 - tasty tasty-quickcheck text vector 179151 - ]; 179152 - description = "Subclasses of Monoid"; 179153 - license = lib.licenses.bsd3; 179154 - }) {}; 179155 - 179156 - "monoid-subclasses_1_1_1" = callPackage 179157 - ({ mkDerivation, base, bytestring, containers, primes, QuickCheck 179158 - , quickcheck-instances, tasty, tasty-quickcheck, text, vector 179159 - }: 179160 - mkDerivation { 179161 - pname = "monoid-subclasses"; 179162 179173 version = "1.1.1"; 179163 179174 sha256 = "13nc9qcwz10y1gxdp277gqq675pbcxav35fwqnbyrvz9hx1m545x"; 179164 179175 libraryHaskellDepends = [ ··· 179170 179181 ]; 179171 179182 description = "Subclasses of Monoid"; 179172 179183 license = lib.licenses.bsd3; 179173 - hydraPlatforms = lib.platforms.none; 179174 179184 }) {}; 179175 179185 179176 179186 "monoid-transformer" = callPackage ··· 189111 189121 }: 189112 189122 mkDerivation { 189113 189123 pname = "nri-prelude"; 189114 - version = "0.6.0.2"; 189115 - sha256 = "002bq6qwaiw4v30b677hg8pv2sa9iaqdv90h02fbq4pkhqsqhpkw"; 189116 - libraryHaskellDepends = [ 189117 - aeson aeson-pretty async auto-update base bytestring containers 189118 - directory exceptions filepath ghc hedgehog junit-xml pretty-diff 189119 - pretty-show safe-coloured-text safe-coloured-text-terminfo 189120 - safe-exceptions terminal-size text time vector 189121 - ]; 189122 - testHaskellDepends = [ 189123 - aeson aeson-pretty async auto-update base bytestring containers 189124 - directory exceptions filepath ghc hedgehog junit-xml pretty-diff 189125 - pretty-show safe-coloured-text safe-coloured-text-terminfo 189126 - safe-exceptions terminal-size text time vector 189127 - ]; 189128 - description = "A Prelude inspired by the Elm programming language"; 189129 - license = lib.licenses.bsd3; 189130 - }) {}; 189131 - 189132 - "nri-prelude_0_6_0_3" = callPackage 189133 - ({ mkDerivation, aeson, aeson-pretty, async, auto-update, base 189134 - , bytestring, containers, directory, exceptions, filepath, ghc 189135 - , hedgehog, junit-xml, pretty-diff, pretty-show, safe-coloured-text 189136 - , safe-coloured-text-terminfo, safe-exceptions, terminal-size, text 189137 - , time, vector 189138 - }: 189139 - mkDerivation { 189140 - pname = "nri-prelude"; 189141 189124 version = "0.6.0.3"; 189142 189125 sha256 = "1xv1khi5pv84haasrf24lyyi41zc5biyqlgahzlg4n3mci2zz9ik"; 189143 189126 libraryHaskellDepends = [ ··· 189154 189137 ]; 189155 189138 description = "A Prelude inspired by the Elm programming language"; 189156 189139 license = lib.licenses.bsd3; 189157 - hydraPlatforms = lib.platforms.none; 189158 189140 }) {}; 189159 189141 189160 189142 "nri-redis" = callPackage ··· 195112 195094 platforms = [ 195113 195095 "aarch64-linux" "armv7l-linux" "i686-linux" "x86_64-linux" 195114 195096 ]; 195115 - }) {pam = null;}; 195097 + }) {inherit (pkgs) pam;}; 195116 195098 195117 195099 "pan-os-syslog" = callPackage 195118 195100 ({ mkDerivation, base, byteslice, bytesmith, chronos, gauge, ip ··· 195832 195814 ({ mkDerivation }: 195833 195815 mkDerivation { 195834 195816 pname = "pandora"; 195835 - version = "0.4.3"; 195836 - sha256 = "1z40rjmcbs7d0f9aksgdm2w4l3jyglgm5iap4z110mfkmrvwrlfx"; 195817 + version = "0.4.4"; 195818 + sha256 = "17kwyqwywnj694b30bs3da4pns73jp7pr2jxpc7zy261gmfqvpyz"; 195837 195819 description = "A box of patterns and paradigms"; 195838 195820 license = lib.licenses.mit; 195839 195821 }) {}; ··· 197522 197504 }: 197523 197505 mkDerivation { 197524 197506 pname = "parsley-core"; 197525 - version = "1.3.0.0"; 197526 - sha256 = "0qx5q7a9hkj9swpwlxh24c19pf9i6yvlmp44xiwshflz4cf1n8dq"; 197527 - revision = "1"; 197528 - editedCabalFile = "03a4l7ai39kii4qdxv78wgknj3iz2n2g2055rk3mi0wsiy280jfg"; 197507 + version = "1.4.0.0"; 197508 + sha256 = "1w9pilgaajaycxr0nvjwdzk5fjf7pg4spnwh2197gbpqhbkj75q3"; 197529 197509 libraryHaskellDepends = [ 197530 197510 array base bytestring containers dependent-map dependent-sum 197531 197511 ghc-prim hashable mtl pretty-terminal template-haskell text ··· 200256 200236 }: 200257 200237 mkDerivation { 200258 200238 pname = "persistent-documentation"; 200259 - version = "0.1.0.3"; 200260 - sha256 = "03p3ppjrn9j76bwgq7n921c2h0xkzsf9ish6nx6bhxdggyq3bfwy"; 200239 + version = "0.1.0.4"; 200240 + sha256 = "0ib56hz4q83knw6lqdbfcflnpwd0x8381p67yibmnbyn9p5b6r1q"; 200261 200241 libraryHaskellDepends = [ 200262 200242 base containers mtl persistent template-haskell text 200263 200243 ]; ··· 201577 201557 201578 201558 "phonetic-languages-phonetics-basics" = callPackage 201579 201559 ({ mkDerivation, base, foldable-ix, lists-flines, mmsyn2-array 201580 - , mmsyn5 201560 + , mmsyn3, mmsyn5 201581 201561 }: 201582 201562 mkDerivation { 201583 201563 pname = "phonetic-languages-phonetics-basics"; 201584 - version = "0.7.0.0"; 201585 - sha256 = "16a8b5xpdrayfh03czs0nb1xz6kn95rr4k4dim5viqjxpc9f0zbn"; 201564 + version = "0.8.1.0"; 201565 + sha256 = "1y67w8ywcmv8d86b52vhiqxsgk31pglf8hcjnmml2q5kh8cpjwmp"; 201586 201566 isLibrary = true; 201587 201567 isExecutable = true; 201588 201568 libraryHaskellDepends = [ 201589 - base foldable-ix lists-flines mmsyn2-array mmsyn5 201569 + base foldable-ix lists-flines mmsyn2-array mmsyn3 mmsyn5 201590 201570 ]; 201591 201571 executableHaskellDepends = [ 201592 - base foldable-ix lists-flines mmsyn2-array mmsyn5 201572 + base foldable-ix lists-flines mmsyn2-array mmsyn3 mmsyn5 201593 201573 ]; 201594 201574 description = "A library for working with generalized phonetic languages usage"; 201595 201575 license = lib.licenses.mit; ··· 201687 201667 }: 201688 201668 mkDerivation { 201689 201669 pname = "phonetic-languages-simplified-examples-array"; 201690 - version = "0.5.0.0"; 201691 - sha256 = "0p7zsk9d6p4srjr0vk18r454p72v49kjpdh7hk3iwh9vh9mbjrbx"; 201670 + version = "0.5.0.1"; 201671 + sha256 = "0wrh3bmwa6l5vfjv481wvnqqd82xgm27vcbm9xg1nm7psihj6gqj"; 201692 201672 isLibrary = true; 201693 201673 isExecutable = true; 201694 201674 libraryHaskellDepends = [ ··· 201749 201729 }: 201750 201730 mkDerivation { 201751 201731 pname = "phonetic-languages-simplified-generalized-examples-array"; 201752 - version = "0.4.2.1"; 201753 - sha256 = "1h95v0vspx9dziqnki4553b7sblpq33l9h3a86xwim0rv7mpqsjs"; 201732 + version = "0.5.0.1"; 201733 + sha256 = "0gif3xwcbc5v4qjyhn1qwyj36jkqj7rdrq35fzxsr7xbmjcw13h2"; 201754 201734 libraryHaskellDepends = [ 201755 201735 base heaps mmsyn2-array mmsyn3 parallel 201756 201736 phonetic-languages-constraints-array ··· 201788 201768 }: 201789 201769 mkDerivation { 201790 201770 pname = "phonetic-languages-simplified-generalized-properties-array"; 201791 - version = "0.2.0.0"; 201792 - sha256 = "1k1id4dz0siz3qqax738k4k2dfj68slph4yy8ad6f4r9fink9jqr"; 201771 + version = "0.3.0.0"; 201772 + sha256 = "192i7dr6kpzrclvym1y1j3zgabcx3fldaan07rgxhhys3k7gbqxa"; 201793 201773 libraryHaskellDepends = [ 201794 201774 base phonetic-languages-phonetics-basics 201795 201775 phonetic-languages-rhythmicity phonetic-languages-simplified-base ··· 201905 201885 ({ mkDerivation, base, mmsyn2-array, mmsyn5 }: 201906 201886 mkDerivation { 201907 201887 pname = "phonetic-languages-ukrainian-array"; 201908 - version = "0.1.0.0"; 201909 - sha256 = "0h88qcdkckgn5cjyjiwvdxci8p04h12xr6jj5pjp4wzqyp6a5wcf"; 201888 + version = "0.2.1.0"; 201889 + sha256 = "17gyg64hwk5cj9drpdsadyn3l94g2n6m859ghfplr665id2pgzlg"; 201910 201890 libraryHaskellDepends = [ base mmsyn2-array mmsyn5 ]; 201911 201891 description = "Prepares Ukrainian text to be used as a phonetic language text"; 201912 201892 license = lib.licenses.mit; ··· 205582 205562 broken = true; 205583 205563 }) {}; 205584 205564 205565 + "polynomial-algebra" = callPackage 205566 + ({ mkDerivation, array, base, compact-word-vectors, containers }: 205567 + mkDerivation { 205568 + pname = "polynomial-algebra"; 205569 + version = "0.1"; 205570 + sha256 = "03133j7hknn0d6b6lvq0q05zy6m92lx5wh68chimgm45xh2p8y0a"; 205571 + libraryHaskellDepends = [ 205572 + array base compact-word-vectors containers 205573 + ]; 205574 + description = "Multivariate polynomial rings"; 205575 + license = lib.licenses.bsd3; 205576 + }) {}; 205577 + 205585 205578 "polynomials-bernstein" = callPackage 205586 205579 ({ mkDerivation, base, vector }: 205587 205580 mkDerivation { ··· 205938 205931 }) {}; 205939 205932 205940 205933 "polysemy-methodology" = callPackage 205941 - ({ mkDerivation, base, co-log-polysemy, polysemy, polysemy-plugin 205942 - , polysemy-zoo 205934 + ({ mkDerivation, base, polysemy, polysemy-kvstore, polysemy-plugin 205935 + , polysemy-several 205943 205936 }: 205944 205937 mkDerivation { 205945 205938 pname = "polysemy-methodology"; 205946 - version = "0.1.8.0"; 205947 - sha256 = "0p4h6vjrq6g6pd27mqpzp33jg84gfi3wpymjkbxfrwz7ky74jag5"; 205939 + version = "0.2.0.0"; 205940 + sha256 = "0cfd0xqcx8b5zrl5my03zx1h1mxqkdyrhn1nba453mk3lnvynwmw"; 205948 205941 libraryHaskellDepends = [ 205949 - base co-log-polysemy polysemy polysemy-plugin polysemy-zoo 205942 + base polysemy polysemy-kvstore polysemy-plugin polysemy-several 205950 205943 ]; 205951 205944 description = "Domain modelling algebra for polysemy"; 205945 + license = lib.licenses.mit; 205946 + hydraPlatforms = lib.platforms.none; 205947 + }) {}; 205948 + 205949 + "polysemy-methodology-co-log" = callPackage 205950 + ({ mkDerivation, base, co-log-polysemy, polysemy 205951 + , polysemy-methodology, polysemy-plugin 205952 + }: 205953 + mkDerivation { 205954 + pname = "polysemy-methodology-co-log"; 205955 + version = "0.1.0.0"; 205956 + sha256 = "1pvvb83lkpxqni6055y3s0ckjg50nd1jfivq1c8701zjv31ylbpa"; 205957 + libraryHaskellDepends = [ 205958 + base co-log-polysemy polysemy polysemy-methodology polysemy-plugin 205959 + ]; 205960 + description = "Logging functions for polysemy-methodology"; 205952 205961 license = lib.licenses.mit; 205953 205962 hydraPlatforms = lib.platforms.none; 205954 205963 }) {}; ··· 205999 206008 }) {}; 206000 206009 206001 206010 "polysemy-path" = callPackage 206002 - ({ mkDerivation, base, path, polysemy, polysemy-extra 206003 - , polysemy-plugin 206004 - }: 206011 + ({ mkDerivation, base, path, polysemy, polysemy-extra }: 206005 206012 mkDerivation { 206006 206013 pname = "polysemy-path"; 206007 - version = "0.2.0.0"; 206008 - sha256 = "0p5ylp8758zkhlgqrhq6v6fli03q9gmak7bzkw1czrxwdshkv0gi"; 206009 - libraryHaskellDepends = [ 206010 - base path polysemy polysemy-extra polysemy-plugin 206011 - ]; 206014 + version = "0.2.1.0"; 206015 + sha256 = "0smaai432vpqci9w7pyg443kcd1rpz7zpwww2wcxbyqszzllbhnr"; 206016 + libraryHaskellDepends = [ base path polysemy polysemy-extra ]; 206012 206017 description = "Polysemy versions of Path functions"; 206013 206018 license = lib.licenses.mit; 206014 206019 hydraPlatforms = lib.platforms.none; ··· 206111 206116 hydraPlatforms = lib.platforms.none; 206112 206117 }) {}; 206113 206118 206119 + "polysemy-several" = callPackage 206120 + ({ mkDerivation, base, polysemy }: 206121 + mkDerivation { 206122 + pname = "polysemy-several"; 206123 + version = "0.1.0.0"; 206124 + sha256 = "1mw6a6fz3879yqnpq6h0221i8b8f05j90b1zydhzr57nsbklxzps"; 206125 + libraryHaskellDepends = [ base polysemy ]; 206126 + description = "Run several effects at once, taken from the polysemy-zoo"; 206127 + license = lib.licenses.mit; 206128 + hydraPlatforms = lib.platforms.none; 206129 + }) {}; 206130 + 206114 206131 "polysemy-socket" = callPackage 206115 206132 ({ mkDerivation, base, bytestring, polysemy, polysemy-plugin 206116 206133 , socket ··· 206184 206201 pname = "polysemy-uncontrolled"; 206185 206202 version = "0.1.0.0"; 206186 206203 sha256 = "137zw5366c4h7q8w7cj7h4wc4njf1n2f7kabyrl6bqav1fjb96lx"; 206204 + revision = "1"; 206205 + editedCabalFile = "1wadnvrazf6z10k5s86749zadymmw2j45amak286706qfh4zwjd1"; 206187 206206 libraryHaskellDepends = [ 206188 206207 base polysemy polysemy-methodology polysemy-plugin 206189 206208 ]; ··· 206212 206231 }) {}; 206213 206232 206214 206233 "polysemy-vinyl" = callPackage 206215 - ({ mkDerivation, base, polysemy, polysemy-extra, vinyl }: 206234 + ({ mkDerivation, base, polysemy, polysemy-extra, polysemy-several 206235 + , vinyl 206236 + }: 206216 206237 mkDerivation { 206217 206238 pname = "polysemy-vinyl"; 206218 - version = "0.1.4.0"; 206219 - sha256 = "1545a125bfgi5314dxhak5dnx9h5kwanzgbp1f88f96hlxik1rjh"; 206220 - libraryHaskellDepends = [ base polysemy polysemy-extra vinyl ]; 206239 + version = "0.1.5.0"; 206240 + sha256 = "06y91nv2fcis058gqv5hlpl5a6kmia5r9sc6npp6102lc19vkkc4"; 206241 + libraryHaskellDepends = [ 206242 + base polysemy polysemy-extra polysemy-several vinyl 206243 + ]; 206221 206244 description = "Functions for mapping vinyl records in polysemy"; 206222 206245 license = lib.licenses.mit; 206223 206246 hydraPlatforms = lib.platforms.none; ··· 210528 210551 license = lib.licenses.mit; 210529 210552 }) {}; 210530 210553 210531 - "process_1_6_12_0" = callPackage 210554 + "process_1_6_13_1" = callPackage 210532 210555 ({ mkDerivation, base, bytestring, deepseq, directory, filepath 210533 210556 , unix 210534 210557 }: 210535 210558 mkDerivation { 210536 210559 pname = "process"; 210537 - version = "1.6.12.0"; 210538 - sha256 = "1zw551zrnq70ip9dsc564aw1zf90l48jf59rxhjgx4d00ngs165x"; 210560 + version = "1.6.13.1"; 210561 + sha256 = "1fkaapar94w5prsvdpyybqb0j4hyjhf68czdlr5psb42i314lnj7"; 210539 210562 libraryHaskellDepends = [ base deepseq directory filepath unix ]; 210540 210563 testHaskellDepends = [ base bytestring directory ]; 210541 210564 description = "Process libraries"; ··· 210774 210797 }) {}; 210775 210798 210776 210799 "procex" = callPackage 210777 - ({ mkDerivation, async, base, bytestring, containers, unix 210778 - , utf8-string 210800 + ({ mkDerivation, async, base, bytestring, containers, deepseq 210801 + , hspec, unix, utf8-string 210779 210802 }: 210780 210803 mkDerivation { 210781 210804 pname = "procex"; 210782 - version = "0.1.0.0"; 210783 - sha256 = "08pd4v8jxhfy6i9vry0hlssqhlzx1wmi64kmhb0qwxagrj3r6dsx"; 210805 + version = "0.2.2"; 210806 + sha256 = "0gnrpk3n8127wc92m3qrq0hka6p56pxjrmgafxgb0w03mlvwc89q"; 210784 210807 libraryHaskellDepends = [ 210785 - async base bytestring containers unix utf8-string 210808 + async base bytestring containers deepseq unix utf8-string 210786 210809 ]; 210787 - testHaskellDepends = [ base ]; 210810 + testHaskellDepends = [ async base bytestring hspec unix ]; 210788 210811 description = "Ergonomic process launching with extreme flexibility and speed"; 210789 210812 license = lib.licenses.asl20; 210790 210813 hydraPlatforms = lib.platforms.none; ··· 212215 212238 }: 212216 212239 mkDerivation { 212217 212240 pname = "protobuf-simple"; 212218 - version = "0.1.1.0"; 212219 - sha256 = "1i6dmf9nppjk2xd2s91bmbnb9r915h5ypq5923jpralry2ax6ach"; 212220 - isLibrary = true; 212221 - isExecutable = true; 212222 - libraryHaskellDepends = [ 212223 - base binary bytestring containers data-binary-ieee754 mtl text 212224 - ]; 212225 - executableHaskellDepends = [ 212226 - base containers directory filepath mtl parsec split text 212227 - ]; 212228 - testHaskellDepends = [ 212229 - base binary bytestring containers data-binary-ieee754 filepath 212230 - hspec parsec QuickCheck quickcheck-instances split text 212231 - ]; 212232 - description = "Simple Protocol Buffers library (proto2)"; 212233 - license = lib.licenses.mit; 212234 - }) {}; 212235 - 212236 - "protobuf-simple_0_1_1_1" = callPackage 212237 - ({ mkDerivation, base, binary, bytestring, containers 212238 - , data-binary-ieee754, directory, filepath, hspec, mtl, parsec 212239 - , QuickCheck, quickcheck-instances, split, text 212240 - }: 212241 - mkDerivation { 212242 - pname = "protobuf-simple"; 212243 212241 version = "0.1.1.1"; 212244 212242 sha256 = "1j4grl8dvzhrj88q2ig6slsdj60lcw29r1ls123zk66fgj19f8l6"; 212245 212243 isLibrary = true; ··· 212256 212254 ]; 212257 212255 description = "Simple Protocol Buffers library (proto2)"; 212258 212256 license = lib.licenses.mit; 212259 - hydraPlatforms = lib.platforms.none; 212260 212257 }) {}; 212261 212258 212262 212259 "protocol" = callPackage ··· 212487 212484 }: 212488 212485 mkDerivation { 212489 212486 pname = "provenience"; 212490 - version = "0.1.2.1"; 212491 - sha256 = "15ghl4zdf4hz27kkfky4m405abmarzr8j7fqi07ax7mswwwha9f1"; 212487 + version = "0.1.2.2"; 212488 + sha256 = "1glilqib6bs1kbb0yyrzqxbsijrcrdm9q3cgmymgacc7kllc616n"; 212492 212489 isLibrary = true; 212493 212490 isExecutable = true; 212494 212491 libraryHaskellDepends = [ ··· 214024 214021 license = lib.licenses.mit; 214025 214022 hydraPlatforms = lib.platforms.none; 214026 214023 broken = true; 214027 - }) {python = null;}; 214024 + }) {inherit (pkgs) python;}; 214028 214025 214029 214026 "pyfi" = callPackage 214030 214027 ({ mkDerivation, aeson, base, bytestring, containers, pureMD5 ··· 214042 214039 license = lib.licenses.mit; 214043 214040 hydraPlatforms = lib.platforms.none; 214044 214041 broken = true; 214045 - }) {python = null;}; 214042 + }) {inherit (pkgs) python;}; 214046 214043 214047 214044 "python-pickle" = callPackage 214048 214045 ({ mkDerivation, attoparsec, base, bytestring, cereal, cmdargs ··· 217183 217180 }: 217184 217181 mkDerivation { 217185 217182 pname = "rank2classes"; 217186 - version = "1.4.1"; 217187 - sha256 = "1cmc7xqnvjdvzgfyz7i3nmnhdm92rwfc9bqlpjcirmnkn47va4kb"; 217188 - setupHaskellDepends = [ base Cabal cabal-doctest ]; 217189 - libraryHaskellDepends = [ 217190 - base distributive template-haskell transformers 217191 - ]; 217192 - testHaskellDepends = [ 217193 - base distributive doctest tasty tasty-hunit 217194 - ]; 217195 - testToolDepends = [ markdown-unlit ]; 217196 - description = "standard type constructor class hierarchy, only with methods of rank 2 types"; 217197 - license = lib.licenses.bsd3; 217198 - }) {}; 217199 - 217200 - "rank2classes_1_4_2" = callPackage 217201 - ({ mkDerivation, base, Cabal, cabal-doctest, distributive, doctest 217202 - , markdown-unlit, tasty, tasty-hunit, template-haskell 217203 - , transformers 217204 - }: 217205 - mkDerivation { 217206 - pname = "rank2classes"; 217207 217183 version = "1.4.2"; 217208 217184 sha256 = "0b32mgqzwj9hzz29fhvzidw40iygkbra5ng7z7l9kpp15pbak0pp"; 217209 217185 setupHaskellDepends = [ base Cabal cabal-doctest ]; ··· 217216 217192 testToolDepends = [ markdown-unlit ]; 217217 217193 description = "standard type constructor class hierarchy, only with methods of rank 2 types"; 217218 217194 license = lib.licenses.bsd3; 217219 - hydraPlatforms = lib.platforms.none; 217220 217195 }) {}; 217221 217196 217222 217197 "rapid" = callPackage ··· 219466 219441 license = lib.licenses.bsd3; 219467 219442 hydraPlatforms = lib.platforms.none; 219468 219443 broken = true; 219469 - }) {raptor2 = null; redland = null;}; 219444 + }) {raptor2 = null; inherit (pkgs) redland;}; 219470 219445 219471 219446 "redo" = callPackage 219472 219447 ({ mkDerivation, base, bytestring, containers, directory, filepath ··· 221108 221083 ({ mkDerivation, array, base, bytestring, containers, regex-base }: 221109 221084 mkDerivation { 221110 221085 pname = "regex-posix"; 221111 - version = "0.96.0.0"; 221112 - sha256 = "08a584jabmmn5gmaqrcar5wsp3qzk0hklldzp2mr2bmvlvqh04r5"; 221113 - revision = "2"; 221114 - editedCabalFile = "10al5qljh6pc46581nkhrs0rjn8w05pp6jb4v55lgfr17ac0z1xx"; 221115 - libraryHaskellDepends = [ 221116 - array base bytestring containers regex-base 221117 - ]; 221118 - description = "POSIX Backend for \"Text.Regex\" (regex-base)"; 221119 - license = lib.licenses.bsd3; 221120 - }) {}; 221121 - 221122 - "regex-posix_0_96_0_1" = callPackage 221123 - ({ mkDerivation, array, base, bytestring, containers, regex-base }: 221124 - mkDerivation { 221125 - pname = "regex-posix"; 221126 221086 version = "0.96.0.1"; 221127 221087 sha256 = "1715b57z67q4hg0jz44wkxrxi3v7n5iagw6gw48pf8hr34wpr0n7"; 221128 221088 libraryHaskellDepends = [ ··· 221130 221090 ]; 221131 221091 description = "POSIX Backend for \"Text.Regex\" (regex-base)"; 221132 221092 license = lib.licenses.bsd3; 221133 - hydraPlatforms = lib.platforms.none; 221134 221093 }) {}; 221135 221094 221136 221095 "regex-posix-clib" = callPackage ··· 221890 221849 }: 221891 221850 mkDerivation { 221892 221851 pname = "relational-query"; 221893 - version = "0.12.2.3"; 221894 - sha256 = "0zjqk0gkzdhg1l8rw0bz7iwvp55p585xaqp8dc3sbbr0abhmsgi5"; 221895 - libraryHaskellDepends = [ 221896 - array base bytestring containers dlist names-th persistable-record 221897 - product-isomorphic sql-words template-haskell text 221898 - th-constraint-compat th-reify-compat time time-locale-compat 221899 - transformers 221900 - ]; 221901 - testHaskellDepends = [ 221902 - base containers product-isomorphic quickcheck-simple transformers 221903 - ]; 221904 - description = "Typeful, Modular, Relational, algebraic query engine"; 221905 - license = lib.licenses.bsd3; 221906 - }) {}; 221907 - 221908 - "relational-query_0_12_3_0" = callPackage 221909 - ({ mkDerivation, array, base, bytestring, containers, dlist 221910 - , names-th, persistable-record, product-isomorphic 221911 - , quickcheck-simple, sql-words, template-haskell, text 221912 - , th-constraint-compat, th-reify-compat, time, time-locale-compat 221913 - , transformers 221914 - }: 221915 - mkDerivation { 221916 - pname = "relational-query"; 221917 221852 version = "0.12.3.0"; 221918 221853 sha256 = "1acbz0zy4bb8r7q2nw96jgpi45y8gy4j1qik4fn8ndqw8l3fpzvl"; 221919 221854 libraryHaskellDepends = [ ··· 221928 221863 ]; 221929 221864 description = "Typeful, Modular, Relational, algebraic query engine"; 221930 221865 license = lib.licenses.bsd3; 221931 - hydraPlatforms = lib.platforms.none; 221932 221866 }) {}; 221933 221867 221934 221868 "relational-query-HDBC" = callPackage ··· 223226 223160 223227 223161 "require" = callPackage 223228 223162 ({ mkDerivation, ansi-terminal, base, bytestring, criterion 223229 - , directory, dlist, megaparsec, mtl, optparse-generic, relude 223230 - , tasty, tasty-hspec, text 223163 + , directory, dlist, hspec, megaparsec, mtl, optparse-generic 223164 + , relude, tasty, tasty-hspec, text 223231 223165 }: 223232 223166 mkDerivation { 223233 223167 pname = "require"; 223234 - version = "0.4.10"; 223235 - sha256 = "0ha9301ncb5li3sxjlbbq5hgjijr40vl5jy33fsi0wn13zp99x94"; 223168 + version = "0.4.11"; 223169 + sha256 = "17nfpzwhwxnl6jmqnh2rf52mki3mh44y24w7masscbnadxnfp98a"; 223236 223170 isLibrary = true; 223237 223171 isExecutable = true; 223238 223172 libraryHaskellDepends = [ ··· 223244 223178 optparse-generic relude text 223245 223179 ]; 223246 223180 testHaskellDepends = [ 223247 - ansi-terminal base bytestring directory dlist megaparsec mtl 223181 + ansi-terminal base bytestring directory dlist hspec megaparsec mtl 223248 223182 optparse-generic relude tasty tasty-hspec text 223249 223183 ]; 223250 223184 benchmarkHaskellDepends = [ ··· 228801 228735 }) {}; 228802 228736 228803 228737 "sandwich-webdriver" = callPackage 228804 - ({ mkDerivation, aeson, base, containers, convertible, data-default 228805 - , directory, exceptions, filepath, http-client, http-client-tls 228806 - , http-conduit, lifted-base, microlens, microlens-aeson 228807 - , monad-control, monad-logger, mtl, network, process, random, retry 228808 - , safe, safe-exceptions, sandwich, string-interpolate, temporary 228809 - , text, time, transformers, unix, unordered-containers, vector 228810 - , webdriver, X11 228811 - }: 228812 - mkDerivation { 228813 - pname = "sandwich-webdriver"; 228814 - version = "0.1.0.5"; 228815 - sha256 = "113as1i4f3hghbwrf4ii8lnxxb8nih177ffjbx3shsddnhx0fa8y"; 228816 - isLibrary = true; 228817 - isExecutable = true; 228818 - libraryHaskellDepends = [ 228819 - aeson base containers convertible data-default directory exceptions 228820 - filepath http-client http-client-tls http-conduit lifted-base 228821 - microlens microlens-aeson monad-control monad-logger mtl network 228822 - process random retry safe safe-exceptions sandwich 228823 - string-interpolate temporary text time transformers unix 228824 - unordered-containers vector webdriver X11 228825 - ]; 228826 - executableHaskellDepends = [ 228827 - aeson base containers convertible data-default directory exceptions 228828 - filepath http-client http-client-tls http-conduit lifted-base 228829 - microlens microlens-aeson monad-control monad-logger mtl network 228830 - process random retry safe safe-exceptions sandwich 228831 - string-interpolate temporary text time transformers unix 228832 - unordered-containers vector webdriver X11 228833 - ]; 228834 - testHaskellDepends = [ 228835 - aeson base containers convertible data-default directory exceptions 228836 - filepath http-client http-client-tls http-conduit lifted-base 228837 - microlens microlens-aeson monad-control monad-logger mtl network 228838 - process random retry safe safe-exceptions sandwich 228839 - string-interpolate temporary text time transformers unix 228840 - unordered-containers vector webdriver X11 228841 - ]; 228842 - description = "Sandwich integration with Selenium WebDriver"; 228843 - license = lib.licenses.bsd3; 228844 - }) {}; 228845 - 228846 - "sandwich-webdriver_0_1_0_6" = callPackage 228847 228738 ({ mkDerivation, aeson, base, containers, data-default, directory 228848 228739 , exceptions, filepath, http-client, http-client-tls, http-conduit 228849 228740 , lifted-base, microlens, microlens-aeson, monad-control ··· 228884 228775 ]; 228885 228776 description = "Sandwich integration with Selenium WebDriver"; 228886 228777 license = lib.licenses.bsd3; 228887 - hydraPlatforms = lib.platforms.none; 228888 228778 }) {}; 228889 228779 228890 228780 "sarasvati" = callPackage ··· 235531 235421 }) {}; 235532 235422 235533 235423 "servant-util" = callPackage 235534 - ({ mkDerivation, aeson, autoexporter, base, containers 235535 - , data-default, fmt, hspec, hspec-discover, hspec-expectations 235536 - , http-client, http-types, insert-ordered-containers, lens 235537 - , megaparsec, mtl, pretty-terminal, QuickCheck, reflection 235538 - , regex-posix, safe-exceptions, servant, servant-client 235539 - , servant-client-core, servant-server, servant-swagger 235540 - , servant-swagger-ui, servant-swagger-ui-core, swagger2, text 235541 - , text-format, time, universum, wai, wai-extra, warp 235424 + ({ mkDerivation, aeson, base, containers, data-default, fmt, hspec 235425 + , hspec-discover, hspec-expectations, http-client, http-types 235426 + , insert-ordered-containers, lens, megaparsec, mtl, pretty-terminal 235427 + , QuickCheck, reflection, regex-posix, safe-exceptions, servant 235428 + , servant-client, servant-client-core, servant-server 235429 + , servant-swagger, servant-swagger-ui, servant-swagger-ui-core 235430 + , swagger2, text, text-format, time, universum, wai, wai-extra 235431 + , warp 235542 235432 }: 235543 235433 mkDerivation { 235544 235434 pname = "servant-util"; 235545 - version = "0.1.0.1"; 235546 - sha256 = "0idb3h2482hhrj9yvphdb74wxyr2y3rzfql2q2qn2a724b1bmax4"; 235435 + version = "0.1.0.2"; 235436 + sha256 = "1l0pwwz8y4qwnpn30w3mla3j3dmbyv99kilbb8z283iwpnbgrn2w"; 235547 235437 isLibrary = true; 235548 235438 isExecutable = true; 235549 235439 libraryHaskellDepends = [ ··· 235554 235444 servant-swagger-ui servant-swagger-ui-core swagger2 text 235555 235445 text-format time universum wai 235556 235446 ]; 235557 - libraryToolDepends = [ autoexporter ]; 235558 235447 executableHaskellDepends = [ 235559 235448 aeson base containers data-default fmt http-types 235560 235449 insert-ordered-containers lens megaparsec mtl pretty-terminal ··· 235578 235467 }) {}; 235579 235468 235580 235469 "servant-util-beam-pg" = callPackage 235581 - ({ mkDerivation, autoexporter, base, beam-core, beam-postgres 235582 - , containers, hspec, hspec-discover, QuickCheck, servant 235583 - , servant-client, servant-client-core, servant-server, servant-util 235584 - , text, universum 235470 + ({ mkDerivation, base, beam-core, beam-postgres, containers, hspec 235471 + , hspec-discover, QuickCheck, servant, servant-client 235472 + , servant-client-core, servant-server, servant-util, text 235473 + , universum 235585 235474 }: 235586 235475 mkDerivation { 235587 235476 pname = "servant-util-beam-pg"; 235588 - version = "0.1.0.1"; 235589 - sha256 = "1qhs2bvlka3qm4kv64m5p5ldcd9nfgzs0za9vqy2z9fmdhzihxz1"; 235477 + version = "0.1.0.2"; 235478 + sha256 = "048ybnlkhp7dabki4r3k6q147cdm3w3l14c57rrf1n1vf4rwkgn2"; 235590 235479 isLibrary = true; 235591 235480 isExecutable = true; 235592 235481 libraryHaskellDepends = [ 235593 235482 base beam-core beam-postgres containers servant servant-client 235594 235483 servant-client-core servant-server servant-util text universum 235595 235484 ]; 235596 - libraryToolDepends = [ autoexporter ]; 235597 235485 executableHaskellDepends = [ 235598 235486 base beam-core beam-postgres containers servant servant-client 235599 235487 servant-client-core servant-server servant-util text universum ··· 237150 237038 ({ mkDerivation, base, extra, path, rio, shake }: 237151 237039 mkDerivation { 237152 237040 pname = "shake-plus"; 237153 - version = "0.3.3.1"; 237154 - sha256 = "09zinaphlmdshny3hiyibbqqkfflj2rkxh8zkpnnk5dvf2qb15p5"; 237155 - libraryHaskellDepends = [ base extra path rio shake ]; 237156 - description = "Re-export of Shake using well-typed paths and ReaderT"; 237157 - license = lib.licenses.mit; 237158 - }) {}; 237159 - 237160 - "shake-plus_0_3_4_0" = callPackage 237161 - ({ mkDerivation, base, extra, path, rio, shake }: 237162 - mkDerivation { 237163 - pname = "shake-plus"; 237164 237041 version = "0.3.4.0"; 237165 237042 sha256 = "0022npwhvzlpz6d6xl75kx0f7ydr8fqqcy04zkv70gwsv0gp5zbm"; 237166 237043 libraryHaskellDepends = [ base extra path rio shake ]; 237167 237044 description = "Re-export of Shake using well-typed paths and ReaderT"; 237168 237045 license = lib.licenses.mit; 237169 - hydraPlatforms = lib.platforms.none; 237170 237046 }) {}; 237171 237047 237172 237048 "shake-plus-extended" = callPackage ··· 239231 239107 ({ mkDerivation, base, formatting, simple-media-timestamp }: 239232 239108 mkDerivation { 239233 239109 pname = "simple-media-timestamp-formatting"; 239234 - version = "0.1.0.0"; 239235 - sha256 = "05km174zc9as8aa4l18fgwnjl19068kqr1chvmnn7r3b8ms00z57"; 239110 + version = "0.1.1.0"; 239111 + sha256 = "1fkjplpkv1jxcadhc596rv7jzbgn2f1xnmwdfa68wls3hl0h7s70"; 239236 239112 libraryHaskellDepends = [ base formatting simple-media-timestamp ]; 239237 239113 description = "Formatting for simple-media-timestamp"; 239238 239114 license = lib.licenses.mit; ··· 239312 239188 }: 239313 239189 mkDerivation { 239314 239190 pname = "simple-parser"; 239315 - version = "0.8.0"; 239316 - sha256 = "0k2sj1n42kkfvr0g8sdhz5vasv0h38hgs04r8fjy5gpxmrzni472"; 239191 + version = "0.8.2"; 239192 + sha256 = "15nxh0byl0893gzsakb80asam8dr4lqxqnlj372cdjgqvrzcxrap"; 239317 239193 libraryHaskellDepends = [ 239318 239194 base bytestring containers errata list-t mmorph mtl 239319 239195 nonempty-containers scientific text text-builder ··· 246591 246467 license = lib.licenses.mit; 246592 246468 }) {}; 246593 246469 246470 + "srt-dhall" = callPackage 246471 + ({ mkDerivation, attoparsec, base, dhall, either, formatting 246472 + , simple-media-timestamp, simple-media-timestamp-formatting, srt 246473 + , srt-attoparsec, srt-formatting, text 246474 + }: 246475 + mkDerivation { 246476 + pname = "srt-dhall"; 246477 + version = "0.1.0.0"; 246478 + sha256 = "16ygxiqb9d0js3gr4823fdkk8pzsairby6iywnvsafas1qvhm0yp"; 246479 + libraryHaskellDepends = [ 246480 + attoparsec base dhall either formatting simple-media-timestamp 246481 + simple-media-timestamp-formatting srt srt-attoparsec srt-formatting 246482 + text 246483 + ]; 246484 + description = "Dhall Encoder/Decoder for SRT"; 246485 + license = lib.licenses.mit; 246486 + }) {}; 246487 + 246488 + "srt-formatting" = callPackage 246489 + ({ mkDerivation, base, formatting, simple-media-timestamp 246490 + , simple-media-timestamp-formatting, srt 246491 + }: 246492 + mkDerivation { 246493 + pname = "srt-formatting"; 246494 + version = "0.1.0.0"; 246495 + sha256 = "0ssbxjlzqn0n3lj3f4m3881m1z0jk5qq94badddwszxs898d1zk5"; 246496 + libraryHaskellDepends = [ 246497 + base formatting simple-media-timestamp 246498 + simple-media-timestamp-formatting srt 246499 + ]; 246500 + description = "Format an SRT"; 246501 + license = lib.licenses.mit; 246502 + }) {}; 246503 + 246594 246504 "sscan" = callPackage 246595 246505 ({ mkDerivation, async, base, brick, directory, filepath, microlens 246596 246506 , microlens-th, process, temporary, text, time, vty ··· 246971 246881 }: 246972 246882 mkDerivation { 246973 246883 pname = "stack"; 246974 - version = "2.7.1"; 246975 - sha256 = "09mw5jwgcmbkwsgvg1ls114hq9v2vl49pdvix8ir7vvgicvdhnv0"; 246976 - configureFlags = [ 246977 - "-fdisable-git-info" "-fhide-dependency-versions" 246978 - "-fsupported-build" 246979 - ]; 246980 - isLibrary = true; 246981 - isExecutable = true; 246982 - setupHaskellDepends = [ base Cabal filepath ]; 246983 - libraryHaskellDepends = [ 246984 - aeson annotated-wl-pprint ansi-terminal array async attoparsec base 246985 - base64-bytestring bytestring Cabal casa-client casa-types colour 246986 - conduit conduit-extra containers cryptonite cryptonite-conduit 246987 - deepseq directory echo exceptions extra file-embed filelock 246988 - filepath fsnotify generic-deriving hackage-security hashable 246989 - hi-file-parser hpack hpc http-client http-client-tls http-conduit 246990 - http-download http-types memory microlens mintty mono-traversable 246991 - mtl mustache neat-interpolation network-uri open-browser 246992 - optparse-applicative pantry path path-io persistent 246993 - persistent-sqlite persistent-template pretty primitive process 246994 - project-template regex-applicative-text retry rio rio-prettyprint 246995 - semigroups split stm streaming-commons tar template-haskell 246996 - temporary text text-metrics th-reify-many time tls transformers 246997 - typed-process unicode-transforms unix unix-compat unliftio 246998 - unordered-containers vector yaml zip-archive zlib 246999 - ]; 247000 - executableHaskellDepends = [ 247001 - aeson annotated-wl-pprint ansi-terminal array async attoparsec base 247002 - base64-bytestring bytestring Cabal casa-client casa-types colour 247003 - conduit conduit-extra containers cryptonite cryptonite-conduit 247004 - deepseq directory echo exceptions extra file-embed filelock 247005 - filepath fsnotify generic-deriving hackage-security hashable 247006 - hi-file-parser hpack hpc http-client http-client-tls http-conduit 247007 - http-download http-types memory microlens mintty mono-traversable 247008 - mtl mustache neat-interpolation network-uri open-browser 247009 - optparse-applicative pantry path path-io persistent 247010 - persistent-sqlite persistent-template pretty primitive process 247011 - project-template regex-applicative-text retry rio rio-prettyprint 247012 - semigroups split stm streaming-commons tar template-haskell 247013 - temporary text text-metrics th-reify-many time tls transformers 247014 - typed-process unicode-transforms unix unix-compat unliftio 247015 - unordered-containers vector yaml zip-archive zlib 247016 - ]; 247017 - testHaskellDepends = [ 247018 - aeson annotated-wl-pprint ansi-terminal array async attoparsec base 247019 - base64-bytestring bytestring Cabal casa-client casa-types colour 247020 - conduit conduit-extra containers cryptonite cryptonite-conduit 247021 - deepseq directory echo exceptions extra file-embed filelock 247022 - filepath fsnotify generic-deriving hackage-security hashable 247023 - hi-file-parser hpack hpc hspec http-client http-client-tls 247024 - http-conduit http-download http-types memory microlens mintty 247025 - mono-traversable mtl mustache neat-interpolation network-uri 247026 - open-browser optparse-applicative pantry path path-io persistent 247027 - persistent-sqlite persistent-template pretty primitive process 247028 - project-template QuickCheck raw-strings-qq regex-applicative-text 247029 - retry rio rio-prettyprint semigroups smallcheck split stm 247030 - streaming-commons tar template-haskell temporary text text-metrics 247031 - th-reify-many time tls transformers typed-process 247032 - unicode-transforms unix unix-compat unliftio unordered-containers 247033 - vector yaml zip-archive zlib 247034 - ]; 247035 - doCheck = false; 247036 - preCheck = "export HOME=$TMPDIR"; 247037 - postInstall = '' 247038 - exe=$out/bin/stack 247039 - mkdir -p $out/share/bash-completion/completions 247040 - $exe --bash-completion-script $exe >$out/share/bash-completion/completions/stack 247041 - ''; 247042 - description = "The Haskell Tool Stack"; 247043 - license = lib.licenses.bsd3; 247044 - }) {}; 247045 - 247046 - "stack_2_7_3" = callPackage 247047 - ({ mkDerivation, aeson, annotated-wl-pprint, ansi-terminal, array 247048 - , async, attoparsec, base, base64-bytestring, bytestring, Cabal 247049 - , casa-client, casa-types, colour, conduit, conduit-extra 247050 - , containers, cryptonite, cryptonite-conduit, deepseq, directory 247051 - , echo, exceptions, extra, file-embed, filelock, filepath, fsnotify 247052 - , generic-deriving, hackage-security, hashable, hi-file-parser 247053 - , hpack, hpc, hspec, http-client, http-client-tls, http-conduit 247054 - , http-download, http-types, memory, microlens, mintty 247055 - , mono-traversable, mtl, mustache, neat-interpolation, network-uri 247056 - , open-browser, optparse-applicative, pantry, path, path-io 247057 - , persistent, persistent-sqlite, persistent-template, pretty 247058 - , primitive, process, project-template, QuickCheck, raw-strings-qq 247059 - , regex-applicative-text, retry, rio, rio-prettyprint, semigroups 247060 - , smallcheck, split, stm, streaming-commons, tar, template-haskell 247061 - , temporary, text, text-metrics, th-reify-many, time, tls 247062 - , transformers, typed-process, unicode-transforms, unix 247063 - , unix-compat, unliftio, unordered-containers, vector, yaml 247064 - , zip-archive, zlib 247065 - }: 247066 - mkDerivation { 247067 - pname = "stack"; 247068 246884 version = "2.7.3"; 247069 246885 sha256 = "0i2v5i6bg90n6i4clcaww8m8702d3y5z8r03xdizdisjhf0zijj7"; 247070 246886 configureFlags = [ ··· 247135 246951 ''; 247136 246952 description = "The Haskell Tool Stack"; 247137 246953 license = lib.licenses.bsd3; 247138 - hydraPlatforms = lib.platforms.none; 247139 246954 }) {}; 247140 246955 247141 246956 "stack-all" = callPackage ··· 248447 248262 }: 248448 248263 mkDerivation { 248449 248264 pname = "static-text"; 248450 - version = "0.2.0.6"; 248451 - sha256 = "14z6ib2b1n6m460c5li58wh0p5kwmb471zwpwjn0pmgsayp8vzzi"; 248452 - libraryHaskellDepends = [ 248453 - base bytestring template-haskell text vector 248454 - ]; 248455 - testHaskellDepends = [ 248456 - base bytestring doctest doctest-driver-gen markdown-unlit tasty 248457 - tasty-hunit template-haskell 248458 - ]; 248459 - testToolDepends = [ markdown-unlit ]; 248460 - description = "Lists, Texts, ByteStrings and Vectors of statically known length"; 248461 - license = lib.licenses.bsd3; 248462 - }) {}; 248463 - 248464 - "static-text_0_2_0_7" = callPackage 248465 - ({ mkDerivation, base, bytestring, doctest, doctest-driver-gen 248466 - , markdown-unlit, tasty, tasty-hunit, template-haskell, text 248467 - , vector 248468 - }: 248469 - mkDerivation { 248470 - pname = "static-text"; 248471 248265 version = "0.2.0.7"; 248472 248266 sha256 = "1mphxd0wpr4qwyznff96qn5b1xb2x9k956aghap6nnabnyhgvqr4"; 248473 248267 libraryHaskellDepends = [ ··· 248480 248274 testToolDepends = [ markdown-unlit ]; 248481 248275 description = "Lists, Texts, ByteStrings and Vectors of statically known length"; 248482 248276 license = lib.licenses.bsd3; 248483 - hydraPlatforms = lib.platforms.none; 248484 248277 }) {}; 248485 248278 248486 248279 "staticanalysis" = callPackage ··· 248704 248497 }: 248705 248498 mkDerivation { 248706 248499 pname = "status-notifier-item"; 248707 - version = "0.3.0.5"; 248708 - sha256 = "165kdg1wb0xpy4z7hlk8654ph2psdibal1p0f32zzrccbnk0w801"; 248500 + version = "0.3.1.0"; 248501 + sha256 = "1x3zqa2b9vl5mirfbh2bmyali47jpfcqsw4xxgbmsgz9jiffpda9"; 248709 248502 isLibrary = true; 248710 248503 isExecutable = true; 248711 248504 libraryHaskellDepends = [ ··· 249640 249433 ]; 249641 249434 description = "Elegant definition of Storable instances for records"; 249642 249435 license = lib.licenses.bsd3; 249436 + }) {}; 249437 + 249438 + "storable-record_0_0_6" = callPackage 249439 + ({ mkDerivation, base, QuickCheck, semigroups, transformers 249440 + , utility-ht 249441 + }: 249442 + mkDerivation { 249443 + pname = "storable-record"; 249444 + version = "0.0.6"; 249445 + sha256 = "1d4c1ccbrpq8rnacsjib9nmxhgxk9yb1zxx1nvfavhqhv8nwq2fd"; 249446 + isLibrary = true; 249447 + isExecutable = true; 249448 + libraryHaskellDepends = [ 249449 + base QuickCheck semigroups transformers utility-ht 249450 + ]; 249451 + description = "Elegant definition of Storable instances for records"; 249452 + license = lib.licenses.bsd3; 249453 + hydraPlatforms = lib.platforms.none; 249643 249454 }) {}; 249644 249455 249645 249456 "storable-static-array" = callPackage ··· 250662 250473 license = lib.licenses.bsd3; 250663 250474 }) {archive = null;}; 250664 250475 250476 + "streamly-archive_0_1_0" = callPackage 250477 + ({ mkDerivation, archive, base, bytestring, cryptonite, directory 250478 + , filepath, QuickCheck, streamly, tar, tasty, tasty-hunit 250479 + , tasty-quickcheck, temporary, zlib 250480 + }: 250481 + mkDerivation { 250482 + pname = "streamly-archive"; 250483 + version = "0.1.0"; 250484 + sha256 = "0094qi2n7fg7hsdaag307gmcvgrl39m4w0lz29csrk1fq4yy578x"; 250485 + enableSeparateDataOutput = true; 250486 + libraryHaskellDepends = [ base bytestring streamly ]; 250487 + librarySystemDepends = [ archive ]; 250488 + testHaskellDepends = [ 250489 + base bytestring cryptonite directory filepath QuickCheck streamly 250490 + tar tasty tasty-hunit tasty-quickcheck temporary zlib 250491 + ]; 250492 + testSystemDepends = [ archive ]; 250493 + description = "Stream data from archives using the streamly library"; 250494 + license = lib.licenses.bsd3; 250495 + hydraPlatforms = lib.platforms.none; 250496 + }) {archive = null;}; 250497 + 250665 250498 "streamly-binary" = callPackage 250666 250499 ({ mkDerivation, base, binary, bytestring, hspec, QuickCheck 250667 250500 , streamly ··· 250785 250618 ]; 250786 250619 description = "Folder watching as a Streamly stream"; 250787 250620 license = lib.licenses.bsd3; 250788 - hydraPlatforms = lib.platforms.none; 250789 - broken = true; 250790 250621 }) {}; 250791 250622 250792 250623 "streamly-lmdb" = callPackage ··· 250808 250639 license = lib.licenses.bsd3; 250809 250640 }) {inherit (pkgs) lmdb;}; 250810 250641 250642 + "streamly-lmdb_0_3_0" = callPackage 250643 + ({ mkDerivation, async, base, bytestring, directory, lmdb 250644 + , QuickCheck, streamly, tasty, tasty-quickcheck, temporary 250645 + }: 250646 + mkDerivation { 250647 + pname = "streamly-lmdb"; 250648 + version = "0.3.0"; 250649 + sha256 = "1da87rbmh9sgffjy5367pzy1d80f7zlxhszi9sq87jfws4i20pk7"; 250650 + libraryHaskellDepends = [ async base bytestring streamly ]; 250651 + librarySystemDepends = [ lmdb ]; 250652 + testHaskellDepends = [ 250653 + async base bytestring directory QuickCheck streamly tasty 250654 + tasty-quickcheck temporary 250655 + ]; 250656 + testSystemDepends = [ lmdb ]; 250657 + description = "Stream data to or from LMDB databases using the streamly library"; 250658 + license = lib.licenses.bsd3; 250659 + hydraPlatforms = lib.platforms.none; 250660 + }) {inherit (pkgs) lmdb;}; 250661 + 250811 250662 "streamly-posix" = callPackage 250812 250663 ({ mkDerivation, base, bytestring, filepath, hpath-posix, hspec 250813 250664 , hspec-discover, safe-exceptions, streamly, streamly-bytestring ··· 250829 250680 license = lib.licenses.bsd3; 250830 250681 }) {}; 250831 250682 250683 + "streamly-process" = callPackage 250684 + ({ mkDerivation, base, directory, exceptions, fusion-plugin, hspec 250685 + , process, QuickCheck, streamly, tasty-bench, unix 250686 + }: 250687 + mkDerivation { 250688 + pname = "streamly-process"; 250689 + version = "0.1.0"; 250690 + sha256 = "066ldbphb230cc21jvsmmqlnjli6cwqpphs7vjb88q62lbl8yf6p"; 250691 + libraryHaskellDepends = [ base exceptions process streamly unix ]; 250692 + testHaskellDepends = [ 250693 + base directory exceptions hspec process QuickCheck streamly 250694 + ]; 250695 + benchmarkHaskellDepends = [ 250696 + base directory fusion-plugin process streamly tasty-bench 250697 + ]; 250698 + description = "Use OS processes as stream transformation functions"; 250699 + license = lib.licenses.asl20; 250700 + hydraPlatforms = lib.platforms.none; 250701 + broken = true; 250702 + }) {}; 250703 + 250832 250704 "streamproc" = callPackage 250833 250705 ({ mkDerivation, base }: 250834 250706 mkDerivation { ··· 256099 255971 }: 256100 255972 mkDerivation { 256101 255973 pname = "taffybar"; 256102 - version = "3.2.5"; 256103 - sha256 = "1gfdlqgdqq2ivvzj7cgqahpm2bmwg90ri5ss7ah38alrp5rvda1v"; 255974 + version = "3.3.0"; 255975 + sha256 = "17ggcv1y3md11sccbb9mpss2qdanlkv7wy098qh28gra9kq4ibgm"; 256104 255976 isLibrary = true; 256105 255977 isExecutable = true; 256106 255978 enableSeparateDataOutput = true; ··· 256190 256062 pname = "tagged"; 256191 256063 version = "0.8.6.1"; 256192 256064 sha256 = "00kcc6lmj7v3xm2r3wzw5jja27m4alcw1wi8yiismd0bbzwzrq7m"; 256193 - revision = "1"; 256194 - editedCabalFile = "1rzqfw2pafxbnfpl1lizf9zldpxyy28g92x4jzq49miw9hr1xpsx"; 256065 + revision = "2"; 256066 + editedCabalFile = "0qi63c3z40i9qm44r571yjzcpb8d473vj2km4kq0fij0ljc7vii9"; 256195 256067 libraryHaskellDepends = [ 256196 256068 base deepseq template-haskell transformers 256197 256069 ]; ··· 257271 257143 }) {}; 257272 257144 257273 257145 "tasty-checklist" = callPackage 257274 - ({ mkDerivation, base, exceptions, parameterized-utils, tasty 257275 - , tasty-expected-failure, tasty-hunit, text 257146 + ({ mkDerivation, base, doctest, exceptions, HUnit 257147 + , parameterized-utils, tasty, tasty-expected-failure, tasty-hunit 257148 + , text 257276 257149 }: 257277 257150 mkDerivation { 257278 257151 pname = "tasty-checklist"; 257279 - version = "1.0.1.0"; 257280 - sha256 = "0nj4xjnlrd3righ0d0yv4py7wjls51khjyacpgjs3s5knaxyippp"; 257152 + version = "1.0.2.0"; 257153 + sha256 = "0smd93c1zs44nwiz0dk87izg0c9cyvx2klzy126w0p0xcxwwbhlr"; 257281 257154 libraryHaskellDepends = [ 257282 257155 base exceptions parameterized-utils text 257283 257156 ]; 257284 257157 testHaskellDepends = [ 257285 - base parameterized-utils tasty tasty-expected-failure tasty-hunit 257286 - text 257158 + base doctest HUnit parameterized-utils tasty tasty-expected-failure 257159 + tasty-hunit text 257287 257160 ]; 257288 257161 description = "Check multiple items during a tasty test"; 257289 257162 license = lib.licenses.isc; 257163 + hydraPlatforms = lib.platforms.none; 257164 + broken = true; 257290 257165 }) {}; 257291 257166 257292 257167 "tasty-dejafu" = callPackage ··· 263224 263099 }: 263225 263100 mkDerivation { 263226 263101 pname = "tidal"; 263227 - version = "1.7.7"; 263228 - sha256 = "19r9h45yd2xwmah81xqmwx5bi5gi0x2hqhq2nqa47jgb0nd12a25"; 263229 - enableSeparateDataOutput = true; 263230 - libraryHaskellDepends = [ 263231 - base bifunctors bytestring clock colour containers deepseq hosc 263232 - network parsec primitive random text transformers 263233 - ]; 263234 - testHaskellDepends = [ 263235 - base containers deepseq hosc microspec parsec 263236 - ]; 263237 - benchmarkHaskellDepends = [ base criterion weigh ]; 263238 - description = "Pattern language for improvised music"; 263239 - license = lib.licenses.gpl3Only; 263240 - }) {}; 263241 - 263242 - "tidal_1_7_8" = callPackage 263243 - ({ mkDerivation, base, bifunctors, bytestring, clock, colour 263244 - , containers, criterion, deepseq, hosc, microspec, network, parsec 263245 - , primitive, random, text, transformers, weigh 263246 - }: 263247 - mkDerivation { 263248 - pname = "tidal"; 263249 263102 version = "1.7.8"; 263250 263103 sha256 = "0l8k4f89rhmvd0ys7klgi57k0313ki1vr256mkc60xc6a6gb3g93"; 263251 263104 enableSeparateDataOutput = true; ··· 263259 263112 benchmarkHaskellDepends = [ base criterion weigh ]; 263260 263113 description = "Pattern language for improvised music"; 263261 263114 license = lib.licenses.gpl3Only; 263262 - hydraPlatforms = lib.platforms.none; 263263 263115 }) {}; 263264 263116 263265 263117 "tidal-midi" = callPackage ··· 265266 265118 broken = true; 265267 265119 }) {}; 265268 265120 265121 + "token-limiter-concurrent" = callPackage 265122 + ({ mkDerivation, async, base, genvalidity, genvalidity-sydtest 265123 + , QuickCheck, sydtest, sydtest-discover 265124 + }: 265125 + mkDerivation { 265126 + pname = "token-limiter-concurrent"; 265127 + version = "0.0.0.0"; 265128 + sha256 = "1g64638v7kiblixb8xg5dvnif60mlpplp1l18pv32lr9sph7yv1c"; 265129 + libraryHaskellDepends = [ base ]; 265130 + testHaskellDepends = [ 265131 + async base genvalidity genvalidity-sydtest QuickCheck sydtest 265132 + ]; 265133 + testToolDepends = [ sydtest-discover ]; 265134 + description = "A thread-safe concurrent token-bucket rate limiter that guarantees fairness"; 265135 + license = lib.licenses.mit; 265136 + }) {}; 265137 + 265269 265138 "token-search" = callPackage 265270 265139 ({ mkDerivation, aeson, base, bytestring, conduit, hashable, hspec 265271 265140 , process, streaming-commons, text, unordered-containers ··· 266319 266188 pname = "tracetree"; 266320 266189 version = "0.1.0.2"; 266321 266190 sha256 = "0ga78nkrfg2hlanqfd65il0yw596n7xy9jx76l7sffs438mx4wvr"; 266191 + revision = "1"; 266192 + editedCabalFile = "1k6a5n70qmch9vqyv9kyrkii4pnwjdgbiwrqwk8q3yhv9naqijkh"; 266322 266193 isLibrary = true; 266323 266194 isExecutable = true; 266324 266195 libraryHaskellDepends = [ ··· 266744 266615 libraryHaskellDepends = [ base ghc-prim transformers ]; 266745 266616 description = "A small compatibility shim for the transformers library"; 266746 266617 license = lib.licenses.bsd3; 266618 + }) {}; 266619 + 266620 + "transformers-compat_0_7" = callPackage 266621 + ({ mkDerivation, base, ghc-prim, transformers }: 266622 + mkDerivation { 266623 + pname = "transformers-compat"; 266624 + version = "0.7"; 266625 + sha256 = "13x9f3rq1ibx5lhzrsysg7m5nkqas75kv6b0zmzvspjiswfp7bd4"; 266626 + libraryHaskellDepends = [ base ghc-prim transformers ]; 266627 + description = "A small compatibility shim for the transformers library"; 266628 + license = lib.licenses.bsd3; 266629 + hydraPlatforms = lib.platforms.none; 266747 266630 }) {}; 266748 266631 266749 266632 "transformers-compose" = callPackage ··· 268919 268802 }: 268920 268803 mkDerivation { 268921 268804 pname = "tweet-hs"; 268922 - version = "1.0.2.2"; 268923 - sha256 = "1sl4pld3jig1m26alhj4s96ff43v3g00wxzrng4yhb76d88z0ipw"; 268805 + version = "1.0.2.3"; 268806 + sha256 = "0chkg9xkancp6dms0ha0m86fkcmvk690q6z0rvprg37lhj42xp1i"; 268924 268807 isLibrary = true; 268925 268808 isExecutable = true; 268926 268809 libraryHaskellDepends = [ ··· 272214 272097 pname = "unicode-transforms"; 272215 272098 version = "0.3.7.1"; 272216 272099 sha256 = "1010sahi4mjzqmxqlj3w73rlymbl2370x5vizjqbx7mb86kxzx4f"; 272217 - revision = "1"; 272218 - editedCabalFile = "01kf1hanqcwc7vpkwq2rw5v2mn4nxx58l3v5hpk166jalmwqijaz"; 272100 + revision = "2"; 272101 + editedCabalFile = "0kbcn5881sxh0i8pqckjam4kwr1n7m3gl5ppcq4li32dzfiz9b57"; 272219 272102 isLibrary = true; 272220 272103 isExecutable = true; 272221 272104 libraryHaskellDepends = [ base bytestring ghc-prim text ]; ··· 272227 272110 ]; 272228 272111 description = "Unicode normalization"; 272229 272112 license = lib.licenses.bsd3; 272113 + }) {}; 272114 + 272115 + "unicode-transforms_0_3_8" = callPackage 272116 + ({ mkDerivation, base, bytestring, deepseq, filepath 272117 + , getopt-generics, ghc-prim, hspec, path, path-io, QuickCheck 272118 + , split, tasty-bench, text, unicode-data 272119 + }: 272120 + mkDerivation { 272121 + pname = "unicode-transforms"; 272122 + version = "0.3.8"; 272123 + sha256 = "1j3dwz3qmak3fyb1p4qzr1rnxch2ydqfp2jizyy4rv425h0smxzl"; 272124 + isLibrary = true; 272125 + isExecutable = true; 272126 + libraryHaskellDepends = [ 272127 + base bytestring ghc-prim text unicode-data 272128 + ]; 272129 + testHaskellDepends = [ 272130 + base deepseq getopt-generics hspec QuickCheck split text 272131 + unicode-data 272132 + ]; 272133 + benchmarkHaskellDepends = [ 272134 + base deepseq filepath path path-io tasty-bench text 272135 + ]; 272136 + description = "Unicode normalization"; 272137 + license = lib.licenses.bsd3; 272138 + hydraPlatforms = lib.platforms.none; 272230 272139 }) {}; 272231 272140 272232 272141 "unicode-tricks" = callPackage ··· 272475 272384 ({ mkDerivation, array, base, mtl }: 272476 272385 mkDerivation { 272477 272386 pname = "union-find-array"; 272478 - version = "0.1.0.2"; 272479 - sha256 = "1pxb1v2k04i8ds2n8zqra74gacry6dj5p87sxgkf4fazx4s316dk"; 272387 + version = "0.1.0.3"; 272388 + sha256 = "1nfvgmgvins9gq5ba9vf9yqj9svj2c22xgvvfq03ls9wm62vj1xw"; 272480 272389 libraryHaskellDepends = [ array base mtl ]; 272481 272390 description = "union find data structure"; 272482 272391 license = lib.licenses.mit; ··· 273387 273296 }: 273388 273297 mkDerivation { 273389 273298 pname = "unliftio"; 273390 - version = "0.2.18"; 273391 - sha256 = "0yg5x2v3p4pdw7892l1mkihmdbak14qvmni1vk2a0y2gdmxfvx1y"; 273392 - libraryHaskellDepends = [ 273393 - async base bytestring deepseq directory filepath process stm time 273394 - transformers unix unliftio-core 273395 - ]; 273396 - testHaskellDepends = [ 273397 - async base bytestring containers deepseq directory filepath hspec 273398 - process QuickCheck stm time transformers unix unliftio-core 273399 - ]; 273400 - benchmarkHaskellDepends = [ 273401 - async base bytestring deepseq directory filepath gauge process stm 273402 - time transformers unix unliftio-core 273403 - ]; 273404 - description = "The MonadUnliftIO typeclass for unlifting monads to IO (batteries included)"; 273405 - license = lib.licenses.mit; 273406 - }) {}; 273407 - 273408 - "unliftio_0_2_19" = callPackage 273409 - ({ mkDerivation, async, base, bytestring, containers, deepseq 273410 - , directory, filepath, gauge, hspec, process, QuickCheck, stm, time 273411 - , transformers, unix, unliftio-core 273412 - }: 273413 - mkDerivation { 273414 - pname = "unliftio"; 273415 273299 version = "0.2.19"; 273416 273300 sha256 = "052m0vr6444r5adzyzr3aqj07p9ay5y2sqfsczwj52bc66qqyy36"; 273417 273301 libraryHaskellDepends = [ ··· 273428 273312 ]; 273429 273313 description = "The MonadUnliftIO typeclass for unlifting monads to IO (batteries included)"; 273430 273314 license = lib.licenses.mit; 273431 - hydraPlatforms = lib.platforms.none; 273432 273315 }) {}; 273433 273316 273434 273317 "unliftio-core" = callPackage ··· 276093 275976 broken = true; 276094 275977 }) {}; 276095 275978 275979 + "variable-media-field" = callPackage 275980 + ({ mkDerivation, base, text }: 275981 + mkDerivation { 275982 + pname = "variable-media-field"; 275983 + version = "0.1.0.0"; 275984 + sha256 = "13fpvd3w3c7lndkf4l4d48fcfsssxwi7ip9309gzwlrlycq57908"; 275985 + libraryHaskellDepends = [ base text ]; 275986 + description = "Simple type for representing one of several media types"; 275987 + license = lib.licenses.mit; 275988 + }) {}; 275989 + 275990 + "variable-media-field-dhall" = callPackage 275991 + ({ mkDerivation, base, dhall, variable-media-field }: 275992 + mkDerivation { 275993 + pname = "variable-media-field-dhall"; 275994 + version = "0.1.0.0"; 275995 + sha256 = "0h2gm5h86n7bm5gf9rbc0zlkkhrkyavygvrkz251r9l57qw48qax"; 275996 + libraryHaskellDepends = [ base dhall variable-media-field ]; 275997 + description = "Dhall instances for VF"; 275998 + license = lib.licenses.mit; 275999 + }) {}; 276000 + 276001 + "variable-media-field-optics" = callPackage 276002 + ({ mkDerivation, base, optics-th, variable-media-field }: 276003 + mkDerivation { 276004 + pname = "variable-media-field-optics"; 276005 + version = "0.1.0.0"; 276006 + sha256 = "1n4ccd52yy5yna28bmn4sc7cyrngyllgk976q4v7f262l49wmphj"; 276007 + libraryHaskellDepends = [ base optics-th variable-media-field ]; 276008 + description = "Optics for variable-media-field"; 276009 + license = lib.licenses.mit; 276010 + }) {}; 276011 + 276096 276012 "variable-precision" = callPackage 276097 276013 ({ mkDerivation, base, complex-generic, floatshow, integer-gmp 276098 276014 , type-level-natural-number ··· 278562 278478 }: 278563 278479 mkDerivation { 278564 278480 pname = "vulkan-utils"; 278565 - version = "0.5.0.2"; 278566 - sha256 = "19jxd73li1ybdfzznlql2im8k0qad1yas75d5cdfvjazv7x4g3n1"; 278481 + version = "0.5.1"; 278482 + sha256 = "1552vk9nzvcpkgh5b9lln9gl6rxg1jr8z7blgp3sss3pjsvi3s11"; 278567 278483 setupHaskellDepends = [ base Cabal cabal-doctest ]; 278568 278484 libraryHaskellDepends = [ 278569 278485 base bytestring containers dependent-map dependent-sum extra ··· 279367 279283 }: 279368 279284 mkDerivation { 279369 279285 pname = "wai-make-assets"; 279370 - version = "0.2"; 279371 - sha256 = "0h6ng8g42bpb8d75wykb1q9byqh3zx745asy31yqzp49v0aip1vy"; 279286 + version = "0.3"; 279287 + sha256 = "07h56bjyap8x2aaay23k3l6n6gk1h5a3qqijd33b4pnc0nygfzci"; 279372 279288 isLibrary = true; 279373 279289 isExecutable = true; 279374 279290 libraryHaskellDepends = [ ··· 283193 283109 }: 283194 283110 mkDerivation { 283195 283111 pname = "witch"; 283196 - version = "0.3.3.0"; 283197 - sha256 = "0wckjjy7yxq899f515xhwl2izqmrr9zck0kjlgz6qfa1fsl6lbvx"; 283198 - libraryHaskellDepends = [ 283199 - base bytestring containers template-haskell text time 283200 - ]; 283201 - testHaskellDepends = [ 283202 - base bytestring containers HUnit text time 283203 - ]; 283204 - description = "Convert values from one type into another"; 283205 - license = lib.licenses.isc; 283206 - }) {}; 283207 - 283208 - "witch_0_3_4_0" = callPackage 283209 - ({ mkDerivation, base, bytestring, containers, HUnit 283210 - , template-haskell, text, time 283211 - }: 283212 - mkDerivation { 283213 - pname = "witch"; 283214 283112 version = "0.3.4.0"; 283215 283113 sha256 = "0ykdd47kfan9zr656l6q3cmp3npxq44ykjci2q51bphlawiwh496"; 283216 283114 libraryHaskellDepends = [ ··· 283221 283119 ]; 283222 283120 description = "Convert values from one type into another"; 283223 283121 license = lib.licenses.isc; 283224 - hydraPlatforms = lib.platforms.none; 283225 283122 }) {}; 283226 283123 283227 283124 "with-index" = callPackage ··· 286304 286201 broken = true; 286305 286202 }) {}; 286306 286203 286204 + "xml-parser" = callPackage 286205 + ({ mkDerivation, attoparsec, base, bytestring, containers, hashable 286206 + , QuickCheck, quickcheck-instances, rerebase, tasty, tasty-hunit 286207 + , tasty-quickcheck, text, text-builder, transformers 286208 + , unordered-containers, xml-conduit 286209 + }: 286210 + mkDerivation { 286211 + pname = "xml-parser"; 286212 + version = "0.1.0.1"; 286213 + sha256 = "079ggb9bhad9px6gqbjhbir423hds389p42jc853caz7232dc6vx"; 286214 + libraryHaskellDepends = [ 286215 + attoparsec base bytestring containers hashable text text-builder 286216 + transformers unordered-containers xml-conduit 286217 + ]; 286218 + testHaskellDepends = [ 286219 + attoparsec QuickCheck quickcheck-instances rerebase tasty 286220 + tasty-hunit tasty-quickcheck xml-conduit 286221 + ]; 286222 + description = "XML parser with informative error-reporting and simple API"; 286223 + license = lib.licenses.mit; 286224 + }) {}; 286225 + 286307 286226 "xml-picklers" = callPackage 286308 286227 ({ mkDerivation, base, Cabal, containers, QuickCheck, tasty 286309 286228 , tasty-hunit, tasty-quickcheck, text, xml-types ··· 287323 287242 }) {}; 287324 287243 287325 287244 "xsd" = callPackage 287326 - ({ mkDerivation, attoparsec, base, directory, doctest, filepath 287327 - , lens, QuickCheck, quickcheck-instances, text, time 287245 + ({ mkDerivation, base, lens, parsec, parsers, semigroupoids, text 287246 + , time 287328 287247 }: 287329 287248 mkDerivation { 287330 287249 pname = "xsd"; 287331 - version = "0.5.0.1"; 287332 - sha256 = "1a5i2idpkm5i70jpp2kjglpylja4b9cd0nklgvl6lm8cpjn2j0k0"; 287333 - libraryHaskellDepends = [ attoparsec base lens text time ]; 287334 - testHaskellDepends = [ 287335 - base directory doctest filepath QuickCheck quickcheck-instances 287250 + version = "0.6.2"; 287251 + sha256 = "0m8xb12bfcr03w5b15xx5s2wwy7kz735vwaxyk3qbny3wkq7m0fw"; 287252 + libraryHaskellDepends = [ 287253 + base lens parsec parsers semigroupoids text time 287336 287254 ]; 287337 287255 description = "XML Schema data structures"; 287338 287256 license = lib.licenses.bsd3; ··· 289486 289404 }: 289487 289405 mkDerivation { 289488 289406 pname = "yesod-core"; 289489 - version = "1.6.20.2"; 289490 - sha256 = "184j6nslwrfxw4zmsxlii6gs1z0h350kgmbnr5y3wwk3n4dsdzyb"; 289407 + version = "1.6.21.0"; 289408 + sha256 = "0wmh7ip318p89lyy6k5mvxkkpq43knp41wlq9iaf3icz0ahqdmb7"; 289491 289409 libraryHaskellDepends = [ 289492 289410 aeson auto-update base blaze-html blaze-markup bytestring 289493 289411 case-insensitive cereal clientsession conduit conduit-extra ··· 289897 289815 }) {}; 289898 289816 289899 289817 "yesod-gitrev" = callPackage 289900 - ({ mkDerivation, aeson, base, githash, template-haskell, yesod-core 289901 - }: 289902 - mkDerivation { 289903 - pname = "yesod-gitrev"; 289904 - version = "0.2.1"; 289905 - sha256 = "0wd6xvq9aa11n8y4hna0a5ivqfxnbg8w2bq5lramm895xs7c8d7w"; 289906 - libraryHaskellDepends = [ 289907 - aeson base githash template-haskell yesod-core 289908 - ]; 289909 - testHaskellDepends = [ base yesod-core ]; 289910 - description = "A subsite for displaying git information"; 289911 - license = lib.licenses.bsd3; 289912 - hydraPlatforms = lib.platforms.none; 289913 - broken = true; 289914 - }) {}; 289915 - 289916 - "yesod-gitrev_0_2_2" = callPackage 289917 289818 ({ mkDerivation, aeson, base, githash, process, template-haskell 289918 289819 , yesod-core 289919 289820 }: ··· 290129 290030 }: 290130 290031 mkDerivation { 290131 290032 pname = "yesod-page-cursor"; 290132 - version = "2.0.0.8"; 290133 - sha256 = "1azd2kv5b36kryz3l587mn329a46m8mp4z8knzx5va24bmhca9jy"; 290134 - libraryHaskellDepends = [ 290135 - aeson base bytestring containers http-link-header network-uri text 290136 - unliftio yesod-core 290137 - ]; 290138 - testHaskellDepends = [ 290139 - aeson base bytestring hspec hspec-expectations-lifted 290140 - http-link-header http-types lens lens-aeson monad-logger mtl 290141 - persistent persistent-sqlite persistent-template scientific text 290142 - time unliftio unliftio-core wai-extra yesod yesod-core yesod-test 290143 - ]; 290144 - license = lib.licenses.mit; 290145 - }) {}; 290146 - 290147 - "yesod-page-cursor_2_0_0_9" = callPackage 290148 - ({ mkDerivation, aeson, base, bytestring, containers, hspec 290149 - , hspec-expectations-lifted, http-link-header, http-types, lens 290150 - , lens-aeson, monad-logger, mtl, network-uri, persistent 290151 - , persistent-sqlite, persistent-template, scientific, text, time 290152 - , unliftio, unliftio-core, wai-extra, yesod, yesod-core, yesod-test 290153 - }: 290154 - mkDerivation { 290155 - pname = "yesod-page-cursor"; 290156 290033 version = "2.0.0.9"; 290157 290034 sha256 = "13wvivls1yqaanvkc9bpbiwx6qxa78ffgivm4qws4fyicqp628ak"; 290158 290035 libraryHaskellDepends = [ ··· 290166 290043 time unliftio unliftio-core wai-extra yesod yesod-core yesod-test 290167 290044 ]; 290168 290045 license = lib.licenses.mit; 290169 - hydraPlatforms = lib.platforms.none; 290170 290046 }) {}; 290171 290047 290172 290048 "yesod-paginate" = callPackage