Merge master into staging-next

authored by github-actions[bot] and committed by GitHub 1b54e5bb 0fdca242

+1909 -989
+2 -2
maintainers/maintainer-list.nix
··· 8524 name = "Xinhao Luo"; 8525 }; 8526 newam = { 8527 - email = "alexmgit@protonmail.com"; 8528 github = "newAM"; 8529 githubId = 7845120; 8530 - name = "Alex M."; 8531 }; 8532 nikitavoloboev = { 8533 email = "nikita.voloboev@gmail.com";
··· 8524 name = "Xinhao Luo"; 8525 }; 8526 newam = { 8527 + email = "alex@thinglab.org"; 8528 github = "newAM"; 8529 githubId = 7845120; 8530 + name = "Alex Martens"; 8531 }; 8532 nikitavoloboev = { 8533 email = "nikita.voloboev@gmail.com";
+3 -3
pkgs/applications/blockchains/zcash/default.nix
··· 6 7 rustPlatform.buildRustPackage.override { stdenv = stdenv; } rec { 8 pname = "zcash"; 9 - version = "4.5.1"; 10 11 src = fetchFromGitHub { 12 owner = "zcash"; 13 repo = "zcash"; 14 rev = "v${version}"; 15 - sha256 = "0kyk3hv1y13b3vwg9kjcrpvz9v3l8lp0ikj977nykd5ms8b1rifa"; 16 }; 17 18 - cargoSha256 = "1mwprsg74xv6qlxf00w7xapnkisb1aid9hkyr8r90zcwdcy8783r"; 19 20 nativeBuildInputs = [ autoreconfHook cargo hexdump makeWrapper pkg-config ]; 21 buildInputs = [ boost175 libevent libsodium utf8cpp ]
··· 6 7 rustPlatform.buildRustPackage.override { stdenv = stdenv; } rec { 8 pname = "zcash"; 9 + version = "4.6.0-1"; 10 11 src = fetchFromGitHub { 12 owner = "zcash"; 13 repo = "zcash"; 14 rev = "v${version}"; 15 + sha256 = "sha256-YJ5ufo+LYbOTr9SyiEzzp1pcSx6+cHSvDLBOIcx9X+4="; 16 }; 17 18 + cargoSha256 = "sha256-m/SBHv3BNYKkSXxHnCdVng3blbHrTc/HxX/nEIa1DnM="; 19 20 nativeBuildInputs = [ autoreconfHook cargo hexdump makeWrapper pkg-config ]; 21 buildInputs = [ boost175 libevent libsodium utf8cpp ]
+1
pkgs/applications/editors/rstudio/default.nix
··· 205 homepage = "https://www.rstudio.com/"; 206 license = licenses.agpl3Only; 207 maintainers = with maintainers; [ ciil cfhammill ]; 208 platforms = platforms.linux; 209 }; 210
··· 205 homepage = "https://www.rstudio.com/"; 206 license = licenses.agpl3Only; 207 maintainers = with maintainers; [ ciil cfhammill ]; 208 + mainProgram = "rstudio" + optionalString server "-server"; 209 platforms = platforms.linux; 210 }; 211
+28 -7
pkgs/applications/graphics/renderdoc/default.nix
··· 1 - { lib, fetchFromGitHub, cmake, pkg-config, mkDerivation 2 - , qtbase, qtx11extras, qtsvg, makeWrapper 3 - , vulkan-loader, libglvnd, xorg, python3, python3Packages 4 - , bison, pcre, automake, autoconf, addOpenGLRunpath 5 - , waylandSupport ? false, wayland 6 }: 7 let 8 custom_swig = fetchFromGitHub { ··· 15 in 16 mkDerivation rec { 17 pname = "renderdoc"; 18 - version = "1.16"; 19 20 src = fetchFromGitHub { 21 owner = "baldurk"; 22 repo = "renderdoc"; 23 rev = "v${version}"; 24 - sha256 = "150d1qzjs420clqr48gickiw5ymjx4md6iyjbxmxsdml0pyxpwwn"; 25 }; 26 27 buildInputs = [ ··· 63 postFixup = '' 64 addOpenGLRunpath $out/lib/librenderdoc.so 65 ''; 66 67 meta = with lib; { 68 description = "A single-frame graphics debugger";
··· 1 + { lib 2 + , fetchFromGitHub 3 + , nix-update-script 4 + , cmake 5 + , pkg-config 6 + , mkDerivation 7 + , qtbase 8 + , qtx11extras 9 + , qtsvg 10 + , makeWrapper 11 + , vulkan-loader 12 + , libglvnd 13 + , xorg 14 + , python3 15 + , python3Packages 16 + , bison 17 + , pcre 18 + , automake 19 + , autoconf 20 + , addOpenGLRunpath 21 + , waylandSupport ? false 22 + , wayland 23 }: 24 let 25 custom_swig = fetchFromGitHub { ··· 32 in 33 mkDerivation rec { 34 pname = "renderdoc"; 35 + version = "1.17"; 36 37 src = fetchFromGitHub { 38 owner = "baldurk"; 39 repo = "renderdoc"; 40 rev = "v${version}"; 41 + sha256 = "sha256-Zr7Av49mK48B4N+Ca2vPIgKuVNP4YLVEs4EQepukSs8="; 42 }; 43 44 buildInputs = [ ··· 80 postFixup = '' 81 addOpenGLRunpath $out/lib/librenderdoc.so 82 ''; 83 + 84 + passthru.updateScript = nix-update-script { 85 + attrPath = pname; 86 + }; 87 88 meta = with lib; { 89 description = "A single-frame graphics debugger";
+4 -2
pkgs/applications/misc/minder/default.nix
··· 15 , gtk3 16 , gtksourceview4 17 , hicolor-icon-theme # for setup-hook 18 , libarchive 19 , libgee 20 , libhandy ··· 24 25 stdenv.mkDerivation rec { 26 pname = "minder"; 27 - version = "1.13.1"; 28 29 src = fetchFromGitHub { 30 owner = "phase1geo"; 31 repo = pname; 32 rev = version; 33 - sha256 = "07mq595c1vxwsnwkr2zdci0r06yhs75ph2db09mc63k5fjvi8rya"; 34 }; 35 36 nativeBuildInputs = [ ··· 51 gtk3 52 gtksourceview4 53 hicolor-icon-theme 54 libarchive 55 libgee 56 libhandy
··· 15 , gtk3 16 , gtksourceview4 17 , hicolor-icon-theme # for setup-hook 18 + , json-glib 19 , libarchive 20 , libgee 21 , libhandy ··· 25 26 stdenv.mkDerivation rec { 27 pname = "minder"; 28 + version = "1.14.0"; 29 30 src = fetchFromGitHub { 31 owner = "phase1geo"; 32 repo = pname; 33 rev = version; 34 + sha256 = "sha256-0x+MMVa9/jOVp9n9JFM1MGndh9H9MzmmHepcez4aT+Q="; 35 }; 36 37 nativeBuildInputs = [ ··· 52 gtk3 53 gtksourceview4 54 hicolor-icon-theme 55 + json-glib 56 libarchive 57 libgee 58 libhandy
+2 -4
pkgs/applications/networking/browsers/lagrange/default.nix
··· 19 20 stdenv.mkDerivation rec { 21 pname = "lagrange"; 22 - version = "1.9.5"; 23 24 src = fetchFromGitHub { 25 owner = "skyjake"; 26 repo = "lagrange"; 27 rev = "v${version}"; 28 - sha256 = "sha256-jvknhGTvb2Qw2587TmCJxES2DSv+9+BfMk2IOyqqLt8="; 29 fetchSubmodules = true; 30 }; 31 ··· 37 38 buildInputs = [ fribidi harfbuzz libunistring libwebp mpg123 openssl pcre SDL2 zlib ] 39 ++ lib.optional stdenv.isDarwin AppKit; 40 - 41 - hardeningDisable = lib.optional (!stdenv.cc.isClang) "format"; 42 43 installPhase = lib.optionalString stdenv.isDarwin '' 44 mkdir -p $out/Applications
··· 19 20 stdenv.mkDerivation rec { 21 pname = "lagrange"; 22 + version = "1.10.0"; 23 24 src = fetchFromGitHub { 25 owner = "skyjake"; 26 repo = "lagrange"; 27 rev = "v${version}"; 28 + sha256 = "sha256-5K2Fm7CkzVcHM3JC1rgh/vCyXfVTTY47nZFzqgQcoSs"; 29 fetchSubmodules = true; 30 }; 31 ··· 37 38 buildInputs = [ fribidi harfbuzz libunistring libwebp mpg123 openssl pcre SDL2 zlib ] 39 ++ lib.optional stdenv.isDarwin AppKit; 40 41 installPhase = lib.optionalString stdenv.isDarwin '' 42 mkdir -p $out/Applications
+2 -2
pkgs/applications/office/qownnotes/default.nix
··· 5 6 mkDerivation rec { 7 pname = "qownnotes"; 8 - version = "21.12.8"; 9 10 src = fetchurl { 11 url = "https://download.tuxfamily.org/${pname}/src/${pname}-${version}.tar.xz"; 12 # Fetch the checksum of current version with curl: 13 # curl https://download.tuxfamily.org/qownnotes/src/qownnotes-<version>.tar.xz.sha256 14 - sha256 = "sha256-iVcGJz4lxyn303ACYBUVm9cOYjVrETpyUapjAieMpqE="; 15 }; 16 17 nativeBuildInputs = [ qmake qttools ];
··· 5 6 mkDerivation rec { 7 pname = "qownnotes"; 8 + version = "22.1.7"; 9 10 src = fetchurl { 11 url = "https://download.tuxfamily.org/${pname}/src/${pname}-${version}.tar.xz"; 12 # Fetch the checksum of current version with curl: 13 # curl https://download.tuxfamily.org/qownnotes/src/qownnotes-<version>.tar.xz.sha256 14 + sha256 = "7ac13816e47e23e8469f47b6d48a29f7e98416de0fa9ef77eb3da63b191829f3"; 15 }; 16 17 nativeBuildInputs = [ qmake qttools ];
+4 -4
pkgs/data/misc/hackage/pin.json
··· 1 { 2 - "commit": "52e5aa39956d0d5a8158320897630fed86ec2ed3", 3 - "url": "https://github.com/commercialhaskell/all-cabal-hashes/archive/52e5aa39956d0d5a8158320897630fed86ec2ed3.tar.gz", 4 - "sha256": "1yx7v3hscyp1jar0kfsc5pmj8i552j5milqzsair67cl8jf37vwz", 5 - "msg": "Update from Hackage at 2022-01-05T00:50:25Z" 6 }
··· 1 { 2 + "commit": "0b85617478c8c03b4db538b5dc1774f9fa5bf41c", 3 + "url": "https://github.com/commercialhaskell/all-cabal-hashes/archive/0b85617478c8c03b4db538b5dc1774f9fa5bf41c.tar.gz", 4 + "sha256": "1r2w0cysn4x8hzw0989p9cmqvyqkjs4phy8iisphczw30s02zc27", 5 + "msg": "Update from Hackage at 2022-01-14T12:47:41Z" 6 }
+18 -22
pkgs/development/haskell-modules/configuration-common.nix
··· 181 # base bound 182 digit = doJailbreak super.digit; 183 184 - hnix = generateOptparseApplicativeCompletion "hnix" 185 (overrideCabal (drv: { 186 # 2020-06-05: HACK: does not pass own build suite - `dontCheck` 187 doCheck = false; ··· 189 # needs newer version of relude and semialign than stackage has 190 relude = self.relude_1_0_0_1; 191 semialign = self.semialign_1_2_0_1; 192 - })); 193 194 # Fails for non-obvious reasons while attempting to use doctest. 195 focuslist = dontCheck super.focuslist; ··· 1185 # The test suite depends on an impure cabal-install installation in 1186 # $HOME, which we don't have in our build sandbox. 1187 cabal-install-parsers = dontCheck super.cabal-install-parsers; 1188 - cabal-install-parsers_0_4_2 = dontCheck super.cabal-install-parsers_0_4_2; 1189 1190 # 2021-08-18: Erroneously claims that it needs a newer HStringTemplate (>= 0.8.8) than stackage. 1191 gitit = doJailbreak super.gitit; ··· 1522 # Upstream issue: https://github.com/haskell-servant/servant-swagger/issues/129 1523 servant-swagger = dontCheck super.servant-swagger; 1524 1525 - hercules-ci-agent = generateOptparseApplicativeCompletion "hercules-ci-agent" super.hercules-ci-agent; 1526 1527 hercules-ci-cli = pkgs.lib.pipe super.hercules-ci-cli [ 1528 unmarkBroken ··· 1862 # 2021-05-09: Restrictive bound on hspec-golden. Dep removed in newer versions. 1863 tomland = assert super.tomland.version == "1.3.2.0"; doJailbreak super.tomland; 1864 1865 - # 2021-05-09 haskell-ci pins ShellCheck 0.7.1 1866 - # https://github.com/haskell-CI/haskell-ci/issues/507 1867 - # 2021-09-05 haskell-ci needs Cabal 3.4, 1868 - # cabal-install-parsers uses Cabal 3.6 since 0.4.3 1869 - haskell-ci = super.haskell-ci.override { 1870 - ShellCheck = self.ShellCheck_0_7_1; 1871 - cabal-install-parsers = self.cabal-install-parsers_0_4_2; 1872 - }; 1873 1874 - # Build haskell-ci from git repository, including some useful fixes, 1875 - # e. g. required for generating the workflows for the cabal2nix repository 1876 - haskell-ci-unstable = (overrideSrc rec { 1877 - version = "0.13.20211116-${builtins.substring 0 7 src.rev}"; 1878 src = pkgs.fetchFromGitHub { 1879 owner = "haskell-CI"; 1880 repo = "haskell-ci"; 1881 - rev = "b61df11e7f6010ce09920c231321ab1545a990b5"; 1882 - sha256 = "0v6mqpavz5v161milq6a3x9gzap0pgksd3h4rwi2s3f9b15sczcy"; 1883 }; 1884 - } super.haskell-ci).overrideScope (self: super: { 1885 - attoparsec = self.attoparsec_0_14_3; 1886 - Cabal = self.Cabal_3_6_2_0; 1887 - }); 1888 1889 Frames-streamly = super.Frames-streamly.override { 1890 relude = super.relude_1_0_0_1;
··· 181 # base bound 182 digit = doJailbreak super.digit; 183 184 + # hnix.patch needed until the next release is bumped 185 + hnix = appendPatch ./patches/hnix.patch (generateOptparseApplicativeCompletion "hnix" 186 (overrideCabal (drv: { 187 # 2020-06-05: HACK: does not pass own build suite - `dontCheck` 188 doCheck = false; ··· 190 # needs newer version of relude and semialign than stackage has 191 relude = self.relude_1_0_0_1; 192 semialign = self.semialign_1_2_0_1; 193 + }))); 194 195 # Fails for non-obvious reasons while attempting to use doctest. 196 focuslist = dontCheck super.focuslist; ··· 1186 # The test suite depends on an impure cabal-install installation in 1187 # $HOME, which we don't have in our build sandbox. 1188 cabal-install-parsers = dontCheck super.cabal-install-parsers; 1189 1190 # 2021-08-18: Erroneously claims that it needs a newer HStringTemplate (>= 0.8.8) than stackage. 1191 gitit = doJailbreak super.gitit; ··· 1522 # Upstream issue: https://github.com/haskell-servant/servant-swagger/issues/129 1523 servant-swagger = dontCheck super.servant-swagger; 1524 1525 + # substituteInPlace: https://github.com/hercules-ci/hercules-ci-agent/issues/363 1526 + hercules-ci-agent = overrideCabal { preConfigure = '' 1527 + substituteInPlace hercules-ci-agent/Hercules/Agent/Cachix/Init.hs --replace "Cachix.Client.Env" "Cachix.Client.Version" 1528 + ''; } (generateOptparseApplicativeCompletion "hercules-ci-agent" super.hercules-ci-agent); 1529 1530 hercules-ci-cli = pkgs.lib.pipe super.hercules-ci-cli [ 1531 unmarkBroken ··· 1865 # 2021-05-09: Restrictive bound on hspec-golden. Dep removed in newer versions. 1866 tomland = assert super.tomland.version == "1.3.2.0"; doJailbreak super.tomland; 1867 1868 + # 2022-01-16 haskell-ci needs Cabal 3.6, 1869 + haskell-ci = super.haskell-ci.overrideScope (self: super: { 1870 + attoparsec = self.attoparsec_0_14_4; 1871 + Cabal = self.Cabal_3_6_2_0; 1872 + }); 1873 1874 + # Build haskell-ci from git repository 1875 + haskell-ci-unstable = overrideSrc rec { 1876 + version = "0.14.1-${builtins.substring 0 7 src.rev}"; 1877 src = pkgs.fetchFromGitHub { 1878 owner = "haskell-CI"; 1879 repo = "haskell-ci"; 1880 + rev = "8311a999b8e8be3aa31f65f314def256aa2d5535"; 1881 + sha256 = "169jaqm4xs2almmvqsk567wayxs0g6kn0l5877c03hzr3d9ykrav"; 1882 }; 1883 + } self.haskell-ci; 1884 1885 Frames-streamly = super.Frames-streamly.override { 1886 relude = super.relude_1_0_0_1;
-5
pkgs/development/haskell-modules/configuration-ghc-8.10.x.nix
··· 49 # cabal-install-parsers is written for Cabal 3.6 50 cabal-install-parsers = super.cabal-install-parsers.override { Cabal = super.Cabal_3_6_2_0; }; 51 52 - # older version of cabal-install-parsers for reverse dependencies that use Cabal 3.4 53 - cabal-install-parsers_0_4_2 = super.cabal-install-parsers_0_4_2.override { 54 - Cabal = self.Cabal_3_4_1_0; 55 - }; 56 - 57 # Jailbreak to fix the build. 58 base-noprelude = doJailbreak super.base-noprelude; 59 system-fileio = doJailbreak super.system-fileio;
··· 49 # cabal-install-parsers is written for Cabal 3.6 50 cabal-install-parsers = super.cabal-install-parsers.override { Cabal = super.Cabal_3_6_2_0; }; 51 52 # Jailbreak to fix the build. 53 base-noprelude = doJailbreak super.base-noprelude; 54 system-fileio = doJailbreak super.system-fileio;
+9 -9
pkgs/development/haskell-modules/configuration-ghc-9.2.x.nix
··· 83 # Jailbreaks & Version Updates 84 assoc = doJailbreak super.assoc; 85 async = doJailbreak super.async; 86 - attoparsec = super.attoparsec_0_14_3; 87 base64-bytestring = doJailbreak super.base64-bytestring; 88 base-compat = self.base-compat_0_12_1; 89 base-compat-batteries = self.base-compat-batteries_0_12_1; ··· 102 genvalidity-hspec = self.genvalidity-hspec_1_0_0_0; 103 ghc-byteorder = doJailbreak super.ghc-byteorder; 104 ghc-exactprint = overrideCabal (drv: { 105 - # HACK: ghc-exactprint 1.3.0 is not buildable for GHC < 9.2, 106 # but hackage2nix evaluates the cabal file with GHC 8.10.*, 107 # causing the build-depends to be skipped. Since the dependency 108 # list hasn't changed much since 0.6.4, we can just reuse the 109 # normal expression. 110 - inherit (self.ghc-exactprint_1_3_0) src version; 111 revision = null; editedCabalFile = null; 112 libraryHaskellDepends = [ 113 self.fail 114 self.ordered-containers 115 ] ++ drv.libraryHaskellDepends or []; 116 }) super.ghc-exactprint; 117 - ghc-lib = self.ghc-lib_9_2_1_20211101; 118 - ghc-lib-parser = self.ghc-lib-parser_9_2_1_20211101; 119 ghc-lib-parser-ex = self.ghc-lib-parser-ex_9_2_0_1; 120 hackage-security = doJailbreak super.hackage-security; 121 - hashable = super.hashable_1_4_0_1; 122 hashable-time = doJailbreak super.hashable-time_0_3; 123 hedgehog = doJailbreak super.hedgehog; 124 HTTP = overrideCabal (drv: { postPatch = "sed -i -e 's,! Socket,!Socket,' Network/TCP.hs"; }) (doJailbreak super.HTTP); ··· 131 ormolu = self.ormolu_0_4_0_0; 132 OneTuple = super.OneTuple_0_3_1; 133 parallel = doJailbreak super.parallel; 134 - path = doJailbreak super.path_0_9_1; 135 polyparse = overrideCabal (drv: { postPatch = "sed -i -e 's, <0.11, <0.12,' polyparse.cabal"; }) (doJailbreak super.polyparse); 136 primitive = doJailbreak super.primitive; 137 quickcheck-instances = super.quickcheck-instances_0_3_27; 138 regex-posix = doJailbreak super.regex-posix; 139 resolv = doJailbreak super.resolv; 140 - retrie = doDistribute self.retrie_1_2_0_0; 141 semialign = super.semialign_1_2_0_1; 142 singleton-bool = doJailbreak super.singleton-bool; 143 scientific = doJailbreak super.scientific; ··· 234 sha256 = "0hpp3iw7m7w2abr8vb86gdz3x6c8lj119zxln933k90ia7bmk8jc"; 235 }; 236 } (super.hlint_3_3_6.overrideScope (self: super: { 237 - ghc-lib-parser = self.ghc-lib-parser_9_2_1_20211101; 238 ghc-lib-parser-ex = self.ghc-lib-parser-ex_9_2_0_1; 239 })) 240 );
··· 83 # Jailbreaks & Version Updates 84 assoc = doJailbreak super.assoc; 85 async = doJailbreak super.async; 86 + attoparsec = super.attoparsec_0_14_4; 87 base64-bytestring = doJailbreak super.base64-bytestring; 88 base-compat = self.base-compat_0_12_1; 89 base-compat-batteries = self.base-compat-batteries_0_12_1; ··· 102 genvalidity-hspec = self.genvalidity-hspec_1_0_0_0; 103 ghc-byteorder = doJailbreak super.ghc-byteorder; 104 ghc-exactprint = overrideCabal (drv: { 105 + # HACK: ghc-exactprint 1.4.1 is not buildable for GHC < 9.2, 106 # but hackage2nix evaluates the cabal file with GHC 8.10.*, 107 # causing the build-depends to be skipped. Since the dependency 108 # list hasn't changed much since 0.6.4, we can just reuse the 109 # normal expression. 110 + inherit (self.ghc-exactprint_1_4_1) src version; 111 revision = null; editedCabalFile = null; 112 libraryHaskellDepends = [ 113 self.fail 114 self.ordered-containers 115 ] ++ drv.libraryHaskellDepends or []; 116 }) super.ghc-exactprint; 117 + ghc-lib = self.ghc-lib_9_2_1_20220109; 118 + ghc-lib-parser = self.ghc-lib-parser_9_2_1_20220109; 119 ghc-lib-parser-ex = self.ghc-lib-parser-ex_9_2_0_1; 120 hackage-security = doJailbreak super.hackage-security; 121 + hashable = super.hashable_1_4_0_2; 122 hashable-time = doJailbreak super.hashable-time_0_3; 123 hedgehog = doJailbreak super.hedgehog; 124 HTTP = overrideCabal (drv: { postPatch = "sed -i -e 's,! Socket,!Socket,' Network/TCP.hs"; }) (doJailbreak super.HTTP); ··· 131 ormolu = self.ormolu_0_4_0_0; 132 OneTuple = super.OneTuple_0_3_1; 133 parallel = doJailbreak super.parallel; 134 + path = doJailbreak super.path_0_9_2; 135 polyparse = overrideCabal (drv: { postPatch = "sed -i -e 's, <0.11, <0.12,' polyparse.cabal"; }) (doJailbreak super.polyparse); 136 primitive = doJailbreak super.primitive; 137 quickcheck-instances = super.quickcheck-instances_0_3_27; 138 regex-posix = doJailbreak super.regex-posix; 139 resolv = doJailbreak super.resolv; 140 + retrie = doDistribute self.retrie_1_2_0_1; 141 semialign = super.semialign_1_2_0_1; 142 singleton-bool = doJailbreak super.singleton-bool; 143 scientific = doJailbreak super.scientific; ··· 234 sha256 = "0hpp3iw7m7w2abr8vb86gdz3x6c8lj119zxln933k90ia7bmk8jc"; 235 }; 236 } (super.hlint_3_3_6.overrideScope (self: super: { 237 + ghc-lib-parser = self.ghc-lib-parser_9_2_1_20220109; 238 ghc-lib-parser-ex = self.ghc-lib-parser-ex_9_2_0_1; 239 })) 240 );
+6
pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml
··· 455 - brick-dropdownmenu 456 - bricks-internal 457 - brillig 458 - broccoli 459 - brok 460 - broker-haskell ··· 571 - capnp 572 - capped-list 573 - capri 574 - caramia 575 - carbonara 576 - cardano-coin-selection ··· 3881 - pretty-ncols 3882 - prettyprinter-vty 3883 - prim-array 3884 - primes-type 3885 - prim-instances 3886 - PrimitiveArray-Pretty ··· 4452 - show-prettyprint 4453 - Shpadoinkle-backend-pardiff 4454 - Shpadoinkle-backend-snabbdom 4455 - Shpadoinkle-isreal 4456 - Shpadoinkle-streaming 4457 - Shpadoinkle-template ··· 4852 - tagsoup-selection 4853 - tai 4854 - tai64 4855 - takahashi 4856 - Takusen 4857 - takusen-oracle
··· 455 - brick-dropdownmenu 456 - bricks-internal 457 - brillig 458 + - broadcast-chan-tests 459 - broccoli 460 - brok 461 - broker-haskell ··· 572 - capnp 573 - capped-list 574 - capri 575 + - captcha-core 576 - caramia 577 - carbonara 578 - cardano-coin-selection ··· 3883 - pretty-ncols 3884 - prettyprinter-vty 3885 - prim-array 3886 + - primecount 3887 - primes-type 3888 - prim-instances 3889 - PrimitiveArray-Pretty ··· 4455 - show-prettyprint 4456 - Shpadoinkle-backend-pardiff 4457 - Shpadoinkle-backend-snabbdom 4458 + - Shpadoinkle-backend-static 4459 + - Shpadoinkle-html 4460 - Shpadoinkle-isreal 4461 - Shpadoinkle-streaming 4462 - Shpadoinkle-template ··· 4857 - tagsoup-selection 4858 - tai 4859 - tai64 4860 + - tailwind 4861 - takahashi 4862 - Takusen 4863 - takusen-oracle
+3 -2
pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml
··· 158 - resolv == 0.1.1.2 # required to build cabal-install-3.0.0.0 with pre ghc-8.8.x 159 - sbv == 7.13 # required for pkgs.petrinizer 160 - crackNum < 3.0 # 2021-05-21: 3.0 removed the lib which sbv 7.13 uses 161 - - ShellCheck == 0.7.1 # 2021-05-09: haskell-ci 0.12.1 pins this version 162 - - cabal-install-parsers == 0.4.2 # 2021-09-04: needed haskell-ci by until it upgrades to Cabal >= 3.6 163 - ghc-api-compat == 8.6 # 2021-09-07: preserve for GHC 8.8.4 164 - ghc-lib == 9.0.* # 2021-11-05: Need one GHC 9.0.2 compatible version 165 - ghc-lib-parser == 9.0.* # 2021-11-05: Need one GHC 9.0.2 compatible version ··· 623 - webkitgtk3 624 - webkitgtk3-javascriptcore 625 - websnap
··· 158 - resolv == 0.1.1.2 # required to build cabal-install-3.0.0.0 with pre ghc-8.8.x 159 - sbv == 7.13 # required for pkgs.petrinizer 160 - crackNum < 3.0 # 2021-05-21: 3.0 removed the lib which sbv 7.13 uses 161 - ghc-api-compat == 8.6 # 2021-09-07: preserve for GHC 8.8.4 162 - ghc-lib == 9.0.* # 2021-11-05: Need one GHC 9.0.2 compatible version 163 - ghc-lib-parser == 9.0.* # 2021-11-05: Need one GHC 9.0.2 compatible version ··· 621 - webkitgtk3 622 - webkitgtk3-javascriptcore 623 - websnap 624 + 625 + # glade relies on system libglade which is deprecated 626 + - glade
+13 -2
pkgs/development/haskell-modules/configuration-hackage2nix/transitive-broken.yaml
··· 618 - bricks-parsec 619 - bricks-rendering 620 - bricks-syntax 621 - bronyradiogermany-streaming 622 - brotli-conduit 623 - brotli-streams ··· 659 - canteven-http 660 - cao 661 - cap 662 - car-pool 663 - carboncopy 664 - cartel ··· 827 - copilot-language 828 - copilot-libraries 829 - copilot-theorem 830 - coroutine-enumerator 831 - coroutine-iteratee 832 - couch-simple ··· 1186 - funnyprint 1187 - funsat 1188 - fused-effects-squeal 1189 - - futhark_0_21_2 1190 - fwgl-glfw 1191 - fwgl-javascript 1192 - fxpak ··· 1652 - hsfacter 1653 - hslogstash 1654 - hspec-expectations-pretty 1655 - hspec-pg-transact 1656 - hspec-setup 1657 - hspec-shouldbe ··· 1810 - ivy-web 1811 - iyql 1812 - j2hs 1813 - jail 1814 - java-bridge-extras 1815 - java-character ··· 1890 - knead-arithmetic 1891 - knit-haskell 1892 - knots 1893 - korfu 1894 - ks-test 1895 - kurita ··· 2161 - mprover 2162 - mps 2163 - mptcp 2164 - msgpack-aeson 2165 - msgpack-idl 2166 - msgpack-rpc ··· 2295 - pairing 2296 - panda 2297 - pandoc-japanese-filters 2298 - - pandoc_2_16_2 2299 - papa 2300 - papa-base 2301 - papa-base-implement ··· 2443 - proto3-suite 2444 - protobuf-native 2445 - protocol-buffers-descriptor-fork 2446 - puffytools 2447 - pugs-compat 2448 - pugs-hsregex
··· 618 - bricks-parsec 619 - bricks-rendering 620 - bricks-syntax 621 + - broadcast-chan-conduit 622 + - broadcast-chan-pipes 623 - bronyradiogermany-streaming 624 - brotli-conduit 625 - brotli-streams ··· 661 - canteven-http 662 - cao 663 - cap 664 + - captcha-2captcha 665 + - captcha-capmonster 666 - car-pool 667 - carboncopy 668 - cartel ··· 831 - copilot-language 832 - copilot-libraries 833 - copilot-theorem 834 + - core-webserver-servant 835 + - core-webserver-warp 836 - coroutine-enumerator 837 - coroutine-iteratee 838 - couch-simple ··· 1192 - funnyprint 1193 - funsat 1194 - fused-effects-squeal 1195 + - futhark_0_21_4 1196 - fwgl-glfw 1197 - fwgl-javascript 1198 - fxpak ··· 1658 - hsfacter 1659 - hslogstash 1660 - hspec-expectations-pretty 1661 + - hspec-expectations-pretty-diff_0_7_2_6 1662 - hspec-pg-transact 1663 - hspec-setup 1664 - hspec-shouldbe ··· 1817 - ivy-web 1818 - iyql 1819 - j2hs 1820 + - jacinda 1821 - jail 1822 - java-bridge-extras 1823 - java-character ··· 1898 - knead-arithmetic 1899 - knit-haskell 1900 - knots 1901 + - koji-tool 1902 - korfu 1903 - ks-test 1904 - kurita ··· 2170 - mprover 2171 - mps 2172 - mptcp 2173 + - mptcpanalyzer 2174 - msgpack-aeson 2175 - msgpack-idl 2176 - msgpack-rpc ··· 2305 - pairing 2306 - panda 2307 - pandoc-japanese-filters 2308 + - pandoc_2_17 2309 - papa 2310 - papa-base 2311 - papa-base-implement ··· 2453 - proto3-suite 2454 - protobuf-native 2455 - protocol-buffers-descriptor-fork 2456 + - psql 2457 - puffytools 2458 - pugs-compat 2459 - pugs-hsregex
+6
pkgs/development/haskell-modules/configuration-nix.nix
··· 818 platforms = pkgs.lib.platforms.x86; 819 } super.geomancy; 820 821 hls-brittany-plugin = overrideCabal (drv: { 822 testToolDepends = [ pkgs.git ]; 823 preCheck = ''
··· 818 platforms = pkgs.lib.platforms.x86; 819 } super.geomancy; 820 821 + hlint = overrideCabal (drv: { 822 + postInstall = '' 823 + install -Dm644 data/hlint.1 -t "$out/share/man/man1" 824 + '' + drv.postInstall or ""; 825 + }) super.hlint; 826 + 827 hls-brittany-plugin = overrideCabal (drv: { 828 testToolDepends = [ pkgs.git ]; 829 preCheck = ''
+1743 -510
pkgs/development/haskell-modules/hackage-packages.nix
··· 2818 pname = "Cabal"; 2819 version = "3.6.2.0"; 2820 sha256 = "0hmw2wkypd42qyyfi6rhbsxmymbxg9rrw683yg39627vlw33v44y"; 2821 setupHaskellDepends = [ mtl parsec ]; 2822 libraryHaskellDepends = [ 2823 array base binary bytestring containers deepseq directory filepath ··· 10824 pname = "HsOpenSSL"; 10825 version = "0.11.7.2"; 10826 sha256 = "0ysdfl8ck3nzhx597fa13dqf31jq5gzwajlak6r91jajks9w0dl5"; 10827 - revision = "1"; 10828 - editedCabalFile = "1lccw8x48xxmw1cpd260fdr9mxqr39f4b623i78027l0m93dw38b"; 10829 setupHaskellDepends = [ base Cabal ]; 10830 libraryHaskellDepends = [ base bytestring network time ]; 10831 librarySystemDepends = [ openssl ]; ··· 11219 ]; 11220 description = "Library to deal with IPv6 address text representations"; 11221 license = lib.licenses.bsd3; 11222 }) {}; 11223 11224 "IPv6DB" = callPackage ··· 18339 broken = true; 18340 }) {}; 18341 18342 - "ShellCheck_0_7_1" = callPackage 18343 - ({ mkDerivation, aeson, array, base, bytestring, containers 18344 - , deepseq, Diff, directory, filepath, mtl, parsec, process 18345 - , QuickCheck, regex-tdfa 18346 - }: 18347 - mkDerivation { 18348 - pname = "ShellCheck"; 18349 - version = "0.7.1"; 18350 - sha256 = "06m4wh891nah3y0br4wh3adpsb16zawkb2ijgf1vcz61fznj6ps1"; 18351 - isLibrary = true; 18352 - isExecutable = true; 18353 - libraryHaskellDepends = [ 18354 - aeson array base bytestring containers deepseq Diff directory 18355 - filepath mtl parsec process QuickCheck regex-tdfa 18356 - ]; 18357 - executableHaskellDepends = [ 18358 - aeson array base bytestring containers deepseq Diff directory 18359 - filepath mtl parsec QuickCheck regex-tdfa 18360 - ]; 18361 - testHaskellDepends = [ 18362 - aeson array base bytestring containers deepseq Diff directory 18363 - filepath mtl parsec QuickCheck regex-tdfa 18364 - ]; 18365 - description = "Shell script analysis tool"; 18366 - license = lib.licenses.gpl3Only; 18367 - hydraPlatforms = lib.platforms.none; 18368 - }) {}; 18369 - 18370 "ShellCheck" = callPackage 18371 ({ mkDerivation, aeson, array, base, bytestring, containers 18372 , deepseq, Diff, directory, filepath, mtl, parsec, process ··· 18588 libraryHaskellDepends = [ base compactable Shpadoinkle text ]; 18589 description = "A backend for rendering Shpadoinkle as Text"; 18590 license = lib.licenses.bsd3; 18591 }) {}; 18592 18593 "Shpadoinkle-console" = callPackage ··· 18704 ]; 18705 description = "A typed, template generated Html DSL, and helpers"; 18706 license = lib.licenses.bsd3; 18707 }) {}; 18708 18709 "Shpadoinkle-isreal" = callPackage ··· 33855 license = lib.licenses.asl20; 33856 }) {}; 33857 33858 - "ascii_1_1_1_0" = callPackage 33859 ({ mkDerivation, ascii-case, ascii-char, ascii-group 33860 , ascii-predicates, ascii-superset, ascii-th, base, bytestring 33861 , text 33862 }: 33863 mkDerivation { 33864 pname = "ascii"; 33865 - version = "1.1.1.0"; 33866 - sha256 = "11a2hwjz439damkjcx3ybbwjnvhdrhwxw78203vgydym4v1k2hrn"; 33867 libraryHaskellDepends = [ 33868 ascii-case ascii-char ascii-group ascii-predicates ascii-superset 33869 ascii-th base bytestring text ··· 33901 license = lib.licenses.asl20; 33902 }) {}; 33903 33904 "ascii-char" = callPackage 33905 ({ mkDerivation, base, hashable }: 33906 mkDerivation { ··· 33911 testHaskellDepends = [ base ]; 33912 description = "A Char type representing an ASCII character"; 33913 license = lib.licenses.asl20; 33914 }) {}; 33915 33916 "ascii-cows" = callPackage ··· 33952 license = lib.licenses.asl20; 33953 }) {}; 33954 33955 "ascii-holidays" = callPackage 33956 ({ mkDerivation, base, random, random-shuffle, terminfo, time }: 33957 mkDerivation { ··· 33979 license = lib.licenses.asl20; 33980 }) {}; 33981 33982 "ascii-progress" = callPackage 33983 ({ mkDerivation, async, base, concurrent-output, data-default 33984 , hspec, QuickCheck, time ··· 34037 license = lib.licenses.asl20; 34038 }) {}; 34039 34040 "ascii-table" = callPackage 34041 ({ mkDerivation, aeson, base, containers, dlist, hashable, text 34042 , unordered-containers, vector, wl-pprint-extras ··· 34072 license = lib.licenses.asl20; 34073 }) {}; 34074 34075 "ascii-vector-avc" = callPackage 34076 ({ mkDerivation, attoparsec, base, binary, bytestring, deepseq 34077 , deepseq-generics, HUnit, split, zlib ··· 35220 ({ mkDerivation, base, stm }: 35221 mkDerivation { 35222 pname = "atomic-modify"; 35223 - version = "0.1.0.2"; 35224 - sha256 = "0j4zhr02bmkpar80vzxxj91qyz97wi7kia79q20a1y3sqbmx2sk5"; 35225 libraryHaskellDepends = [ base stm ]; 35226 description = "A typeclass for mutable references that have an atomic modify operation"; 35227 license = lib.licenses.asl20; ··· 35603 license = lib.licenses.bsd3; 35604 }) {}; 35605 35606 - "attoparsec_0_14_3" = callPackage 35607 ({ mkDerivation, array, base, bytestring, case-insensitive 35608 - , containers, criterion, deepseq, directory, filepath, ghc-prim 35609 - , http-types, parsec, QuickCheck, quickcheck-unicode, scientific 35610 - , tasty, tasty-quickcheck, text, transformers, unordered-containers 35611 - , vector 35612 }: 35613 mkDerivation { 35614 pname = "attoparsec"; 35615 - version = "0.14.3"; 35616 - sha256 = "1j7sy24d7kf9qb99cr36zchb4gsj3gcy4yflawxqnng31lqdxjal"; 35617 - revision = "1"; 35618 - editedCabalFile = "1i3dwcq8970d7i7via7y0384hv7xqlajjlr9dlwlx1f29bx98pdn"; 35619 libraryHaskellDepends = [ 35620 array base bytestring containers deepseq ghc-prim scientific text 35621 transformers ··· 35625 scientific tasty tasty-quickcheck text transformers vector 35626 ]; 35627 benchmarkHaskellDepends = [ 35628 - array base bytestring case-insensitive containers criterion deepseq 35629 - directory filepath ghc-prim http-types parsec scientific text 35630 transformers unordered-containers vector 35631 ]; 35632 description = "Fast combinator parsing for bytestrings and text"; 35633 license = lib.licenses.bsd3; 35634 hydraPlatforms = lib.platforms.none; ··· 36432 license = lib.licenses.mit; 36433 }) {}; 36434 36435 "autom" = callPackage 36436 ({ mkDerivation, base, bytestring, colour, ghc-prim, gloss 36437 , JuicyPixels, random, vector ··· 38631 license = lib.licenses.bsd3; 38632 }) {}; 38633 38634 "barbies-layered" = callPackage 38635 ({ mkDerivation, barbies, base, doctest, doctest-discover, hspec 38636 , hspec-discover, transformers ··· 39425 pname = "basement-cd"; 39426 version = "0.0.12.1"; 39427 sha256 = "18w1rzn6p3a25y075rr1lmln74mfiv9dzgf01mipwjqfsirki15b"; 39428 libraryHaskellDepends = [ base ghc-prim ]; 39429 description = "Foundation scrap box of array & string"; 39430 license = lib.licenses.bsd3; ··· 41675 license = lib.licenses.mit; 41676 }) {}; 41677 41678 "binary-parsers" = callPackage 41679 ({ mkDerivation, attoparsec, base, binary, bytestring 41680 , bytestring-lexing, case-insensitive, criterion, deepseq ··· 43232 "bisc" = callPackage 43233 ({ mkDerivation, base, bytestring, configurator, data-default 43234 , directory, exceptions, filepath, leveldb-haskell, mtl 43235 - , optparse-applicative, selda, selda-sqlite, text 43236 }: 43237 mkDerivation { 43238 pname = "bisc"; 43239 - version = "0.4.0.0"; 43240 - sha256 = "1x0i3yjgfnhw5nsx2fr150anf199z29g630xv58315xz6a526js0"; 43241 isLibrary = false; 43242 isExecutable = true; 43243 executableHaskellDepends = [ 43244 base bytestring configurator data-default directory exceptions 43245 - filepath leveldb-haskell mtl optparse-applicative selda 43246 - selda-sqlite text 43247 ]; 43248 description = "A small tool that clears cookies (and more)"; 43249 license = lib.licenses.gpl3Only; ··· 47114 license = lib.licenses.agpl3Only; 47115 }) {}; 47116 47117 - "brittany_0_14_0_0" = callPackage 47118 ({ mkDerivation, aeson, base, butcher, bytestring, cmdargs 47119 , containers, czipwith, data-tree-print, deepseq, directory, extra 47120 , filepath, ghc, ghc-boot, ghc-boot-th, ghc-exactprint, hspec ··· 47123 }: 47124 mkDerivation { 47125 pname = "brittany"; 47126 - version = "0.14.0.0"; 47127 - sha256 = "10xphm9szdflwqkfbhz9pngiq0sn5jmysa015dhqc3prhz4qha2b"; 47128 isLibrary = true; 47129 isExecutable = true; 47130 libraryHaskellDepends = [ ··· 47166 license = lib.licenses.bsd3; 47167 }) {}; 47168 47169 "broadcast-chan-conduit" = callPackage 47170 ({ mkDerivation, base, broadcast-chan, broadcast-chan-tests 47171 , conduit, containers, resourcet, transformers, unliftio-core 47172 }: 47173 mkDerivation { 47174 pname = "broadcast-chan-conduit"; 47175 - version = "0.2.1.1"; 47176 - sha256 = "0w0f4skprhnm1x4vzchkgjgjljzqizpb678251jgj65jsg1mnyfc"; 47177 - revision = "1"; 47178 - editedCabalFile = "0pk09frf24jg2id13l1nx47wwvf2z4qjqv17y7ji036iwp9xk6nw"; 47179 libraryHaskellDepends = [ 47180 base broadcast-chan conduit resourcet transformers unliftio-core 47181 ]; ··· 47184 ]; 47185 description = "Conduit-based parallel streaming code for broadcast-chan"; 47186 license = lib.licenses.bsd3; 47187 }) {}; 47188 47189 "broadcast-chan-pipes" = callPackage ··· 47192 }: 47193 mkDerivation { 47194 pname = "broadcast-chan-pipes"; 47195 - version = "0.2.1"; 47196 - sha256 = "0yifpd97cihagflmh0xs0wcl541k89hick4h9hh8zrah72g71fqr"; 47197 - revision = "1"; 47198 - editedCabalFile = "0zz05sc0ny5czzyw71c1fdzlfawjwhznbr8z683bf83821ra5fcv"; 47199 libraryHaskellDepends = [ base broadcast-chan pipes pipes-safe ]; 47200 testHaskellDepends = [ 47201 base broadcast-chan-tests containers foldl pipes pipes-safe 47202 ]; 47203 description = "Pipes-based parallel streaming code for broadcast-chan"; 47204 license = lib.licenses.bsd3; 47205 }) {}; 47206 47207 "broadcast-chan-tests" = callPackage ··· 47212 }: 47213 mkDerivation { 47214 pname = "broadcast-chan-tests"; 47215 - version = "0.2.1.1"; 47216 - sha256 = "0qx8j9sfky5qvrxrn4is9sja4qh6jh7jahq3zkyyq3a54jkwc8d3"; 47217 - revision = "4"; 47218 - editedCabalFile = "04hgr1ik1z9v317x8rw6amxqrmc94g6cghzxghddszqismz44gaq"; 47219 libraryHaskellDepends = [ 47220 async base broadcast-chan clock containers optparse-applicative 47221 paramtree stm tagged tasty tasty-golden tasty-hunit tasty-travis ··· 47226 ]; 47227 description = "Helpers for generating tests for broadcast-chan"; 47228 license = lib.licenses.bsd3; 47229 }) {}; 47230 47231 "broccoli" = callPackage ··· 48194 license = lib.licenses.isc; 48195 }) {}; 48196 48197 "burst-detection" = callPackage 48198 ({ mkDerivation, base, criterion, deepseq }: 48199 mkDerivation { ··· 50338 broken = true; 50339 }) {}; 50340 50341 - "cabal-install-parsers_0_4_2" = callPackage 50342 - ({ mkDerivation, aeson, ansi-terminal, base, base16-bytestring 50343 - , binary, binary-instances, bytestring, Cabal, containers 50344 - , criterion, cryptohash-sha256, deepseq, directory, filepath, lukko 50345 - , network-uri, parsec, pretty, tar, tasty, tasty-golden 50346 - , tasty-hunit, text, time, transformers, tree-diff 50347 - }: 50348 - mkDerivation { 50349 - pname = "cabal-install-parsers"; 50350 - version = "0.4.2"; 50351 - sha256 = "08ny95sryii4nzyy8b2zf15vk329y84gbvpy7302hnjxanc6awx5"; 50352 - libraryHaskellDepends = [ 50353 - aeson base base16-bytestring binary binary-instances bytestring 50354 - Cabal containers cryptohash-sha256 deepseq directory filepath lukko 50355 - network-uri parsec pretty tar text time transformers 50356 - ]; 50357 - testHaskellDepends = [ 50358 - ansi-terminal base base16-bytestring bytestring Cabal containers 50359 - directory filepath pretty tar tasty tasty-golden tasty-hunit 50360 - tree-diff 50361 - ]; 50362 - benchmarkHaskellDepends = [ 50363 - base bytestring Cabal containers criterion directory filepath 50364 - ]; 50365 - description = "Utilities to work with cabal-install files"; 50366 - license = "GPL-2.0-or-later AND BSD-3-Clause"; 50367 - hydraPlatforms = lib.platforms.none; 50368 - }) {}; 50369 - 50370 "cabal-install-parsers" = callPackage 50371 ({ mkDerivation, aeson, ansi-terminal, base, base16-bytestring 50372 , binary, binary-instances, bytestring, Cabal, containers ··· 50538 pname = "cabal-plan"; 50539 version = "0.7.2.1"; 50540 sha256 = "0n45bakzf1r1nyvs76fmrj0cf74knqnpyb2i82baxia0falbp48r"; 50541 configureFlags = [ "-fexe" ]; 50542 isLibrary = true; 50543 isExecutable = true; ··· 51223 }) {}; 51224 51225 "cachix" = callPackage 51226 - ({ mkDerivation, async, base, base64-bytestring, bytestring 51227 , cachix-api, concurrent-extra, conduit, conduit-extra, containers 51228 , cookie, cryptonite, dhall, directory, ed25519, filepath, fsnotify 51229 , hercules-ci-cnix-store, here, hspec, hspec-discover, http-client 51230 - , http-client-tls, http-conduit, http-types, lzma-conduit 51231 - , megaparsec, memory, mmorph, netrc, nix, optparse-applicative 51232 - , process, protolude, resourcet, retry, safe-exceptions, servant 51233 - , servant-auth, servant-auth-client, servant-client 51234 - , servant-client-core, servant-conduit, stm, temporary, text, unix 51235 - , uri-bytestring, vector, versions 51236 }: 51237 mkDerivation { 51238 pname = "cachix"; 51239 - version = "0.6.1"; 51240 - sha256 = "0fgm7035ahlgl3vbk0lqf3l07wagsykmw9z0pkzqqcwh1wlv1np7"; 51241 isLibrary = true; 51242 isExecutable = true; 51243 libraryHaskellDepends = [ 51244 - async base base64-bytestring bytestring cachix-api concurrent-extra 51245 - conduit conduit-extra containers cookie cryptonite dhall directory 51246 - ed25519 filepath fsnotify hercules-ci-cnix-store here http-client 51247 - http-client-tls http-conduit http-types lzma-conduit megaparsec 51248 - memory mmorph netrc optparse-applicative process protolude 51249 - resourcet retry safe-exceptions servant servant-auth 51250 - servant-auth-client servant-client servant-client-core 51251 - servant-conduit stm text unix uri-bytestring vector versions 51252 ]; 51253 libraryPkgconfigDepends = [ nix ]; 51254 - executableHaskellDepends = [ base cachix-api ]; 51255 executableToolDepends = [ hspec-discover ]; 51256 testHaskellDepends = [ 51257 base cachix-api directory here hspec protolude servant-auth-client ··· 51263 }) {inherit (pkgs) nix;}; 51264 51265 "cachix-api" = callPackage 51266 - ({ mkDerivation, aeson, base, base16-bytestring, bytestring 51267 , conduit, cookie, cryptonite, deepseq, exceptions, hspec 51268 , hspec-discover, http-api-data, http-media, jose, lens, memory 51269 , nix-narinfo, protolude, resourcet, servant, servant-auth 51270 , servant-auth-swagger, servant-client, servant-swagger 51271 , servant-swagger-ui-core, string-conv, swagger2, text, time 51272 - , transformers 51273 }: 51274 mkDerivation { 51275 pname = "cachix-api"; 51276 - version = "0.6.0"; 51277 - sha256 = "0q6kl5lb05c1m62yqj0d8vimlghhrc3avl3bz5wjp70azs28jcd3"; 51278 libraryHaskellDepends = [ 51279 - aeson base base16-bytestring bytestring conduit cookie cryptonite 51280 - deepseq exceptions http-api-data http-media jose lens memory 51281 - nix-narinfo protolude resourcet servant servant-auth 51282 servant-auth-swagger servant-client string-conv swagger2 text time 51283 - transformers 51284 ]; 51285 testHaskellDepends = [ 51286 aeson base base16-bytestring bytestring conduit cookie cryptonite ··· 51329 }: 51330 mkDerivation { 51331 pname = "caerbannog"; 51332 - version = "0.6.0.5"; 51333 - sha256 = "048d46g7xnqbkb061hs3ix8rzpp1mwww9iznpgrrkvimafb0r0m0"; 51334 libraryHaskellDepends = [ base binary bytestring ]; 51335 testHaskellDepends = [ 51336 base binary bytestring hspec QuickCheck random ··· 51928 }: 51929 mkDerivation { 51930 pname = "candid"; 51931 - version = "0.3"; 51932 - sha256 = "0zq29zddkkwvlyz9qmxl942ml53m6jawl4m5rkb2510glbkcvr5x"; 51933 isLibrary = true; 51934 isExecutable = true; 51935 libraryHaskellDepends = [ ··· 52343 license = lib.licenses.bsd3; 52344 }) {}; 52345 52346 "car-pool" = callPackage 52347 ({ mkDerivation, base, blaze-html, containers, digestive-functors 52348 , digestive-functors-blaze, digestive-functors-happstack ··· 52950 }: 52951 mkDerivation { 52952 pname = "casr-logbook"; 52953 - version = "0.6.6"; 52954 - sha256 = "0nq6jkaxw68dn4m9pqa717w0k1kbvqz00ji4sjal3r2imykpwrfa"; 52955 libraryHaskellDepends = [ 52956 base containers digit lens lucid text time 52957 ]; ··· 55304 }: 55305 mkDerivation { 55306 pname = "chell"; 55307 - version = "0.5"; 55308 - sha256 = "1i845isfbk0yq852am9bqmxfpfkpnlha8nfidffsv4gw2p8gg6fg"; 55309 - revision = "1"; 55310 - editedCabalFile = "1q93wrw03ix4cmnkz3lzkixcvvizw6i2ia2zifdfak1dvxnblxk0"; 55311 libraryHaskellDepends = [ 55312 ansi-terminal base bytestring options patience random 55313 template-haskell text transformers ··· 55320 ({ mkDerivation, base, chell, HUnit }: 55321 mkDerivation { 55322 pname = "chell-hunit"; 55323 - version = "0.3"; 55324 - sha256 = "18p9rhs81b43jb95dqg650h3cajsw45w7cgsavkm18h0qhrz41kb"; 55325 libraryHaskellDepends = [ base chell HUnit ]; 55326 description = "HUnit support for the Chell testing library"; 55327 license = lib.licenses.mit; ··· 55331 ({ mkDerivation, base, chell, QuickCheck, random }: 55332 mkDerivation { 55333 pname = "chell-quickcheck"; 55334 - version = "0.2.5.2"; 55335 - sha256 = "0n8c57n88r2bx0bh8nabsz07m42rh23ahs3hgyzf8gr76l08zq03"; 55336 libraryHaskellDepends = [ base chell QuickCheck random ]; 55337 description = "QuickCheck support for the Chell testing library"; 55338 license = lib.licenses.mit; ··· 55926 pname = "chs-cabal"; 55927 version = "0.1.1.1"; 55928 sha256 = "0fvf26394rpn9g4f3rp13bq8rrhzs9d95k7nbcpayzml2j9rsv3l"; 55929 libraryHaskellDepends = [ base Cabal chs-deps ]; 55930 description = "Cabal with c2hs dependencies"; 55931 license = lib.licenses.bsd3; ··· 56143 }: 56144 mkDerivation { 56145 pname = "cimple"; 56146 - version = "0.0.8"; 56147 - sha256 = "08mm6v0a52l7wq4kaj4zs9wyvnf7g0qmhxvbdbbrcqgxm8a9mc9v"; 56148 isLibrary = true; 56149 isExecutable = true; 56150 libraryHaskellDepends = [ ··· 56555 license = lib.licenses.bsd2; 56556 }) {}; 56557 56558 - "citeproc_0_6" = callPackage 56559 ({ mkDerivation, aeson, attoparsec, base, bytestring 56560 , case-insensitive, containers, data-default, Diff, directory 56561 , file-embed, filepath, mtl, pandoc-types, pretty, safe, scientific ··· 56564 }: 56565 mkDerivation { 56566 pname = "citeproc"; 56567 - version = "0.6"; 56568 - sha256 = "1dx61f8y32b5w84d2fzaxfgdj2gyr0wyqhh6jl2jf2lfn5cbhll3"; 56569 isLibrary = true; 56570 isExecutable = true; 56571 libraryHaskellDepends = [ ··· 57741 ({ mkDerivation, base }: 57742 mkDerivation { 57743 pname = "cli-arguments"; 57744 - version = "0.3.1.0"; 57745 - sha256 = "14zgzsps25xr47a2l888xrzg3d09zfdz62g6d3liawhmf1kiwbkp"; 57746 libraryHaskellDepends = [ base ]; 57747 description = "A library to process command line arguments in some more convenient way"; 57748 license = lib.licenses.mit; ··· 60948 license = lib.licenses.bsd3; 60949 }) {}; 60950 60951 "commonmark-pandoc" = callPackage 60952 ({ mkDerivation, base, commonmark, commonmark-extensions 60953 , pandoc-types, text ··· 61246 }) {}; 61247 61248 "compactable" = callPackage 61249 - ({ mkDerivation, base, containers, transformers, vector }: 61250 mkDerivation { 61251 pname = "compactable"; 61252 - version = "0.1.2.4"; 61253 - sha256 = "13lynjbwr78jy3j0zx6g2rk8qvyzkgw1smriqm6sslp3nn0v1g4r"; 61254 - libraryHaskellDepends = [ base containers transformers vector ]; 61255 description = "A typeclass for structures which can be catMaybed, filtered, and partitioned"; 61256 license = lib.licenses.bsd3; 61257 }) {}; ··· 65604 }: 65605 mkDerivation { 65606 pname = "copilot"; 65607 - version = "3.6"; 65608 - sha256 = "0h43slh084wj7kwn2rdn0s63pqzy930h6z2vk38kn6yqic8d9s9y"; 65609 isLibrary = true; 65610 isExecutable = true; 65611 libraryHaskellDepends = [ ··· 65624 }: 65625 mkDerivation { 65626 pname = "copilot-c99"; 65627 - version = "3.6"; 65628 - sha256 = "18p7pijx2f7bw61bzfs5994xpkygghf7hvwpklhp72jkshjdjj1m"; 65629 libraryHaskellDepends = [ 65630 base containers copilot-core directory filepath language-c99 65631 language-c99-simple language-c99-util mtl pretty ··· 65658 }: 65659 mkDerivation { 65660 pname = "copilot-core"; 65661 - version = "3.6"; 65662 - sha256 = "00v8la4q15qj27wyqcbsv0h7m5k5ln98y4zkdzpng3z5gw4mpkm9"; 65663 - revision = "2"; 65664 - editedCabalFile = "0yrrrksyhn7xq0hrp5shlrs0mf725dwzaskd5f13v143k8yx6c7c"; 65665 libraryHaskellDepends = [ base dlist mtl pretty ]; 65666 testHaskellDepends = [ 65667 base HUnit pretty QuickCheck test-framework test-framework-hunit ··· 65679 }: 65680 mkDerivation { 65681 pname = "copilot-language"; 65682 - version = "3.6"; 65683 - sha256 = "0b1cl4v5w54nx007mmnsx49hh3zxjm55ninlzkd78balnyah8nlk"; 65684 libraryHaskellDepends = [ 65685 array base containers copilot-core copilot-theorem data-reify mtl 65686 ]; ··· 65695 }: 65696 mkDerivation { 65697 pname = "copilot-libraries"; 65698 - version = "3.6"; 65699 - sha256 = "0s6y1is91nbvlrb9fdp9xhaq9wx3j5pm67gjrlajiik4029a2dxd"; 65700 libraryHaskellDepends = [ 65701 array base containers copilot-language data-reify mtl parsec 65702 ]; ··· 65730 }: 65731 mkDerivation { 65732 pname = "copilot-theorem"; 65733 - version = "3.6"; 65734 - sha256 = "17l8xq4zd9jfih5p21l6xkahdgrfbmpy8wxc38w88w98qmz5ix59"; 65735 libraryHaskellDepends = [ 65736 ansi-terminal base bimap bv-sized containers copilot-core 65737 data-default directory filepath libBF mtl panic parameterized-utils ··· 65940 }: 65941 mkDerivation { 65942 pname = "core-telemetry"; 65943 - version = "0.1.7.3"; 65944 - sha256 = "05l6s3bw1gp36wx052c5q3mvzzmfdv922851kmr6ax79m5fxdsd9"; 65945 libraryHaskellDepends = [ 65946 async base bytestring chronologique core-data core-program 65947 core-text exceptions http-streams io-streams locators mtl random ··· 65985 license = lib.licenses.bsd3; 65986 }) {}; 65987 65988 "corebot-bliki" = callPackage 65989 ({ mkDerivation, aeson, base, blaze-builder, bytestring, containers 65990 , directory, filepath, filestore, http-types, monads-tf, pandoc ··· 67413 pname = "criterion"; 67414 version = "1.5.12.0"; 67415 sha256 = "0wrb48byp906f9wc9ii2mi2b2k008ycbi8ffrrj86plhp5rpvzz5"; 67416 isLibrary = true; 67417 isExecutable = true; 67418 enableSeparateDataOutput = true; ··· 68461 pname = "cryptonite-cd"; 68462 version = "0.29.1"; 68463 sha256 = "053zfjxwnpaiw0kkky0fdbdqqyarygqnvmlm4vziqqrlkm4nba0c"; 68464 - revision = "1"; 68465 - editedCabalFile = "1y97mmslygswj5aydkvlj5vvf5xzkjxxjrblp3h9mx6wr9k63iyi"; 68466 libraryHaskellDepends = [ 68467 base basement-cd bytestring deepseq ghc-prim integer-gmp memory-cd 68468 ]; ··· 69978 license = lib.licenses.mit; 69979 }) {}; 69980 69981 - "d10_1_0_0_1" = callPackage 69982 ({ mkDerivation, base, hedgehog, template-haskell }: 69983 mkDerivation { 69984 pname = "d10"; 69985 - version = "1.0.0.1"; 69986 - sha256 = "0jaql1ql1pm0s6xd0mmi0gadx7z0ms62q46rxy4ida8k4v76r7cl"; 69987 libraryHaskellDepends = [ base template-haskell ]; 69988 testHaskellDepends = [ base hedgehog template-haskell ]; 69989 description = "Digits 0-9"; ··· 74325 license = lib.licenses.mit; 74326 }) {}; 74327 74328 "definitive-base" = callPackage 74329 ({ mkDerivation, array, base, bytestring, containers, deepseq 74330 , ghc-prim, GLURaw, OpenGL, OpenGLRaw, primitive, vector ··· 75465 license = lib.licenses.mit; 75466 }) {}; 75467 75468 "describe" = callPackage 75469 ({ mkDerivation, base, bytestring, cereal, fixed-vector, lens 75470 , mmorph, monad-control, mtl, profunctors, QuickCheck ··· 76956 pname = "diagrams-contrib"; 76957 version = "1.4.4"; 76958 sha256 = "043jpr7lqg708lzmv6cqys7312lfdwnf8ijcnpl4jkbvcwl87c1m"; 76959 - revision = "4"; 76960 - editedCabalFile = "1hsi63kig21mb71qa4kf27h4g99xxqwlfqzl9jpca451sadlk7mp"; 76961 libraryHaskellDepends = [ 76962 base circle-packing colour containers cubicbezier data-default 76963 data-default-class diagrams-core diagrams-lib diagrams-solve ··· 77110 pname = "diagrams-lib"; 77111 version = "1.4.5.1"; 77112 sha256 = "1hkxp549i99s45qk8zmhjvz1xyyv3i0ffl8155bifkic6fd8y2gz"; 77113 libraryHaskellDepends = [ 77114 active adjunctions array base bytestring cereal colour containers 77115 data-default-class diagrams-core diagrams-solve directory ··· 77309 pname = "diagrams-svg"; 77310 version = "1.4.3.1"; 77311 sha256 = "002lgmq78c6rsvds9bgm6m4w8j6qpg260mc52hf97wj6m050l237"; 77312 - revision = "1"; 77313 - editedCabalFile = "0534kgm9r70s5yhfjy4pkqy1f2aflg0acfp2g23xjfzr9kwq9v7m"; 77314 libraryHaskellDepends = [ 77315 base base64-bytestring bytestring colour containers diagrams-core 77316 diagrams-lib filepath hashable JuicyPixels lens monoid-extras mtl ··· 78711 "discord-haskell" = callPackage 78712 ({ mkDerivation, aeson, async, base, base64-bytestring, bytestring 78713 , containers, data-default, emoji, http-client, iso8601-time 78714 - , JuicyPixels, MonadRandom, mtl, req, safe-exceptions, text, time 78715 - , unliftio, unordered-containers, vector, websockets, wuss 78716 }: 78717 mkDerivation { 78718 pname = "discord-haskell"; 78719 - version = "1.10.0"; 78720 - sha256 = "1im1yjlnk8b8fcwyhlza1iggmry5r96sdibq2whcsyxqnpg24fr0"; 78721 isLibrary = true; 78722 isExecutable = true; 78723 libraryHaskellDepends = [ 78724 aeson async base base64-bytestring bytestring containers 78725 data-default emoji http-client iso8601-time JuicyPixels MonadRandom 78726 - mtl req safe-exceptions text time unliftio unordered-containers 78727 - vector websockets wuss 78728 ]; 78729 executableHaskellDepends = [ base text unliftio ]; 78730 description = "Write bots for Discord in Haskell"; ··· 84098 pname = "ed25519"; 84099 version = "0.0.5.0"; 84100 sha256 = "0v8msqvgzimhs7p5ri25hrb1ni2wvisl5rmdxy89fc59py79b9fq"; 84101 - revision = "3"; 84102 - editedCabalFile = "1yidh86ymzwmp2b449pwim6vvfcs1qgkkncbixw1zmb7wj6v167v"; 84103 libraryHaskellDepends = [ base bytestring ghc-prim ]; 84104 testHaskellDepends = [ 84105 base bytestring directory doctest filepath hlint QuickCheck ··· 88034 pname = "errors"; 88035 version = "2.3.0"; 88036 sha256 = "0x8znwn31qcx6kqx99wp7bc86kckfb39ncz3zxvj1s07kxlfawk7"; 88037 - revision = "1"; 88038 - editedCabalFile = "08y607nwnw12vlbmwcppv1ydw726x8p3kwwx4rgaiss906hgnzrp"; 88039 libraryHaskellDepends = [ 88040 base exceptions safe text transformers transformers-compat 88041 ]; ··· 88987 pname = "evdev"; 88988 version = "2.1.0"; 88989 sha256 = "1gzf9hpsi2dmcgsifq5z91ing9b5k56mm2hx9wbsa180pmq30lj3"; 88990 libraryHaskellDepends = [ 88991 base bytestring containers extra filepath-bytestring monad-loops 88992 rawfilepath time unix ··· 89005 89006 "evdev-streamly" = callPackage 89007 ({ mkDerivation, base, bytestring, containers, evdev, extra 89008 - , posix-paths, rawfilepath, streamly, streamly-fsnotify, unix 89009 }: 89010 mkDerivation { 89011 pname = "evdev-streamly"; 89012 - version = "0.0.1.0"; 89013 - sha256 = "1bzmxkg5y7w6v5l6q5vzhr19j5vwbx4p4qxdq72f7f714ihn8nyp"; 89014 - revision = "1"; 89015 - editedCabalFile = "02xnb49zwr39ziq2xrwnnddzxr1ppwig441i3074g1w0ng5cf2gj"; 89016 libraryHaskellDepends = [ 89017 - base bytestring containers evdev extra posix-paths rawfilepath 89018 - streamly streamly-fsnotify unix 89019 ]; 89020 description = "Bridge for working with evdev and streamly"; 89021 license = lib.licenses.bsd3; ··· 90781 90782 "exploring-interpreters" = callPackage 90783 ({ mkDerivation, aeson, attoparsec, base, bytestring, containers 90784 - , fgl, http-types, mtl, network, readline, scientific, text 90785 - , transformers 90786 }: 90787 mkDerivation { 90788 pname = "exploring-interpreters"; 90789 - version = "1.0.0.0"; 90790 - sha256 = "11anvk0m8ihl2pgf3wmlw97hc886wg2rngvw86zwyd5hzg0chi66"; 90791 libraryHaskellDepends = [ 90792 - aeson attoparsec base bytestring containers fgl http-types mtl 90793 - network readline scientific text transformers 90794 ]; 90795 description = "A generic exploring interpreter for exploratory programming"; 90796 license = lib.licenses.bsd3; ··· 96348 license = lib.licenses.mit; 96349 }) {}; 96350 96351 "flow-er" = callPackage 96352 ({ mkDerivation, base, doctest, flow, QuickCheck }: 96353 mkDerivation { ··· 97741 }) {}; 97742 97743 "formatn" = callPackage 97744 - ({ mkDerivation, attoparsec, base, containers, doctest, foldl 97745 - , generic-lens, numhask, scientific, tdigest, text, transformers 97746 - }: 97747 mkDerivation { 97748 pname = "formatn"; 97749 - version = "0.0.1"; 97750 - sha256 = "0rw1xli4df72wxylf211jhm0v2y842rfn8nalrp04yzklvyrri84"; 97751 - libraryHaskellDepends = [ 97752 - attoparsec base containers foldl generic-lens numhask scientific 97753 - tdigest text transformers 97754 - ]; 97755 - testHaskellDepends = [ base doctest numhask ]; 97756 - description = "Number text formatting"; 97757 license = lib.licenses.bsd3; 97758 hydraPlatforms = lib.platforms.none; 97759 broken = true; ··· 98001 }: 98002 mkDerivation { 98003 pname = "fortran-vars"; 98004 - version = "0.1.0"; 98005 - sha256 = "1j1k4paca1g6w38kd7fl1h4vzf6rb8ypdfilhkn2fk5llxkkw226"; 98006 isLibrary = true; 98007 isExecutable = true; 98008 libraryHaskellDepends = [ ··· 98183 license = lib.licenses.bsd3; 98184 }) {}; 98185 98186 - "fourmolu_0_4_0_0" = callPackage 98187 - ({ mkDerivation, aeson, ansi-terminal, base, bytestring, Cabal 98188 - , containers, Diff, directory, dlist, exceptions, filepath 98189 , ghc-lib-parser, gitrev, hspec, hspec-discover, HsYAML 98190 , HsYAML-aeson, mtl, optparse-applicative, path, path-io, syb 98191 , temporary, text 98192 }: 98193 mkDerivation { 98194 pname = "fourmolu"; 98195 - version = "0.4.0.0"; 98196 - sha256 = "1mq0h6nsl7ssfwh6zqhyja7w212vn8msmlm5iwwimca279hzwywb"; 98197 - revision = "1"; 98198 - editedCabalFile = "03bwhqj547brmgk191gy3k9xayi6fqqk2f5sbz3ail1bk7b73xnq"; 98199 isLibrary = true; 98200 isExecutable = true; 98201 libraryHaskellDepends = [ 98202 - aeson ansi-terminal base bytestring Cabal containers Diff directory 98203 - dlist exceptions filepath ghc-lib-parser HsYAML HsYAML-aeson mtl 98204 - syb text 98205 ]; 98206 executableHaskellDepends = [ 98207 base directory filepath ghc-lib-parser gitrev optparse-applicative ··· 98515 }: 98516 mkDerivation { 98517 pname = "franz"; 98518 - version = "0.5.2"; 98519 - sha256 = "0mah7ghfzgg41iazvwpxzr6gc0afw30hsp6v3vg1vadnsp96nfnl"; 98520 isLibrary = true; 98521 isExecutable = true; 98522 libraryHaskellDepends = [ ··· 98556 98557 "freckle-app" = callPackage 98558 ({ mkDerivation, aeson, ansi-terminal, base, bytestring 98559 - , case-insensitive, conduit, data-default, datadog, directory 98560 - , doctest, ekg-core, errors, exceptions, fast-logger, filepath 98561 - , Glob, hspec, hspec-core, hspec-expectations-lifted 98562 - , hspec-junit-formatter, http-client, http-conduit 98563 - , http-link-header, http-types, immortal, iproute, lens, lens-aeson 98564 - , load-env, monad-control, monad-logger, MonadRandom, mtl, network 98565 - , network-uri, persistent, persistent-postgresql, postgresql-simple 98566 - , primitive, process, resource-pool, retry, rio, template-haskell 98567 , temporary, text, time, transformers, transformers-base, unliftio 98568 - , unliftio-core, unordered-containers, wai, wai-extra, yaml, yesod 98569 - , yesod-core 98570 }: 98571 mkDerivation { 98572 pname = "freckle-app"; 98573 - version = "1.0.2.2"; 98574 - sha256 = "1n7fp40v8zac1b9gmq07c6d5lnbjh64ma0ykh35v87kd3jdrf9rk"; 98575 libraryHaskellDepends = [ 98576 aeson ansi-terminal base bytestring case-insensitive conduit 98577 - data-default datadog doctest ekg-core errors exceptions fast-logger 98578 - filepath Glob hspec hspec-core hspec-expectations-lifted 98579 - hspec-junit-formatter http-client http-conduit http-link-header 98580 - http-types immortal iproute lens load-env monad-control 98581 - monad-logger MonadRandom mtl network network-uri persistent 98582 - persistent-postgresql postgresql-simple primitive process 98583 - resource-pool retry rio template-haskell text time transformers 98584 - transformers-base unliftio unliftio-core unordered-containers wai 98585 - wai-extra yaml yesod yesod-core 98586 ]; 98587 testHaskellDepends = [ 98588 aeson base bytestring directory hspec http-types lens lens-aeson ··· 99100 license = lib.licenses.bsd3; 99101 }) {}; 99102 99103 "freer-simple-catching" = callPackage 99104 ({ mkDerivation, base, freer-simple, hspec }: 99105 mkDerivation { ··· 100417 pname = "functor-infix"; 100418 version = "0.0.5"; 100419 sha256 = "0rifm1p5zq2711vak2lyxzz2xs03saym3m3695wpf3zy38safbpn"; 100420 - revision = "1"; 100421 - editedCabalFile = "0nvk9hff0vd3s7q67pb4my5vfz1y954y0l8vlbbmdx9i20r1m8nf"; 100422 libraryHaskellDepends = [ base template-haskell ]; 100423 description = "Infix operators for mapping over compositions of functors. Lots of them."; 100424 license = lib.licenses.mit; ··· 100892 license = lib.licenses.isc; 100893 }) {}; 100894 100895 - "futhark_0_21_2" = callPackage 100896 ({ mkDerivation, aeson, alex, ansi-terminal, array, base 100897 , base16-bytestring, binary, blaze-html, bmp, bytestring 100898 , bytestring-to-vector, cmark-gfm, containers, cryptohash-md5 ··· 100907 }: 100908 mkDerivation { 100909 pname = "futhark"; 100910 - version = "0.21.2"; 100911 - sha256 = "09cvyqkhwnp5h759j0rggp2i6n48hkb7ck8284d8ahkq3lh47isg"; 100912 isLibrary = true; 100913 isExecutable = true; 100914 libraryHaskellDepends = [ ··· 105811 hydraPlatforms = lib.platforms.none; 105812 }) {}; 105813 105814 - "ghc-lib_9_2_1_20211101" = callPackage 105815 ({ mkDerivation, alex, array, base, binary, bytestring, containers 105816 , deepseq, directory, exceptions, filepath, ghc-lib-parser 105817 , ghc-prim, happy, hpc, parsec, pretty, process, rts, time ··· 105819 }: 105820 mkDerivation { 105821 pname = "ghc-lib"; 105822 - version = "9.2.1.20211101"; 105823 - sha256 = "10rzvj7m6m664szxjaf3mk1v42lb4imwkrvpqn26x7p3jd7ywph0"; 105824 enableSeparateDataOutput = true; 105825 libraryHaskellDepends = [ 105826 array base binary bytestring containers deepseq directory ··· 105873 hydraPlatforms = lib.platforms.none; 105874 }) {}; 105875 105876 - "ghc-lib-parser_9_2_1_20211101" = callPackage 105877 ({ mkDerivation, alex, array, base, binary, bytestring, containers 105878 , deepseq, directory, exceptions, filepath, ghc-prim, happy, parsec 105879 , pretty, process, time, transformers, unix 105880 }: 105881 mkDerivation { 105882 pname = "ghc-lib-parser"; 105883 - version = "9.2.1.20211101"; 105884 - sha256 = "0dxhpczlpppdsmn1cnz2minpkvlz27njzv7xcbqgfgl0bvp5wx0n"; 105885 enableSeparateDataOutput = true; 105886 libraryHaskellDepends = [ 105887 array base binary bytestring containers deepseq directory ··· 106430 }) {}; 106431 106432 "ghc-tags-core" = callPackage 106433 - ({ mkDerivation, attoparsec, base, bytestring, cpphs, criterion 106434 - , deepseq, directory, filepath, filepath-bytestring, ghc, lattices 106435 - , mtl, pipes, pipes-attoparsec, pipes-bytestring, QuickCheck 106436 , quickcheck-instances, tasty, tasty-golden, tasty-quickcheck, text 106437 , transformers 106438 }: 106439 mkDerivation { 106440 pname = "ghc-tags-core"; 106441 - version = "0.3.0.0"; 106442 - sha256 = "035k7akyhhn5jf2231ahplgggymc8h8k2kxia6i22v9cv976zgna"; 106443 libraryHaskellDepends = [ 106444 attoparsec base bytestring directory filepath-bytestring ghc mtl 106445 pipes pipes-attoparsec pipes-bytestring text transformers 106446 ]; 106447 - libraryToolDepends = [ cpphs ]; 106448 testHaskellDepends = [ 106449 attoparsec base bytestring directory filepath filepath-bytestring 106450 lattices mtl pipes QuickCheck quickcheck-instances tasty ··· 106468 }: 106469 mkDerivation { 106470 pname = "ghc-tags-plugin"; 106471 - version = "0.3.0.0"; 106472 - sha256 = "1d39jnz79vlxqqg2bw3cj1djii3bkmayqs4sm2a6bs5xzsplc5w3"; 106473 isLibrary = true; 106474 isExecutable = true; 106475 libraryHaskellDepends = [ ··· 106486 ({ mkDerivation, base, ghc, transformers }: 106487 mkDerivation { 106488 pname = "ghc-tcplugin-api"; 106489 - version = "0.7.0.0"; 106490 - sha256 = "0lnvfahphrkvg4r0r5imxqjj0a5bb5cpcx85svw4g4y9p13i94jh"; 106491 libraryHaskellDepends = [ base ghc transformers ]; 106492 description = "An API for type-checker plugins"; 106493 license = lib.licenses.bsd3; ··· 106601 pname = "ghc-typelits-natnormalise"; 106602 version = "0.7.6"; 106603 sha256 = "09d70iw58m5g6yi8k2b52f1g0pfdqm5fzhs8rd7fgrgmi70np9bx"; 106604 libraryHaskellDepends = [ 106605 base containers ghc ghc-tcplugins-extra integer-gmp transformers 106606 ]; ··· 110335 license = lib.licenses.mit; 110336 }) {}; 110337 110338 "github-rest" = callPackage 110339 ({ mkDerivation, aeson, aeson-qq, base, bytestring, http-client 110340 , http-client-tls, http-types, jwt, mtl, scientific, tasty ··· 119428 pname = "hackage-security"; 119429 version = "0.6.0.1"; 119430 sha256 = "05rgz31cmp52137j4jk0074z8lfgk8mrf2x56bzw28asmxrv8qli"; 119431 - revision = "8"; 119432 - editedCabalFile = "1xpzcdpfz0agbv75sadsylq6r8pq7zr0pyzbzrz0nz130yixsv5f"; 119433 libraryHaskellDepends = [ 119434 base base16-bytestring base64-bytestring bytestring Cabal 119435 containers cryptohash-sha256 directory ed25519 filepath ghc-prim ··· 123150 license = lib.licenses.bsd3; 123151 }) {}; 123152 123153 - "hashable_1_4_0_1" = callPackage 123154 ({ mkDerivation, base, base-orphans, bytestring, containers 123155 , deepseq, ghc-prim, HUnit, integer-gmp, QuickCheck, random 123156 , test-framework, test-framework-hunit, test-framework-quickcheck2 ··· 123158 }: 123159 mkDerivation { 123160 pname = "hashable"; 123161 - version = "1.4.0.1"; 123162 - sha256 = "04v61w87hvm6lg9a7p5mz177iab3rvb86pzcclcdw0w314dsxpaw"; 123163 - revision = "1"; 123164 - editedCabalFile = "1rcvw4fjm3v29phg0q54x8358c4qvg1y8cwy6lqzmg1kvhd9qp63"; 123165 libraryHaskellDepends = [ 123166 base base-orphans bytestring containers deepseq ghc-prim 123167 integer-gmp text ··· 123996 }: 123997 mkDerivation { 123998 pname = "haskell-ci"; 123999 - version = "0.12.1"; 124000 - sha256 = "0bdb3x2kk5nqm6ly2ycdpx6xw7pspgg67x73cjscqj6pxcx1wjzf"; 124001 isLibrary = false; 124002 isExecutable = true; 124003 libraryHaskellDepends = [ ··· 126793 }: 126794 mkDerivation { 126795 pname = "haskoin-store"; 126796 - version = "0.64.10"; 126797 - sha256 = "16dslrdkl4dw7ywjf181mr8vnrjwz9yrc03jr80c704vc0034ymj"; 126798 isLibrary = true; 126799 isExecutable = true; 126800 libraryHaskellDepends = [ ··· 126841 }: 126842 mkDerivation { 126843 pname = "haskoin-store-data"; 126844 - version = "0.64.10"; 126845 - sha256 = "01nlxy8s37nizvliq6167aaiqy4nl7an3qnhka0pnzawlvn6hdhk"; 126846 libraryHaskellDepends = [ 126847 aeson base binary bytes bytestring cereal containers data-default 126848 deepseq hashable haskoin-core http-client http-types lens mtl ··· 128116 }: 128117 mkDerivation { 128118 pname = "hasql-th"; 128119 - version = "0.4.0.10"; 128120 - sha256 = "1s339xkqdz1hcd8i183lzf565radl95zqq0y7h2r2ayz3rh36485"; 128121 libraryHaskellDepends = [ 128122 base bytestring containers contravariant foldl hasql 128123 postgresql-syntax template-haskell template-haskell-compat-v0208 ··· 133572 license = lib.licenses.bsd3; 133573 }) {}; 133574 133575 - , old-locale, random, safe, semigroups, shortcut, stm, time 133576 ({ mkDerivation, aeson, base, base16-bytestring, bytestring 133577 , old-locale, random, safe, semigroups, shortcut, stm, time 133578 , old-locale, random, safe, semigroups, shortcut, stm, time 133579 - , old-locale, random, safe, semigroups, shortcut, stm, time 133580 - , old-locale, random, safe, semigroups, shortcut, stm, time 133581 - , old-locale, random, safe, semigroups, shortcut, stm, time 133582 }: 133583 mkDerivation { 133584 , old-locale, random, safe, semigroups, shortcut, stm, time 133585 - version = "0.8.0"; 133586 - , old-locale, random, safe, semigroups, shortcut, stm, time 133587 isLibrary = true; 133588 isExecutable = true; 133589 libraryHaskellDepends = [ ··· 133596 , old-locale, random, safe, semigroups, shortcut, stm, time 133597 ]; 133598 testHaskellDepends = [ 133599 - , old-locale, random, safe, semigroups, shortcut, stm, time 133600 , old-locale, random, safe, semigroups, shortcut, stm, time 133601 unordered-containers yaml 133602 ]; ··· 137559 }: 137560 mkDerivation { 137561 pname = "hnix"; 137562 - version = "0.14.0.5"; 137563 - sha256 = "1h2m9vrgss4mg25dyfwhb93h1c60nrkw122b7hnpiff5lm1jy89f"; 137564 isLibrary = true; 137565 isExecutable = true; 137566 enableSeparateDataOutput = true; ··· 140154 }: 140155 mkDerivation { 140156 pname = "hpqtypes-extras"; 140157 - version = "1.14.0.0"; 140158 - sha256 = "143ghr188d9kp0cz421pr87sdvf2nzabp76b3py716xmrz9jckq5"; 140159 libraryHaskellDepends = [ 140160 base base16-bytestring bytestring containers cryptohash exceptions 140161 extra fields-json hpqtypes lifted-base log-base monad-control mtl ··· 140674 license = lib.licenses.bsd3; 140675 }) {inherit (pkgs) ruby;}; 140676 140677 - "hruby_0_4_0_0" = callPackage 140678 ({ mkDerivation, aeson, attoparsec, base, bytestring, Cabal 140679 , process, QuickCheck, ruby, scientific, stm, text 140680 , unordered-containers, vector 140681 }: 140682 mkDerivation { 140683 pname = "hruby"; 140684 - version = "0.4.0.0"; 140685 - sha256 = "0qd3mfc8mr5b0vmvfqnmjrba5abvwb4vn6mjlm0mhlgigmh685f9"; 140686 setupHaskellDepends = [ base Cabal process ]; 140687 libraryHaskellDepends = [ 140688 aeson attoparsec base bytestring scientific stm text 140689 unordered-containers vector 140690 ]; 140691 - librarySystemDepends = [ ruby ]; 140692 testHaskellDepends = [ 140693 aeson attoparsec base QuickCheck text vector 140694 ]; ··· 141412 }: 141413 mkDerivation { 141414 pname = "hs-opentelemetry-sdk"; 141415 - version = "0.0.3.0"; 141416 - sha256 = "0z9fwppsgyrw56r4fcb0ds06rvn2vskmc3l7fhkdb47j71fill58"; 141417 libraryHaskellDepends = [ 141418 async base bytestring hs-opentelemetry-api 141419 hs-opentelemetry-exporter-otlp hs-opentelemetry-propagator-w3c ··· 141733 broken = true; 141734 }) {}; 141735 141736 "hs-term-emulator" = callPackage 141737 ({ mkDerivation, ansi-terminal, attoparsec, base, bytestring 141738 , containers, criterion, hspec, hspec-discover, lens, text, vector ··· 144763 testHaskellDepends = [ aeson base hspec HUnit text ]; 144764 description = "Catchy combinators for HUnit"; 144765 license = lib.licenses.mit; 144766 }) {}; 144767 144768 "hspec-experimental" = callPackage ··· 148923 "hup" = callPackage 148924 ({ mkDerivation, base, bytestring, cmdargs, directory, filepath 148925 , hspec, hspec-core, hspec-wai, http-client, http-client-tls 148926 - , http-types, mtl, QuickCheck, shelly, simple, split, tagsoup, tar 148927 - , temporary, text, transformers, wai, wai-extra, zlib 148928 }: 148929 mkDerivation { 148930 pname = "hup"; 148931 - version = "0.3.0.2"; 148932 - sha256 = "05xgbdzy3jg9qpxrxrfb6mjydw80wa65gkjcpqj2ckmk0vd6hmhr"; 148933 isLibrary = true; 148934 isExecutable = true; 148935 libraryHaskellDepends = [ 148936 base bytestring directory filepath http-client http-client-tls 148937 - http-types mtl split tar zlib 148938 ]; 148939 executableHaskellDepends = [ 148940 - base bytestring cmdargs directory mtl shelly tagsoup text 148941 - transformers 148942 ]; 148943 testHaskellDepends = [ 148944 base bytestring filepath hspec hspec-core hspec-wai http-client 148945 - http-types QuickCheck simple temporary transformers wai wai-extra 148946 ]; 148947 - description = "Upload packages or documentation to a hackage server"; 148948 license = lib.licenses.bsd2; 148949 hydraPlatforms = lib.platforms.none; 148950 broken = true; ··· 149894 license = lib.licenses.mit; 149895 }) {inherit (pkgs) rdkafka;}; 149896 149897 "hw-kafka-conduit" = callPackage 149898 ({ mkDerivation, base, bifunctors, bytestring, conduit 149899 , conduit-extra, containers, exceptions, extra, hspec ··· 153814 }) {}; 153815 153816 "include-env" = callPackage 153817 - ({ mkDerivation, base, template-haskell }: 153818 mkDerivation { 153819 pname = "include-env"; 153820 - version = "0.4.0.0"; 153821 - sha256 = "0swq7fzij24wmqid0zb7hz6v4q8nm3qvd741wd183lidrkisgpf0"; 153822 - libraryHaskellDepends = [ base template-haskell ]; 153823 description = "Include the value of an environment variable at compile time"; 153824 license = lib.licenses.bsd3; 153825 }) {}; ··· 155868 }: 155869 mkDerivation { 155870 pname = "interval-algebra"; 155871 - version = "1.1.2"; 155872 - sha256 = "0cnzlsmqg6snvggq7fh2c6hmjaijxqz8ng0lnzfyz8p3lk4p42zi"; 155873 libraryHaskellDepends = [ 155874 base containers foldl QuickCheck safe time witherable 155875 ]; ··· 156615 license = lib.licenses.bsd3; 156616 }) {}; 156617 156618 "ipa" = callPackage 156619 ({ mkDerivation, attoparsec, base, hspec, template-haskell, text 156620 , unicode-transforms ··· 156867 ]; 156868 description = "Data structure for working with Jupyter notebooks (ipynb)"; 156869 license = lib.licenses.bsd3; 156870 }) {}; 156871 156872 "ipython-kernel" = callPackage ··· 157280 license = lib.licenses.asl20; 157281 }) {}; 157282 157283 "isdicom" = callPackage 157284 ({ mkDerivation, base, directory, doctest, filepath, QuickCheck 157285 , template-haskell ··· 157495 ({ mkDerivation, base, bytestring, text }: 157496 mkDerivation { 157497 pname = "isocline"; 157498 - version = "1.0.6"; 157499 - sha256 = "0yxnylxmim43a4gc8hnz32gv3p1mzfx5v0j0pn2frn3xhjx9mxhn"; 157500 isLibrary = true; 157501 isExecutable = true; 157502 libraryHaskellDepends = [ base bytestring text ]; ··· 158392 license = lib.licenses.bsd3; 158393 }) {}; 158394 158395 "jack" = callPackage 158396 ({ mkDerivation, array, base, bytestring, enumset, event-list 158397 , explicit-exception, libjack2, midi, non-negative, semigroups ··· 160130 license = lib.licenses.mit; 160131 }) {}; 160132 160133 "json-fu" = callPackage 160134 ({ mkDerivation, aeson, attoparsec, base, bytestring, containers 160135 , hashable, hspec, mtl, syb, text, time, unordered-containers ··· 160280 license = lib.licenses.mit; 160281 hydraPlatforms = lib.platforms.none; 160282 broken = true; 160283 - }) {inherit (pkgs) python;}; 160284 160285 "json-qq" = callPackage 160286 ({ mkDerivation, base, haskell-src-meta, parsec, template-haskell ··· 160871 license = lib.licenses.bsd3; 160872 }) {}; 160873 160874 "jsonresume" = callPackage 160875 ({ mkDerivation, aeson, base, bytestring, old-locale, text, time 160876 , unordered-containers ··· 163889 broken = true; 163890 }) {}; 163891 163892 "kontra-config" = callPackage 163893 ({ mkDerivation, base, bytestring, data-default, exceptions, text 163894 , transformers-base, unjson, utf8-string, yaml ··· 164530 license = lib.licenses.mit; 164531 }) {}; 164532 164533 "lacroix" = callPackage 164534 ({ mkDerivation, base }: 164535 mkDerivation { ··· 167593 }: 167594 mkDerivation { 167595 pname = "lazy-async"; 167596 - version = "1.0.0.0"; 167597 - sha256 = "0kk8pzwm04z4jljl38gd0n03nkxw3mxg8rg93ka0rvnibfwm8dda"; 167598 libraryHaskellDepends = [ 167599 base exceptions lifted-async monad-control rank2classes stm 167600 transformers transformers-base ··· 172703 license = lib.licenses.isc; 172704 }) {}; 172705 172706 "list-t" = callPackage 172707 ({ mkDerivation, base, base-prelude, foldl, HTF, logict, mmorph 172708 , monad-control, mtl, mtl-prelude, semigroups, transformers ··· 173982 license = lib.licenses.asl20; 173983 }) {}; 173984 173985 "loc-test" = callPackage 173986 ({ mkDerivation, base, containers, hedgehog, loc }: 173987 mkDerivation { 173988 pname = "loc-test"; 173989 - version = "0.1.3.8"; 173990 - sha256 = "0jg6p0lfd5xgrwbmlskj5f1x8l5b0b3dqh460ds2nii8isccgvcq"; 173991 libraryHaskellDepends = [ base containers hedgehog loc ]; 173992 description = "Test-related utilities related to the /loc/ package"; 173993 license = lib.licenses.asl20; ··· 176226 license = lib.licenses.bsd3; 176227 }) {}; 176228 176229 - "lucid-alpine_0_1_0_4" = callPackage 176230 ({ mkDerivation, base, lucid, text }: 176231 mkDerivation { 176232 pname = "lucid-alpine"; 176233 - version = "0.1.0.4"; 176234 - sha256 = "1pr2fg5r43jvgh694lhqbmwl1dida9ymgw161j16dcj66jx8fjk6"; 176235 isLibrary = true; 176236 isExecutable = true; 176237 libraryHaskellDepends = [ base lucid text ]; ··· 176309 license = lib.licenses.bsd3; 176310 }) {}; 176311 176312 - "lucid-htmx_0_1_0_3" = callPackage 176313 ({ mkDerivation, base, lucid, servant, text }: 176314 mkDerivation { 176315 pname = "lucid-htmx"; 176316 - version = "0.1.0.3"; 176317 - sha256 = "1fgb4gika5f3bbba2as4bkg6m8nn2w25k17m45b389rwmhyg6syj"; 176318 libraryHaskellDepends = [ base lucid servant text ]; 176319 testHaskellDepends = [ base lucid servant text ]; 176320 description = "Use htmx in your lucid templates"; ··· 179836 "matrix-client" = callPackage 179837 ({ mkDerivation, aeson, aeson-casing, aeson-pretty, base, base64 179838 , bytestring, containers, exceptions, hashable, hspec, http-client 179839 - , http-client-tls, http-types, retry, SHA, text, time 179840 , unordered-containers 179841 }: 179842 mkDerivation { 179843 pname = "matrix-client"; 179844 - version = "0.1.2.0"; 179845 - sha256 = "18n5il56p3hr6iax2d1m0b7vximc0z4jzj0dav0rhv3yrwy8p5w2"; 179846 libraryHaskellDepends = [ 179847 aeson aeson-casing base base64 bytestring containers exceptions 179848 - hashable http-client http-client-tls http-types retry SHA text time 179849 - unordered-containers 179850 ]; 179851 testHaskellDepends = [ 179852 aeson aeson-casing aeson-pretty base base64 bytestring containers 179853 exceptions hashable hspec http-client http-client-tls http-types 179854 - retry SHA text time unordered-containers 179855 ]; 179856 description = "A matrix client library"; 179857 license = lib.licenses.asl20; ··· 181536 pname = "memory-cd"; 181537 version = "0.16.0.1"; 181538 sha256 = "05dkgkms159k4mk4l1ngcnxqs2hbnzmh9zv3gks0cx7wba6qyrf1"; 181539 libraryHaskellDepends = [ 181540 base basement-cd bytestring deepseq ghc-prim 181541 ]; ··· 184106 }: 184107 mkDerivation { 184108 pname = "mit-3qvpPyAi6mH"; 184109 - version = "6"; 184110 - sha256 = "1bwnpf7jvbc8z7aipw0fvkgjq1mmwn1xmm6vaaipf3ami10gpfn5"; 184111 isLibrary = true; 184112 isExecutable = true; 184113 libraryHaskellDepends = [ ··· 187327 }) {}; 187328 187329 "monoid-statistics" = callPackage 187330 - ({ mkDerivation, base, math-functions, QuickCheck, tasty 187331 - , tasty-quickcheck, vector, vector-th-unbox 187332 }: 187333 mkDerivation { 187334 pname = "monoid-statistics"; 187335 - version = "1.0.1.0"; 187336 - sha256 = "1krgyvshvw28ld89hb1qpjx8jiz40a8yq2q3zglrir4vfch5cyx9"; 187337 - revision = "1"; 187338 - editedCabalFile = "14p36fz2yssx92imqggv5xrsnqqhhh3xj2ba96v47fm2dglgfsrv"; 187339 libraryHaskellDepends = [ 187340 - base math-functions vector vector-th-unbox 187341 ]; 187342 testHaskellDepends = [ 187343 - base math-functions QuickCheck tasty tasty-quickcheck 187344 ]; 187345 description = "Monoids for calculation of statistics of sample"; 187346 license = lib.licenses.bsd3; ··· 187586 pname = "months"; 187587 version = "0.2"; 187588 sha256 = "054dag7806850hdii7s5rxg8gx2spdp33pnx4s4ckni9ayvspija"; 187589 - revision = "3"; 187590 - editedCabalFile = "1j57vvb2vs0jd5jsq2dh0q5wpvxibwn43dwkg1l3ysl46k5sv58i"; 187591 libraryHaskellDepends = [ 187592 aeson attoparsec base base-compat deepseq hashable intervals 187593 QuickCheck text time-compat ··· 188909 broken = true; 188910 }) {}; 188911 188912 "mpvguihs" = callPackage 188913 ({ mkDerivation, base, directory, filepath, gtk, mtl, process 188914 , template-haskell, unix ··· 189046 }: 189047 mkDerivation { 189048 pname = "ms-tds"; 189049 - version = "0.4.0.1"; 189050 - sha256 = "1yjvbn6a50wvcibvi5na6x1d7864zyspqhljvr0dpcfrz3s2yc31"; 189051 libraryHaskellDepends = [ 189052 array base binary bytestring crypto-random data-default-class mtl 189053 network template-haskell text time tls uuid-types x509-store ··· 189259 }: 189260 mkDerivation { 189261 pname = "mssql-simple"; 189262 - version = "0.6.0.2"; 189263 - sha256 = "1glp86kbimsjh1hlmdivp12qzvcy6c5yyx5ynvrwibwnxj5g968v"; 189264 libraryHaskellDepends = [ 189265 base binary bytestring hostname ms-tds mtl network template-haskell 189266 text time tls uuid-types ··· 189548 }: 189549 mkDerivation { 189550 pname = "mu-graphql"; 189551 - version = "0.5.0.2"; 189552 - sha256 = "0kr8gqi34zgg8vj5x0c0mx3xjkhjr4ynparplysga7qzzj58a7f3"; 189553 isLibrary = true; 189554 isExecutable = true; 189555 enableSeparateDataOutput = true; ··· 189574 , http2-client, http2-client-grpc, http2-grpc-types, mu-grpc-common 189575 , mu-optics, mu-protobuf, mu-rpc, mu-schema, optics-core, sop-core 189576 , stm, stm-chans, stm-conduit, template-haskell, text 189577 - , th-abstraction, tracing 189578 }: 189579 mkDerivation { 189580 pname = "mu-grpc-client"; 189581 - version = "0.4.0.1"; 189582 - sha256 = "030b8ajbplb1w5llzm8vn8jpwa7v4kw0y8zli8xagc50k19wp75v"; 189583 - revision = "2"; 189584 - editedCabalFile = "1zs17a684mww8ppgams79xbr019mlr27bxnnhvyhq3k5y1lwz7dh"; 189585 libraryHaskellDepends = [ 189586 async avro base bytestring conduit http2 http2-client 189587 http2-client-grpc http2-grpc-types mu-grpc-common mu-optics 189588 mu-protobuf mu-rpc mu-schema optics-core sop-core stm stm-chans 189589 - stm-conduit template-haskell text th-abstraction tracing 189590 ]; 189591 description = "gRPC clients from Mu definitions"; 189592 license = lib.licenses.asl20; ··· 192633 }) {}; 192634 192635 "nat-optics" = callPackage 192636 - ({ mkDerivation, base, hedgehog, optics-core, text }: 192637 mkDerivation { 192638 pname = "nat-optics"; 192639 - version = "1.0.0.1"; 192640 - sha256 = "1ba5lnb70gdaa9hwfcg2r0x76h2mxknn49rwplmbgcyxyh79x4jl"; 192641 libraryHaskellDepends = [ base optics-core text ]; 192642 - testHaskellDepends = [ base hedgehog optics-core text ]; 192643 description = "Refinement types for natural numbers with an optics interface"; 192644 license = lib.licenses.mit; 192645 hydraPlatforms = lib.platforms.none; ··· 193443 license = lib.licenses.bsd3; 193444 }) {}; 193445 193446 - "net-mqtt_0_8_1_0" = callPackage 193447 ({ mkDerivation, async, attoparsec, attoparsec-binary, base, binary 193448 , bytestring, checkers, conduit, conduit-extra, connection 193449 , containers, deepseq, HUnit, network-conduit-tls, network-uri ··· 193452 }: 193453 mkDerivation { 193454 pname = "net-mqtt"; 193455 - version = "0.8.1.0"; 193456 - sha256 = "1cy17mv8ld3aifh1nr5sggm4x08h58vaa6q1s7nd7nhnkj1icajk"; 193457 isLibrary = true; 193458 isExecutable = true; 193459 libraryHaskellDepends = [ ··· 204102 maintainers = with lib.maintainers; [ peti ]; 204103 }) {}; 204104 204105 - "pandoc_2_16_2" = callPackage 204106 ({ mkDerivation, aeson, aeson-pretty, array, attoparsec, base 204107 , base64-bytestring, binary, blaze-html, blaze-markup, bytestring 204108 , case-insensitive, citeproc, commonmark, commonmark-extensions 204109 , commonmark-pandoc, connection, containers, data-default, deepseq 204110 , Diff, directory, doclayout, doctemplates, emojis, exceptions 204111 - , file-embed, filepath, Glob, haddock-library, hslua 204112 , hslua-marshalling, hslua-module-path, hslua-module-system 204113 , hslua-module-text, hslua-module-version, http-client 204114 , http-client-tls, http-types, ipynb, jira-wiki-markup, JuicyPixels 204115 - , lpeg, mtl, network, network-uri, pandoc-types, parsec, pretty 204116 - , pretty-show, process, QuickCheck, random, safe, scientific, SHA 204117 - , skylighting, skylighting-core, split, syb, tagsoup, tasty 204118 , tasty-bench, tasty-golden, tasty-hunit, tasty-lua 204119 , tasty-quickcheck, temporary, texmath, text, text-conversions 204120 , time, unicode-collation, unicode-transforms, unix, xml ··· 204122 }: 204123 mkDerivation { 204124 pname = "pandoc"; 204125 - version = "2.16.2"; 204126 - sha256 = "0pnw4v5i20bi9j3gg0i9wlikk2fhj34x5vhh23zhj8v4p72r3wkj"; 204127 - revision = "1"; 204128 - editedCabalFile = "013i4hsgfdq38zsxq4c3l80hqxrqccy41h1ihyakamb8m3p3pq8q"; 204129 configureFlags = [ "-fhttps" "-f-trypandoc" ]; 204130 isLibrary = true; 204131 isExecutable = true; ··· 204136 commonmark commonmark-extensions commonmark-pandoc connection 204137 containers data-default deepseq directory doclayout doctemplates 204138 emojis exceptions file-embed filepath Glob haddock-library hslua 204139 - hslua-marshalling hslua-module-path hslua-module-system 204140 hslua-module-text hslua-module-version http-client http-client-tls 204141 http-types ipynb jira-wiki-markup JuicyPixels lpeg mtl network 204142 - network-uri pandoc-types parsec pretty pretty-show process random 204143 - safe scientific SHA skylighting skylighting-core split syb tagsoup 204144 - temporary texmath text text-conversions time unicode-collation 204145 - unicode-transforms unix xml xml-conduit yaml zip-archive zlib 204146 ]; 204147 executableHaskellDepends = [ base ]; 204148 testHaskellDepends = [ 204149 base bytestring containers Diff directory doctemplates exceptions 204150 - filepath Glob hslua mtl pandoc-types process QuickCheck tasty 204151 - tasty-golden tasty-hunit tasty-lua tasty-quickcheck text time xml 204152 - zip-archive 204153 ]; 204154 benchmarkHaskellDepends = [ 204155 base bytestring deepseq mtl tasty-bench text ··· 204472 }: 204473 mkDerivation { 204474 pname = "pandoc-lua-marshal"; 204475 - version = "0.1.3"; 204476 - sha256 = "0x4r0w2gavphc5f6yr4szb31blsvw3hdyackwza8dmzag952nc9k"; 204477 libraryHaskellDepends = [ 204478 base bytestring containers exceptions hslua hslua-marshalling lua 204479 pandoc-types safe text ··· 204608 pname = "pandoc-plot"; 204609 version = "1.3.0"; 204610 sha256 = "0d33cbw0ygsdwh718q7q5gw2s6565dbrjwi3rz0qdf78q14wiayi"; 204611 - revision = "1"; 204612 - editedCabalFile = "1l4rxi23i8ngfrv6vk94l0j0cfczwxchp2bwh1l894b4dfhkq1ks"; 204613 isLibrary = true; 204614 isExecutable = true; 204615 libraryHaskellDepends = [ ··· 204786 ({ mkDerivation }: 204787 mkDerivation { 204788 pname = "pandora"; 204789 - version = "0.4.9"; 204790 - sha256 = "0z02q7bxrrij4vls3gpxg34z47y2ijapjwagw6aw8dpsn75hj798"; 204791 description = "A box of patterns and paradigms"; 204792 license = lib.licenses.mit; 204793 }) {}; ··· 206546 206547 "parsley-core" = callPackage 206548 ({ mkDerivation, array, base, bytestring, containers, cpphs 206549 - , deepseq, dependent-map, dependent-sum, ghc-prim, hashable, mtl 206550 - , pretty-terminal, tasty, tasty-hunit, tasty-quickcheck 206551 - , template-haskell, text, th-test-utils, unordered-containers 206552 }: 206553 mkDerivation { 206554 pname = "parsley-core"; 206555 - version = "2.0.0.0"; 206556 - sha256 = "1v46wpi80fdjpdgr6jcrhljxjrmf1gf7cxmi3y0sdlininr4273i"; 206557 libraryHaskellDepends = [ 206558 array base bytestring containers dependent-map dependent-sum 206559 ghc-prim hashable mtl pretty-terminal template-haskell text ··· 206563 testHaskellDepends = [ 206564 base containers deepseq tasty tasty-hunit tasty-quickcheck 206565 template-haskell th-test-utils 206566 ]; 206567 description = "A fast parser combinator library backed by Typed Template Haskell"; 206568 license = lib.licenses.bsd3; ··· 206729 license = lib.licenses.asl20; 206730 }) {}; 206731 206732 "partial-semigroup-hedgehog" = callPackage 206733 ({ mkDerivation, base, hedgehog, partial-semigroup }: 206734 mkDerivation { 206735 pname = "partial-semigroup-hedgehog"; 206736 - version = "0.6.0.8"; 206737 - sha256 = "0gldqqrfc87x1ff33qgan3pp62siqgal3imkf81b9rynws0saxh7"; 206738 libraryHaskellDepends = [ base hedgehog partial-semigroup ]; 206739 description = "Property testing for partial semigroups using Hedgehog"; 206740 license = lib.licenses.asl20; ··· 207072 license = lib.licenses.bsd3; 207073 }) {}; 207074 207075 - "patch_0_0_5_1" = callPackage 207076 ({ mkDerivation, base, constraints-extras, containers 207077 , dependent-map, dependent-sum, directory, filemanip, filepath 207078 , hedgehog, hlint, HUnit, lens, monoidal-containers, semialign ··· 207080 }: 207081 mkDerivation { 207082 pname = "patch"; 207083 - version = "0.0.5.1"; 207084 - sha256 = "073q0kxjkjyv7cvxmxksln91s0dqki07by9fbg4ls1lh5mwyn3vk"; 207085 libraryHaskellDepends = [ 207086 base constraints-extras containers dependent-map dependent-sum lens 207087 monoidal-containers semialign semigroupoids these transformers ··· 210982 }: 210983 mkDerivation { 210984 pname = "phonetic-languages-simplified-generalized-properties-array"; 210985 - version = "0.8.2.0"; 210986 - sha256 = "0mlzmsal1phg2r7mwdgxbc55ybziqys6avzkv7pw3il1vy7kyzyx"; 210987 libraryHaskellDepends = [ 210988 base phonetic-languages-phonetics-basics 210989 phonetic-languages-rhythmicity phonetic-languages-simplified-base ··· 211099 ({ mkDerivation, base, mmsyn2-array, mmsyn5 }: 211100 mkDerivation { 211101 pname = "phonetic-languages-ukrainian-array"; 211102 - version = "0.8.0.0"; 211103 - sha256 = "12hpqlcwccv2c25fxyxq5vdnmzwqykcvmp8rj118hc3yssc2ygj8"; 211104 isLibrary = true; 211105 isExecutable = true; 211106 libraryHaskellDepends = [ base mmsyn2-array mmsyn5 ]; ··· 211146 }: 211147 mkDerivation { 211148 pname = "photoname"; 211149 - version = "5.0"; 211150 - sha256 = "0g17jbnrgl2crgd04sy9s8d1g8da7p8wxq7hgnlg9h4n40yjxbd8"; 211151 isLibrary = true; 211152 isExecutable = true; 211153 libraryHaskellDepends = [ ··· 212606 pname = "pipes-lzma"; 212607 version = "0.2.0.0"; 212608 sha256 = "1b1xnjq1bvp14rl0lvzfxkckvwsihmq0j61wbmx1k0vqjy2b350m"; 212609 isLibrary = true; 212610 isExecutable = true; 212611 libraryHaskellDepends = [ base bytestring exceptions lzma pipes ]; ··· 218045 }: 218046 mkDerivation { 218047 pname = "powerdns"; 218048 - version = "0.2.0"; 218049 - sha256 = "0ddrgvpvss342zmnyd0svj7424k8gynd7bwb2i0r10zw1l4kai26"; 218050 libraryHaskellDepends = [ 218051 aeson base base64-bytestring bytestring case-insensitive containers 218052 deepseq servant servant-client servant-client-core text time ··· 219360 pname = "prettyprinter-graphviz"; 219361 version = "1.1.0.0"; 219362 sha256 = "1lqf296jr2jfg86apn729payq2rkk95pdidl7n62xx4bniax7fvm"; 219363 libraryHaskellDepends = [ base graphviz prettyprinter text ]; 219364 description = "A prettyprinter backend for graphviz"; 219365 license = lib.licenses.bsd3; ··· 219371 pname = "prettyprinter-lucid"; 219372 version = "0.1.0.1"; 219373 sha256 = "0m8dbxzs22zbahpr6r1frlfqyw581wyg92vswm3gi2qqpj406djh"; 219374 libraryHaskellDepends = [ base lucid prettyprinter text ]; 219375 description = "A prettyprinter backend for lucid"; 219376 license = lib.licenses.bsd3; ··· 219538 license = lib.licenses.gpl3Only; 219539 }) {}; 219540 219541 "primes" = callPackage 219542 ({ mkDerivation, base }: 219543 mkDerivation { ··· 219629 ({ mkDerivation, base, primitive }: 219630 mkDerivation { 219631 pname = "primitive-checked"; 219632 - version = "0.7.0.0"; 219633 - sha256 = "1h4gsririgjw8p72dz2p91yq8mxr37qca8rshmxmkmmds8yv6w1s"; 219634 libraryHaskellDepends = [ base primitive ]; 219635 description = "primitive functions with bounds-checking"; 219636 license = lib.licenses.bsd3; ··· 219699 license = lib.licenses.mit; 219700 }) {}; 219701 219702 - "primitive-extras_0_10_1_3" = callPackage 219703 ({ mkDerivation, base, bytestring, cereal, deferred-folds, focus 219704 , foldl, list-t, primitive, primitive-unlifted, profunctors 219705 , QuickCheck, quickcheck-instances, rerebase, tasty, tasty-hunit ··· 219707 }: 219708 mkDerivation { 219709 pname = "primitive-extras"; 219710 - version = "0.10.1.3"; 219711 - sha256 = "03i65knf4fkhai1668k5vlpa7z8jdvwy9kay4i4qr2l013qx29yf"; 219712 libraryHaskellDepends = [ 219713 base bytestring cereal deferred-folds focus foldl list-t primitive 219714 primitive-unlifted profunctors vector ··· 221147 license = lib.licenses.bsd3; 221148 }) {}; 221149 221150 "prometheus-client" = callPackage 221151 ({ mkDerivation, atomic-primops, base, bytestring, clock 221152 , containers, criterion, deepseq, doctest, exceptions, hspec, mtl ··· 222367 license = lib.licenses.mit; 222368 }) {}; 222369 222370 "psql-helpers" = callPackage 222371 ({ mkDerivation, base, postgresql-simple }: 222372 mkDerivation { ··· 223742 license = lib.licenses.mit; 223743 hydraPlatforms = lib.platforms.none; 223744 broken = true; 223745 - }) {inherit (pkgs) python;}; 223746 223747 "pyfi" = callPackage 223748 ({ mkDerivation, aeson, base, bytestring, containers, pureMD5 ··· 223760 license = lib.licenses.mit; 223761 hydraPlatforms = lib.platforms.none; 223762 broken = true; 223763 - }) {inherit (pkgs) python;}; 223764 223765 "python-pickle" = callPackage 223766 ({ mkDerivation, attoparsec, base, bytestring, cereal, cmdargs ··· 226432 license = lib.licenses.isc; 226433 }) {}; 226434 226435 "ramus" = callPackage 226436 ({ mkDerivation, base, criterion, hspec, QuickCheck, quickcheck-io 226437 }: ··· 227335 license = lib.licenses.mit; 227336 }) {}; 227337 227338 "ratel-wai" = callPackage 227339 ({ mkDerivation, base, bytestring, case-insensitive, containers 227340 , http-client, ratel, wai ··· 227348 ]; 227349 description = "Notify Honeybadger about exceptions via a WAI middleware"; 227350 license = lib.licenses.mit; 227351 }) {}; 227352 227353 "ratelimiter" = callPackage ··· 231084 }: 231085 mkDerivation { 231086 pname = "regex-rure"; 231087 - version = "0.1.0.0"; 231088 - sha256 = "0fji4j0nhq47s956ahxq7rh1a50q6y65b5m9rdcn3mjahqmirkal"; 231089 libraryHaskellDepends = [ base bytestring ]; 231090 librarySystemDepends = [ rure ]; 231091 libraryToolDepends = [ c2hs ]; 231092 testHaskellDepends = [ base bytestring tasty tasty-hunit ]; 231093 description = "Bindings to Rust's regex library"; 231094 - license = lib.licenses.gpl3Only; 231095 hydraPlatforms = lib.platforms.none; 231096 broken = true; 231097 }) {rure = null;}; ··· 231554 ({ mkDerivation, base, vector }: 231555 mkDerivation { 231556 pname = "regression-simple"; 231557 - version = "0.1"; 231558 - sha256 = "0f74xwyrnz39cl24kazvk8rd3px2l2ycx6a5jaqlab6wiwi5xclq"; 231559 libraryHaskellDepends = [ base vector ]; 231560 description = "Simple linear and quadratic regression"; 231561 license = lib.licenses.bsd3; ··· 231743 maintainers = with lib.maintainers; [ sternenseemann ]; 231744 }) {}; 231745 231746 - "rel8_1_2_1_0" = callPackage 231747 ({ mkDerivation, aeson, base, bifunctors, bytestring 231748 , case-insensitive, comonad, containers, contravariant, hasql 231749 , hasql-transaction, hedgehog, mmorph, opaleye, pretty ··· 231753 }: 231754 mkDerivation { 231755 pname = "rel8"; 231756 - version = "1.2.1.0"; 231757 - sha256 = "0f4rnyr90f989ww4hh8h65fhnj16ir144qsin9abc767fxnb7wis"; 231758 libraryHaskellDepends = [ 231759 aeson base bifunctors bytestring case-insensitive comonad 231760 contravariant hasql opaleye pretty product-profunctors profunctors ··· 233423 pname = "resolv"; 233424 version = "0.1.2.0"; 233425 sha256 = "0wa6wsh6i52q4ah2z0hgzlks325kigch4yniz0y15nw4skxbm8l1"; 233426 - revision = "3"; 233427 - editedCabalFile = "0af5dsdyn04i76d012xhhfkkml10bqzl6q2yivkhf8rlvh1fiii5"; 233428 libraryHaskellDepends = [ 233429 base base16-bytestring binary bytestring containers 233430 ]; ··· 236552 236553 "rounded-hw" = callPackage 236554 ({ mkDerivation, array, base, Cabal, deepseq, doctest, fp-ieee 236555 - , gauge, hspec, long-double, primitive, QuickCheck, random, tagged 236556 - , vector 236557 }: 236558 mkDerivation { 236559 pname = "rounded-hw"; 236560 - version = "0.2.0"; 236561 - sha256 = "01393ps7i83ncxlj9yi6jhngr26py6sdafq67mbhigrclyax6ysi"; 236562 setupHaskellDepends = [ base Cabal ]; 236563 libraryHaskellDepends = [ 236564 array base deepseq fp-ieee long-double primitive tagged vector ··· 236568 QuickCheck random vector 236569 ]; 236570 benchmarkHaskellDepends = [ 236571 - array base deepseq fp-ieee gauge primitive vector 236572 ]; 236573 description = "Directed rounding for built-in floating types"; 236574 license = lib.licenses.bsd3; ··· 238601 license = lib.licenses.mit; 238602 }) {}; 238603 238604 "salvia" = callPackage 238605 ({ mkDerivation, base, bytestring, containers, directory, fclabels 238606 , MaybeT-transformers, monads-fd, network, old-locale, process ··· 240002 hydraPlatforms = lib.platforms.none; 240003 }) {}; 240004 240005 "schedyield" = callPackage 240006 ({ mkDerivation, base }: 240007 mkDerivation { ··· 241168 license = lib.licenses.bsd3; 241169 }) {inherit (pkgs) SDL2;}; 241170 241171 "sdl2-cairo" = callPackage 241172 ({ mkDerivation, base, cairo, linear, sdl2 }: 241173 mkDerivation { ··· 242534 ]; 242535 description = "Semigroupoids: Category sans id"; 242536 license = lib.licenses.bsd2; 242537 }) {}; 242538 242539 "semigroupoids-do" = callPackage ··· 244403 ({ mkDerivation, base, bytestring, http-media, servant, text }: 244404 mkDerivation { 244405 pname = "servant-fiat-content"; 244406 - version = "1.0.0"; 244407 - sha256 = "1108npqddwsbplxzf65hq0w3aqnyfrk8lcdffkszwx3g8s8xblg7"; 244408 libraryHaskellDepends = [ 244409 base bytestring http-media servant text 244410 ]; ··· 248398 license = lib.licenses.mit; 248399 }) {}; 248400 248401 - "shikensu_0_4_0" = callPackage 248402 ({ mkDerivation, aeson, base, bytestring, directory, filepath, flow 248403 , Glob, tasty, tasty-hunit, text, unordered-containers 248404 }: 248405 mkDerivation { 248406 pname = "shikensu"; 248407 - version = "0.4.0"; 248408 - sha256 = "0ln51nw01k776lv8bxg1pp8cpnchhr4aj12llxvh4zzi4asxj2x6"; 248409 libraryHaskellDepends = [ 248410 aeson base bytestring directory filepath flow Glob text 248411 unordered-containers ··· 250419 }) {}; 250420 250421 "simplexmq" = callPackage 250422 - ({ mkDerivation, ansi-terminal, asn1-encoding, asn1-types, async 250423 - , attoparsec, base, base64-bytestring, bytestring, composition 250424 - , constraints, containers, cryptonite, cryptostore, direct-sqlite 250425 - , directory, file-embed, filepath, generic-random, hspec 250426 - , hspec-core, http-types, HUnit, ini, iso8601-time, memory, mtl 250427 - , network, network-transport, optparse-applicative, QuickCheck 250428 - , random, simple-logger, sqlite-simple, stm, template-haskell, text 250429 - , time, timeit, transformers, unliftio, unliftio-core, websockets 250430 - , x509 250431 }: 250432 mkDerivation { 250433 pname = "simplexmq"; 250434 - version = "0.5.0"; 250435 - sha256 = "0wmhqmrxzgb4zvxmcsv49lzmvgqrqljivzcjfp4s04j87968x79j"; 250436 isLibrary = true; 250437 isExecutable = true; 250438 libraryHaskellDepends = [ 250439 - ansi-terminal asn1-encoding asn1-types async attoparsec base 250440 base64-bytestring bytestring composition constraints containers 250441 - cryptonite direct-sqlite directory file-embed filepath 250442 - generic-random http-types iso8601-time memory mtl network 250443 - network-transport QuickCheck random simple-logger sqlite-simple stm 250444 - template-haskell text time transformers unliftio unliftio-core 250445 - websockets x509 250446 ]; 250447 executableHaskellDepends = [ 250448 - ansi-terminal asn1-encoding asn1-types async attoparsec base 250449 base64-bytestring bytestring composition constraints containers 250450 - cryptonite cryptostore direct-sqlite directory file-embed filepath 250451 - generic-random http-types ini iso8601-time memory mtl network 250452 - network-transport optparse-applicative QuickCheck random 250453 - simple-logger sqlite-simple stm template-haskell text time 250454 - transformers unliftio unliftio-core websockets x509 250455 ]; 250456 testHaskellDepends = [ 250457 - ansi-terminal asn1-encoding asn1-types async attoparsec base 250458 base64-bytestring bytestring composition constraints containers 250459 - cryptonite direct-sqlite directory file-embed filepath 250460 - generic-random hspec hspec-core http-types HUnit iso8601-time 250461 - memory mtl network network-transport QuickCheck random 250462 - simple-logger sqlite-simple stm template-haskell text time timeit 250463 - transformers unliftio unliftio-core websockets x509 250464 ]; 250465 description = "SimpleXMQ message broker"; 250466 license = lib.licenses.agpl3Only; ··· 250489 }: 250490 mkDerivation { 250491 pname = "simpoole"; 250492 - version = "0.3.0"; 250493 - sha256 = "188c6r5vzi7bdyk8qgi5z2zxw7cjacf7fa986y7r1v89q0advr8v"; 250494 libraryHaskellDepends = [ 250495 base concurrency containers exceptions mtl time 250496 ]; ··· 257898 pname = "stack"; 257899 version = "2.7.3"; 257900 sha256 = "0i2v5i6bg90n6i4clcaww8m8702d3y5z8r03xdizdisjhf0zijj7"; 257901 configureFlags = [ 257902 "-fdisable-git-info" "-fhide-dependency-versions" 257903 "-fsupported-build" ··· 258019 }: 258020 mkDerivation { 258021 pname = "stack-clean-old"; 258022 - version = "0.4.4"; 258023 - sha256 = "1z2lvvpzlaxwxxbb30xyr62sm483bqiknxwmzdnfb0ri7qf31kfr"; 258024 isLibrary = false; 258025 isExecutable = true; 258026 executableHaskellDepends = [ ··· 259324 ]; 259325 description = "A library of statistical types, data, and functions"; 259326 license = lib.licenses.bsd2; 259327 }) {}; 259328 259329 "statistics-dirichlet" = callPackage ··· 261450 pname = "streamly"; 261451 version = "0.8.1.1"; 261452 sha256 = "13m415pcyyzipm5nsf9l8lcan3dn2ck666rq014y46zd66l5ahb9"; 261453 libraryHaskellDepends = [ 261454 atomic-primops base containers deepseq directory exceptions 261455 filepath fusion-plugin-types ghc-prim heaps lockfree-queue ··· 261675 }: 261676 mkDerivation { 261677 pname = "streamly-lz4"; 261678 - version = "0.1.0"; 261679 - sha256 = "0jp6px6m85rji0wpq0xfp2cv63jidvqmb1x1z33q95xfh6v73yng"; 261680 libraryHaskellDepends = [ 261681 base exceptions fusion-plugin-types streamly 261682 ]; ··· 261710 }) {}; 261711 261712 "streamly-process" = callPackage 261713 - ({ mkDerivation, base, directory, exceptions, fusion-plugin, hspec 261714 - , process, QuickCheck, streamly, tasty-bench, unix 261715 }: 261716 mkDerivation { 261717 pname = "streamly-process"; 261718 - version = "0.1.0"; 261719 - sha256 = "066ldbphb230cc21jvsmmqlnjli6cwqpphs7vjb88q62lbl8yf6p"; 261720 libraryHaskellDepends = [ base exceptions process streamly unix ]; 261721 testHaskellDepends = [ 261722 base directory exceptions hspec process QuickCheck streamly 261723 ]; 261724 benchmarkHaskellDepends = [ 261725 - base directory fusion-plugin process streamly tasty-bench 261726 ]; 261727 description = "Use OS processes as stream transformation functions"; 261728 license = lib.licenses.asl20; ··· 262055 pname = "strict-tuple"; 262056 version = "0.1.4"; 262057 sha256 = "06fyf58kl3c5xpfdd5h7368ggbfadm5n67h3kqajrsgh3yl84hrq"; 262058 libraryHaskellDepends = [ base bifunctors deepseq hashable ]; 262059 testHaskellDepends = [ base ]; 262060 description = "Strict tuples"; ··· 262566 license = lib.licenses.mit; 262567 }) {}; 262568 262569 "stripe-core" = callPackage 262570 ({ mkDerivation, aeson, base, bytestring, mtl, text, time 262571 , transformers, unordered-containers ··· 262697 }) {}; 262698 262699 "stripe-signature" = callPackage 262700 - ({ mkDerivation, base, base16-bytestring, bytestring, cryptonite 262701 - , memory, stripe-concepts, text 262702 }: 262703 mkDerivation { 262704 pname = "stripe-signature"; 262705 - version = "1.0.0.10"; 262706 - sha256 = "04b5z6hnm000fii4qiczm4xpr41v55fgcj07yh35iwh4gwgc7c4h"; 262707 libraryHaskellDepends = [ 262708 - base base16-bytestring bytestring cryptonite memory stripe-concepts 262709 text 262710 ]; 262711 - testHaskellDepends = [ base bytestring text ]; 262712 description = "Verification of Stripe webhook signatures"; 262713 license = lib.licenses.mit; 262714 hydraPlatforms = lib.platforms.none; ··· 262758 }: 262759 mkDerivation { 262760 pname = "stripeapi"; 262761 - version = "2.0.0.1"; 262762 - sha256 = "1kqmdw0f9cppbvirizmyfcsc26iczwrn6hrhmi9y6fhhxiy4wd1z"; 262763 libraryHaskellDepends = [ 262764 aeson base bytestring ghc-prim http-client http-conduit http-types 262765 mtl scientific text time transformers unordered-containers vector ··· 262801 license = lib.licenses.mit; 262802 }) {}; 262803 262804 "strong-path" = callPackage 262805 ({ mkDerivation, base, exceptions, filepath, hspec, path, tasty 262806 , tasty-discover, tasty-hspec, tasty-quickcheck, template-haskell ··· 263529 ({ mkDerivation, base }: 263530 mkDerivation { 263531 pname = "successors"; 263532 - version = "0.1.0.2"; 263533 - sha256 = "0q6sfxxzc0ws1iky79iyx7sf7l3jqdwxz9ngsi11km1bp7rd8ycw"; 263534 libraryHaskellDepends = [ base ]; 263535 description = "An applicative functor to manage successors"; 263536 license = lib.licenses.mit; ··· 264267 pname = "svg-builder"; 264268 version = "0.1.1"; 264269 sha256 = "1k420f497lzkymmxin88ql6ib8dziic43avykv31yq65rgrf7l2g"; 264270 - revision = "4"; 264271 - editedCabalFile = "1731ryf1bymy0s4hg109f2g7wn6mm9b52y2r4gw2d59170lxzv8f"; 264272 libraryHaskellDepends = [ 264273 base blaze-builder bytestring hashable text unordered-containers 264274 ]; ··· 267626 license = lib.licenses.mit; 267627 }) {}; 267628 267629 "tak" = callPackage 267630 ({ mkDerivation, base, bytestring, hashable, hslogger, HUnit 267631 , matrix, network, parsec, random-shuffle, safe ··· 268432 license = lib.licenses.mit; 268433 }) {}; 268434 268435 "tasty-grading-system" = callPackage 268436 ({ mkDerivation, aeson, base, containers, directory, filepath 268437 , generic-deriving, mtl, stm, tagged, tasty, tasty-hunit, text ··· 270670 pname = "termbox"; 270671 version = "0.3.0"; 270672 sha256 = "1vi2ssylwvc6xqnhpnvc9q9c70glbf6s63rmyblc53g4qra2wkah"; 270673 isLibrary = true; 270674 isExecutable = true; 270675 libraryHaskellDepends = [ base ]; ··· 270683 pname = "termbox-banana"; 270684 version = "0.3.0"; 270685 sha256 = "07nn1jff33zb80vhzkw48fik5d5w7j7q982ihpsbb6gbqp5azx5s"; 270686 isLibrary = true; 270687 isExecutable = true; 270688 libraryHaskellDepends = [ base reactive-banana termbox ]; ··· 271326 }: 271327 mkDerivation { 271328 pname = "test-lib"; 271329 - version = "0.3"; 271330 - sha256 = "15b3gsy03z3hqc0d2b7hjk3l79ykkcdhb5mrz453p8s4bgd8l6av"; 271331 isLibrary = true; 271332 isExecutable = true; 271333 libraryHaskellDepends = [ ··· 271767 license = lib.licenses.gpl2Only; 271768 }) {}; 271769 271770 "texrunner" = callPackage 271771 ({ mkDerivation, attoparsec, base, bytestring, directory, filepath 271772 , HUnit, io-streams, lens, mtl, process, semigroups, temporary ··· 272545 license = lib.licenses.bsd3; 272546 }) {}; 272547 272548 - "text-show_3_9_5" = callPackage 272549 ({ mkDerivation, array, base, base-compat-batteries, base-orphans 272550 , bifunctors, bytestring, bytestring-builder, containers, criterion 272551 , deepseq, deriving-compat, generic-deriving, ghc-boot-th, ghc-prim ··· 272555 }: 272556 mkDerivation { 272557 pname = "text-show"; 272558 - version = "3.9.5"; 272559 - sha256 = "03gp01wim236xdznxi5naq42lz9whdb2ms8xj01g39l54i83n22q"; 272560 libraryHaskellDepends = [ 272561 array base base-compat-batteries bifunctors bytestring 272562 bytestring-builder containers generic-deriving ghc-boot-th ghc-prim ··· 275500 pname = "timer-wheel"; 275501 version = "0.3.0"; 275502 sha256 = "16v663mcsj0h17x4jriq50dps3m3f8wqcsm19kl48vrs7f4mp07s"; 275503 - revision = "1"; 275504 - editedCabalFile = "03wprm88wl6smfcq6dfr62l4igi8lfg6wkk65rsmyzxxkjzhc6f1"; 275505 libraryHaskellDepends = [ atomic-primops base psqueues vector ]; 275506 testHaskellDepends = [ base ]; 275507 description = "A timer wheel"; ··· 275700 }: 275701 mkDerivation { 275702 pname = "timezone-olson-th"; 275703 - version = "0.1.0.10"; 275704 - sha256 = "0lks0mgshcsq36aminfbrz524mgn5q02lwln8lli1l54d8bn4x8n"; 275705 libraryHaskellDepends = [ 275706 base template-haskell time timezone-olson timezone-series 275707 ]; ··· 278311 pname = "transformers-compat"; 278312 version = "0.7.1"; 278313 sha256 = "102hydcqn7yjskzp586fvsw39dp3fi34fkskc7ykqkf16haqc2xc"; 278314 libraryHaskellDepends = [ base ghc-prim transformers ]; 278315 description = "A small compatibility shim for the transformers library"; 278316 license = lib.licenses.bsd3; ··· 280461 280462 "twain" = callPackage 280463 ({ mkDerivation, aeson, base, bytestring, case-insensitive, cookie 280464 - , either, http-types, text, time, transformers, wai, wai-extra 280465 - , warp 280466 }: 280467 mkDerivation { 280468 pname = "twain"; 280469 - version = "1.0.0.0"; 280470 - sha256 = "0brxvqddnhxs4q5hm9g8fzkznk3xjagivy0glfiqrx24p4k8s9yb"; 280471 libraryHaskellDepends = [ 280472 - aeson base bytestring case-insensitive cookie either http-types 280473 - text time transformers wai wai-extra warp 280474 ]; 280475 description = "Tiny web application framework for WAI"; 280476 license = lib.licenses.bsd3; ··· 281631 pname = "type-map"; 281632 version = "0.1.6.0"; 281633 sha256 = "0zakl5bdzwng1r0x384w066zhwgwcf24s6jsm6d4zsx7xmngzmr5"; 281634 libraryHaskellDepends = [ base containers ghc-prim vector ]; 281635 testHaskellDepends = [ 281636 base HUnit test-framework test-framework-hunit ··· 281639 license = lib.licenses.mit; 281640 }) {}; 281641 281642 "type-natural" = callPackage 281643 ({ mkDerivation, base, constraints, equational-reasoning, ghc 281644 , ghc-typelits-knownnat, ghc-typelits-natnormalise ··· 283794 pname = "unicode-data"; 283795 version = "0.3.0"; 283796 sha256 = "0pwjjsk0gjkn73ghj10s603p84xr7h2kfg351c9grzngrcv9giq8"; 283797 isLibrary = true; 283798 isExecutable = true; 283799 libraryHaskellDepends = [ base ]; ··· 283932 pname = "unicode-transforms"; 283933 version = "0.4.0"; 283934 sha256 = "0m234yhjizl28xm8y08bdhrbni666r7q2z71a8s64lynqk4lzq5k"; 283935 isLibrary = true; 283936 isExecutable = true; 283937 libraryHaskellDepends = [ ··· 284539 }: 284540 mkDerivation { 284541 pname = "units"; 284542 - version = "2.4.1.4"; 284543 - sha256 = "1r6innb99d6ljbbbrl2q9i4l6j4cb96mmv0k56q9l2xckwlsfz32"; 284544 libraryHaskellDepends = [ 284545 base containers deepseq lens linear mtl multimap singletons syb 284546 template-haskell th-desugar units-parser vector-space ··· 284959 license = lib.licenses.bsd3; 284960 }) {}; 284961 284962 "unix-fcntl" = callPackage 284963 ({ mkDerivation, base, foreign-var }: 284964 mkDerivation { ··· 289298 }: 289299 mkDerivation { 289300 pname = "verset"; 289301 - version = "0.0.1.6"; 289302 - sha256 = "1fk53vd2mh6ngrj4v2322fzdx0k0cj0zc2w1xpwkvyy3584l8af8"; 289303 libraryHaskellDepends = [ 289304 base bytestring containers extra mtl safe text time uuid 289305 ]; ··· 290054 }: 290055 mkDerivation { 290056 pname = "vivid"; 290057 - version = "0.5.1.0"; 290058 - sha256 = "06skwy5k4sgmh7m20m5v3g82kvm6sxq2sxmg039s45pvkbfp1c32"; 290059 libraryHaskellDepends = [ 290060 base binary bytestring cereal containers directory filepath 290061 hashable MonadRandom mtl network process random random-shuffle ··· 290961 description = "Enforce HTTPS in Wai server app safely"; 290962 license = lib.licenses.bsd3; 290963 hydraPlatforms = lib.platforms.none; 290964 }) {}; 290965 290966 "wai-eventsource" = callPackage ··· 292760 "warc" = callPackage 292761 ({ mkDerivation, attoparsec, base, bytestring, errors, exceptions 292762 , filepath, free, hashable, lens, mmorph, optparse-applicative 292763 - , pipes, pipes-attoparsec, pipes-bytestring, pipes-zlib, text, time 292764 , transformers, unordered-containers 292765 }: 292766 mkDerivation { 292767 pname = "warc"; 292768 - version = "1.0.4"; 292769 - sha256 = "1mxfm8kdvm0l1lnzma4n9mriz94ypckxqcz1f34fa3n1j3ckc45b"; 292770 - revision = "6"; 292771 - editedCabalFile = "0s563lg70ks3s6plvwi79glq6vkrh7n769fh6l6b4pvj7vp604cj"; 292772 isLibrary = true; 292773 isExecutable = true; 292774 libraryHaskellDepends = [ ··· 292778 ]; 292779 executableHaskellDepends = [ 292780 attoparsec base bytestring errors exceptions filepath free lens 292781 - optparse-applicative pipes pipes-attoparsec pipes-bytestring 292782 - pipes-zlib text time transformers 292783 ]; 292784 description = "A parser for the Web Archive (WARC) format"; 292785 license = lib.licenses.bsd3; ··· 294014 broken = true; 294015 }) {}; 294016 294017 "webgear-server" = callPackage 294018 ({ mkDerivation, aeson, base, base64-bytestring, bytestring 294019 , bytestring-conversion, case-insensitive, http-api-data ··· 294038 ]; 294039 description = "Composable, type-safe library to build HTTP API servers"; 294040 license = lib.licenses.mpl20; 294041 }) {}; 294042 294043 "webidl" = callPackage ··· 295141 pname = "windns"; 295142 version = "0.1.0.1"; 295143 sha256 = "016d1cf51jqvhbzlf5kbizv4l4dymradac1420rl47q2k5faczq8"; 295144 - revision = "3"; 295145 - editedCabalFile = "10jidn34rmv0amhw3c24pkl64q5xl3c6l9yqwcvqdn0vkbd0bf2v"; 295146 libraryHaskellDepends = [ base bytestring deepseq ]; 295147 librarySystemDepends = [ dnsapi ]; 295148 description = "Domain Name Service (DNS) lookup via the <windns.h>/dnsapi.dll standard library"; ··· 295332 maintainers = with lib.maintainers; [ maralorn ]; 295333 }) {}; 295334 295335 "with-index" = callPackage 295336 ({ mkDerivation, base }: 295337 mkDerivation { ··· 295658 libraryHaskellDepends = [ base base-compat text ]; 295659 description = "A Wadler/Leijen Pretty Printer for Text values"; 295660 license = lib.licenses.bsd3; 295661 }) {}; 295662 295663 "wlc-hs" = callPackage ··· 296031 }: 296032 mkDerivation { 296033 pname = "wordlist"; 296034 - version = "0.1.0.4"; 296035 - sha256 = "0v2xnm4iqk8wh3l05vkmfblwk49q54awp2qr1cwszgxfzaz4n9zb"; 296036 isLibrary = true; 296037 isExecutable = true; 296038 libraryHaskellDepends = [ base optparse-applicative text ]; ··· 297117 license = lib.licenses.mit; 297118 }) {}; 297119 297120 "wx" = callPackage 297121 ({ mkDerivation, base, stm, time, wxcore }: 297122 mkDerivation { ··· 298342 ]; 298343 description = "Hamlet-style quasiquoter for XML content"; 298344 license = lib.licenses.bsd3; 298345 }) {}; 298346 298347 "xml-helpers" = callPackage
··· 2818 pname = "Cabal"; 2819 version = "3.6.2.0"; 2820 sha256 = "0hmw2wkypd42qyyfi6rhbsxmymbxg9rrw683yg39627vlw33v44y"; 2821 + revision = "1"; 2822 + editedCabalFile = "1s79dmxxzyczldakjcwg7jqxhhfw724fwbjh7s656cynxnalq85f"; 2823 setupHaskellDepends = [ mtl parsec ]; 2824 libraryHaskellDepends = [ 2825 array base binary bytestring containers deepseq directory filepath ··· 10826 pname = "HsOpenSSL"; 10827 version = "0.11.7.2"; 10828 sha256 = "0ysdfl8ck3nzhx597fa13dqf31jq5gzwajlak6r91jajks9w0dl5"; 10829 + revision = "2"; 10830 + editedCabalFile = "1wqk9mnzxwphiza6lwg526nvr6mzbwv0l22kwbsd2r9vv1gix1rk"; 10831 setupHaskellDepends = [ base Cabal ]; 10832 libraryHaskellDepends = [ base bytestring network time ]; 10833 librarySystemDepends = [ openssl ]; ··· 11221 ]; 11222 description = "Library to deal with IPv6 address text representations"; 11223 license = lib.licenses.bsd3; 11224 + }) {}; 11225 + 11226 + "IPv6Addr_2_0_4" = callPackage 11227 + ({ mkDerivation, aeson, attoparsec, base, HUnit, iproute, network 11228 + , network-info, random, test-framework, test-framework-hunit, text 11229 + }: 11230 + mkDerivation { 11231 + pname = "IPv6Addr"; 11232 + version = "2.0.4"; 11233 + sha256 = "1d20cfnxvahcnr8iq71ymyykfl6cgxzl5i6vmdl7ill2bj07xy08"; 11234 + libraryHaskellDepends = [ 11235 + aeson attoparsec base iproute network network-info random text 11236 + ]; 11237 + testHaskellDepends = [ 11238 + base HUnit test-framework test-framework-hunit text 11239 + ]; 11240 + description = "Library to deal with IPv6 address text representations"; 11241 + license = lib.licenses.bsd3; 11242 + hydraPlatforms = lib.platforms.none; 11243 }) {}; 11244 11245 "IPv6DB" = callPackage ··· 18360 broken = true; 18361 }) {}; 18362 18363 "ShellCheck" = callPackage 18364 ({ mkDerivation, aeson, array, base, bytestring, containers 18365 , deepseq, Diff, directory, filepath, mtl, parsec, process ··· 18581 libraryHaskellDepends = [ base compactable Shpadoinkle text ]; 18582 description = "A backend for rendering Shpadoinkle as Text"; 18583 license = lib.licenses.bsd3; 18584 + hydraPlatforms = lib.platforms.none; 18585 + broken = true; 18586 }) {}; 18587 18588 "Shpadoinkle-console" = callPackage ··· 18699 ]; 18700 description = "A typed, template generated Html DSL, and helpers"; 18701 license = lib.licenses.bsd3; 18702 + hydraPlatforms = lib.platforms.none; 18703 + broken = true; 18704 }) {}; 18705 18706 "Shpadoinkle-isreal" = callPackage ··· 33852 license = lib.licenses.asl20; 33853 }) {}; 33854 33855 + "ascii_1_1_1_2" = callPackage 33856 ({ mkDerivation, ascii-case, ascii-char, ascii-group 33857 , ascii-predicates, ascii-superset, ascii-th, base, bytestring 33858 , text 33859 }: 33860 mkDerivation { 33861 pname = "ascii"; 33862 + version = "1.1.1.2"; 33863 + sha256 = "0wyr8s678dz2f45aiaish7xagdpnzn9rdx56zd4cs0aib0w71gl6"; 33864 libraryHaskellDepends = [ 33865 ascii-case ascii-char ascii-group ascii-predicates ascii-superset 33866 ascii-th base bytestring text ··· 33898 license = lib.licenses.asl20; 33899 }) {}; 33900 33901 + "ascii-case_1_0_0_10" = callPackage 33902 + ({ mkDerivation, ascii-char, base, hashable }: 33903 + mkDerivation { 33904 + pname = "ascii-case"; 33905 + version = "1.0.0.10"; 33906 + sha256 = "1vncwrngvqlzacs8084s7xvbj02zpq5irciwmv8cxh8pwjk2vhpw"; 33907 + libraryHaskellDepends = [ ascii-char base hashable ]; 33908 + testHaskellDepends = [ ascii-char base ]; 33909 + description = "ASCII letter case"; 33910 + license = lib.licenses.asl20; 33911 + hydraPlatforms = lib.platforms.none; 33912 + }) {}; 33913 + 33914 "ascii-char" = callPackage 33915 ({ mkDerivation, base, hashable }: 33916 mkDerivation { ··· 33921 testHaskellDepends = [ base ]; 33922 description = "A Char type representing an ASCII character"; 33923 license = lib.licenses.asl20; 33924 + }) {}; 33925 + 33926 + "ascii-char_1_0_0_14" = callPackage 33927 + ({ mkDerivation, base, hashable }: 33928 + mkDerivation { 33929 + pname = "ascii-char"; 33930 + version = "1.0.0.14"; 33931 + sha256 = "0mdmcxp5bd89akh6z7kdyhl679pbm58rww0mhzj6y41sj4g7j4m4"; 33932 + libraryHaskellDepends = [ base hashable ]; 33933 + testHaskellDepends = [ base ]; 33934 + description = "A Char type representing an ASCII character"; 33935 + license = lib.licenses.asl20; 33936 + hydraPlatforms = lib.platforms.none; 33937 }) {}; 33938 33939 "ascii-cows" = callPackage ··· 33975 license = lib.licenses.asl20; 33976 }) {}; 33977 33978 + "ascii-group_1_0_0_10" = callPackage 33979 + ({ mkDerivation, ascii-char, base, hashable }: 33980 + mkDerivation { 33981 + pname = "ascii-group"; 33982 + version = "1.0.0.10"; 33983 + sha256 = "0swkv40jlcix8qs62zszkbsvw0k833l6rmrx21jzxvfi41pycd5r"; 33984 + libraryHaskellDepends = [ ascii-char base hashable ]; 33985 + testHaskellDepends = [ ascii-char base ]; 33986 + description = "ASCII character groups"; 33987 + license = lib.licenses.asl20; 33988 + hydraPlatforms = lib.platforms.none; 33989 + }) {}; 33990 + 33991 "ascii-holidays" = callPackage 33992 ({ mkDerivation, base, random, random-shuffle, terminfo, time }: 33993 mkDerivation { ··· 34015 license = lib.licenses.asl20; 34016 }) {}; 34017 34018 + "ascii-predicates_1_0_0_8" = callPackage 34019 + ({ mkDerivation, ascii-char, base }: 34020 + mkDerivation { 34021 + pname = "ascii-predicates"; 34022 + version = "1.0.0.8"; 34023 + sha256 = "1pl1pw6z1yc2r21v70qrm1wfnbzyq8cl0z3xn0268w1qx4qlnpng"; 34024 + libraryHaskellDepends = [ ascii-char base ]; 34025 + testHaskellDepends = [ ascii-char base ]; 34026 + description = "Various categorizations of ASCII characters"; 34027 + license = lib.licenses.asl20; 34028 + hydraPlatforms = lib.platforms.none; 34029 + }) {}; 34030 + 34031 "ascii-progress" = callPackage 34032 ({ mkDerivation, async, base, concurrent-output, data-default 34033 , hspec, QuickCheck, time ··· 34086 license = lib.licenses.asl20; 34087 }) {}; 34088 34089 + "ascii-superset_1_0_1_10" = callPackage 34090 + ({ mkDerivation, ascii-char, base, bytestring, hashable, text }: 34091 + mkDerivation { 34092 + pname = "ascii-superset"; 34093 + version = "1.0.1.10"; 34094 + sha256 = "1filq9yr5lmwmn6m5ax0hpnyxlk160qbw2ikvjk4rs6078xwjwl9"; 34095 + libraryHaskellDepends = [ 34096 + ascii-char base bytestring hashable text 34097 + ]; 34098 + testHaskellDepends = [ ascii-char base text ]; 34099 + description = "Representing ASCII with refined supersets"; 34100 + license = lib.licenses.asl20; 34101 + hydraPlatforms = lib.platforms.none; 34102 + }) {}; 34103 + 34104 "ascii-table" = callPackage 34105 ({ mkDerivation, aeson, base, containers, dlist, hashable, text 34106 , unordered-containers, vector, wl-pprint-extras ··· 34136 license = lib.licenses.asl20; 34137 }) {}; 34138 34139 + "ascii-th_1_0_0_8" = callPackage 34140 + ({ mkDerivation, ascii-char, ascii-superset, base, bytestring 34141 + , template-haskell, text 34142 + }: 34143 + mkDerivation { 34144 + pname = "ascii-th"; 34145 + version = "1.0.0.8"; 34146 + sha256 = "1685msxir8di3blnaykj036b640z8jsmlzvj1vwr86wf92g9gbdz"; 34147 + libraryHaskellDepends = [ 34148 + ascii-char ascii-superset base template-haskell 34149 + ]; 34150 + testHaskellDepends = [ 34151 + ascii-char ascii-superset base bytestring text 34152 + ]; 34153 + description = "Template Haskell support for ASCII"; 34154 + license = lib.licenses.asl20; 34155 + hydraPlatforms = lib.platforms.none; 34156 + }) {}; 34157 + 34158 "ascii-vector-avc" = callPackage 34159 ({ mkDerivation, attoparsec, base, binary, bytestring, deepseq 34160 , deepseq-generics, HUnit, split, zlib ··· 35303 ({ mkDerivation, base, stm }: 35304 mkDerivation { 35305 pname = "atomic-modify"; 35306 + version = "0.1.0.3"; 35307 + sha256 = "1kz3sbr4sh2c405plf0d4078j47kmvw0gwsw53vyvsyxwhm9db3z"; 35308 libraryHaskellDepends = [ base stm ]; 35309 description = "A typeclass for mutable references that have an atomic modify operation"; 35310 license = lib.licenses.asl20; ··· 35686 license = lib.licenses.bsd3; 35687 }) {}; 35688 35689 + "attoparsec_0_14_4" = callPackage 35690 ({ mkDerivation, array, base, bytestring, case-insensitive 35691 + , containers, deepseq, directory, filepath, ghc-prim, http-types 35692 + , parsec, QuickCheck, quickcheck-unicode, scientific, tasty 35693 + , tasty-bench, tasty-quickcheck, text, transformers 35694 + , unordered-containers, vector 35695 }: 35696 mkDerivation { 35697 pname = "attoparsec"; 35698 + , old-locale, random, safe, semigroups, shortcut, stm, time 35699 + sha256 = "0v4yjz4qi8bwhbyavqxlhsfb1iv07v10gxi64khmsmi4hvjpycrz"; 35700 libraryHaskellDepends = [ 35701 array base bytestring containers deepseq ghc-prim scientific text 35702 transformers ··· 35706 scientific tasty tasty-quickcheck text transformers vector 35707 ]; 35708 benchmarkHaskellDepends = [ 35709 + array base bytestring case-insensitive containers deepseq directory 35710 + filepath ghc-prim http-types parsec scientific tasty-bench text 35711 transformers unordered-containers vector 35712 ]; 35713 + doHaddock = false; 35714 description = "Fast combinator parsing for bytestrings and text"; 35715 license = lib.licenses.bsd3; 35716 hydraPlatforms = lib.platforms.none; ··· 36514 license = lib.licenses.mit; 36515 }) {}; 36516 36517 + "autoexporter_2_0_0_1" = callPackage 36518 + ({ mkDerivation, base, Cabal, directory, filepath }: 36519 + mkDerivation { 36520 + pname = "autoexporter"; 36521 + version = "2.0.0.1"; 36522 + sha256 = "1sdpfqd8ypi1d8bkxj695midhgi9ynahknwlc72gh718ah26xc18"; 36523 + isLibrary = true; 36524 + isExecutable = true; 36525 + libraryHaskellDepends = [ base Cabal directory filepath ]; 36526 + executableHaskellDepends = [ base Cabal directory filepath ]; 36527 + description = "Automatically re-export modules"; 36528 + license = lib.licenses.mit; 36529 + hydraPlatforms = lib.platforms.none; 36530 + }) {}; 36531 + 36532 "autom" = callPackage 36533 ({ mkDerivation, base, bytestring, colour, ghc-prim, gloss 36534 , JuicyPixels, random, vector ··· 38728 license = lib.licenses.bsd3; 38729 }) {}; 38730 38731 + "barbies_2_0_3_1" = callPackage 38732 + ({ mkDerivation, base, distributive, QuickCheck, tasty, tasty-hunit 38733 + , tasty-quickcheck, transformers 38734 + }: 38735 + mkDerivation { 38736 + pname = "barbies"; 38737 + version = "2.0.3.1"; 38738 + sha256 = "0gfzb52k3py1qnr2b6gshdg7c9aj1j9y2xsdhz86n01ybv81yg51"; 38739 + libraryHaskellDepends = [ base distributive transformers ]; 38740 + testHaskellDepends = [ 38741 + base distributive QuickCheck tasty tasty-hunit tasty-quickcheck 38742 + ]; 38743 + description = "Classes for working with types that can change clothes"; 38744 + license = lib.licenses.bsd3; 38745 + hydraPlatforms = lib.platforms.none; 38746 + }) {}; 38747 + 38748 "barbies-layered" = callPackage 38749 ({ mkDerivation, barbies, base, doctest, doctest-discover, hspec 38750 , hspec-discover, transformers ··· 39539 pname = "basement-cd"; 39540 version = "0.0.12.1"; 39541 sha256 = "18w1rzn6p3a25y075rr1lmln74mfiv9dzgf01mipwjqfsirki15b"; 39542 + revision = "1"; 39543 + editedCabalFile = "12z794dzdyjkc9l55yw5c7y3knplsrkz1ndhn9bi87a8vn7kwvcq"; 39544 libraryHaskellDepends = [ base ghc-prim ]; 39545 description = "Foundation scrap box of array & string"; 39546 license = lib.licenses.bsd3; ··· 41791 license = lib.licenses.mit; 41792 }) {}; 41793 41794 + "binary-parser_0_5_7_1" = callPackage 41795 + ({ mkDerivation, base, bytestring, mtl, QuickCheck 41796 + , quickcheck-instances, rerebase, tasty, tasty-hunit 41797 + , tasty-quickcheck, text, transformers 41798 + }: 41799 + mkDerivation { 41800 + pname = "binary-parser"; 41801 + version = "0.5.7.1"; 41802 + sha256 = "1k3rc1szwahc5w2lxddnjpd4zkfi2hmcq398sixf2qx44f2kk6vp"; 41803 + libraryHaskellDepends = [ base bytestring mtl text transformers ]; 41804 + testHaskellDepends = [ 41805 + QuickCheck quickcheck-instances rerebase tasty tasty-hunit 41806 + tasty-quickcheck 41807 + ]; 41808 + description = "A highly-efficient but limited parser API specialised for bytestrings"; 41809 + license = lib.licenses.mit; 41810 + hydraPlatforms = lib.platforms.none; 41811 + }) {}; 41812 + 41813 "binary-parsers" = callPackage 41814 ({ mkDerivation, attoparsec, base, binary, bytestring 41815 , bytestring-lexing, case-insensitive, criterion, deepseq ··· 43367 "bisc" = callPackage 43368 ({ mkDerivation, base, bytestring, configurator, data-default 43369 , directory, exceptions, filepath, leveldb-haskell, mtl 43370 + , optparse-applicative, resourcet, selda, selda-sqlite, text, unix 43371 }: 43372 mkDerivation { 43373 pname = "bisc"; 43374 + version = "0.4.1.0"; 43375 + sha256 = "06jb8kikpdc9fz5ndy8qmqv1zmvxjg130wvsh23hhp8a01n4pxca"; 43376 isLibrary = false; 43377 isExecutable = true; 43378 executableHaskellDepends = [ 43379 base bytestring configurator data-default directory exceptions 43380 + filepath leveldb-haskell mtl optparse-applicative resourcet selda 43381 + selda-sqlite text unix 43382 ]; 43383 description = "A small tool that clears cookies (and more)"; 43384 license = lib.licenses.gpl3Only; ··· 47249 license = lib.licenses.agpl3Only; 47250 }) {}; 47251 47252 + "brittany_0_14_0_2" = callPackage 47253 ({ mkDerivation, aeson, base, butcher, bytestring, cmdargs 47254 , containers, czipwith, data-tree-print, deepseq, directory, extra 47255 , filepath, ghc, ghc-boot, ghc-boot-th, ghc-exactprint, hspec ··· 47258 }: 47259 mkDerivation { 47260 pname = "brittany"; 47261 + version = "0.14.0.2"; 47262 + sha256 = "03jnjmp4hy0g22h0jq5md60iz5y94fzhdjx849s89mvb28pdfd1n"; 47263 isLibrary = true; 47264 isExecutable = true; 47265 libraryHaskellDepends = [ ··· 47301 license = lib.licenses.bsd3; 47302 }) {}; 47303 47304 + "broadcast-chan_0_2_1_2" = callPackage 47305 + ({ mkDerivation, async, base, criterion, deepseq, stm, transformers 47306 + , unliftio-core 47307 + }: 47308 + mkDerivation { 47309 + pname = "broadcast-chan"; 47310 + version = "0.2.1.2"; 47311 + sha256 = "1zsrafz3q9l8np8wafmrbi8ilwwsgnzkc8jfjkjfgs4kq65yglqw"; 47312 + libraryHaskellDepends = [ base transformers unliftio-core ]; 47313 + benchmarkHaskellDepends = [ async base criterion deepseq stm ]; 47314 + description = "Closable, fair, single-wakeup channel type that avoids 0 reader space leaks"; 47315 + license = lib.licenses.bsd3; 47316 + hydraPlatforms = lib.platforms.none; 47317 + }) {}; 47318 + 47319 "broadcast-chan-conduit" = callPackage 47320 ({ mkDerivation, base, broadcast-chan, broadcast-chan-tests 47321 , conduit, containers, resourcet, transformers, unliftio-core 47322 }: 47323 mkDerivation { 47324 pname = "broadcast-chan-conduit"; 47325 + version = "0.2.1.2"; 47326 + sha256 = "0mwd82arm50zwz559qzxi70ia9d4h5kjwdvhk09jf966hd0knnmm"; 47327 libraryHaskellDepends = [ 47328 base broadcast-chan conduit resourcet transformers unliftio-core 47329 ]; ··· 47332 ]; 47333 description = "Conduit-based parallel streaming code for broadcast-chan"; 47334 license = lib.licenses.bsd3; 47335 + hydraPlatforms = lib.platforms.none; 47336 }) {}; 47337 47338 "broadcast-chan-pipes" = callPackage ··· 47341 }: 47342 mkDerivation { 47343 pname = "broadcast-chan-pipes"; 47344 + version = "0.2.1.1"; 47345 + sha256 = "06nghcddlcnc97p3464fsgcfvjlsnxv7i7khzws3g3myl8hrd89c"; 47346 libraryHaskellDepends = [ base broadcast-chan pipes pipes-safe ]; 47347 testHaskellDepends = [ 47348 base broadcast-chan-tests containers foldl pipes pipes-safe 47349 ]; 47350 description = "Pipes-based parallel streaming code for broadcast-chan"; 47351 license = lib.licenses.bsd3; 47352 + hydraPlatforms = lib.platforms.none; 47353 }) {}; 47354 47355 "broadcast-chan-tests" = callPackage ··· 47360 }: 47361 mkDerivation { 47362 pname = "broadcast-chan-tests"; 47363 + version = "0.2.1.2"; 47364 + sha256 = "08qjvhdx2pwgj5kcl5fmg5qdlzbdchxjihmqch4sgv48kcga06nv"; 47365 + revision = "1"; 47366 + editedCabalFile = "1x2bmnkybh627yf22ackvqh3xfhdxv88ijsl8ryg8qhr6qm51jfj"; 47367 libraryHaskellDepends = [ 47368 async base broadcast-chan clock containers optparse-applicative 47369 paramtree stm tagged tasty tasty-golden tasty-hunit tasty-travis ··· 47374 ]; 47375 description = "Helpers for generating tests for broadcast-chan"; 47376 license = lib.licenses.bsd3; 47377 + hydraPlatforms = lib.platforms.none; 47378 + broken = true; 47379 }) {}; 47380 47381 "broccoli" = callPackage ··· 48344 license = lib.licenses.isc; 48345 }) {}; 48346 48347 + "burrito_2_0_1_0" = callPackage 48348 + ({ mkDerivation, base, bytestring, containers, hspec, parsec 48349 + , QuickCheck, template-haskell, text, transformers 48350 + }: 48351 + mkDerivation { 48352 + pname = "burrito"; 48353 + version = "2.0.1.0"; 48354 + sha256 = "1b8c4sdk60sj20rrrhra4hx0f1y1injih4xcg4q19fgaf04chr91"; 48355 + libraryHaskellDepends = [ 48356 + base bytestring containers parsec template-haskell text 48357 + transformers 48358 + ]; 48359 + testHaskellDepends = [ 48360 + base bytestring containers hspec parsec QuickCheck template-haskell 48361 + text transformers 48362 + ]; 48363 + description = "Parse and render URI templates"; 48364 + license = lib.licenses.mit; 48365 + hydraPlatforms = lib.platforms.none; 48366 + }) {}; 48367 + 48368 "burst-detection" = callPackage 48369 ({ mkDerivation, base, criterion, deepseq }: 48370 mkDerivation { ··· 50509 broken = true; 50510 }) {}; 50511 50512 "cabal-install-parsers" = callPackage 50513 ({ mkDerivation, aeson, ansi-terminal, base, base16-bytestring 50514 , binary, binary-instances, bytestring, Cabal, containers ··· 50680 pname = "cabal-plan"; 50681 version = "0.7.2.1"; 50682 sha256 = "0n45bakzf1r1nyvs76fmrj0cf74knqnpyb2i82baxia0falbp48r"; 50683 + revision = "1"; 50684 + editedCabalFile = "1pb8r65f279m9ps67mkkcbcpbprbj7pd12b9m2s64l8fgn9in422"; 50685 configureFlags = [ "-fexe" ]; 50686 isLibrary = true; 50687 isExecutable = true; ··· 51367 }) {}; 51368 51369 "cachix" = callPackage 51370 + ({ mkDerivation, aeson, async, base, base64-bytestring, bytestring 51371 , cachix-api, concurrent-extra, conduit, conduit-extra, containers 51372 , cookie, cryptonite, dhall, directory, ed25519, filepath, fsnotify 51373 , hercules-ci-cnix-store, here, hspec, hspec-discover, http-client 51374 + , http-client-tls, http-conduit, http-types, inline-c-cpp, katip 51375 + , lzma-conduit, megaparsec, memory, mmorph, netrc, nix 51376 + , optparse-applicative, pretty-terminal, process, protolude 51377 + , resourcet, retry, safe-exceptions, servant, servant-auth 51378 + , servant-auth-client, servant-client, servant-client-core 51379 + , servant-conduit, stm, stm-conduit, systemd, temporary, text, time 51380 + , unix, unordered-containers, uri-bytestring, uuid, vector 51381 + , versions, websockets, wuss 51382 }: 51383 mkDerivation { 51384 pname = "cachix"; 51385 + version = "0.7.0"; 51386 + sha256 = "10yyzk26hmx4xqv4zc83a5m69bj88fd6v2fs76nfbqc2kcpiis6k"; 51387 isLibrary = true; 51388 isExecutable = true; 51389 libraryHaskellDepends = [ 51390 + aeson async base base64-bytestring bytestring cachix-api 51391 + concurrent-extra conduit conduit-extra containers cookie cryptonite 51392 + dhall directory ed25519 filepath fsnotify hercules-ci-cnix-store 51393 + here http-client http-client-tls http-conduit http-types 51394 + inline-c-cpp katip lzma-conduit megaparsec memory mmorph netrc 51395 + optparse-applicative pretty-terminal process protolude resourcet 51396 + retry safe-exceptions servant servant-auth servant-auth-client 51397 + servant-client servant-client-core servant-conduit stm stm-conduit 51398 + systemd temporary text time unix unordered-containers 51399 + uri-bytestring uuid vector versions websockets wuss 51400 ]; 51401 libraryPkgconfigDepends = [ nix ]; 51402 + executableHaskellDepends = [ base cachix-api safe-exceptions ]; 51403 executableToolDepends = [ hspec-discover ]; 51404 testHaskellDepends = [ 51405 base cachix-api directory here hspec protolude servant-auth-client ··· 51411 }) {inherit (pkgs) nix;}; 51412 51413 "cachix-api" = callPackage 51414 + ({ mkDerivation, aeson, async, base, base16-bytestring, bytestring 51415 , conduit, cookie, cryptonite, deepseq, exceptions, hspec 51416 , hspec-discover, http-api-data, http-media, jose, lens, memory 51417 , nix-narinfo, protolude, resourcet, servant, servant-auth 51418 , servant-auth-swagger, servant-client, servant-swagger 51419 , servant-swagger-ui-core, string-conv, swagger2, text, time 51420 + , transformers, unordered-containers, uuid, websockets 51421 }: 51422 mkDerivation { 51423 pname = "cachix-api"; 51424 + version = "0.7.0"; 51425 + sha256 = "0l9bvzpf0g3rnr417gvxq0lgbmi3pn3cr9ap2m7sbwvikal8wlxg"; 51426 libraryHaskellDepends = [ 51427 + aeson async base base16-bytestring bytestring conduit cookie 51428 + cryptonite deepseq exceptions http-api-data http-media jose lens 51429 + memory nix-narinfo protolude resourcet servant servant-auth 51430 servant-auth-swagger servant-client string-conv swagger2 text time 51431 + transformers unordered-containers uuid websockets 51432 ]; 51433 testHaskellDepends = [ 51434 aeson base base16-bytestring bytestring conduit cookie cryptonite ··· 51477 }: 51478 mkDerivation { 51479 pname = "caerbannog"; 51480 + version = "1.0.0.0"; 51481 + sha256 = "1sfk4kh7jk762dqfp4c0hq9jqmp1r0x0727vp0cp48wsp9yn4d8f"; 51482 libraryHaskellDepends = [ base binary bytestring ]; 51483 testHaskellDepends = [ 51484 base binary bytestring hspec QuickCheck random ··· 52076 }: 52077 mkDerivation { 52078 pname = "candid"; 52079 + version = "0.3.1"; 52080 + sha256 = "0swz07qn3829dpr850973baj1ki5pizlh90gy4xrp1d9bsvwy4sq"; 52081 isLibrary = true; 52082 isExecutable = true; 52083 libraryHaskellDepends = [ ··· 52491 license = lib.licenses.bsd3; 52492 }) {}; 52493 52494 + "captcha-2captcha" = callPackage 52495 + ({ mkDerivation, aeson, base, bytestring, captcha-core 52496 + , data-default, errors, extra, http-client, lens, lens-aeson, mtl 52497 + , o-clock, string-conversions, string-interpolate, tasty 52498 + , tasty-hunit, text, unliftio, wreq 52499 + }: 52500 + mkDerivation { 52501 + pname = "captcha-2captcha"; 52502 + version = "0.1.0.0"; 52503 + sha256 = "19r7977vkbyd6if9bvh9m2vv2wmhynly6qzsq7ndckn4yw4xc5wx"; 52504 + libraryHaskellDepends = [ 52505 + aeson base bytestring captcha-core errors extra http-client lens 52506 + lens-aeson mtl o-clock string-conversions string-interpolate text 52507 + unliftio wreq 52508 + ]; 52509 + testHaskellDepends = [ 52510 + aeson base bytestring captcha-core data-default errors extra 52511 + http-client lens lens-aeson mtl o-clock string-conversions 52512 + string-interpolate tasty tasty-hunit text unliftio wreq 52513 + ]; 52514 + description = "A package for integrating a variety of captcha solving services"; 52515 + license = lib.licenses.mit; 52516 + hydraPlatforms = lib.platforms.none; 52517 + }) {}; 52518 + 52519 + "captcha-capmonster" = callPackage 52520 + ({ mkDerivation, aeson, aeson-qq, base, bytestring, captcha-core 52521 + , data-default, errors, extra, http-client, lens, lens-aeson, mtl 52522 + , o-clock, string-conversions, string-interpolate, tasty 52523 + , tasty-hunit, text, unliftio, wreq 52524 + }: 52525 + mkDerivation { 52526 + pname = "captcha-capmonster"; 52527 + version = "0.1.0.0"; 52528 + sha256 = "0ps7dwbkafi92a408c0fcc15vjp8b2gf400ijbx4vz5vm0s9dzvl"; 52529 + libraryHaskellDepends = [ 52530 + aeson aeson-qq base bytestring captcha-core errors extra 52531 + http-client lens lens-aeson mtl o-clock string-interpolate text 52532 + unliftio wreq 52533 + ]; 52534 + testHaskellDepends = [ 52535 + aeson aeson-qq base bytestring captcha-core data-default errors 52536 + extra http-client lens lens-aeson mtl o-clock string-conversions 52537 + string-interpolate tasty tasty-hunit text unliftio wreq 52538 + ]; 52539 + description = "A package for integrating a variety of captcha solving services"; 52540 + license = lib.licenses.mit; 52541 + hydraPlatforms = lib.platforms.none; 52542 + }) {}; 52543 + 52544 + "captcha-core" = callPackage 52545 + ({ mkDerivation, aeson, base, bytestring, cookie 52546 + , data-default-extra, lens, mtl, o-clock, string-conversions, text 52547 + , unliftio, wreq 52548 + }: 52549 + mkDerivation { 52550 + pname = "captcha-core"; 52551 + version = "0.1.0.0"; 52552 + sha256 = "08bvgmxj7rs0gz8rnidrxmw7p9ahw40p07k3gs3vk5h275dnqsk7"; 52553 + libraryHaskellDepends = [ 52554 + aeson base bytestring cookie data-default-extra lens mtl o-clock 52555 + string-conversions text unliftio wreq 52556 + ]; 52557 + description = "A package for integrating a variety of captcha solving services"; 52558 + license = lib.licenses.mit; 52559 + hydraPlatforms = lib.platforms.none; 52560 + broken = true; 52561 + }) {}; 52562 + 52563 "car-pool" = callPackage 52564 ({ mkDerivation, base, blaze-html, containers, digestive-functors 52565 , digestive-functors-blaze, digestive-functors-happstack ··· 53167 }: 53168 mkDerivation { 53169 pname = "casr-logbook"; 53170 + version = "0.6.9"; 53171 + sha256 = "0ga60asv7i5jdmvbv25s9h7b23p4f4aasmksh6swbxz5fzky7g7g"; 53172 libraryHaskellDepends = [ 53173 base containers digit lens lucid text time 53174 ]; ··· 55521 }: 55522 mkDerivation { 55523 pname = "chell"; 55524 + version = "0.5.0.1"; 55525 + sha256 = "10zpnalrz4riyqbk2bwsdml4b23x3mrn0cg4hmssffsa50yq93gs"; 55526 libraryHaskellDepends = [ 55527 ansi-terminal base bytestring options patience random 55528 template-haskell text transformers ··· 55535 ({ mkDerivation, base, chell, HUnit }: 55536 mkDerivation { 55537 pname = "chell-hunit"; 55538 + version = "0.3.0.1"; 55539 + sha256 = "01dv6lv4bj1m0sk7v90w5jnlyvir2v969sw8hrif2h3hy9f3pc9v"; 55540 libraryHaskellDepends = [ base chell HUnit ]; 55541 description = "HUnit support for the Chell testing library"; 55542 license = lib.licenses.mit; ··· 55546 ({ mkDerivation, base, chell, QuickCheck, random }: 55547 mkDerivation { 55548 pname = "chell-quickcheck"; 55549 + , old-locale, random, safe, semigroups, shortcut, stm, time 55550 + sha256 = "1bm2gva5g9y71z2kbnl4dinplvlbisnjqhlcvgf6a9ir7y4r5c0x"; 55551 libraryHaskellDepends = [ base chell QuickCheck random ]; 55552 description = "QuickCheck support for the Chell testing library"; 55553 license = lib.licenses.mit; ··· 56141 pname = "chs-cabal"; 56142 version = "0.1.1.1"; 56143 sha256 = "0fvf26394rpn9g4f3rp13bq8rrhzs9d95k7nbcpayzml2j9rsv3l"; 56144 + revision = "1"; 56145 + editedCabalFile = "13c4sc83kl6wvx39b1i09mjgsnn4l7ffcynnhsnn9v5y3nzw3j78"; 56146 libraryHaskellDepends = [ base Cabal chs-deps ]; 56147 description = "Cabal with c2hs dependencies"; 56148 license = lib.licenses.bsd3; ··· 56360 }: 56361 mkDerivation { 56362 pname = "cimple"; 56363 + version = "0.0.11"; 56364 + sha256 = "1n7633c6w4n4996i3k9v60yhpiddd8b7600c7hpam2axm9cqb19i"; 56365 isLibrary = true; 56366 isExecutable = true; 56367 libraryHaskellDepends = [ ··· 56772 license = lib.licenses.bsd2; 56773 }) {}; 56774 56775 + "citeproc_0_6_0_1" = callPackage 56776 ({ mkDerivation, aeson, attoparsec, base, bytestring 56777 , case-insensitive, containers, data-default, Diff, directory 56778 , file-embed, filepath, mtl, pandoc-types, pretty, safe, scientific ··· 56781 }: 56782 mkDerivation { 56783 pname = "citeproc"; 56784 + version = "0.6.0.1"; 56785 + sha256 = "015ansq3a710s0hzs2157fx12bc4f1hy45l4dbi6j477sy800bqc"; 56786 isLibrary = true; 56787 isExecutable = true; 56788 libraryHaskellDepends = [ ··· 57958 ({ mkDerivation, base }: 57959 mkDerivation { 57960 pname = "cli-arguments"; 57961 + version = "0.6.0.0"; 57962 + sha256 = "0vg5xmdg84bv6bab03iv9zj0i1vkp9xlfjbm1rpzjjhpihp8v5sg"; 57963 + libraryHaskellDepends = [ base ]; 57964 + description = "A library to process command line arguments in some more convenient way"; 57965 + license = lib.licenses.mit; 57966 + }) {}; 57967 + 57968 + "cli-arguments-strict" = callPackage 57969 + ({ mkDerivation, base }: 57970 + mkDerivation { 57971 + pname = "cli-arguments-strict"; 57972 + version = "0.1.0.0"; 57973 + sha256 = "06m6b5jcc00n4xaqz27f4f3vyb13ic8vnqf3nazhr2dnx0xjfad3"; 57974 libraryHaskellDepends = [ base ]; 57975 description = "A library to process command line arguments in some more convenient way"; 57976 license = lib.licenses.mit; ··· 61176 license = lib.licenses.bsd3; 61177 }) {}; 61178 61179 + "commonmark-extensions_0_2_3" = callPackage 61180 + ({ mkDerivation, base, commonmark, containers, emojis, filepath 61181 + , network-uri, parsec, tasty, tasty-bench, tasty-hunit, text 61182 + , transformers 61183 + }: 61184 + mkDerivation { 61185 + pname = "commonmark-extensions"; 61186 + version = "0.2.3"; 61187 + sha256 = "02zq9ma58yngabz1rw0alaq9s8lsfmxjn8m3dfjxavvq2pl3748f"; 61188 + libraryHaskellDepends = [ 61189 + base commonmark containers emojis filepath network-uri parsec text 61190 + transformers 61191 + ]; 61192 + testHaskellDepends = [ 61193 + base commonmark parsec tasty tasty-hunit text 61194 + ]; 61195 + benchmarkHaskellDepends = [ base commonmark tasty-bench text ]; 61196 + description = "Pure Haskell commonmark parser"; 61197 + license = lib.licenses.bsd3; 61198 + hydraPlatforms = lib.platforms.none; 61199 + }) {}; 61200 + 61201 "commonmark-pandoc" = callPackage 61202 ({ mkDerivation, base, commonmark, commonmark-extensions 61203 , pandoc-types, text ··· 61496 }) {}; 61497 61498 "compactable" = callPackage 61499 + ({ mkDerivation, aeson, base, base-compat, bifunctors, containers 61500 + , contravariant, data-default-class, deepseq, genvalidity 61501 + , genvalidity-sydtest, hashable, keys, lens, QuickCheck 61502 + , semigroupoids, sydtest, sydtest-discover, these, transformers 61503 + , transformers-compat, unordered-containers, vector 61504 + , vector-instances 61505 + }: 61506 mkDerivation { 61507 pname = "compactable"; 61508 + version = "0.2.0.0"; 61509 + sha256 = "0ngcrmb9yihwn5dm6dcfkclgk31m92qa14rk99i2g6hbdmd6w747"; 61510 + libraryHaskellDepends = [ 61511 + aeson base base-compat bifunctors containers contravariant 61512 + data-default-class deepseq hashable keys lens QuickCheck 61513 + semigroupoids these transformers transformers-compat 61514 + unordered-containers vector vector-instances 61515 + ]; 61516 + testHaskellDepends = [ 61517 + base containers genvalidity genvalidity-sydtest QuickCheck sydtest 61518 + sydtest-discover these vector 61519 + ]; 61520 description = "A typeclass for structures which can be catMaybed, filtered, and partitioned"; 61521 license = lib.licenses.bsd3; 61522 }) {}; ··· 65869 }: 65870 mkDerivation { 65871 pname = "copilot"; 65872 + version = "3.7"; 65873 + sha256 = "1s39w0vqk2pdd9b3kxvjzi6r300x4mxz6rbkpdjzccagnk08xzay"; 65874 isLibrary = true; 65875 isExecutable = true; 65876 libraryHaskellDepends = [ ··· 65889 }: 65890 mkDerivation { 65891 pname = "copilot-c99"; 65892 + version = "3.7"; 65893 + sha256 = "0k30n2w6sw76fdm42vrn28jrz23w3sydkmmh3lmbd42kipp01h7b"; 65894 libraryHaskellDepends = [ 65895 base containers copilot-core directory filepath language-c99 65896 language-c99-simple language-c99-util mtl pretty ··· 65923 }: 65924 mkDerivation { 65925 pname = "copilot-core"; 65926 + version = "3.7"; 65927 + sha256 = "0mf6mim94ryixdbwwdr39bvc704fwi0pdj3zkdl4csnj3gv4mr40"; 65928 libraryHaskellDepends = [ base dlist mtl pretty ]; 65929 testHaskellDepends = [ 65930 base HUnit pretty QuickCheck test-framework test-framework-hunit ··· 65942 }: 65943 mkDerivation { 65944 pname = "copilot-language"; 65945 + version = "3.7"; 65946 + sha256 = "1p1l7ciyvwgghnshf7apjwarf9w2wsyqflib5xghq9y1dhmz0xg4"; 65947 libraryHaskellDepends = [ 65948 array base containers copilot-core copilot-theorem data-reify mtl 65949 ]; ··· 65958 }: 65959 mkDerivation { 65960 pname = "copilot-libraries"; 65961 + version = "3.7"; 65962 + sha256 = "1lqi3ml5vw0qjki4rmb1kk6q6yapc24zwvmsccnlik5llnrhb7lv"; 65963 libraryHaskellDepends = [ 65964 array base containers copilot-language data-reify mtl parsec 65965 ]; ··· 65993 }: 65994 mkDerivation { 65995 pname = "copilot-theorem"; 65996 + version = "3.7"; 65997 + sha256 = "1h587747s52gx03qspnhx5jbkrrxhg618mibbwfcxpk7w7bdayv1"; 65998 libraryHaskellDepends = [ 65999 ansi-terminal base bimap bv-sized containers copilot-core 66000 data-default directory filepath libBF mtl panic parameterized-utils ··· 66203 }: 66204 mkDerivation { 66205 pname = "core-telemetry"; 66206 + version = "0.1.8.1"; 66207 + sha256 = "024npp0cm5f3v1h70iw03hv2lj0r2ylsp7w2pm1iv6zr8j63k1iy"; 66208 libraryHaskellDepends = [ 66209 async base bytestring chronologique core-data core-program 66210 core-text exceptions http-streams io-streams locators mtl random ··· 66248 license = lib.licenses.bsd3; 66249 }) {}; 66250 66251 + "core-webserver-servant" = callPackage 66252 + ({ mkDerivation, base, core-program, core-telemetry 66253 + , core-webserver-warp, mtl, safe-exceptions, servant 66254 + , servant-server, vault, wai 66255 + }: 66256 + mkDerivation { 66257 + pname = "core-webserver-servant"; 66258 + version = "0.1.0.0"; 66259 + sha256 = "1d888qpm9g867czdhyv65302badpwg275xran5n3mapfjvk1zbqd"; 66260 + libraryHaskellDepends = [ 66261 + base core-program core-telemetry core-webserver-warp mtl 66262 + safe-exceptions servant servant-server vault wai 66263 + ]; 66264 + description = "Interoperability with Servant"; 66265 + license = lib.licenses.mit; 66266 + hydraPlatforms = lib.platforms.none; 66267 + }) {}; 66268 + 66269 + "core-webserver-warp" = callPackage 66270 + ({ mkDerivation, async, base, bytestring, core-data, core-program 66271 + , core-telemetry, core-text, http-types, http2, mtl 66272 + , safe-exceptions, vault, wai, warp 66273 + }: 66274 + mkDerivation { 66275 + pname = "core-webserver-warp"; 66276 + version = "0.1.1.0"; 66277 + sha256 = "0yfd2037bq6vljixkhrk2v2mlywj2br16pf5dpz2vahjpk0079yj"; 66278 + libraryHaskellDepends = [ 66279 + async base bytestring core-data core-program core-telemetry 66280 + core-text http-types http2 mtl safe-exceptions vault wai warp 66281 + ]; 66282 + description = "Interoperability with Wai/Warp"; 66283 + license = lib.licenses.mit; 66284 + hydraPlatforms = lib.platforms.none; 66285 + }) {}; 66286 + 66287 "corebot-bliki" = callPackage 66288 ({ mkDerivation, aeson, base, blaze-builder, bytestring, containers 66289 , directory, filepath, filestore, http-types, monads-tf, pandoc ··· 67712 pname = "criterion"; 67713 version = "1.5.12.0"; 67714 sha256 = "0wrb48byp906f9wc9ii2mi2b2k008ycbi8ffrrj86plhp5rpvzz5"; 67715 + revision = "1"; 67716 + editedCabalFile = "154jscaip9y081mvf70vcwqw0acynfb9hwxgqwmzqq9q6d8b1wfw"; 67717 isLibrary = true; 67718 isExecutable = true; 67719 enableSeparateDataOutput = true; ··· 68762 pname = "cryptonite-cd"; 68763 version = "0.29.1"; 68764 sha256 = "053zfjxwnpaiw0kkky0fdbdqqyarygqnvmlm4vziqqrlkm4nba0c"; 68765 + revision = "3"; 68766 + editedCabalFile = "1j7ch1h7irlk8lx0zjk41f4j0fmn3x96zf5355m669dwivan3m7s"; 68767 libraryHaskellDepends = [ 68768 base basement-cd bytestring deepseq ghc-prim integer-gmp memory-cd 68769 ]; ··· 70279 license = lib.licenses.mit; 70280 }) {}; 70281 70282 + "d10_1_0_0_2" = callPackage 70283 ({ mkDerivation, base, hedgehog, template-haskell }: 70284 mkDerivation { 70285 pname = "d10"; 70286 + version = "1.0.0.2"; 70287 + sha256 = "10jc4sa986r194py1gg90mixvb2h4d1m12zwi6y5hffmrc910qva"; 70288 libraryHaskellDepends = [ base template-haskell ]; 70289 testHaskellDepends = [ base hedgehog template-haskell ]; 70290 description = "Digits 0-9"; ··· 74626 license = lib.licenses.mit; 74627 }) {}; 74628 74629 + "deferred-folds_0_9_18" = callPackage 74630 + ({ mkDerivation, base, bytestring, containers, foldl, hashable 74631 + , primitive, QuickCheck, quickcheck-instances, rerebase, tasty 74632 + , tasty-hunit, tasty-quickcheck, text, transformers 74633 + , unordered-containers, vector 74634 + }: 74635 + mkDerivation { 74636 + pname = "deferred-folds"; 74637 + version = "0.9.18"; 74638 + sha256 = "15yd5wqkksainhwwiq8vlf49ih2789wz9njv7050s5mr20b2rqy1"; 74639 + libraryHaskellDepends = [ 74640 + base bytestring containers foldl hashable primitive text 74641 + transformers unordered-containers vector 74642 + ]; 74643 + testHaskellDepends = [ 74644 + QuickCheck quickcheck-instances rerebase tasty tasty-hunit 74645 + tasty-quickcheck 74646 + ]; 74647 + description = "Abstractions over deferred folds"; 74648 + license = lib.licenses.mit; 74649 + hydraPlatforms = lib.platforms.none; 74650 + }) {}; 74651 + 74652 "definitive-base" = callPackage 74653 ({ mkDerivation, array, base, bytestring, containers, deepseq 74654 , ghc-prim, GLURaw, OpenGL, OpenGLRaw, primitive, vector ··· 75789 license = lib.licenses.mit; 75790 }) {}; 75791 75792 + "derulo_2_0_0_1" = callPackage 75793 + ({ mkDerivation, base, HUnit }: 75794 + mkDerivation { 75795 + pname = "derulo"; 75796 + version = "2.0.0.1"; 75797 + sha256 = "15lq7yv69i7azz2vxbx29k9csz62pp3a01qk8sng6yrq734qw8dx"; 75798 + isLibrary = true; 75799 + isExecutable = true; 75800 + libraryHaskellDepends = [ base ]; 75801 + executableHaskellDepends = [ base ]; 75802 + testHaskellDepends = [ base HUnit ]; 75803 + description = "Parse and render JSON simply"; 75804 + license = lib.licenses.mit; 75805 + hydraPlatforms = lib.platforms.none; 75806 + }) {}; 75807 + 75808 "describe" = callPackage 75809 ({ mkDerivation, base, bytestring, cereal, fixed-vector, lens 75810 , mmorph, monad-control, mtl, profunctors, QuickCheck ··· 77296 pname = "diagrams-contrib"; 77297 version = "1.4.4"; 77298 sha256 = "043jpr7lqg708lzmv6cqys7312lfdwnf8ijcnpl4jkbvcwl87c1m"; 77299 + revision = "5"; 77300 + editedCabalFile = "0qfsfrg9igmma9k68qdlkbgnla09w9y1a55kzxk49sfvfzvkilz5"; 77301 libraryHaskellDepends = [ 77302 base circle-packing colour containers cubicbezier data-default 77303 data-default-class diagrams-core diagrams-lib diagrams-solve ··· 77450 pname = "diagrams-lib"; 77451 version = "1.4.5.1"; 77452 sha256 = "1hkxp549i99s45qk8zmhjvz1xyyv3i0ffl8155bifkic6fd8y2gz"; 77453 + revision = "1"; 77454 + editedCabalFile = "0yqpasggmdkzg2n67a6m20rbhzcgchnfhs66m95lnp5n9vl7v8mn"; 77455 libraryHaskellDepends = [ 77456 active adjunctions array base bytestring cereal colour containers 77457 data-default-class diagrams-core diagrams-solve directory ··· 77651 pname = "diagrams-svg"; 77652 version = "1.4.3.1"; 77653 sha256 = "002lgmq78c6rsvds9bgm6m4w8j6qpg260mc52hf97wj6m050l237"; 77654 + revision = "2"; 77655 + editedCabalFile = "056nfj2srbhh68jc5al8hffcfrqlr89173pjf6bhpmnzxhwlv55k"; 77656 libraryHaskellDepends = [ 77657 base base64-bytestring bytestring colour containers diagrams-core 77658 diagrams-lib filepath hashable JuicyPixels lens monoid-extras mtl ··· 79053 "discord-haskell" = callPackage 79054 ({ mkDerivation, aeson, async, base, base64-bytestring, bytestring 79055 , containers, data-default, emoji, http-client, iso8601-time 79056 + , JuicyPixels, MonadRandom, mtl, req, safe-exceptions, scientific 79057 + , text, time, unliftio, unordered-containers, vector, websockets 79058 + , wuss 79059 }: 79060 mkDerivation { 79061 pname = "discord-haskell"; 79062 + , old-locale, random, safe, semigroups, shortcut, stm, time 79063 + sha256 = "10vak5aar5fx25ani676pi870mnnvzrn6n1b1akhdyags1hrsghm"; 79064 isLibrary = true; 79065 isExecutable = true; 79066 libraryHaskellDepends = [ 79067 aeson async base base64-bytestring bytestring containers 79068 data-default emoji http-client iso8601-time JuicyPixels MonadRandom 79069 + mtl req safe-exceptions scientific text time unliftio 79070 + unordered-containers vector websockets wuss 79071 ]; 79072 executableHaskellDepends = [ base text unliftio ]; 79073 description = "Write bots for Discord in Haskell"; ··· 84441 pname = "ed25519"; 84442 version = "0.0.5.0"; 84443 sha256 = "0v8msqvgzimhs7p5ri25hrb1ni2wvisl5rmdxy89fc59py79b9fq"; 84444 + revision = "4"; 84445 + editedCabalFile = "1jr8v3kw69fdchnynflq3gz1bwx4jm5jpl7c00bnflrhkdrfbndn"; 84446 libraryHaskellDepends = [ base bytestring ghc-prim ]; 84447 testHaskellDepends = [ 84448 base bytestring directory doctest filepath hlint QuickCheck ··· 88377 pname = "errors"; 88378 version = "2.3.0"; 88379 sha256 = "0x8znwn31qcx6kqx99wp7bc86kckfb39ncz3zxvj1s07kxlfawk7"; 88380 + revision = "2"; 88381 + editedCabalFile = "1x1bhmkx7zxwdfassc9ypl9d319p6f14rv6d3mjgvac7nxfbq245"; 88382 libraryHaskellDepends = [ 88383 base exceptions safe text transformers transformers-compat 88384 ]; ··· 89330 pname = "evdev"; 89331 version = "2.1.0"; 89332 sha256 = "1gzf9hpsi2dmcgsifq5z91ing9b5k56mm2hx9wbsa180pmq30lj3"; 89333 + revision = "1"; 89334 + editedCabalFile = "0c930gd1a9pwlr4p9r9d9nizr90g06l836rai5b83z5sa0s3p01n"; 89335 libraryHaskellDepends = [ 89336 base bytestring containers extra filepath-bytestring monad-loops 89337 rawfilepath time unix ··· 89350 89351 "evdev-streamly" = callPackage 89352 ({ mkDerivation, base, bytestring, containers, evdev, extra 89353 + , filepath-bytestring, rawfilepath, streamly, streamly-fsnotify 89354 + , unix 89355 }: 89356 mkDerivation { 89357 pname = "evdev-streamly"; 89358 + version = "0.0.2.0"; 89359 + sha256 = "0vrkg3d1171lsr71k3vrcf9vbl18mdnvpi02sxvzjp2zbv3gs7v6"; 89360 libraryHaskellDepends = [ 89361 + base bytestring containers evdev extra filepath-bytestring 89362 + rawfilepath streamly streamly-fsnotify unix 89363 ]; 89364 description = "Bridge for working with evdev and streamly"; 89365 license = lib.licenses.bsd3; ··· 91125 91126 "exploring-interpreters" = callPackage 91127 ({ mkDerivation, aeson, attoparsec, base, bytestring, containers 91128 + , exceptions, fgl, haskeline, http-types, mtl, network, scientific 91129 + , text, transformers 91130 }: 91131 mkDerivation { 91132 pname = "exploring-interpreters"; 91133 + version = "1.3.0.0"; 91134 + sha256 = "12a2z2z5c8kaqn7mks28ppazmkfvxn9lah6argmjqsd5ahwsxazs"; 91135 libraryHaskellDepends = [ 91136 + aeson attoparsec base bytestring containers exceptions fgl 91137 + haskeline http-types mtl network scientific text transformers 91138 ]; 91139 description = "A generic exploring interpreter for exploratory programming"; 91140 license = lib.licenses.bsd3; ··· 96692 license = lib.licenses.mit; 96693 }) {}; 96694 96695 + "flow_2_0_0_0" = callPackage 96696 + ({ mkDerivation, base, HUnit }: 96697 + mkDerivation { 96698 + pname = "flow"; 96699 + version = "2.0.0.0"; 96700 + sha256 = "03zhamnwni9y0div9lwdmw5nl63m6ykjppxhyhl95zknc0dml1vj"; 96701 + libraryHaskellDepends = [ base ]; 96702 + testHaskellDepends = [ base HUnit ]; 96703 + description = "Write more understandable Haskell"; 96704 + license = lib.licenses.mit; 96705 + hydraPlatforms = lib.platforms.none; 96706 + }) {}; 96707 + 96708 "flow-er" = callPackage 96709 ({ mkDerivation, base, doctest, flow, QuickCheck }: 96710 mkDerivation { ··· 98098 }) {}; 98099 98100 "formatn" = callPackage 98101 + ({ mkDerivation, base, containers, text }: 98102 mkDerivation { 98103 pname = "formatn"; 98104 + version = "0.1.0"; 98105 + sha256 = "1svixdvwzxmf5n6vx3pgx065z2gkabk563pp38bmp5z4mxvf67d9"; 98106 + libraryHaskellDepends = [ base containers text ]; 98107 + description = "Formatting of doubles"; 98108 license = lib.licenses.bsd3; 98109 hydraPlatforms = lib.platforms.none; 98110 broken = true; ··· 98352 }: 98353 mkDerivation { 98354 pname = "fortran-vars"; 98355 + version = "0.3.0"; 98356 + sha256 = "0095ifc9psi2mv348qw7538rl1ld2drfq5pcsbdyxrhklm12h5ji"; 98357 isLibrary = true; 98358 isExecutable = true; 98359 libraryHaskellDepends = [ ··· 98534 license = lib.licenses.bsd3; 98535 }) {}; 98536 98537 + "fourmolu_0_5_0_0" = callPackage 98538 + ({ mkDerivation, aeson, ansi-terminal, array, base, bytestring 98539 + , Cabal, containers, Diff, directory, dlist, exceptions, filepath 98540 , ghc-lib-parser, gitrev, hspec, hspec-discover, HsYAML 98541 , HsYAML-aeson, mtl, optparse-applicative, path, path-io, syb 98542 , temporary, text 98543 }: 98544 mkDerivation { 98545 pname = "fourmolu"; 98546 + version = "0.5.0.0"; 98547 + sha256 = "0rw2mkhlzcbczhmn93sffmnwsbmn3j0y6np3wn5f72166vjfr02i"; 98548 isLibrary = true; 98549 isExecutable = true; 98550 libraryHaskellDepends = [ 98551 + aeson ansi-terminal array base bytestring Cabal containers Diff 98552 + directory dlist exceptions filepath ghc-lib-parser HsYAML 98553 + HsYAML-aeson mtl syb text 98554 ]; 98555 executableHaskellDepends = [ 98556 base directory filepath ghc-lib-parser gitrev optparse-applicative ··· 98864 }: 98865 mkDerivation { 98866 pname = "franz"; 98867 + version = "0.5.3"; 98868 + sha256 = "034fz3k07l5sf9hd9c56646df9d570dv7lcdwlsf68a7hrd0icqb"; 98869 isLibrary = true; 98870 isExecutable = true; 98871 libraryHaskellDepends = [ ··· 98905 98906 "freckle-app" = callPackage 98907 ({ mkDerivation, aeson, ansi-terminal, base, bytestring 98908 + , case-insensitive, conduit, containers, data-default, datadog 98909 + , directory, doctest, ekg-core, errors, exceptions, fast-logger 98910 + , filepath, Glob, hashable, hspec, hspec-core 98911 + , hspec-expectations-lifted, hspec-junit-formatter, http-client 98912 + , http-conduit, http-link-header, http-types, immortal, iproute 98913 + , lens, lens-aeson, load-env, monad-control, monad-logger 98914 + , MonadRandom, mtl, network, network-uri, persistent 98915 + , persistent-postgresql, postgresql-simple, primitive, process 98916 + , resource-pool, retry, rio, safe, semigroupoids, template-haskell 98917 , temporary, text, time, transformers, transformers-base, unliftio 98918 + , unliftio-core, unordered-containers, vector, wai, wai-extra, yaml 98919 + , yesod, yesod-core 98920 }: 98921 mkDerivation { 98922 pname = "freckle-app"; 98923 + version = "1.0.2.3"; 98924 + sha256 = "05khvp1gr3ngrcfz4ly9zjmxp8pdiyjmmbrc4pv2rrlpgmnj1zfk"; 98925 libraryHaskellDepends = [ 98926 aeson ansi-terminal base bytestring case-insensitive conduit 98927 + containers data-default datadog doctest ekg-core errors exceptions 98928 + fast-logger filepath Glob hashable hspec hspec-core 98929 + hspec-expectations-lifted hspec-junit-formatter http-client 98930 + http-conduit http-link-header http-types immortal iproute lens 98931 + load-env monad-control monad-logger MonadRandom mtl network 98932 + network-uri persistent persistent-postgresql postgresql-simple 98933 + primitive process resource-pool retry rio safe semigroupoids 98934 + template-haskell text time transformers transformers-base unliftio 98935 + unliftio-core unordered-containers vector wai wai-extra yaml yesod 98936 + yesod-core 98937 ]; 98938 testHaskellDepends = [ 98939 aeson base bytestring directory hspec http-types lens lens-aeson ··· 99451 license = lib.licenses.bsd3; 99452 }) {}; 99453 99454 + "freer-simple_1_2_1_2" = callPackage 99455 + ({ mkDerivation, base, criterion, extensible-effects, free, mtl 99456 + , natural-transformation, QuickCheck, tasty, tasty-hunit 99457 + , tasty-quickcheck, template-haskell, transformers-base 99458 + }: 99459 + mkDerivation { 99460 + pname = "freer-simple"; 99461 + version = "1.2.1.2"; 99462 + sha256 = "11ypffdkpaxc03hlik6ymilhnk41fy7m92zzwqjma97g614vn0lw"; 99463 + isLibrary = true; 99464 + isExecutable = true; 99465 + libraryHaskellDepends = [ 99466 + base natural-transformation template-haskell transformers-base 99467 + ]; 99468 + executableHaskellDepends = [ base ]; 99469 + testHaskellDepends = [ 99470 + base QuickCheck tasty tasty-hunit tasty-quickcheck 99471 + ]; 99472 + benchmarkHaskellDepends = [ 99473 + base criterion extensible-effects free mtl 99474 + ]; 99475 + description = "A friendly effect system for Haskell"; 99476 + license = lib.licenses.bsd3; 99477 + hydraPlatforms = lib.platforms.none; 99478 + }) {}; 99479 + 99480 "freer-simple-catching" = callPackage 99481 ({ mkDerivation, base, freer-simple, hspec }: 99482 mkDerivation { ··· 100794 pname = "functor-infix"; 100795 version = "0.0.5"; 100796 sha256 = "0rifm1p5zq2711vak2lyxzz2xs03saym3m3695wpf3zy38safbpn"; 100797 + revision = "2"; 100798 + editedCabalFile = "0ypnjnxwz4dpdhajqk8y67lrcwjgyc4lh1i3d3zjxmgr3zbym8d2"; 100799 libraryHaskellDepends = [ base template-haskell ]; 100800 description = "Infix operators for mapping over compositions of functors. Lots of them."; 100801 license = lib.licenses.mit; ··· 101269 license = lib.licenses.isc; 101270 }) {}; 101271 101272 + "futhark_0_21_4" = callPackage 101273 ({ mkDerivation, aeson, alex, ansi-terminal, array, base 101274 , base16-bytestring, binary, blaze-html, bmp, bytestring 101275 , bytestring-to-vector, cmark-gfm, containers, cryptohash-md5 ··· 101284 }: 101285 mkDerivation { 101286 pname = "futhark"; 101287 + version = "0.21.4"; 101288 + sha256 = "0ij7sc9zq3l8i100kf7acwvrmqnq3f6x78wv5a7r8mfmb8bs51b3"; 101289 isLibrary = true; 101290 isExecutable = true; 101291 libraryHaskellDepends = [ ··· 106188 hydraPlatforms = lib.platforms.none; 106189 }) {}; 106190 106191 + "ghc-lib_9_2_1_20220109" = callPackage 106192 ({ mkDerivation, alex, array, base, binary, bytestring, containers 106193 , deepseq, directory, exceptions, filepath, ghc-lib-parser 106194 , ghc-prim, happy, hpc, parsec, pretty, process, rts, time ··· 106196 }: 106197 mkDerivation { 106198 pname = "ghc-lib"; 106199 + version = "9.2.1.20220109"; 106200 + sha256 = "0858r81w2al9h9q53z4paqkf3fvxraf3ghvb4ga4kilxiq5rp8z6"; 106201 enableSeparateDataOutput = true; 106202 libraryHaskellDepends = [ 106203 array base binary bytestring containers deepseq directory ··· 106250 hydraPlatforms = lib.platforms.none; 106251 }) {}; 106252 106253 + "ghc-lib-parser_9_2_1_20220109" = callPackage 106254 ({ mkDerivation, alex, array, base, binary, bytestring, containers 106255 , deepseq, directory, exceptions, filepath, ghc-prim, happy, parsec 106256 , pretty, process, time, transformers, unix 106257 }: 106258 mkDerivation { 106259 pname = "ghc-lib-parser"; 106260 + version = "9.2.1.20220109"; 106261 + sha256 = "0scm320w19lm40y2i1858h24704s9hvci37pxmlraxa0virjhcx6"; 106262 enableSeparateDataOutput = true; 106263 libraryHaskellDepends = [ 106264 array base binary bytestring containers deepseq directory ··· 106807 }) {}; 106808 106809 "ghc-tags-core" = callPackage 106810 + ({ mkDerivation, attoparsec, base, bytestring, criterion, deepseq 106811 + , directory, filepath, filepath-bytestring, ghc, lattices, mtl 106812 + , pipes, pipes-attoparsec, pipes-bytestring, QuickCheck 106813 , quickcheck-instances, tasty, tasty-golden, tasty-quickcheck, text 106814 , transformers 106815 }: 106816 mkDerivation { 106817 pname = "ghc-tags-core"; 106818 + version = "0.3.1.0"; 106819 + sha256 = "052ylgf0sjwmkf1p1lzsisk9j1dgwpjgw1n81bnfhvlvarhncavq"; 106820 libraryHaskellDepends = [ 106821 attoparsec base bytestring directory filepath-bytestring ghc mtl 106822 pipes pipes-attoparsec pipes-bytestring text transformers 106823 ]; 106824 testHaskellDepends = [ 106825 attoparsec base bytestring directory filepath filepath-bytestring 106826 lattices mtl pipes QuickCheck quickcheck-instances tasty ··· 106844 }: 106845 mkDerivation { 106846 pname = "ghc-tags-plugin"; 106847 + version = "0.4.0.0"; 106848 + sha256 = "078l3m6sl60ilqj25zd9sqjjpss348ylsbz8l7bvhf45n91gx6yn"; 106849 isLibrary = true; 106850 isExecutable = true; 106851 libraryHaskellDepends = [ ··· 106862 ({ mkDerivation, base, ghc, transformers }: 106863 mkDerivation { 106864 pname = "ghc-tcplugin-api"; 106865 + version = "0.7.1.0"; 106866 + sha256 = "02qmqmhlcfn53hs7wl92r65r6dcg01fdrwqn4capjlxs1bdsfpbr"; 106867 libraryHaskellDepends = [ base ghc transformers ]; 106868 description = "An API for type-checker plugins"; 106869 license = lib.licenses.bsd3; ··· 106977 pname = "ghc-typelits-natnormalise"; 106978 version = "0.7.6"; 106979 sha256 = "09d70iw58m5g6yi8k2b52f1g0pfdqm5fzhs8rd7fgrgmi70np9bx"; 106980 + revision = "1"; 106981 + editedCabalFile = "1b587pryjkbvgayqwm8cn7ljmcyd4jikrxxkgm6zq1v9qhi7xy22"; 106982 libraryHaskellDepends = [ 106983 base containers ghc ghc-tcplugins-extra integer-gmp transformers 106984 ]; ··· 110713 license = lib.licenses.mit; 110714 }) {}; 110715 110716 + "github-release_2_0_0_0" = callPackage 110717 + ({ mkDerivation, aeson, base, burrito, bytestring, http-client 110718 + , http-client-tls, http-types, mime-types, optparse-generic, text 110719 + , unordered-containers 110720 + }: 110721 + mkDerivation { 110722 + pname = "github-release"; 110723 + version = "2.0.0.0"; 110724 + sha256 = "03bvbqpaa3xp9rnmg8a95qs9j7chng1xsk53f30520m1cfyyikgq"; 110725 + isLibrary = true; 110726 + isExecutable = true; 110727 + libraryHaskellDepends = [ 110728 + aeson base burrito bytestring http-client http-client-tls 110729 + http-types mime-types optparse-generic text unordered-containers 110730 + ]; 110731 + executableHaskellDepends = [ 110732 + aeson base burrito bytestring http-client http-client-tls 110733 + http-types mime-types optparse-generic text unordered-containers 110734 + ]; 110735 + description = "Upload files to GitHub releases"; 110736 + license = lib.licenses.mit; 110737 + hydraPlatforms = lib.platforms.none; 110738 + }) {}; 110739 + 110740 "github-rest" = callPackage 110741 ({ mkDerivation, aeson, aeson-qq, base, bytestring, http-client 110742 , http-client-tls, http-types, jwt, mtl, scientific, tasty ··· 119830 pname = "hackage-security"; 119831 version = "0.6.0.1"; 119832 sha256 = "05rgz31cmp52137j4jk0074z8lfgk8mrf2x56bzw28asmxrv8qli"; 119833 + revision = "9"; 119834 + editedCabalFile = "14g1zr05qcvrn5ghhjmk6pz9h2ypa84bgqddxm0sk0qxbzpnxmqi"; 119835 libraryHaskellDepends = [ 119836 base base16-bytestring base64-bytestring bytestring Cabal 119837 containers cryptohash-sha256 directory ed25519 filepath ghc-prim ··· 123552 license = lib.licenses.bsd3; 123553 }) {}; 123554 123555 + "hashable_1_4_0_2" = callPackage 123556 ({ mkDerivation, base, base-orphans, bytestring, containers 123557 , deepseq, ghc-prim, HUnit, integer-gmp, QuickCheck, random 123558 , test-framework, test-framework-hunit, test-framework-quickcheck2 ··· 123560 }: 123561 mkDerivation { 123562 pname = "hashable"; 123563 + version = "1.4.0.2"; 123564 + sha256 = "003nlhi8wzlsikfwi0q6ma3b38wizvazci6dbq3lr4bd6pfnwq43"; 123565 libraryHaskellDepends = [ 123566 base base-orphans bytestring containers deepseq ghc-prim 123567 integer-gmp text ··· 124396 }: 124397 mkDerivation { 124398 pname = "haskell-ci"; 124399 + version = "0.14"; 124400 + sha256 = "1vaxbby4sfrzzr0bzw6dv3kb9f6k3i4w16xfxvm3h2jazrw56122"; 124401 isLibrary = false; 124402 isExecutable = true; 124403 libraryHaskellDepends = [ ··· 127193 }: 127194 mkDerivation { 127195 pname = "haskoin-store"; 127196 + version = "0.64.16"; 127197 + sha256 = "13dbx5szx87zhb5xq007lbpisr94593sf3a144a5052pbghcyj4s"; 127198 isLibrary = true; 127199 isExecutable = true; 127200 libraryHaskellDepends = [ ··· 127241 }: 127242 mkDerivation { 127243 pname = "haskoin-store-data"; 127244 + version = "0.64.16"; 127245 + sha256 = "01fgnbvwhxz4829ksv01165bvnhqyd3djjqm96819jp5r1ifzjin"; 127246 libraryHaskellDepends = [ 127247 aeson base binary bytes bytestring cereal containers data-default 127248 deepseq hashable haskoin-core http-client http-types lens mtl ··· 128516 }: 128517 mkDerivation { 128518 pname = "hasql-th"; 128519 + version = "0.4.0.11"; 128520 + sha256 = "1dkx0r874qzn2kb8wimr1n75vmx70jx5ddi8088dlw5cxhj2v950"; 128521 libraryHaskellDepends = [ 128522 base bytestring containers contravariant foldl hasql 128523 postgresql-syntax template-haskell template-haskell-compat-v0208 ··· 133972 license = lib.licenses.bsd3; 133973 }) {}; 133974 133975 + "hie-bios_0_8_1" = callPackage 133976 ({ mkDerivation, aeson, base, base16-bytestring, bytestring 133977 , old-locale, random, safe, semigroups, shortcut, stm, time 133978 , old-locale, random, safe, semigroups, shortcut, stm, time 133979 + , optparse-applicative, process, tasty, tasty-expected-failure 133980 + , tasty-hunit, temporary, text, time, transformers, unix-compat 133981 + , unordered-containers, vector, yaml 133982 }: 133983 mkDerivation { 133984 , old-locale, random, safe, semigroups, shortcut, stm, time 133985 + version = "0.8.1"; 133986 + sha256 = "1rd0aasab8z8ilwyzngvs99wbb861hlmc8bmmnnfgd742xldxs2q"; 133987 isLibrary = true; 133988 isExecutable = true; 133989 libraryHaskellDepends = [ ··· 133996 , old-locale, random, safe, semigroups, shortcut, stm, time 133997 ]; 133998 testHaskellDepends = [ 133999 + aeson base directory extra filepath ghc tasty 134000 , old-locale, random, safe, semigroups, shortcut, stm, time 134001 unordered-containers yaml 134002 ]; ··· 137959 }: 137960 mkDerivation { 137961 pname = "hnix"; 137962 + version = "0.14.0.7"; 137963 + sha256 = "1irwfq4gx5rzryqp8hh2cwf3c4cz9pmilbc2qhb3h609bfn5rwlq"; 137964 isLibrary = true; 137965 isExecutable = true; 137966 enableSeparateDataOutput = true; ··· 140554 }: 140555 mkDerivation { 140556 pname = "hpqtypes-extras"; 140557 + version = "1.14.1.0"; 140558 + sha256 = "17ixli3w1ixa7hspvcgggyslpxgprl40vjjavi81c44crj7w4m4q"; 140559 libraryHaskellDepends = [ 140560 base base16-bytestring bytestring containers cryptohash exceptions 140561 extra fields-json hpqtypes lifted-base log-base monad-control mtl ··· 141074 license = lib.licenses.bsd3; 141075 }) {inherit (pkgs) ruby;}; 141076 141077 + "hruby_0_5_0_0" = callPackage 141078 ({ mkDerivation, aeson, attoparsec, base, bytestring, Cabal 141079 , process, QuickCheck, ruby, scientific, stm, text 141080 , unordered-containers, vector 141081 }: 141082 mkDerivation { 141083 pname = "hruby"; 141084 + version = "0.5.0.0"; 141085 + sha256 = "10ldq23lgp3jcxpdm9b1dryjf4sprsjlc4qs1lnjb9cmfcafrqj4"; 141086 setupHaskellDepends = [ base Cabal process ]; 141087 libraryHaskellDepends = [ 141088 aeson attoparsec base bytestring scientific stm text 141089 unordered-containers vector 141090 ]; 141091 + libraryPkgconfigDepends = [ ruby ]; 141092 testHaskellDepends = [ 141093 aeson attoparsec base QuickCheck text vector 141094 ]; ··· 141812 }: 141813 mkDerivation { 141814 pname = "hs-opentelemetry-sdk"; 141815 + version = "0.0.3.1"; 141816 + sha256 = "0z4j2jih8076xic39kil0w0p6vcjbpcmpbfiskx2i7ycm2cg4gs2"; 141817 libraryHaskellDepends = [ 141818 async base bytestring hs-opentelemetry-api 141819 hs-opentelemetry-exporter-otlp hs-opentelemetry-propagator-w3c ··· 142133 broken = true; 142134 }) {}; 142135 142136 + "hs-tags_0_1_5_3" = callPackage 142137 + ({ mkDerivation, base, Cabal, containers, directory, filepath, ghc 142138 + , ghc-paths, mtl, process, strict 142139 + }: 142140 + mkDerivation { 142141 + pname = "hs-tags"; 142142 + version = "0.1.5.3"; 142143 + sha256 = "17h1jgi7nr6p93zhsqxx6gx1yjwv0gahz84pw14gnsr79v3q9z1f"; 142144 + isLibrary = false; 142145 + isExecutable = true; 142146 + executableHaskellDepends = [ 142147 + base Cabal containers directory filepath ghc ghc-paths mtl process 142148 + strict 142149 + ]; 142150 + description = "Create tag files (ctags and etags) for Haskell code"; 142151 + license = lib.licenses.mit; 142152 + hydraPlatforms = lib.platforms.none; 142153 + broken = true; 142154 + }) {}; 142155 + 142156 "hs-term-emulator" = callPackage 142157 ({ mkDerivation, ansi-terminal, attoparsec, base, bytestring 142158 , containers, criterion, hspec, hspec-discover, lens, text, vector ··· 145183 testHaskellDepends = [ aeson base hspec HUnit text ]; 145184 description = "Catchy combinators for HUnit"; 145185 license = lib.licenses.mit; 145186 + }) {}; 145187 + 145188 + "hspec-expectations-pretty-diff_0_7_2_6" = callPackage 145189 + ({ mkDerivation, aeson, ansi-terminal, base, Diff, hscolour, hspec 145190 + , HUnit, nicify-lib, text, unicode-show 145191 + }: 145192 + mkDerivation { 145193 + pname = "hspec-expectations-pretty-diff"; 145194 + version = "0.7.2.6"; 145195 + sha256 = "0wksgvdj50yc3p4bg3wmacf2w75v7p8nlq1g33z5amrwllig6m49"; 145196 + libraryHaskellDepends = [ 145197 + ansi-terminal base Diff hscolour HUnit nicify-lib text unicode-show 145198 + ]; 145199 + testHaskellDepends = [ aeson base hspec HUnit text ]; 145200 + description = "Catchy combinators for HUnit"; 145201 + license = lib.licenses.mit; 145202 + hydraPlatforms = lib.platforms.none; 145203 }) {}; 145204 145205 "hspec-experimental" = callPackage ··· 149360 "hup" = callPackage 149361 ({ mkDerivation, base, bytestring, cmdargs, directory, filepath 149362 , hspec, hspec-core, hspec-wai, http-client, http-client-tls 149363 + , http-types, lifted-base, mtl, network, QuickCheck, scotty, shelly 149364 + , split, tagsoup, tar, temporary, text, transformers, vector, wai 149365 + , wai-extra, warp, zlib 149366 }: 149367 mkDerivation { 149368 pname = "hup"; 149369 + version = "0.3.0.3"; 149370 + sha256 = "0igs4w546zqpav40c3v99lfi8gix70ssx97b0dnq6fw6c02kacq9"; 149371 isLibrary = true; 149372 isExecutable = true; 149373 libraryHaskellDepends = [ 149374 base bytestring directory filepath http-client http-client-tls 149375 + http-types mtl split tar text zlib 149376 ]; 149377 executableHaskellDepends = [ 149378 + base bytestring cmdargs directory lifted-base mtl shelly tagsoup 149379 + text transformers 149380 ]; 149381 testHaskellDepends = [ 149382 base bytestring filepath hspec hspec-core hspec-wai http-client 149383 + http-types mtl network QuickCheck scotty temporary text 149384 + transformers vector wai wai-extra warp 149385 ]; 149386 + description = "Upload packages and/or documentation to a hackage server"; 149387 license = lib.licenses.bsd2; 149388 hydraPlatforms = lib.platforms.none; 149389 broken = true; ··· 150333 license = lib.licenses.mit; 150334 }) {inherit (pkgs) rdkafka;}; 150335 150336 + "hw-kafka-client_5_0_0" = callPackage 150337 + ({ mkDerivation, base, bifunctors, bytestring, c2hs, containers 150338 + , either, hspec, hspec-discover, monad-loops, rdkafka, text 150339 + , transformers, unix 150340 + }: 150341 + mkDerivation { 150342 + pname = "hw-kafka-client"; 150343 + version = "5.0.0"; 150344 + sha256 = "1w0c80pn43xg4rrmwwq37yya96fil124sdly9djjnxm1g0brwjz6"; 150345 + isLibrary = true; 150346 + isExecutable = true; 150347 + libraryHaskellDepends = [ 150348 + base bifunctors bytestring containers text transformers unix 150349 + ]; 150350 + librarySystemDepends = [ rdkafka ]; 150351 + libraryToolDepends = [ c2hs ]; 150352 + testHaskellDepends = [ 150353 + base bifunctors bytestring containers either hspec monad-loops text 150354 + ]; 150355 + testToolDepends = [ hspec-discover ]; 150356 + description = "Kafka bindings for Haskell"; 150357 + license = lib.licenses.mit; 150358 + hydraPlatforms = lib.platforms.none; 150359 + }) {inherit (pkgs) rdkafka;}; 150360 + 150361 "hw-kafka-conduit" = callPackage 150362 ({ mkDerivation, base, bifunctors, bytestring, conduit 150363 , conduit-extra, containers, exceptions, extra, hspec ··· 154278 }) {}; 154279 154280 "include-env" = callPackage 154281 + ({ mkDerivation, base, containers, template-haskell 154282 + , th-lift-instances 154283 + }: 154284 mkDerivation { 154285 pname = "include-env"; 154286 + version = "0.5.0.0"; 154287 + sha256 = "1jcq2hnak3mwxxpqp81gh8adm97czip0fb7h92k6n8sxrbvf4b1c"; 154288 + libraryHaskellDepends = [ 154289 + base containers template-haskell th-lift-instances 154290 + ]; 154291 description = "Include the value of an environment variable at compile time"; 154292 license = lib.licenses.bsd3; 154293 }) {}; ··· 156336 }: 156337 mkDerivation { 156338 pname = "interval-algebra"; 156339 + version = "1.2.0"; 156340 + sha256 = "1n9db9p3v7da1d3j21lrm46s2py0m1rdfjpvilx43n7yd6630i81"; 156341 libraryHaskellDepends = [ 156342 base containers foldl QuickCheck safe time witherable 156343 ]; ··· 157083 license = lib.licenses.bsd3; 157084 }) {}; 157085 157086 + "ip6addr_1_0_3" = callPackage 157087 + ({ mkDerivation, base, cmdargs, IPv6Addr, text }: 157088 + mkDerivation { 157089 + pname = "ip6addr"; 157090 + version = "1.0.3"; 157091 + sha256 = "16dbvrsbg7l4z31faxm1pxps0plg89d4ny2mxsgwyq8r351irmwc"; 157092 + isLibrary = false; 157093 + isExecutable = true; 157094 + executableHaskellDepends = [ base cmdargs IPv6Addr text ]; 157095 + description = "Commandline tool to deal with IPv6 address text representations"; 157096 + license = lib.licenses.bsd3; 157097 + hydraPlatforms = lib.platforms.none; 157098 + }) {}; 157099 + 157100 "ipa" = callPackage 157101 ({ mkDerivation, attoparsec, base, hspec, template-haskell, text 157102 , unicode-transforms ··· 157349 ]; 157350 description = "Data structure for working with Jupyter notebooks (ipynb)"; 157351 license = lib.licenses.bsd3; 157352 + }) {}; 157353 + 157354 + "ipynb_0_2" = callPackage 157355 + ({ mkDerivation, aeson, base, base64-bytestring, bytestring 157356 + , containers, directory, filepath, microlens, microlens-aeson 157357 + , tasty, tasty-hunit, text, unordered-containers 157358 + }: 157359 + mkDerivation { 157360 + pname = "ipynb"; 157361 + version = "0.2"; 157362 + sha256 = "1iwia4sxg40m4d290gys72wabqmkqx24ywsaranwzk2wx5s3sx4s"; 157363 + libraryHaskellDepends = [ 157364 + aeson base base64-bytestring bytestring containers text 157365 + unordered-containers 157366 + ]; 157367 + testHaskellDepends = [ 157368 + aeson base bytestring directory filepath microlens microlens-aeson 157369 + tasty tasty-hunit text 157370 + ]; 157371 + description = "Data structure for working with Jupyter notebooks (ipynb)"; 157372 + license = lib.licenses.bsd3; 157373 + hydraPlatforms = lib.platforms.none; 157374 }) {}; 157375 157376 "ipython-kernel" = callPackage ··· 157784 license = lib.licenses.asl20; 157785 }) {}; 157786 157787 + "isbn_1_1_0_3" = callPackage 157788 + ({ mkDerivation, base, hspec, QuickCheck, text }: 157789 + mkDerivation { 157790 + pname = "isbn"; 157791 + version = "1.1.0.3"; 157792 + sha256 = "16srdvsjsiqzcm0hb3rhwry1vr170fz85g84wk6nyk1glbva4bga"; 157793 + libraryHaskellDepends = [ base text ]; 157794 + testHaskellDepends = [ base hspec QuickCheck text ]; 157795 + description = "ISBN Validation and Manipulation"; 157796 + license = lib.licenses.asl20; 157797 + hydraPlatforms = lib.platforms.none; 157798 + }) {}; 157799 + 157800 "isdicom" = callPackage 157801 ({ mkDerivation, base, directory, doctest, filepath, QuickCheck 157802 , template-haskell ··· 158012 ({ mkDerivation, base, bytestring, text }: 158013 mkDerivation { 158014 pname = "isocline"; 158015 + version = "1.0.7"; 158016 + sha256 = "0pcvi7rq6v32q6zqcl7fh7ncbjd2qirhb4z380x2d57qal5lk1lv"; 158017 isLibrary = true; 158018 isExecutable = true; 158019 libraryHaskellDepends = [ base bytestring text ]; ··· 158909 license = lib.licenses.bsd3; 158910 }) {}; 158911 158912 + "jacinda" = callPackage 158913 + ({ mkDerivation, alex, array, base, bytestring, containers, happy 158914 + , microlens, microlens-mtl, mtl, optparse-applicative 158915 + , prettyprinter, recursion, regex-rure, tasty, tasty-hunit, text 158916 + , transformers, vector 158917 + }: 158918 + mkDerivation { 158919 + pname = "jacinda"; 158920 + version = "0.2.0.0"; 158921 + sha256 = "17kayg0xlfm0a037kg2h0hyrjnzwaxkkjmf08pid8vqaq14x0p1g"; 158922 + isLibrary = false; 158923 + isExecutable = true; 158924 + libraryHaskellDepends = [ 158925 + array base bytestring containers microlens microlens-mtl mtl 158926 + prettyprinter recursion regex-rure text transformers vector 158927 + ]; 158928 + libraryToolDepends = [ alex happy ]; 158929 + executableHaskellDepends = [ 158930 + base bytestring optparse-applicative 158931 + ]; 158932 + testHaskellDepends = [ base bytestring tasty tasty-hunit ]; 158933 + doHaddock = false; 158934 + description = "Functional, expression-oriented data processing language"; 158935 + license = lib.licenses.agpl3Only; 158936 + hydraPlatforms = lib.platforms.none; 158937 + }) {}; 158938 + 158939 "jack" = callPackage 158940 ({ mkDerivation, array, base, bytestring, enumset, event-list 158941 , explicit-exception, libjack2, midi, non-negative, semigroups ··· 160674 license = lib.licenses.mit; 160675 }) {}; 160676 160677 + "json-feed_2_0_0_0" = callPackage 160678 + ({ mkDerivation, aeson, base, bytestring, filepath, hspec 160679 + , mime-types, network-uri, tagsoup, text, time 160680 + }: 160681 + mkDerivation { 160682 + pname = "json-feed"; 160683 + version = "2.0.0.0"; 160684 + sha256 = "1d2xjyi5b6v5sq0g4aayirfjj4l7lskwv28w6601dxwz7yrsp234"; 160685 + libraryHaskellDepends = [ 160686 + aeson base bytestring mime-types network-uri tagsoup text time 160687 + ]; 160688 + testHaskellDepends = [ 160689 + aeson base bytestring filepath hspec mime-types network-uri tagsoup 160690 + text time 160691 + ]; 160692 + description = "JSON Feed"; 160693 + license = lib.licenses.mit; 160694 + hydraPlatforms = lib.platforms.none; 160695 + }) {}; 160696 + 160697 "json-fu" = callPackage 160698 ({ mkDerivation, aeson, attoparsec, base, bytestring, containers 160699 , hashable, hspec, mtl, syb, text, time, unordered-containers ··· 160844 license = lib.licenses.mit; 160845 hydraPlatforms = lib.platforms.none; 160846 broken = true; 160847 + }) {python = null;}; 160848 160849 "json-qq" = callPackage 160850 ({ mkDerivation, base, haskell-src-meta, parsec, template-haskell ··· 161435 license = lib.licenses.bsd3; 161436 }) {}; 161437 161438 + "jsonpath_0_2_1_0" = callPackage 161439 + ({ mkDerivation, aeson, aeson-casing, attoparsec, base, bytestring 161440 + , file-embed, hspec, hspec-attoparsec, hspec-discover, text 161441 + , unordered-containers, vector 161442 + }: 161443 + mkDerivation { 161444 + pname = "jsonpath"; 161445 + version = "0.2.1.0"; 161446 + sha256 = "1d9h6j0xzrpxc56wym9b0sdanpw1v2rcx1sdm49h6iriwwmckb10"; 161447 + libraryHaskellDepends = [ 161448 + aeson attoparsec base text unordered-containers vector 161449 + ]; 161450 + testHaskellDepends = [ 161451 + aeson aeson-casing attoparsec base bytestring file-embed hspec 161452 + hspec-attoparsec text unordered-containers vector 161453 + ]; 161454 + testToolDepends = [ hspec-discover ]; 161455 + description = "Library to parse and execute JSONPath"; 161456 + license = lib.licenses.bsd3; 161457 + hydraPlatforms = lib.platforms.none; 161458 + }) {}; 161459 + 161460 "jsonresume" = callPackage 161461 ({ mkDerivation, aeson, base, bytestring, old-locale, text, time 161462 , unordered-containers ··· 164475 broken = true; 164476 }) {}; 164477 164478 + "koji-tool" = callPackage 164479 + ({ mkDerivation, base, directory, extra, filepath, format-numbers 164480 + , Glob, http-directory, koji, pretty-simple, rpm-nvr, simple-cmd 164481 + , simple-cmd-args, text, time, xdg-userdirs 164482 + }: 164483 + mkDerivation { 164484 + pname = "koji-tool"; 164485 + version = "0.6.1"; 164486 + sha256 = "1l2w0dcy4fcv865z27661j7jmfy3blf8q321mv18dn44f3wr0xax"; 164487 + isLibrary = false; 164488 + isExecutable = true; 164489 + executableHaskellDepends = [ 164490 + base directory extra filepath format-numbers Glob http-directory 164491 + koji pretty-simple rpm-nvr simple-cmd simple-cmd-args text time 164492 + xdg-userdirs 164493 + ]; 164494 + testHaskellDepends = [ base simple-cmd ]; 164495 + description = "Koji CLI tool for querying tasks and installing builds"; 164496 + license = lib.licenses.bsd3; 164497 + hydraPlatforms = lib.platforms.none; 164498 + }) {}; 164499 + 164500 "kontra-config" = callPackage 164501 ({ mkDerivation, base, bytestring, data-default, exceptions, text 164502 , transformers-base, unjson, utf8-string, yaml ··· 165138 license = lib.licenses.mit; 165139 }) {}; 165140 165141 + "lackey_2_0_0_0" = callPackage 165142 + ({ mkDerivation, base, hspec, servant, servant-foreign, text }: 165143 + mkDerivation { 165144 + pname = "lackey"; 165145 + version = "2.0.0.0"; 165146 + sha256 = "06ad35nmppblqb7400563l5qk3zna6l3kasp5ng0iacgmqzmvcrv"; 165147 + libraryHaskellDepends = [ base servant-foreign text ]; 165148 + testHaskellDepends = [ base hspec servant servant-foreign text ]; 165149 + description = "Generate Ruby clients from Servant APIs"; 165150 + license = lib.licenses.mit; 165151 + hydraPlatforms = lib.platforms.none; 165152 + }) {}; 165153 + 165154 "lacroix" = callPackage 165155 ({ mkDerivation, base }: 165156 mkDerivation { ··· 168214 }: 168215 mkDerivation { 168216 pname = "lazy-async"; 168217 + version = "1.0.0.1"; 168218 + sha256 = "1nw24hfpw0wd099lxjsi1iqssbb7yw6isilkv4a68agv2q1ranvk"; 168219 libraryHaskellDepends = [ 168220 base exceptions lifted-async monad-control rank2classes stm 168221 transformers transformers-base ··· 173324 license = lib.licenses.isc; 173325 }) {}; 173326 173327 + "list-singleton_2_0_0_0" = callPackage 173328 + ({ mkDerivation, base }: 173329 + mkDerivation { 173330 + pname = "list-singleton"; 173331 + version = "2.0.0.0"; 173332 + sha256 = "1mv2567as9vsnrqp23dzb7rlvcmid484rk94nrrfl8za97i1s4c0"; 173333 + libraryHaskellDepends = [ base ]; 173334 + description = "Easily and clearly create lists with only one element in them"; 173335 + license = lib.licenses.mit; 173336 + hydraPlatforms = lib.platforms.none; 173337 + }) {}; 173338 + 173339 "list-t" = callPackage 173340 ({ mkDerivation, base, base-prelude, foldl, HTF, logict, mmorph 173341 , monad-control, mtl, mtl-prelude, semigroups, transformers ··· 174615 license = lib.licenses.asl20; 174616 }) {}; 174617 174618 + "loc_0_1_3_16" = callPackage 174619 + ({ mkDerivation, base, containers, doctest, hedgehog }: 174620 + mkDerivation { 174621 + pname = "loc"; 174622 + version = "0.1.3.16"; 174623 + sha256 = "0bizqfczhc5higdzrrhinr5q3s971a3klfl3gpffnq9gyzd16nrq"; 174624 + libraryHaskellDepends = [ base containers ]; 174625 + testHaskellDepends = [ base containers doctest hedgehog ]; 174626 + description = "Types representing line and column positions and ranges in text files"; 174627 + license = lib.licenses.asl20; 174628 + hydraPlatforms = lib.platforms.none; 174629 + }) {}; 174630 + 174631 "loc-test" = callPackage 174632 ({ mkDerivation, base, containers, hedgehog, loc }: 174633 mkDerivation { 174634 pname = "loc-test"; 174635 + version = "0.1.3.10"; 174636 + sha256 = "0mppiz4nv86mfdk43w83jx3wn8c6w7g9k3m3jhgmwlgqpcpdrryd"; 174637 libraryHaskellDepends = [ base containers hedgehog loc ]; 174638 description = "Test-related utilities related to the /loc/ package"; 174639 license = lib.licenses.asl20; ··· 176872 license = lib.licenses.bsd3; 176873 }) {}; 176874 176875 + "lucid-alpine_0_1_0_5" = callPackage 176876 ({ mkDerivation, base, lucid, text }: 176877 mkDerivation { 176878 pname = "lucid-alpine"; 176879 + version = "0.1.0.5"; 176880 + sha256 = "1prcr3rfpg3saybfjmfik9xznj0knvfxy5dwllkq6s5szi2bqyaz"; 176881 isLibrary = true; 176882 isExecutable = true; 176883 libraryHaskellDepends = [ base lucid text ]; ··· 176955 license = lib.licenses.bsd3; 176956 }) {}; 176957 176958 + "lucid-htmx_0_1_0_4" = callPackage 176959 ({ mkDerivation, base, lucid, servant, text }: 176960 mkDerivation { 176961 pname = "lucid-htmx"; 176962 + version = "0.1.0.4"; 176963 + sha256 = "0rq25ixsyvnp3zh3wsfmijlyv4dg94d1k1bhhwq8y624v819yg8r"; 176964 libraryHaskellDepends = [ base lucid servant text ]; 176965 testHaskellDepends = [ base lucid servant text ]; 176966 description = "Use htmx in your lucid templates"; ··· 180482 "matrix-client" = callPackage 180483 ({ mkDerivation, aeson, aeson-casing, aeson-pretty, base, base64 180484 , bytestring, containers, exceptions, hashable, hspec, http-client 180485 + , http-client-tls, http-types, profunctors, retry, SHA, text, time 180486 , unordered-containers 180487 }: 180488 mkDerivation { 180489 pname = "matrix-client"; 180490 + version = "0.1.3.0"; 180491 + sha256 = "14vsz507l93zdddr3k6rwvqwpwdmsansv5ryq87k58v04fyfmvz6"; 180492 libraryHaskellDepends = [ 180493 aeson aeson-casing base base64 bytestring containers exceptions 180494 + hashable http-client http-client-tls http-types profunctors retry 180495 + SHA text time unordered-containers 180496 ]; 180497 testHaskellDepends = [ 180498 aeson aeson-casing aeson-pretty base base64 bytestring containers 180499 exceptions hashable hspec http-client http-client-tls http-types 180500 + profunctors retry SHA text time unordered-containers 180501 ]; 180502 description = "A matrix client library"; 180503 license = lib.licenses.asl20; ··· 182182 pname = "memory-cd"; 182183 version = "0.16.0.1"; 182184 sha256 = "05dkgkms159k4mk4l1ngcnxqs2hbnzmh9zv3gks0cx7wba6qyrf1"; 182185 + revision = "1"; 182186 + editedCabalFile = "1kja8j32h1ff6vkn3smj88k4gzgi0il8kv47cm8hwgn0v0cjjy9f"; 182187 libraryHaskellDepends = [ 182188 base basement-cd bytestring deepseq ghc-prim 182189 ]; ··· 184754 }: 184755 mkDerivation { 184756 pname = "mit-3qvpPyAi6mH"; 184757 + version = "7"; 184758 + sha256 = "1asr82fnqpb936kfj8fnilas76l5r5ndylvzf1van2z57sxjx9ba"; 184759 isLibrary = true; 184760 isExecutable = true; 184761 libraryHaskellDepends = [ ··· 187975 }) {}; 187976 187977 "monoid-statistics" = callPackage 187978 + ({ mkDerivation, base, criterion, doctest, exceptions 187979 + , math-functions, mwc-random, QuickCheck, tasty 187980 + , tasty-expected-failure, tasty-hunit, tasty-quickcheck, vector 187981 + , vector-th-unbox 187982 }: 187983 mkDerivation { 187984 pname = "monoid-statistics"; 187985 + version = "1.1.0"; 187986 + sha256 = "12q86bh057pn040wdr39wlq066mcffpgsx71jy5h8rj02qi4b78f"; 187987 libraryHaskellDepends = [ 187988 + base exceptions math-functions vector vector-th-unbox 187989 ]; 187990 testHaskellDepends = [ 187991 + base doctest math-functions QuickCheck tasty tasty-expected-failure 187992 + tasty-hunit tasty-quickcheck 187993 + ]; 187994 + benchmarkHaskellDepends = [ 187995 + base criterion math-functions mwc-random vector 187996 ]; 187997 description = "Monoids for calculation of statistics of sample"; 187998 license = lib.licenses.bsd3; ··· 188238 pname = "months"; 188239 version = "0.2"; 188240 sha256 = "054dag7806850hdii7s5rxg8gx2spdp33pnx4s4ckni9ayvspija"; 188241 + revision = "4"; 188242 + editedCabalFile = "1prni51r2kca7cff4jshas87bxvfmqkp9r5yhkmapphxc9w8vanb"; 188243 libraryHaskellDepends = [ 188244 aeson attoparsec base base-compat deepseq hashable intervals 188245 QuickCheck text time-compat ··· 189561 broken = true; 189562 }) {}; 189563 189564 + "mptcpanalyzer" = callPackage 189565 + ({ mkDerivation, aeson, aeson-extra, aeson-pretty, ansi-terminal 189566 + , base, bytestring, Cabal, cereal, Chart, Chart-cairo, containers 189567 + , directory, filepath, foldl, formatting, Frames, ghci-dap 189568 + , hashable, haskeline, haskell-dap, haskell-debug-adapter, hspec 189569 + , HUnit, ip, lens, mptcp, mptcp-pm, mtl, network 189570 + , optparse-applicative, pipes, pipes-parse, pipes-safe, polysemy 189571 + , polysemy-log, polysemy-log-co, polysemy-plugin, process 189572 + , QuickCheck, readable, template-haskell, temporary, text, time 189573 + , transformers, unix, utf8-string, vector, vinyl, wide-word 189574 + }: 189575 + mkDerivation { 189576 + pname = "mptcpanalyzer"; 189577 + version = "0.0.2.0"; 189578 + sha256 = "0x13kbh693h27adxwna4v4swvcma0k9r7inh156rzd4jqbv1faz3"; 189579 + isLibrary = true; 189580 + isExecutable = true; 189581 + libraryHaskellDepends = [ 189582 + aeson aeson-extra aeson-pretty ansi-terminal base bytestring Cabal 189583 + cereal Chart Chart-cairo containers directory filepath foldl 189584 + formatting Frames ghci-dap hashable haskeline haskell-dap 189585 + haskell-debug-adapter ip lens mptcp mptcp-pm mtl network 189586 + optparse-applicative pipes pipes-parse pipes-safe polysemy 189587 + polysemy-log polysemy-log-co polysemy-plugin process readable 189588 + template-haskell temporary text time transformers unix utf8-string 189589 + vector vinyl wide-word 189590 + ]; 189591 + executableHaskellDepends = [ 189592 + aeson aeson-extra aeson-pretty ansi-terminal base bytestring Cabal 189593 + cereal Chart Chart-cairo containers directory filepath foldl 189594 + formatting Frames ghci-dap hashable haskeline haskell-dap 189595 + haskell-debug-adapter ip lens mptcp mptcp-pm mtl network 189596 + optparse-applicative pipes pipes-parse pipes-safe polysemy 189597 + polysemy-log polysemy-log-co polysemy-plugin process readable 189598 + template-haskell temporary text time transformers unix utf8-string 189599 + vector vinyl wide-word 189600 + ]; 189601 + testHaskellDepends = [ 189602 + base Cabal Frames hspec HUnit ip mptcp polysemy polysemy-log 189603 + polysemy-log-co QuickCheck 189604 + ]; 189605 + description = "A Multipath TCP analyzer"; 189606 + license = lib.licenses.gpl3Only; 189607 + hydraPlatforms = lib.platforms.none; 189608 + }) {}; 189609 + 189610 "mpvguihs" = callPackage 189611 ({ mkDerivation, base, directory, filepath, gtk, mtl, process 189612 , template-haskell, unix ··· 189744 }: 189745 mkDerivation { 189746 pname = "ms-tds"; 189747 + version = "0.4.0.2"; 189748 + sha256 = "0lkvl74ckxsdxwvrm45z5gk2ax65yfpd00j86w8iax4askz76vxc"; 189749 libraryHaskellDepends = [ 189750 array base binary bytestring crypto-random data-default-class mtl 189751 network template-haskell text time tls uuid-types x509-store ··· 189957 }: 189958 mkDerivation { 189959 pname = "mssql-simple"; 189960 + version = "0.6.0.3"; 189961 + sha256 = "0pgc5p018xc7pmn4mrmgwrh9zy3cxk2gkpqnw2lhnw7h0akhq5im"; 189962 libraryHaskellDepends = [ 189963 base binary bytestring hostname ms-tds mtl network template-haskell 189964 text time tls uuid-types ··· 190246 }: 190247 mkDerivation { 190248 pname = "mu-graphql"; 190249 + version = "0.5.0.3"; 190250 + sha256 = "1ahi51sslxlmv4yi6518bn3i4ks7hpc8327r6lz0l6d4q192k1nq"; 190251 isLibrary = true; 190252 isExecutable = true; 190253 enableSeparateDataOutput = true; ··· 190272 , http2-client, http2-client-grpc, http2-grpc-types, mu-grpc-common 190273 , mu-optics, mu-protobuf, mu-rpc, mu-schema, optics-core, sop-core 190274 , stm, stm-chans, stm-conduit, template-haskell, text 190275 + , th-abstraction, tracing-control 190276 }: 190277 mkDerivation { 190278 pname = "mu-grpc-client"; 190279 + version = "0.4.0.2"; 190280 + sha256 = "19y39ixf2d97wfm6x3sl99kwfxsd57mf2s2rqp4s80v3rs8b41iw"; 190281 libraryHaskellDepends = [ 190282 async avro base bytestring conduit http2 http2-client 190283 http2-client-grpc http2-grpc-types mu-grpc-common mu-optics 190284 mu-protobuf mu-rpc mu-schema optics-core sop-core stm stm-chans 190285 + stm-conduit template-haskell text th-abstraction tracing-control 190286 ]; 190287 description = "gRPC clients from Mu definitions"; 190288 license = lib.licenses.asl20; ··· 193329 }) {}; 193330 193331 "nat-optics" = callPackage 193332 + ({ mkDerivation, base, optics-core, text }: 193333 mkDerivation { 193334 pname = "nat-optics"; 193335 + version = "1.0.0.2"; 193336 + sha256 = "12m6267dirzykj4d0rjqq5h3n2zrnp7ixavryvbgqdvrnk6y2ik4"; 193337 libraryHaskellDepends = [ base optics-core text ]; 193338 + testHaskellDepends = [ base optics-core text ]; 193339 description = "Refinement types for natural numbers with an optics interface"; 193340 license = lib.licenses.mit; 193341 hydraPlatforms = lib.platforms.none; ··· 194139 license = lib.licenses.bsd3; 194140 }) {}; 194141 194142 + "net-mqtt_0_8_2_0" = callPackage 194143 ({ mkDerivation, async, attoparsec, attoparsec-binary, base, binary 194144 , bytestring, checkers, conduit, conduit-extra, connection 194145 , containers, deepseq, HUnit, network-conduit-tls, network-uri ··· 194148 }: 194149 mkDerivation { 194150 pname = "net-mqtt"; 194151 + version = "0.8.2.0"; 194152 + sha256 = "0krh8imyjls1incrsz8pnn3zww0yxygy3hy15r55gbs80x5w7j13"; 194153 isLibrary = true; 194154 isExecutable = true; 194155 libraryHaskellDepends = [ ··· 204798 maintainers = with lib.maintainers; [ peti ]; 204799 }) {}; 204800 204801 + "pandoc_2_17" = callPackage 204802 ({ mkDerivation, aeson, aeson-pretty, array, attoparsec, base 204803 , base64-bytestring, binary, blaze-html, blaze-markup, bytestring 204804 , case-insensitive, citeproc, commonmark, commonmark-extensions 204805 , commonmark-pandoc, connection, containers, data-default, deepseq 204806 , Diff, directory, doclayout, doctemplates, emojis, exceptions 204807 + , file-embed, filepath, Glob, haddock-library, hslua, hslua-aeson 204808 , hslua-marshalling, hslua-module-path, hslua-module-system 204809 , hslua-module-text, hslua-module-version, http-client 204810 , http-client-tls, http-types, ipynb, jira-wiki-markup, JuicyPixels 204811 + , lpeg, mtl, network, network-uri, pandoc-lua-marshal, pandoc-types 204812 + , parsec, pretty, pretty-show, process, random, safe, scientific 204813 + , SHA, skylighting, skylighting-core, split, syb, tagsoup, tasty 204814 , tasty-bench, tasty-golden, tasty-hunit, tasty-lua 204815 , tasty-quickcheck, temporary, texmath, text, text-conversions 204816 , time, unicode-collation, unicode-transforms, unix, xml ··· 204818 }: 204819 mkDerivation { 204820 pname = "pandoc"; 204821 + version = "2.17"; 204822 + sha256 = "0wbq4mzvjzyl9nzfagbjljv11khajzv030sr51n5wfxf8rm463y6"; 204823 configureFlags = [ "-fhttps" "-f-trypandoc" ]; 204824 isLibrary = true; 204825 isExecutable = true; ··· 204830 commonmark commonmark-extensions commonmark-pandoc connection 204831 containers data-default deepseq directory doclayout doctemplates 204832 emojis exceptions file-embed filepath Glob haddock-library hslua 204833 + hslua-aeson hslua-marshalling hslua-module-path hslua-module-system 204834 hslua-module-text hslua-module-version http-client http-client-tls 204835 http-types ipynb jira-wiki-markup JuicyPixels lpeg mtl network 204836 + network-uri pandoc-lua-marshal pandoc-types parsec pretty 204837 + pretty-show process random safe scientific SHA skylighting 204838 + skylighting-core split syb tagsoup temporary texmath text 204839 + text-conversions time unicode-collation unicode-transforms unix xml 204840 + xml-conduit yaml zip-archive zlib 204841 ]; 204842 executableHaskellDepends = [ base ]; 204843 testHaskellDepends = [ 204844 base bytestring containers Diff directory doctemplates exceptions 204845 + filepath Glob hslua mtl pandoc-types process tasty tasty-golden 204846 + tasty-hunit tasty-lua tasty-quickcheck text time xml zip-archive 204847 ]; 204848 benchmarkHaskellDepends = [ 204849 base bytestring deepseq mtl tasty-bench text ··· 205166 }: 205167 mkDerivation { 205168 pname = "pandoc-lua-marshal"; 205169 + version = "0.1.3.1"; 205170 + sha256 = "04q433gpqkydyy2gx6jhyvv7lahx186b1d90clkggach1x0rg8ii"; 205171 libraryHaskellDepends = [ 205172 base bytestring containers exceptions hslua hslua-marshalling lua 205173 pandoc-types safe text ··· 205302 pname = "pandoc-plot"; 205303 version = "1.3.0"; 205304 sha256 = "0d33cbw0ygsdwh718q7q5gw2s6565dbrjwi3rz0qdf78q14wiayi"; 205305 + revision = "2"; 205306 + editedCabalFile = "14q1l5m29736f9zybh3sba74mxvs73lbr4hqvmdyzfz369r41rmv"; 205307 isLibrary = true; 205308 isExecutable = true; 205309 libraryHaskellDepends = [ ··· 205480 ({ mkDerivation }: 205481 mkDerivation { 205482 pname = "pandora"; 205483 + version = "0.5.0"; 205484 + sha256 = "144k1cqb4gkwyh3w01cwsax58n9w3h1giggdb8b0dw64pnhsq8zd"; 205485 description = "A box of patterns and paradigms"; 205486 license = lib.licenses.mit; 205487 }) {}; ··· 207240 207241 "parsley-core" = callPackage 207242 ({ mkDerivation, array, base, bytestring, containers, cpphs 207243 + , deepseq, dependent-map, dependent-sum, gauge, ghc-prim, hashable 207244 + , mtl, pretty-terminal, QuickCheck, tasty, tasty-hunit 207245 + , tasty-quickcheck, template-haskell, text, th-test-utils 207246 + , unordered-containers 207247 }: 207248 mkDerivation { 207249 pname = "parsley-core"; 207250 + version = "2.1.0.0"; 207251 + sha256 = "0vr4qlgkwsh92a8fv4fj48l9625xd80mkkmihwf20zln6svcsbfs"; 207252 libraryHaskellDepends = [ 207253 array base bytestring containers dependent-map dependent-sum 207254 ghc-prim hashable mtl pretty-terminal template-haskell text ··· 207258 testHaskellDepends = [ 207259 base containers deepseq tasty tasty-hunit tasty-quickcheck 207260 template-haskell th-test-utils 207261 + ]; 207262 + benchmarkHaskellDepends = [ 207263 + base containers deepseq gauge QuickCheck 207264 ]; 207265 description = "A fast parser combinator library backed by Typed Template Haskell"; 207266 license = lib.licenses.bsd3; ··· 207427 license = lib.licenses.asl20; 207428 }) {}; 207429 207430 + "partial-semigroup_0_5_1_14" = callPackage 207431 + ({ mkDerivation, base, doctest, hedgehog }: 207432 + mkDerivation { 207433 + pname = "partial-semigroup"; 207434 + version = "0.5.1.14"; 207435 + sha256 = "11xbdv24jy54wniappiqp6j27nm3wjgrbc8zmjkbfwdgb7fzlrws"; 207436 + libraryHaskellDepends = [ base ]; 207437 + testHaskellDepends = [ base doctest hedgehog ]; 207438 + description = "A partial binary associative operator"; 207439 + license = lib.licenses.asl20; 207440 + hydraPlatforms = lib.platforms.none; 207441 + }) {}; 207442 + 207443 "partial-semigroup-hedgehog" = callPackage 207444 ({ mkDerivation, base, hedgehog, partial-semigroup }: 207445 mkDerivation { 207446 pname = "partial-semigroup-hedgehog"; 207447 + version = "0.6.0.10"; 207448 + sha256 = "1i40ndpk6dwq56fd83za46wn1fyzm46hnx06s29h4pz1ilfrk1xx"; 207449 libraryHaskellDepends = [ base hedgehog partial-semigroup ]; 207450 description = "Property testing for partial semigroups using Hedgehog"; 207451 license = lib.licenses.asl20; ··· 207783 license = lib.licenses.bsd3; 207784 }) {}; 207785 207786 + "patch_0_0_5_2" = callPackage 207787 ({ mkDerivation, base, constraints-extras, containers 207788 , dependent-map, dependent-sum, directory, filemanip, filepath 207789 , hedgehog, hlint, HUnit, lens, monoidal-containers, semialign ··· 207791 }: 207792 mkDerivation { 207793 pname = "patch"; 207794 + version = "0.0.5.2"; 207795 + sha256 = "1l1rd5xybp0a9lvk89i64a4vr82vsha8fkcpwd6hwv2klsxbrwf6"; 207796 libraryHaskellDepends = [ 207797 base constraints-extras containers dependent-map dependent-sum lens 207798 monoidal-containers semialign semigroupoids these transformers ··· 211693 }: 211694 mkDerivation { 211695 pname = "phonetic-languages-simplified-generalized-properties-array"; 211696 + version = "0.8.3.0"; 211697 + sha256 = "0vsvj3958czr812jwgkqgnq9jnr79pf1bh1pip49xahp2b35j7ml"; 211698 libraryHaskellDepends = [ 211699 base phonetic-languages-phonetics-basics 211700 phonetic-languages-rhythmicity phonetic-languages-simplified-base ··· 211810 ({ mkDerivation, base, mmsyn2-array, mmsyn5 }: 211811 mkDerivation { 211812 pname = "phonetic-languages-ukrainian-array"; 211813 + version = "0.8.2.0"; 211814 + sha256 = "14p2fr80qw8svqb5bdhm2lcbwrciad7vx2lswvz1h8g62wd03py7"; 211815 isLibrary = true; 211816 isExecutable = true; 211817 libraryHaskellDepends = [ base mmsyn2-array mmsyn5 ]; ··· 211857 }: 211858 mkDerivation { 211859 pname = "photoname"; 211860 + version = "5.1"; 211861 + sha256 = "0ihw0pjiqwfny8nqbdglg13dch622m2agp2y328n7fqar79xx6dv"; 211862 isLibrary = true; 211863 isExecutable = true; 211864 libraryHaskellDepends = [ ··· 213317 pname = "pipes-lzma"; 213318 version = "0.2.0.0"; 213319 sha256 = "1b1xnjq1bvp14rl0lvzfxkckvwsihmq0j61wbmx1k0vqjy2b350m"; 213320 + revision = "1"; 213321 + editedCabalFile = "1i501pqamv0sjrp2ngppvy1wy6gr7xk89hzpfmvnj02ja2m49z41"; 213322 isLibrary = true; 213323 isExecutable = true; 213324 libraryHaskellDepends = [ base bytestring exceptions lzma pipes ]; ··· 218758 }: 218759 mkDerivation { 218760 pname = "powerdns"; 218761 + version = "0.2.1"; 218762 + sha256 = "09amgmzyypjilz6armsvyjjxj8frx48aq3nq8vjkp30j2xs7a7a4"; 218763 libraryHaskellDepends = [ 218764 aeson base base64-bytestring bytestring case-insensitive containers 218765 deepseq servant servant-client servant-client-core text time ··· 220073 pname = "prettyprinter-graphviz"; 220074 version = "1.1.0.0"; 220075 sha256 = "1lqf296jr2jfg86apn729payq2rkk95pdidl7n62xx4bniax7fvm"; 220076 + revision = "1"; 220077 + editedCabalFile = "1q8mp6rzb9l6jm8bc902si99ns2nw3vzimqvzwhxbkxf4ljdzqwq"; 220078 libraryHaskellDepends = [ base graphviz prettyprinter text ]; 220079 description = "A prettyprinter backend for graphviz"; 220080 license = lib.licenses.bsd3; ··· 220086 pname = "prettyprinter-lucid"; 220087 version = "0.1.0.1"; 220088 sha256 = "0m8dbxzs22zbahpr6r1frlfqyw581wyg92vswm3gi2qqpj406djh"; 220089 + revision = "1"; 220090 + editedCabalFile = "02vqw79j1pj9f1z2gl08jny75lfdm29jw2g6kqg23x5sayzh1f89"; 220091 libraryHaskellDepends = [ base lucid prettyprinter text ]; 220092 description = "A prettyprinter backend for lucid"; 220093 license = lib.licenses.bsd3; ··· 220255 license = lib.licenses.gpl3Only; 220256 }) {}; 220257 220258 + "primecount" = callPackage 220259 + ({ mkDerivation, base, primecount, silently, tasty, tasty-bench 220260 + , tasty-hunit 220261 + }: 220262 + mkDerivation { 220263 + pname = "primecount"; 220264 + version = "0.1.0.0"; 220265 + sha256 = "16ls5fb8z0mpnggs9c1sjksgzpj558gdp9fk3wrv55z41pch53r0"; 220266 + libraryHaskellDepends = [ base ]; 220267 + librarySystemDepends = [ primecount ]; 220268 + testHaskellDepends = [ base silently tasty tasty-hunit ]; 220269 + benchmarkHaskellDepends = [ base tasty-bench ]; 220270 + description = "Bindings to the primecount library"; 220271 + license = lib.licenses.bsd3; 220272 + hydraPlatforms = lib.platforms.none; 220273 + broken = true; 220274 + }) {inherit (pkgs) primecount;}; 220275 + 220276 "primes" = callPackage 220277 ({ mkDerivation, base }: 220278 mkDerivation { ··· 220364 ({ mkDerivation, base, primitive }: 220365 mkDerivation { 220366 pname = "primitive-checked"; 220367 + version = "0.7.2.0"; 220368 + sha256 = "1swb10hd18w2xnxiwnscsv4fxmvrql3aw7fll5qlqi2hczbkd4lf"; 220369 libraryHaskellDepends = [ base primitive ]; 220370 description = "primitive functions with bounds-checking"; 220371 license = lib.licenses.bsd3; ··· 220434 license = lib.licenses.mit; 220435 }) {}; 220436 220437 + "primitive-extras_0_10_1_4" = callPackage 220438 ({ mkDerivation, base, bytestring, cereal, deferred-folds, focus 220439 , foldl, list-t, primitive, primitive-unlifted, profunctors 220440 , QuickCheck, quickcheck-instances, rerebase, tasty, tasty-hunit ··· 220442 }: 220443 mkDerivation { 220444 pname = "primitive-extras"; 220445 + version = "0.10.1.4"; 220446 + sha256 = "00x8jwmkijc110idviz6i4q25dfxnjv4gcdkhsyrldrg8g1bn90f"; 220447 libraryHaskellDepends = [ 220448 base bytestring cereal deferred-folds focus foldl list-t primitive 220449 primitive-unlifted profunctors vector ··· 221882 license = lib.licenses.bsd3; 221883 }) {}; 221884 221885 + "prometheus_2_2_3" = callPackage 221886 + ({ mkDerivation, atomic-primops, base, bytestring, containers 221887 + , http-client, http-client-tls, http-types, network-uri, text 221888 + , transformers, wai, warp 221889 + }: 221890 + mkDerivation { 221891 + pname = "prometheus"; 221892 + version = "2.2.3"; 221893 + sha256 = "1ggav326fpkrvg39a5rxg2ysg6mb16zzdv4yw0753fyk61v2g4pz"; 221894 + libraryHaskellDepends = [ 221895 + atomic-primops base bytestring containers http-client 221896 + http-client-tls http-types network-uri text transformers wai warp 221897 + ]; 221898 + description = "Prometheus Haskell Client"; 221899 + license = lib.licenses.bsd3; 221900 + hydraPlatforms = lib.platforms.none; 221901 + }) {}; 221902 + 221903 "prometheus-client" = callPackage 221904 ({ mkDerivation, atomic-primops, base, bytestring, clock 221905 , containers, criterion, deepseq, doctest, exceptions, hspec, mtl ··· 223120 license = lib.licenses.mit; 223121 }) {}; 223122 223123 + "psql" = callPackage 223124 + ({ mkDerivation, base, bytestring, cgroup-rts-threads, concurrency 223125 + , containers, cryptonite, exceptions, hspec, massiv, megaparsec 223126 + , mtl, postgresql-libpq, semigroupoids, simpoole, sop-core 223127 + , template-haskell, text, unordered-containers, vector 223128 + }: 223129 + mkDerivation { 223130 + pname = "psql"; 223131 + version = "0.0.0"; 223132 + sha256 = "15f0404yvs6bixzb0wbcp9nnn07wf0vq0dgaxr1pkch4gy8n79ij"; 223133 + revision = "1"; 223134 + editedCabalFile = "0pfi16q3kv0kxwamggk3jsvy5mmgc7g6qawzxwmz14n8mg61885w"; 223135 + libraryHaskellDepends = [ 223136 + base bytestring concurrency containers cryptonite exceptions 223137 + megaparsec mtl postgresql-libpq semigroupoids simpoole 223138 + template-haskell text vector 223139 + ]; 223140 + testHaskellDepends = [ 223141 + base bytestring cgroup-rts-threads exceptions hspec massiv mtl 223142 + postgresql-libpq semigroupoids sop-core unordered-containers vector 223143 + ]; 223144 + description = "PostgreSQL client"; 223145 + license = lib.licenses.bsd3; 223146 + hydraPlatforms = lib.platforms.none; 223147 + }) {}; 223148 + 223149 "psql-helpers" = callPackage 223150 ({ mkDerivation, base, postgresql-simple }: 223151 mkDerivation { ··· 224521 license = lib.licenses.mit; 224522 hydraPlatforms = lib.platforms.none; 224523 broken = true; 224524 + }) {python = null;}; 224525 224526 "pyfi" = callPackage 224527 ({ mkDerivation, aeson, base, bytestring, containers, pureMD5 ··· 224539 license = lib.licenses.mit; 224540 hydraPlatforms = lib.platforms.none; 224541 broken = true; 224542 + }) {python = null;}; 224543 224544 "python-pickle" = callPackage 224545 ({ mkDerivation, attoparsec, base, bytestring, cereal, cmdargs ··· 227211 license = lib.licenses.isc; 227212 }) {}; 227213 227214 + "rampart_2_0_0_0" = callPackage 227215 + ({ mkDerivation, base, criterion, hspec }: 227216 + mkDerivation { 227217 + pname = "rampart"; 227218 + version = "2.0.0.0"; 227219 + sha256 = "1hmn6dm5x2n9mn31lwa3dg77plahqmfj0h6s2h3v5y09d7s2fjhv"; 227220 + libraryHaskellDepends = [ base ]; 227221 + testHaskellDepends = [ base hspec ]; 227222 + benchmarkHaskellDepends = [ base criterion ]; 227223 + description = "Determine how intervals relate to each other"; 227224 + license = lib.licenses.mit; 227225 + hydraPlatforms = lib.platforms.none; 227226 + }) {}; 227227 + 227228 "ramus" = callPackage 227229 ({ mkDerivation, base, criterion, hspec, QuickCheck, quickcheck-io 227230 }: ··· 228128 license = lib.licenses.mit; 228129 }) {}; 228130 228131 + "ratel_2_0_0_0" = callPackage 228132 + ({ mkDerivation, aeson, base, bytestring, case-insensitive 228133 + , containers, filepath, hspec, http-client, http-client-tls 228134 + , http-types, uuid 228135 + }: 228136 + mkDerivation { 228137 + pname = "ratel"; 228138 + version = "2.0.0.0"; 228139 + sha256 = "02pkc0mkzxvv07kzwsrxp1hlgb5gypxc7phsv85k9kr6vvkh58jf"; 228140 + libraryHaskellDepends = [ 228141 + aeson base bytestring case-insensitive containers http-client 228142 + http-client-tls http-types uuid 228143 + ]; 228144 + testHaskellDepends = [ 228145 + aeson base bytestring case-insensitive containers filepath hspec 228146 + http-client http-client-tls http-types uuid 228147 + ]; 228148 + description = "Notify Honeybadger about exceptions"; 228149 + license = lib.licenses.mit; 228150 + hydraPlatforms = lib.platforms.none; 228151 + }) {}; 228152 + 228153 "ratel-wai" = callPackage 228154 ({ mkDerivation, base, bytestring, case-insensitive, containers 228155 , http-client, ratel, wai ··· 228163 ]; 228164 description = "Notify Honeybadger about exceptions via a WAI middleware"; 228165 license = lib.licenses.mit; 228166 + }) {}; 228167 + 228168 + "ratel-wai_2_0_0_0" = callPackage 228169 + ({ mkDerivation, base, bytestring, case-insensitive, containers 228170 + , http-client, ratel, wai 228171 + }: 228172 + mkDerivation { 228173 + pname = "ratel-wai"; 228174 + version = "2.0.0.0"; 228175 + sha256 = "1z95ydab4q8r3lmsin3ghzqcnfliw2km7sdldzm6crvgvpj90l73"; 228176 + libraryHaskellDepends = [ 228177 + base bytestring case-insensitive containers http-client ratel wai 228178 + ]; 228179 + description = "Notify Honeybadger about exceptions via a WAI middleware"; 228180 + license = lib.licenses.mit; 228181 + hydraPlatforms = lib.platforms.none; 228182 }) {}; 228183 228184 "ratelimiter" = callPackage ··· 231915 }: 231916 mkDerivation { 231917 pname = "regex-rure"; 231918 + version = "0.1.0.2"; 231919 + sha256 = "1nqly1c2pg7c44jaajl3kj8hibybm5w8ly4ndyfgmrs60d2kzhyw"; 231920 libraryHaskellDepends = [ base bytestring ]; 231921 librarySystemDepends = [ rure ]; 231922 libraryToolDepends = [ c2hs ]; 231923 testHaskellDepends = [ base bytestring tasty tasty-hunit ]; 231924 description = "Bindings to Rust's regex library"; 231925 + license = lib.licenses.agpl3Only; 231926 hydraPlatforms = lib.platforms.none; 231927 broken = true; 231928 }) {rure = null;}; ··· 232385 ({ mkDerivation, base, vector }: 232386 mkDerivation { 232387 pname = "regression-simple"; 232388 + version = "0.1.1"; 232389 + sha256 = "18gq05xrkkxg2zrnkx9z7n91g8lagz6j3cfw7mqik7dyc2m1w675"; 232390 libraryHaskellDepends = [ base vector ]; 232391 description = "Simple linear and quadratic regression"; 232392 license = lib.licenses.bsd3; ··· 232574 maintainers = with lib.maintainers; [ sternenseemann ]; 232575 }) {}; 232576 232577 + "rel8_1_2_2_0" = callPackage 232578 ({ mkDerivation, aeson, base, bifunctors, bytestring 232579 , case-insensitive, comonad, containers, contravariant, hasql 232580 , hasql-transaction, hedgehog, mmorph, opaleye, pretty ··· 232584 }: 232585 mkDerivation { 232586 pname = "rel8"; 232587 + version = "1.2.2.0"; 232588 + sha256 = "1jbss5liyz8r747yzva1ciadacd63lida1gzrw9g7075hsawfwjf"; 232589 libraryHaskellDepends = [ 232590 aeson base bifunctors bytestring case-insensitive comonad 232591 contravariant hasql opaleye pretty product-profunctors profunctors ··· 234254 pname = "resolv"; 234255 version = "0.1.2.0"; 234256 sha256 = "0wa6wsh6i52q4ah2z0hgzlks325kigch4yniz0y15nw4skxbm8l1"; 234257 + revision = "4"; 234258 + editedCabalFile = "1d3dsbvrwynnbdj32fswiwh90h28p31h6fsfpq5zh85rd29yp210"; 234259 libraryHaskellDepends = [ 234260 base base16-bytestring binary bytestring containers 234261 ]; ··· 237383 237384 "rounded-hw" = callPackage 237385 ({ mkDerivation, array, base, Cabal, deepseq, doctest, fp-ieee 237386 + , hspec, long-double, primitive, QuickCheck, random, tagged 237387 + , tasty-bench, vector 237388 }: 237389 mkDerivation { 237390 pname = "rounded-hw"; 237391 + version = "0.3.0"; 237392 + sha256 = "15y6yz101mnfkc2ff4w6wnqc5r6ykipd7jh0pbg9rjm67jmyr4b5"; 237393 + revision = "1"; 237394 + editedCabalFile = "139hr8a1qyfkdcpxn9pwmi9c7v4q3g86bjrx654nc0q7v87q4afh"; 237395 setupHaskellDepends = [ base Cabal ]; 237396 libraryHaskellDepends = [ 237397 array base deepseq fp-ieee long-double primitive tagged vector ··· 237401 QuickCheck random vector 237402 ]; 237403 benchmarkHaskellDepends = [ 237404 + array base deepseq fp-ieee primitive tasty-bench vector 237405 ]; 237406 description = "Directed rounding for built-in floating types"; 237407 license = lib.licenses.bsd3; ··· 239434 license = lib.licenses.mit; 239435 }) {}; 239436 239437 + "salve_2_0_0_0" = callPackage 239438 + ({ mkDerivation, base, HUnit }: 239439 + mkDerivation { 239440 + pname = "salve"; 239441 + version = "2.0.0.0"; 239442 + sha256 = "0ddja5py6wjxvlc9340v0z9qh7b59vfp81hz882nfq0c0d2bdna5"; 239443 + libraryHaskellDepends = [ base ]; 239444 + testHaskellDepends = [ base HUnit ]; 239445 + description = "Semantic version numbers and constraints"; 239446 + license = lib.licenses.mit; 239447 + hydraPlatforms = lib.platforms.none; 239448 + }) {}; 239449 + 239450 "salvia" = callPackage 239451 ({ mkDerivation, base, bytestring, containers, directory, fclabels 239452 , MaybeT-transformers, monads-fd, network, old-locale, process ··· 240848 hydraPlatforms = lib.platforms.none; 240849 }) {}; 240850 240851 + "scheduling" = callPackage 240852 + ({ mkDerivation, aeson, base, bimap, bytestring, containers, gogol 240853 + , gogol-sheets, lens, mime-mail, mtl, optparse-generic, random, sbv 240854 + , servant, text, time 240855 + }: 240856 + mkDerivation { 240857 + pname = "scheduling"; 240858 + version = "0.1.0.0"; 240859 + sha256 = "14kl43l624b9wl7igj52vxjgw42mdkx1n7f2i6ng638y2wfc0xzl"; 240860 + isLibrary = true; 240861 + isExecutable = true; 240862 + libraryHaskellDepends = [ 240863 + aeson base bimap bytestring containers gogol gogol-sheets lens 240864 + mime-mail mtl optparse-generic random sbv servant text time 240865 + ]; 240866 + executableHaskellDepends = [ 240867 + aeson base bimap bytestring containers gogol gogol-sheets lens 240868 + mime-mail mtl optparse-generic random sbv servant text time 240869 + ]; 240870 + description = "An interview scheduler using constraint satisfaction and Google Sheets"; 240871 + license = lib.licenses.bsd3; 240872 + }) {}; 240873 + 240874 "schedyield" = callPackage 240875 ({ mkDerivation, base }: 240876 mkDerivation { ··· 242037 license = lib.licenses.bsd3; 242038 }) {inherit (pkgs) SDL2;}; 242039 242040 + "sdl2_2_5_3_1" = callPackage 242041 + ({ mkDerivation, base, bytestring, deepseq, exceptions, linear 242042 + , SDL2, StateVar, text, transformers, vector, weigh 242043 + }: 242044 + mkDerivation { 242045 + pname = "sdl2"; 242046 + version = "2.5.3.1"; 242047 + sha256 = "1lnscy9vc3h9fhh65iq60kma79q4pkb00r8lqx8i3ax2v53yl626"; 242048 + isLibrary = true; 242049 + isExecutable = true; 242050 + enableSeparateDataOutput = true; 242051 + libraryHaskellDepends = [ 242052 + base bytestring exceptions linear StateVar text transformers vector 242053 + ]; 242054 + librarySystemDepends = [ SDL2 ]; 242055 + libraryPkgconfigDepends = [ SDL2 ]; 242056 + testHaskellDepends = [ base deepseq linear vector weigh ]; 242057 + description = "Both high- and low-level bindings to the SDL library (version 2.0.6+)."; 242058 + license = lib.licenses.bsd3; 242059 + hydraPlatforms = lib.platforms.none; 242060 + }) {inherit (pkgs) SDL2;}; 242061 + 242062 "sdl2-cairo" = callPackage 242063 ({ mkDerivation, base, cairo, linear, sdl2 }: 242064 mkDerivation { ··· 243425 ]; 243426 description = "Semigroupoids: Category sans id"; 243427 license = lib.licenses.bsd2; 243428 + }) {}; 243429 + 243430 + "semigroupoids_5_3_7" = callPackage 243431 + ({ mkDerivation, base, base-orphans, bifunctors, comonad 243432 + , containers, contravariant, distributive, hashable, tagged 243433 + , template-haskell, transformers, transformers-compat 243434 + , unordered-containers 243435 + }: 243436 + mkDerivation { 243437 + pname = "semigroupoids"; 243438 + version = "5.3.7"; 243439 + sha256 = "169pjrm7lxjxrqj5q1iyl288bx5nj8n0pf2ri1cclxccqnvcsibd"; 243440 + libraryHaskellDepends = [ 243441 + base base-orphans bifunctors comonad containers contravariant 243442 + distributive hashable tagged template-haskell transformers 243443 + transformers-compat unordered-containers 243444 + ]; 243445 + description = "Semigroupoids: Category sans id"; 243446 + license = lib.licenses.bsd2; 243447 + hydraPlatforms = lib.platforms.none; 243448 }) {}; 243449 243450 "semigroupoids-do" = callPackage ··· 245314 ({ mkDerivation, base, bytestring, http-media, servant, text }: 245315 mkDerivation { 245316 pname = "servant-fiat-content"; 245317 + version = "1.0.1"; 245318 + sha256 = "1vkmwllgy9s8kd72yg8ipvqyp1w2fi3mbf98ylwjzjsvm9vbgysx"; 245319 libraryHaskellDepends = [ 245320 base bytestring http-media servant text 245321 ]; ··· 249309 license = lib.licenses.mit; 249310 }) {}; 249311 249312 + "shikensu_0_4_1" = callPackage 249313 ({ mkDerivation, aeson, base, bytestring, directory, filepath, flow 249314 , Glob, tasty, tasty-hunit, text, unordered-containers 249315 }: 249316 mkDerivation { 249317 pname = "shikensu"; 249318 + version = "0.4.1"; 249319 + sha256 = "0qf0rc0sxhj6x03g9mdxhnk8dk8n0jpi6061ky0cqhvivn4fd9hy"; 249320 libraryHaskellDepends = [ 249321 aeson base bytestring directory filepath flow Glob text 249322 unordered-containers ··· 251330 }) {}; 251331 251332 "simplexmq" = callPackage 251333 + ({ mkDerivation, aeson, ansi-terminal, asn1-encoding, asn1-types 251334 + , async, attoparsec, base, base64-bytestring, bytestring 251335 + , composition, constraints, containers, cryptonite, cryptostore 251336 + , data-default, direct-sqlite, directory, file-embed, filepath 251337 + , generic-random, hspec, hspec-core, http-types, HUnit, ini 251338 + , iso8601-time, memory, mtl, network, network-transport 251339 + , optparse-applicative, process, QuickCheck, random, simple-logger 251340 + , sqlite-simple, stm, template-haskell, text, time, timeit, tls 251341 + , transformers, unliftio, unliftio-core, websockets, x509 251342 + , x509-store, x509-validation 251343 }: 251344 mkDerivation { 251345 pname = "simplexmq"; 251346 + version = "1.0.0"; 251347 + sha256 = "0ldri2kp1hadsx9kbypkkijijak1c6zy2h5apj6kgnh7f9a851pm"; 251348 isLibrary = true; 251349 isExecutable = true; 251350 libraryHaskellDepends = [ 251351 + aeson ansi-terminal asn1-encoding asn1-types async attoparsec base 251352 base64-bytestring bytestring composition constraints containers 251353 + cryptonite cryptostore data-default direct-sqlite directory 251354 + file-embed filepath generic-random http-types iso8601-time memory 251355 + mtl network network-transport QuickCheck random simple-logger 251356 + sqlite-simple stm template-haskell text time tls transformers 251357 + unliftio unliftio-core websockets x509 x509-store x509-validation 251358 ]; 251359 executableHaskellDepends = [ 251360 + aeson ansi-terminal asn1-encoding asn1-types async attoparsec base 251361 base64-bytestring bytestring composition constraints containers 251362 + cryptonite cryptostore data-default direct-sqlite directory 251363 + file-embed filepath generic-random http-types ini iso8601-time 251364 + memory mtl network network-transport optparse-applicative process 251365 + QuickCheck random simple-logger sqlite-simple stm template-haskell 251366 + text time tls transformers unliftio unliftio-core websockets x509 251367 + x509-store x509-validation 251368 ]; 251369 testHaskellDepends = [ 251370 + aeson ansi-terminal asn1-encoding asn1-types async attoparsec base 251371 base64-bytestring bytestring composition constraints containers 251372 + cryptonite cryptostore data-default direct-sqlite directory 251373 + file-embed filepath generic-random hspec hspec-core http-types 251374 + HUnit iso8601-time memory mtl network network-transport QuickCheck 251375 + random simple-logger sqlite-simple stm template-haskell text time 251376 + timeit tls transformers unliftio unliftio-core websockets x509 251377 + x509-store x509-validation 251378 ]; 251379 description = "SimpleXMQ message broker"; 251380 license = lib.licenses.agpl3Only; ··· 251403 }: 251404 mkDerivation { 251405 pname = "simpoole"; 251406 + version = "0.4.0"; 251407 + sha256 = "12gvmgjngbl8inf0w5nfngbpk3l2shsc4gi3hxk9m5l85ngz2y16"; 251408 libraryHaskellDepends = [ 251409 base concurrency containers exceptions mtl time 251410 ]; ··· 258812 pname = "stack"; 258813 version = "2.7.3"; 258814 sha256 = "0i2v5i6bg90n6i4clcaww8m8702d3y5z8r03xdizdisjhf0zijj7"; 258815 + revision = "1"; 258816 + editedCabalFile = "0j99hh3lf886qvf86xwgv9a0ps9vp40z2s3xnl4lr4mgn9f0lrvb"; 258817 configureFlags = [ 258818 "-fdisable-git-info" "-fhide-dependency-versions" 258819 "-fsupported-build" ··· 258935 }: 258936 mkDerivation { 258937 pname = "stack-clean-old"; 258938 + version = "0.4.5"; 258939 + sha256 = "04qc3z7xgs8p814lnpwyqgwza7i6wz9mkmzzk0ggq6mv32zzz7kb"; 258940 isLibrary = false; 258941 isExecutable = true; 258942 executableHaskellDepends = [ ··· 260240 ]; 260241 description = "A library of statistical types, data, and functions"; 260242 license = lib.licenses.bsd2; 260243 + }) {}; 260244 + 260245 + "statistics_0_16_0_1" = callPackage 260246 + ({ mkDerivation, aeson, async, base, binary, data-default-class 260247 + , deepseq, dense-linear-algebra, erf, ieee754, math-functions 260248 + , monad-par, mwc-random, primitive, QuickCheck, random, tasty 260249 + , tasty-expected-failure, tasty-hunit, tasty-quickcheck, vector 260250 + , vector-algorithms, vector-binary-instances, vector-th-unbox 260251 + }: 260252 + mkDerivation { 260253 + pname = "statistics"; 260254 + version = "0.16.0.1"; 260255 + sha256 = "16ynj3bj8j70w4iq4xsrz7h140cp0jff0fv1iybsjl3lr83hdvk0"; 260256 + libraryHaskellDepends = [ 260257 + aeson async base binary data-default-class deepseq 260258 + dense-linear-algebra math-functions monad-par mwc-random primitive 260259 + random vector vector-algorithms vector-binary-instances 260260 + vector-th-unbox 260261 + ]; 260262 + testHaskellDepends = [ 260263 + aeson base binary dense-linear-algebra erf ieee754 math-functions 260264 + primitive QuickCheck tasty tasty-expected-failure tasty-hunit 260265 + tasty-quickcheck vector vector-algorithms 260266 + ]; 260267 + description = "A library of statistical types, data, and functions"; 260268 + license = lib.licenses.bsd2; 260269 + hydraPlatforms = lib.platforms.none; 260270 }) {}; 260271 260272 "statistics-dirichlet" = callPackage ··· 262393 pname = "streamly"; 262394 version = "0.8.1.1"; 262395 sha256 = "13m415pcyyzipm5nsf9l8lcan3dn2ck666rq014y46zd66l5ahb9"; 262396 + revision = "1"; 262397 + editedCabalFile = "0y9pq53jd2wf7xb5i51pa6vm728sza405dx37j8rqnqxxbm5sq7y"; 262398 libraryHaskellDepends = [ 262399 atomic-primops base containers deepseq directory exceptions 262400 filepath fusion-plugin-types ghc-prim heaps lockfree-queue ··· 262620 }: 262621 mkDerivation { 262622 pname = "streamly-lz4"; 262623 + version = "0.1.1"; 262624 + sha256 = "1ac7lby73pylzyg84nr155sfkcjj2p9kaj0v99va3kx4r6j4jr81"; 262625 libraryHaskellDepends = [ 262626 base exceptions fusion-plugin-types streamly 262627 ]; ··· 262655 }) {}; 262656 262657 "streamly-process" = callPackage 262658 + ({ mkDerivation, base, directory, exceptions, hspec, process 262659 + , QuickCheck, streamly, tasty-bench, unix 262660 }: 262661 mkDerivation { 262662 pname = "streamly-process"; 262663 + version = "0.2.0"; 262664 + sha256 = "0ryf0hbqdpzlips3hyrhb310ha3h8fbna4rd8lqzj67dya66rd3r"; 262665 libraryHaskellDepends = [ base exceptions process streamly unix ]; 262666 testHaskellDepends = [ 262667 base directory exceptions hspec process QuickCheck streamly 262668 ]; 262669 benchmarkHaskellDepends = [ 262670 + base directory process streamly tasty-bench 262671 ]; 262672 description = "Use OS processes as stream transformation functions"; 262673 license = lib.licenses.asl20; ··· 263000 pname = "strict-tuple"; 263001 version = "0.1.4"; 263002 sha256 = "06fyf58kl3c5xpfdd5h7368ggbfadm5n67h3kqajrsgh3yl84hrq"; 263003 + revision = "1"; 263004 + editedCabalFile = "127byff30qm6vfnpdb2jfhag6dfv8zz306hkdnlkryx4gf5aab86"; 263005 libraryHaskellDepends = [ base bifunctors deepseq hashable ]; 263006 testHaskellDepends = [ base ]; 263007 description = "Strict tuples"; ··· 263513 license = lib.licenses.mit; 263514 }) {}; 263515 263516 + "stripe-concepts_1_0_3_1" = callPackage 263517 + ({ mkDerivation, base, bytestring, text }: 263518 + mkDerivation { 263519 + pname = "stripe-concepts"; 263520 + version = "1.0.3.1"; 263521 + sha256 = "1mi538f8nm90mygrcv6w90bxf0d0lc4qxkbrq19j35l9r1xlm5bk"; 263522 + libraryHaskellDepends = [ base bytestring text ]; 263523 + description = "Types for the Stripe API"; 263524 + license = lib.licenses.mit; 263525 + hydraPlatforms = lib.platforms.none; 263526 + }) {}; 263527 + 263528 "stripe-core" = callPackage 263529 ({ mkDerivation, aeson, base, bytestring, mtl, text, time 263530 , transformers, unordered-containers ··· 263656 }) {}; 263657 263658 "stripe-signature" = callPackage 263659 + ({ mkDerivation, base, base16-bytestring, bytestring 263660 + , cryptohash-sha256, stripe-concepts, text 263661 }: 263662 mkDerivation { 263663 pname = "stripe-signature"; 263664 + version = "1.0.0.14"; 263665 + sha256 = "0r982h1vd06yd1kyhyqf3s982a34amlnfzwykg3cs6pscpqbg7mz"; 263666 libraryHaskellDepends = [ 263667 + base base16-bytestring bytestring cryptohash-sha256 stripe-concepts 263668 text 263669 ]; 263670 + testHaskellDepends = [ 263671 + base base16-bytestring bytestring stripe-concepts text 263672 + ]; 263673 description = "Verification of Stripe webhook signatures"; 263674 license = lib.licenses.mit; 263675 hydraPlatforms = lib.platforms.none; ··· 263719 }: 263720 mkDerivation { 263721 pname = "stripeapi"; 263722 + version = "2.0.1.0"; 263723 + sha256 = "16jiqhkl6ww1rk0n3bp26p30x536akyaaww75bwz0rwzxkr8rjsh"; 263724 libraryHaskellDepends = [ 263725 aeson base bytestring ghc-prim http-client http-conduit http-types 263726 mtl scientific text time transformers unordered-containers vector ··· 263762 license = lib.licenses.mit; 263763 }) {}; 263764 263765 + "strive_6_0_0_1" = callPackage 263766 + ({ mkDerivation, aeson, base, bytestring, data-default, gpolyline 263767 + , http-client, http-client-tls, http-types, template-haskell, text 263768 + , time, transformers 263769 + }: 263770 + mkDerivation { 263771 + pname = "strive"; 263772 + version = "6.0.0.1"; 263773 + sha256 = "1vhszra49nfqx3lfyc378krxx8gf3cs2s6vb602fzlbjbm54i9mh"; 263774 + libraryHaskellDepends = [ 263775 + aeson base bytestring data-default gpolyline http-client 263776 + http-client-tls http-types template-haskell text time transformers 263777 + ]; 263778 + description = "A client for the Strava V3 API"; 263779 + license = lib.licenses.mit; 263780 + hydraPlatforms = lib.platforms.none; 263781 + }) {}; 263782 + 263783 "strong-path" = callPackage 263784 ({ mkDerivation, base, exceptions, filepath, hspec, path, tasty 263785 , tasty-discover, tasty-hspec, tasty-quickcheck, template-haskell ··· 264508 ({ mkDerivation, base }: 264509 mkDerivation { 264510 pname = "successors"; 264511 + version = "0.1.0.3"; 264512 + sha256 = "15pydjb9f7ycjclv5qq0ll8iaf8vpb6241ja858vkkfpz4rsciyv"; 264513 libraryHaskellDepends = [ base ]; 264514 description = "An applicative functor to manage successors"; 264515 license = lib.licenses.mit; ··· 265246 pname = "svg-builder"; 265247 version = "0.1.1"; 265248 sha256 = "1k420f497lzkymmxin88ql6ib8dziic43avykv31yq65rgrf7l2g"; 265249 + revision = "5"; 265250 + editedCabalFile = "0cnv8rx410mprjvdmzz8j9lmd05wb87zk9bcpjhyymz4qhcbqpl2"; 265251 libraryHaskellDepends = [ 265252 base blaze-builder bytestring hashable text unordered-containers 265253 ]; ··· 268605 license = lib.licenses.mit; 268606 }) {}; 268607 268608 + "tailwind" = callPackage 268609 + ({ mkDerivation, aeson, async, base, bytestring, containers 268610 + , data-default, deriving-aeson, directory, filepath, filepattern 268611 + , lens, monad-logger, mtl, neat-interpolation, optparse-applicative 268612 + , parser-combinators, profunctors, relude, safe-exceptions 268613 + , temporary, text, time, unliftio, which, with-utf8 268614 + }: 268615 + mkDerivation { 268616 + pname = "tailwind"; 268617 + version = "0.1.0.0"; 268618 + sha256 = "1wvmygaf8dmy9h0wzxb3623rpdmzvhzr879yc4sm94bzd42y8cy6"; 268619 + isLibrary = true; 268620 + isExecutable = true; 268621 + libraryHaskellDepends = [ 268622 + aeson async base bytestring containers data-default deriving-aeson 268623 + directory filepath filepattern lens monad-logger mtl 268624 + neat-interpolation profunctors relude safe-exceptions temporary 268625 + text time unliftio which with-utf8 268626 + ]; 268627 + executableHaskellDepends = [ 268628 + base data-default filepath filepattern lens monad-logger 268629 + optparse-applicative parser-combinators relude with-utf8 268630 + ]; 268631 + description = "Tailwind wrapped in Haskell"; 268632 + license = lib.licenses.mit; 268633 + hydraPlatforms = lib.platforms.none; 268634 + broken = true; 268635 + }) {}; 268636 + 268637 "tak" = callPackage 268638 ({ mkDerivation, base, bytestring, hashable, hslogger, HUnit 268639 , matrix, network, parsec, random-shuffle, safe ··· 269440 license = lib.licenses.mit; 269441 }) {}; 269442 269443 + "tasty-golden_2_3_5" = callPackage 269444 + ({ mkDerivation, async, base, bytestring, containers, deepseq 269445 + , directory, filepath, mtl, optparse-applicative, tagged, tasty 269446 + , tasty-hunit, temporary, text, typed-process 269447 + }: 269448 + mkDerivation { 269449 + pname = "tasty-golden"; 269450 + version = "2.3.5"; 269451 + sha256 = "03klnxn9rcv0l7fl4w8q6s59fzl1328j1wzwi1za4gb0l90vadwb"; 269452 + isLibrary = true; 269453 + isExecutable = true; 269454 + libraryHaskellDepends = [ 269455 + async base bytestring containers deepseq directory filepath mtl 269456 + optparse-applicative tagged tasty temporary text typed-process 269457 + ]; 269458 + testHaskellDepends = [ 269459 + base directory filepath tasty tasty-hunit temporary typed-process 269460 + ]; 269461 + description = "Golden tests support for tasty"; 269462 + license = lib.licenses.mit; 269463 + hydraPlatforms = lib.platforms.none; 269464 + }) {}; 269465 + 269466 "tasty-grading-system" = callPackage 269467 ({ mkDerivation, aeson, base, containers, directory, filepath 269468 , generic-deriving, mtl, stm, tagged, tasty, tasty-hunit, text ··· 271701 pname = "termbox"; 271702 version = "0.3.0"; 271703 sha256 = "1vi2ssylwvc6xqnhpnvc9q9c70glbf6s63rmyblc53g4qra2wkah"; 271704 + revision = "1"; 271705 + editedCabalFile = "1d0sv2ycizpy0fsn0v4n2bbziyr56y2md8qnqmr0bx1rkriz67li"; 271706 isLibrary = true; 271707 isExecutable = true; 271708 libraryHaskellDepends = [ base ]; ··· 271716 pname = "termbox-banana"; 271717 version = "0.3.0"; 271718 sha256 = "07nn1jff33zb80vhzkw48fik5d5w7j7q982ihpsbb6gbqp5azx5s"; 271719 + revision = "1"; 271720 + editedCabalFile = "0k62lbwigk97shxlx5c34d2k81ndims9nc36rlcv34s0iig0lh7d"; 271721 isLibrary = true; 271722 isExecutable = true; 271723 libraryHaskellDepends = [ base reactive-banana termbox ]; ··· 272361 }: 272362 mkDerivation { 272363 pname = "test-lib"; 272364 + version = "0.4"; 272365 + sha256 = "0jp0k27vvdz4lfrdi7874j7gnnn051kvqfn1k3zg1ap4m9jzyb45"; 272366 isLibrary = true; 272367 isExecutable = true; 272368 libraryHaskellDepends = [ ··· 272802 license = lib.licenses.gpl2Only; 272803 }) {}; 272804 272805 + "texmath_0_12_4" = callPackage 272806 + ({ mkDerivation, base, bytestring, containers, directory, filepath 272807 + , mtl, pandoc-types, parsec, process, split, syb, temporary, text 272808 + , utf8-string, xml 272809 + }: 272810 + mkDerivation { 272811 + pname = "texmath"; 272812 + version = "0.12.4"; 272813 + sha256 = "1k7hh75jzgysh7b7jkvy4w07dbkvm5fcc5hkkixz6xzrp2fvnws3"; 272814 + isLibrary = true; 272815 + isExecutable = true; 272816 + libraryHaskellDepends = [ 272817 + base containers mtl pandoc-types parsec split syb text xml 272818 + ]; 272819 + testHaskellDepends = [ 272820 + base bytestring directory filepath process temporary text 272821 + utf8-string xml 272822 + ]; 272823 + description = "Conversion between math formats"; 272824 + license = lib.licenses.gpl2Only; 272825 + hydraPlatforms = lib.platforms.none; 272826 + }) {}; 272827 + 272828 "texrunner" = callPackage 272829 ({ mkDerivation, attoparsec, base, bytestring, directory, filepath 272830 , HUnit, io-streams, lens, mtl, process, semigroups, temporary ··· 273603 license = lib.licenses.bsd3; 273604 }) {}; 273605 273606 + "text-show_3_9_6" = callPackage 273607 ({ mkDerivation, array, base, base-compat-batteries, base-orphans 273608 , bifunctors, bytestring, bytestring-builder, containers, criterion 273609 , deepseq, deriving-compat, generic-deriving, ghc-boot-th, ghc-prim ··· 273613 }: 273614 mkDerivation { 273615 pname = "text-show"; 273616 + version = "3.9.6"; 273617 + sha256 = "1wcnwfshsscwy96jg709m2vrprcy4hi65n7f65a45q9rr81jiriw"; 273618 libraryHaskellDepends = [ 273619 array base base-compat-batteries bifunctors bytestring 273620 bytestring-builder containers generic-deriving ghc-boot-th ghc-prim ··· 276558 pname = "timer-wheel"; 276559 version = "0.3.0"; 276560 sha256 = "16v663mcsj0h17x4jriq50dps3m3f8wqcsm19kl48vrs7f4mp07s"; 276561 + revision = "2"; 276562 + editedCabalFile = "0kfckbmcf9c8538i38r40agrc31mgk771hfnm54sgslnam1idiym"; 276563 libraryHaskellDepends = [ atomic-primops base psqueues vector ]; 276564 testHaskellDepends = [ base ]; 276565 description = "A timer wheel"; ··· 276758 }: 276759 mkDerivation { 276760 pname = "timezone-olson-th"; 276761 + version = "0.1.0.11"; 276762 + sha256 = "0lpsmjy99l1yqz23dqb31cx08wg19bd4qzfmsqzz7hfmz0dgjqsj"; 276763 libraryHaskellDepends = [ 276764 base template-haskell time timezone-olson timezone-series 276765 ]; ··· 279369 pname = "transformers-compat"; 279370 version = "0.7.1"; 279371 sha256 = "102hydcqn7yjskzp586fvsw39dp3fi34fkskc7ykqkf16haqc2xc"; 279372 + revision = "1"; 279373 + editedCabalFile = "03xi4gxwvim33xkv289g6wz9dpz43zd91s5j2ini7bhcg40gagl7"; 279374 libraryHaskellDepends = [ base ghc-prim transformers ]; 279375 description = "A small compatibility shim for the transformers library"; 279376 license = lib.licenses.bsd3; ··· 281521 281522 "twain" = callPackage 281523 ({ mkDerivation, aeson, base, bytestring, case-insensitive, cookie 281524 + , either, exceptions, http-types, http2, text, time, transformers 281525 + , vault, wai, wai-extra 281526 }: 281527 mkDerivation { 281528 pname = "twain"; 281529 + version = "2.0.1.0"; 281530 + sha256 = "0wal0qr3bacy7phgbvi2sif5q490jk8mhw675lpl2ch8dmmf769p"; 281531 libraryHaskellDepends = [ 281532 + aeson base bytestring case-insensitive cookie either exceptions 281533 + http-types http2 text time transformers vault wai wai-extra 281534 ]; 281535 description = "Tiny web application framework for WAI"; 281536 license = lib.licenses.bsd3; ··· 282691 pname = "type-map"; 282692 version = "0.1.6.0"; 282693 sha256 = "0zakl5bdzwng1r0x384w066zhwgwcf24s6jsm6d4zsx7xmngzmr5"; 282694 + revision = "1"; 282695 + editedCabalFile = "184jzydzkm8qa3wbfzx173yjhydss9fnki0g81dp4yij90lr1qf9"; 282696 libraryHaskellDepends = [ base containers ghc-prim vector ]; 282697 testHaskellDepends = [ 282698 base HUnit test-framework test-framework-hunit ··· 282701 license = lib.licenses.mit; 282702 }) {}; 282703 282704 + "type-map_0_1_7_0" = callPackage 282705 + ({ mkDerivation, base, containers, ghc-prim, HUnit, test-framework 282706 + , test-framework-hunit, vector 282707 + }: 282708 + mkDerivation { 282709 + pname = "type-map"; 282710 + version = "0.1.7.0"; 282711 + sha256 = "0612y1n2ydnb5sw411a1xnjmp03qhjl3iv9pnwdj59l17bcmqq21"; 282712 + libraryHaskellDepends = [ base containers ghc-prim vector ]; 282713 + testHaskellDepends = [ 282714 + base HUnit test-framework test-framework-hunit 282715 + ]; 282716 + description = "Type-indexed maps"; 282717 + license = lib.licenses.mit; 282718 + hydraPlatforms = lib.platforms.none; 282719 + }) {}; 282720 + 282721 "type-natural" = callPackage 282722 ({ mkDerivation, base, constraints, equational-reasoning, ghc 282723 , ghc-typelits-knownnat, ghc-typelits-natnormalise ··· 284873 pname = "unicode-data"; 284874 version = "0.3.0"; 284875 sha256 = "0pwjjsk0gjkn73ghj10s603p84xr7h2kfg351c9grzngrcv9giq8"; 284876 + revision = "1"; 284877 + editedCabalFile = "1invxbc1f635rywnkcpap9s93z08mbdfi3rzi7882lssf1wy0i85"; 284878 isLibrary = true; 284879 isExecutable = true; 284880 libraryHaskellDepends = [ base ]; ··· 285013 pname = "unicode-transforms"; 285014 version = "0.4.0"; 285015 sha256 = "0m234yhjizl28xm8y08bdhrbni666r7q2z71a8s64lynqk4lzq5k"; 285016 + revision = "1"; 285017 + editedCabalFile = "18k7z25byg9x05rydbcgjfvhz9qdv6yxjvxac58kxw8pfj8xlcap"; 285018 isLibrary = true; 285019 isExecutable = true; 285020 libraryHaskellDepends = [ ··· 285622 }: 285623 mkDerivation { 285624 pname = "units"; 285625 + version = "2.4.1.5"; 285626 + sha256 = "09ssrid1an2nv6j9skb787i3hqiz5hgz020q13552w55m0smw4c9"; 285627 libraryHaskellDepends = [ 285628 base containers deepseq lens linear mtl multimap singletons syb 285629 template-haskell th-desugar units-parser vector-space ··· 286042 license = lib.licenses.bsd3; 286043 }) {}; 286044 286045 + "unix-compat_0_5_4" = callPackage 286046 + ({ mkDerivation, base, unix }: 286047 + mkDerivation { 286048 + pname = "unix-compat"; 286049 + version = "0.5.4"; 286050 + sha256 = "1cd4lh2c16h7y5hzrcn5l9vir8aq2wcizwksppnagklsdsfmf942"; 286051 + libraryHaskellDepends = [ base unix ]; 286052 + description = "Portable POSIX-compatibility layer"; 286053 + license = lib.licenses.bsd3; 286054 + hydraPlatforms = lib.platforms.none; 286055 + }) {}; 286056 + 286057 "unix-fcntl" = callPackage 286058 ({ mkDerivation, base, foreign-var }: 286059 mkDerivation { ··· 290393 }: 290394 mkDerivation { 290395 pname = "verset"; 290396 + version = "0.0.1.7"; 290397 + sha256 = "12bbadznnp4pksy1yb7lw4zniksnaz7ipmfyji0ak6b0bqfh74s2"; 290398 libraryHaskellDepends = [ 290399 base bytestring containers extra mtl safe text time uuid 290400 ]; ··· 291149 }: 291150 mkDerivation { 291151 pname = "vivid"; 291152 + version = "0.5.2.0"; 291153 + sha256 = "1p4x6q2ks259xzigj31f8bz3562k07dzj77a9bnhl934sl85hz6q"; 291154 libraryHaskellDepends = [ 291155 base binary bytestring cereal containers directory filepath 291156 hashable MonadRandom mtl network process random random-shuffle ··· 292056 description = "Enforce HTTPS in Wai server app safely"; 292057 license = lib.licenses.bsd3; 292058 hydraPlatforms = lib.platforms.none; 292059 + }) {}; 292060 + 292061 + "wai-env" = callPackage 292062 + ({ mkDerivation, base, data-default, vault, wai }: 292063 + mkDerivation { 292064 + pname = "wai-env"; 292065 + version = "1.0.0.0"; 292066 + sha256 = "03hnp38qgi2qqkzpds7ac2arvsjvpbfdkwwfcl5c6f6zjdwzq97y"; 292067 + libraryHaskellDepends = [ base data-default vault wai ]; 292068 + description = "WAI middleware to parameterize requests with environment"; 292069 + license = lib.licenses.bsd3; 292070 }) {}; 292071 292072 "wai-eventsource" = callPackage ··· 293866 "warc" = callPackage 293867 ({ mkDerivation, attoparsec, base, bytestring, errors, exceptions 293868 , filepath, free, hashable, lens, mmorph, optparse-applicative 293869 + , pipes, pipes-attoparsec, pipes-bytestring, text, time 293870 , transformers, unordered-containers 293871 }: 293872 mkDerivation { 293873 pname = "warc"; 293874 + version = "1.0.5"; 293875 + sha256 = "1s01x0w37gsh4kkv1jq54i0yf7mxk6m6jr6djwql8dz8nqrny8j7"; 293876 isLibrary = true; 293877 isExecutable = true; 293878 libraryHaskellDepends = [ ··· 293882 ]; 293883 executableHaskellDepends = [ 293884 attoparsec base bytestring errors exceptions filepath free lens 293885 + optparse-applicative pipes pipes-attoparsec pipes-bytestring text 293886 + time transformers 293887 ]; 293888 description = "A parser for the Web Archive (WARC) format"; 293889 license = lib.licenses.bsd3; ··· 295118 broken = true; 295119 }) {}; 295120 295121 + "webgear-core" = callPackage 295122 + ({ mkDerivation, arrows, base, bytestring, case-insensitive 295123 + , filepath, http-api-data, http-media, http-types, jose, mime-types 295124 + , network, safe-exceptions, tagged, template-haskell, text 295125 + , unordered-containers, wai 295126 + }: 295127 + mkDerivation { 295128 + pname = "webgear-core"; 295129 + version = "1.0.1"; 295130 + sha256 = "06yg14x40j7jg5gy875f2g4fplnh08678qy3naqapd8ysvw52rmb"; 295131 + libraryHaskellDepends = [ 295132 + arrows base bytestring case-insensitive filepath http-api-data 295133 + http-media http-types jose mime-types network safe-exceptions 295134 + tagged template-haskell text unordered-containers wai 295135 + ]; 295136 + description = "Composable, type-safe library to build HTTP APIs"; 295137 + license = lib.licenses.mpl20; 295138 + }) {}; 295139 + 295140 + "webgear-openapi" = callPackage 295141 + ({ mkDerivation, arrows, base, http-media, http-types 295142 + , insert-ordered-containers, lens, openapi3, text, webgear-core 295143 + }: 295144 + mkDerivation { 295145 + pname = "webgear-openapi"; 295146 + version = "1.0.1"; 295147 + sha256 = "0fxj5bhsqxkjizyl0wcwbs5ai05lksf3cwzz2535lb4rh90ndx3b"; 295148 + libraryHaskellDepends = [ 295149 + arrows base http-media http-types insert-ordered-containers lens 295150 + openapi3 text webgear-core 295151 + ]; 295152 + description = "Composable, type-safe library to build HTTP API servers"; 295153 + license = lib.licenses.mpl20; 295154 + }) {}; 295155 + 295156 "webgear-server" = callPackage 295157 ({ mkDerivation, aeson, base, base64-bytestring, bytestring 295158 , bytestring-conversion, case-insensitive, http-api-data ··· 295177 ]; 295178 description = "Composable, type-safe library to build HTTP API servers"; 295179 license = lib.licenses.mpl20; 295180 + }) {}; 295181 + 295182 + "webgear-server_1_0_1" = callPackage 295183 + ({ mkDerivation, aeson, arrows, base, base64-bytestring, bytestring 295184 + , bytestring-conversion, http-api-data, http-media, http-types 295185 + , jose, monad-time, mtl, QuickCheck, quickcheck-instances, tasty 295186 + , tasty-hunit, tasty-quickcheck, text, unordered-containers, wai 295187 + , webgear-core 295188 + }: 295189 + mkDerivation { 295190 + pname = "webgear-server"; 295191 + version = "1.0.1"; 295192 + sha256 = "0v27iq4jqbxyn66pzi7sz0qapd4a0k1iifvj2ng488jl2j852xa2"; 295193 + libraryHaskellDepends = [ 295194 + aeson arrows base base64-bytestring bytestring 295195 + bytestring-conversion http-api-data http-media http-types jose 295196 + monad-time mtl text unordered-containers wai webgear-core 295197 + ]; 295198 + testHaskellDepends = [ 295199 + base base64-bytestring bytestring http-types QuickCheck 295200 + quickcheck-instances tasty tasty-hunit tasty-quickcheck text wai 295201 + webgear-core 295202 + ]; 295203 + description = "Composable, type-safe library to build HTTP API servers"; 295204 + license = lib.licenses.mpl20; 295205 + hydraPlatforms = lib.platforms.none; 295206 }) {}; 295207 295208 "webidl" = callPackage ··· 296306 pname = "windns"; 296307 version = "0.1.0.1"; 296308 sha256 = "016d1cf51jqvhbzlf5kbizv4l4dymradac1420rl47q2k5faczq8"; 296309 + revision = "4"; 296310 + editedCabalFile = "17wzjaj16q4bm8kz2mcs02naj6v89lnbwjfgmrf81c9dw873l9px"; 296311 libraryHaskellDepends = [ base bytestring deepseq ]; 296312 librarySystemDepends = [ dnsapi ]; 296313 description = "Domain Name Service (DNS) lookup via the <windns.h>/dnsapi.dll standard library"; ··· 296497 maintainers = with lib.maintainers; [ maralorn ]; 296498 }) {}; 296499 296500 + "witch_1_0_0_1" = callPackage 296501 + ({ mkDerivation, base, bytestring, containers, HUnit 296502 + , template-haskell, text, time 296503 + }: 296504 + mkDerivation { 296505 + pname = "witch"; 296506 + version = "1.0.0.1"; 296507 + sha256 = "010agcfcmyjmcz6wl7wrwd6w7y60d4163vlvrp1b2h8w86z87jlm"; 296508 + libraryHaskellDepends = [ 296509 + base bytestring containers template-haskell text time 296510 + ]; 296511 + testHaskellDepends = [ 296512 + base bytestring containers HUnit template-haskell text time 296513 + ]; 296514 + description = "Convert values from one type into another"; 296515 + license = lib.licenses.mit; 296516 + hydraPlatforms = lib.platforms.none; 296517 + maintainers = with lib.maintainers; [ maralorn ]; 296518 + }) {}; 296519 + 296520 "with-index" = callPackage 296521 ({ mkDerivation, base }: 296522 mkDerivation { ··· 296843 libraryHaskellDepends = [ base base-compat text ]; 296844 description = "A Wadler/Leijen Pretty Printer for Text values"; 296845 license = lib.licenses.bsd3; 296846 + }) {}; 296847 + 296848 + "wl-pprint-text_1_2_0_2" = callPackage 296849 + ({ mkDerivation, base, base-compat, text }: 296850 + mkDerivation { 296851 + pname = "wl-pprint-text"; 296852 + version = "1.2.0.2"; 296853 + sha256 = "0axivwh7bxmljxpfnccs66knxzrqck07byxmp2j737xbb26pf5cj"; 296854 + libraryHaskellDepends = [ base base-compat text ]; 296855 + description = "A Wadler/Leijen Pretty Printer for Text values"; 296856 + license = lib.licenses.bsd3; 296857 + hydraPlatforms = lib.platforms.none; 296858 }) {}; 296859 296860 "wlc-hs" = callPackage ··· 297228 }: 297229 mkDerivation { 297230 pname = "wordlist"; 297231 + version = "0.1.0.5"; 297232 + sha256 = "11h52dykc23ks3wn3apnp81jm091igqy8dkgs7apk8yh141vdfak"; 297233 isLibrary = true; 297234 isExecutable = true; 297235 libraryHaskellDepends = [ base optparse-applicative text ]; ··· 298314 license = lib.licenses.mit; 298315 }) {}; 298316 298317 + "wuss_2_0_0_1" = callPackage 298318 + ({ mkDerivation, base, bytestring, connection, network, websockets 298319 + }: 298320 + mkDerivation { 298321 + pname = "wuss"; 298322 + version = "2.0.0.1"; 298323 + sha256 = "17s6wilzyzsdc174a3an12pkq20cy7x2pfrn4jmdp30f468r47fb"; 298324 + libraryHaskellDepends = [ 298325 + base bytestring connection network websockets 298326 + ]; 298327 + description = "Secure WebSocket (WSS) clients"; 298328 + license = lib.licenses.mit; 298329 + hydraPlatforms = lib.platforms.none; 298330 + }) {}; 298331 + 298332 "wx" = callPackage 298333 ({ mkDerivation, base, stm, time, wxcore }: 298334 mkDerivation { ··· 299554 ]; 299555 description = "Hamlet-style quasiquoter for XML content"; 299556 license = lib.licenses.bsd3; 299557 + }) {}; 299558 + 299559 + "xml-hamlet_0_5_0_2" = callPackage 299560 + ({ mkDerivation, base, containers, hspec, HUnit, parsec 299561 + , shakespeare, template-haskell, text, xml-conduit 299562 + }: 299563 + mkDerivation { 299564 + pname = "xml-hamlet"; 299565 + version = "0.5.0.2"; 299566 + sha256 = "109fck1626d74s00ssjffg837584wf7dxpswkil37wqqfy94mw2z"; 299567 + libraryHaskellDepends = [ 299568 + base containers parsec shakespeare template-haskell text 299569 + xml-conduit 299570 + ]; 299571 + testHaskellDepends = [ 299572 + base containers hspec HUnit parsec shakespeare template-haskell 299573 + text xml-conduit 299574 + ]; 299575 + description = "Hamlet-style quasiquoter for XML content"; 299576 + license = lib.licenses.bsd3; 299577 + hydraPlatforms = lib.platforms.none; 299578 }) {}; 299579 299580 "xml-helpers" = callPackage
+24
pkgs/development/haskell-modules/patches/hnix.patch
···
··· 1 + From 06b12ab8a733d4de2a39060ba29c06e4ec1c1187 Mon Sep 17 00:00:00 2001 2 + From: Anton Latukha <anton.latukha@gmail.com> 3 + Date: Sun, 16 Jan 2022 18:16:50 +0200 4 + Subject: [PATCH] fix aeson <2 support 5 + 6 + --- 7 + src/Nix/Json.hs | 2 ++ 8 + 1 file changed, 2 insertions(+) 9 + 10 + diff --git a/src/Nix/Json.hs b/src/Nix/Json.hs 11 + index 3fe05269..329899e4 100644 12 + --- a/src/Nix/Json.hs 13 + +++ b/src/Nix/Json.hs 14 + @@ -9,6 +9,8 @@ import qualified Data.Text.Lazy.Encoding as TL 15 + #if MIN_VERSION_aeson(2,0,0) 16 + import qualified Data.Aeson.Key as AKM 17 + import qualified Data.Aeson.KeyMap as AKM 18 + +#else 19 + +import Nix.Expr.Types 20 + #endif 21 + import qualified Data.Vector as V 22 + import Nix.Atoms 23 + -- 24 + 2.34.1
-57
pkgs/development/interpreters/love/0.7.nix
··· 1 - { lib, stdenv, fetchurl, pkg-config 2 - , SDL, libGLU, libGL, openal, lua 3 - , libdevil, freetype, physfs 4 - , libmodplug, mpg123, libvorbis, libogg 5 - , libmng 6 - }: 7 - 8 - stdenv.mkDerivation rec { 9 - pname = "love"; 10 - version = "0.7.2"; 11 - 12 - src = fetchurl { 13 - url = "https://github.com/love2d/love/releases/download/${version}/love-${version}-linux-src.tar.gz"; 14 - sha256 = "0s7jywkvydlshlgy11ilzngrnybmq5xlgzp2v2dhlffwrfqdqym5"; 15 - }; 16 - 17 - # see discussion on arch linux user repository (https://aur.archlinux.org/packages/love07/?setlang=cs#comment-684696) 18 - patches = [ ./0.7-gl-prototypes.patch ]; 19 - 20 - nativeBuildInputs = [ pkg-config ]; 21 - buildInputs = [ 22 - SDL libGLU libGL openal lua 23 - libdevil freetype physfs libmodplug mpg123 libvorbis libogg libmng 24 - ]; 25 - 26 - preConfigure = '' 27 - luaoptions="${"''"} lua luajit " 28 - for i in lua luajit-; do 29 - for j in 5 5.0 5.1 5.2 5.3 5.4; do 30 - luaoptions="$luaoptions $i$j " 31 - done 32 - done 33 - luaso="$(echo "${lua}/lib/"lib*.so.*)" 34 - luaso="''${luaso##*/lib}" 35 - luaso="''${luaso%%.so*}" 36 - luaoptions="$luaoptions $luaso" 37 - sed -e "s/${"''"} lua lua.*;/$luaoptions;/" -i configure 38 - 39 - luaincdir="$(echo "${lua}/include"/*/ )" 40 - test -d "$luaincdir" && { 41 - export NIX_CFLAGS_COMPILE="$NIX_CFLAGS_COMPILE -I$luaincdir" 42 - } || true 43 - ''; 44 - 45 - NIX_CFLAGS_COMPILE = '' 46 - -I${SDL.dev}/include/SDL 47 - -I${freetype.dev}include/freetype2 48 - ''; 49 - 50 - meta = { 51 - homepage = "https://love2d.org"; 52 - description = "A Lua-based 2D game engine/scripting language"; 53 - license = lib.licenses.zlib; 54 - platforms = lib.platforms.linux; 55 - maintainers = [ lib.maintainers.raskin ]; 56 - }; 57 - }
···
-54
pkgs/development/interpreters/love/0.8.nix
··· 1 - { lib, stdenv, fetchurl, pkg-config 2 - , SDL, libGLU, libGL, openal, lua 3 - , libdevil, freetype, physfs 4 - , libmodplug, mpg123, libvorbis, libogg 5 - }: 6 - 7 - stdenv.mkDerivation rec { 8 - pname = "love"; 9 - version = "0.8.0"; 10 - 11 - src = fetchurl { 12 - url = "https://github.com/love2d/love/releases/download/${version}/love-${version}-linux-src.tar.gz"; 13 - sha256 = "1k4fcsa8zzi04ja179bmj24hvqcbm3icfvrvrzyz2gw9qwfclrwi"; 14 - }; 15 - 16 - nativeBuildInputs = [ pkg-config ]; 17 - buildInputs = [ 18 - SDL libGLU libGL openal lua 19 - libdevil freetype physfs libmodplug mpg123 libvorbis libogg 20 - ]; 21 - 22 - preConfigure = '' 23 - luaoptions="${"''"} lua luajit " 24 - for i in lua luajit-; do 25 - for j in 5 5.0 5.1 5.2 5.3 5.4; do 26 - luaoptions="$luaoptions $i$j " 27 - done 28 - done 29 - luaso="$(echo "${lua}/lib/"lib*.so.*)" 30 - luaso="''${luaso##*/lib}" 31 - luaso="''${luaso%%.so*}" 32 - luaoptions="$luaoptions $luaso" 33 - sed -e "s/${"''"} lua lua.*;/$luaoptions;/" -i configure 34 - 35 - luaincdir="$(echo "${lua}/include"/*/ )" 36 - test -d "$luaincdir" && { 37 - export NIX_CFLAGS_COMPILE="$NIX_CFLAGS_COMPILE -I$luaincdir" 38 - } || true 39 - ''; 40 - 41 - NIX_CFLAGS_COMPILE = toString [ 42 - "-I${SDL.dev}/include/SDL" 43 - "-I${freetype.dev}include/freetype2" 44 - "-DGL_GLEXT_PROTOTYPES" # https://community.khronos.org/t/glgenbuffers-was-not-declared-in-this-scope/59283/2 45 - ]; 46 - 47 - meta = { 48 - homepage = "https://love2d.org"; 49 - description = "A Lua-based 2D game engine/scripting language"; 50 - license = lib.licenses.zlib; 51 - platforms = lib.platforms.linux; 52 - maintainers = [ lib.maintainers.raskin ]; 53 - }; 54 - }
···
-36
pkgs/development/interpreters/love/0.9.nix
··· 1 - { lib, stdenv, fetchurl, pkg-config 2 - , SDL2, libGLU, libGL, openal, luajit 3 - , libdevil, freetype, physfs 4 - , libmodplug, mpg123, libvorbis, libogg 5 - }: 6 - 7 - stdenv.mkDerivation rec { 8 - pname = "love"; 9 - version = "0.9.2"; 10 - 11 - src = fetchurl { 12 - url = "https://github.com/love2d/love/releases/download/${version}/love-${version}-linux-src.tar.gz"; 13 - sha256 = "0wn1npr5gal5b1idh4a5fwc3f5c36lsbjd4r4d699rqlviid15d9"; 14 - }; 15 - 16 - nativeBuildInputs = [ pkg-config ]; 17 - buildInputs = [ 18 - SDL2 libGLU libGL openal luajit 19 - libdevil freetype physfs libmodplug mpg123 libvorbis libogg 20 - ]; 21 - 22 - configureFlags = [ 23 - "--with-lua=luajit" 24 - ]; 25 - 26 - NIX_CFLAGS_COMPILE = [ "-DluaL_reg=luaL_Reg" ]; # needed since luajit-2.1.0-beta3 27 - 28 - meta = { 29 - homepage = "https://love2d.org"; 30 - description = "A Lua-based 2D game engine/scripting language"; 31 - license = lib.licenses.zlib; 32 - platforms = lib.platforms.linux; 33 - maintainers = [ lib.maintainers.raskin ]; 34 - broken = true; 35 - }; 36 - }
···
+3 -3
pkgs/development/libraries/highfive/default.nix
··· 12 13 stdenv.mkDerivation rec { 14 pname = "highfive"; 15 - version = "2.2"; 16 17 src = fetchFromGitHub { 18 owner = "BlueBrain"; 19 repo = "HighFive"; 20 - rev = "4c70d818ed18231563fe49ff197d1c41054be592"; 21 - sha256 = "02xy3c2ix3nw8109aw75ixj651knzc5rjqwqrxximm4hzwx09frk"; 22 }; 23 24 nativeBuildInputs = [ cmake ];
··· 12 13 stdenv.mkDerivation rec { 14 pname = "highfive"; 15 + version = "2.3.1"; 16 17 src = fetchFromGitHub { 18 owner = "BlueBrain"; 19 repo = "HighFive"; 20 + rev = "v${version}"; 21 + sha256 = "qaIThJGdoLgs82h+W4BKQEu1yy1bB8bZFiuxI7IxInw="; 22 }; 23 24 nativeBuildInputs = [ cmake ];
+2 -2
pkgs/development/libraries/xdg-desktop-portal-wlr/default.nix
··· 4 5 stdenv.mkDerivation rec { 6 pname = "xdg-desktop-portal-wlr"; 7 - version = "0.4.0"; 8 9 src = fetchFromGitHub { 10 owner = "emersion"; 11 repo = pname; 12 rev = "v${version}"; 13 - sha256 = "sha256:13fbzh8bjnhk4xs8j9bpc01q3hy27zpbf0gkk1fnh3hm5pnyfyiv"; 14 }; 15 16 nativeBuildInputs = [ meson ninja pkg-config wayland-protocols makeWrapper ];
··· 4 5 stdenv.mkDerivation rec { 6 pname = "xdg-desktop-portal-wlr"; 7 + version = "0.5.0"; 8 9 src = fetchFromGitHub { 10 owner = "emersion"; 11 repo = pname; 12 rev = "v${version}"; 13 + sha256 = "sha256-weePlNcLmZ3R0IDQ95p0wQvsKTYp+sVlTENJtF8Z78Y="; 14 }; 15 16 nativeBuildInputs = [ meson ninja pkg-config wayland-protocols makeWrapper ];
+3 -4
pkgs/development/tools/misc/gpuvis/default.nix
··· 12 13 stdenv.mkDerivation rec { 14 pname = "gpuvis"; 15 - version = "20210220"; 16 17 src = fetchFromGitHub { 18 owner = "mikesart"; 19 repo = pname; 20 - rev = "216f7d810e182a89fd96ab9fad2a5c2b1e425ea9"; 21 - sha256 = "15pj7gy0irlp849a85z68n184jksjri0xhihgh56rs15kq333mwz"; 22 }; 23 24 # patch dlopen path for gtk3 25 - # python2 is wrongly added in the meson file, upstream PR: https://github.com/mikesart/gpuvis/pull/62 26 postPatch = '' 27 substituteInPlace src/hook_gtk3.h \ 28 --replace "libgtk-3.so" "${lib.getLib gtk3}/lib/libgtk-3.so"
··· 12 13 stdenv.mkDerivation rec { 14 pname = "gpuvis"; 15 + version = "20211204"; 16 17 src = fetchFromGitHub { 18 owner = "mikesart"; 19 repo = pname; 20 + rev = "7f47419470687c7ecbdf086b81f5bafdb05d1bef"; 21 + sha256 = "sha256-29Bv+y0zWzn7QtpsjRV6hr19bCeyVJusPcYiAIEIluk="; 22 }; 23 24 # patch dlopen path for gtk3 25 postPatch = '' 26 substituteInPlace src/hook_gtk3.h \ 27 --replace "libgtk-3.so" "${lib.getLib gtk3}/lib/libgtk-3.so"
+3 -3
pkgs/games/among-sus/default.nix
··· 2 3 stdenv.mkDerivation { 4 pname = "among-sus-unstable"; 5 - version = "2020-10-29"; 6 7 src = fetchFromSourcehut { 8 owner = "~martijnbraam"; 9 repo = "among-sus"; 10 - rev = "1f4c8d800d025d36ac66826937161be3252fbc57"; 11 - sha256 = "19jq7ygh9l11dl1h6702bg57m04y35nqd6yqx1rgp1kxwhp45xyh"; 12 }; 13 14 patchPhase = ''
··· 2 3 stdenv.mkDerivation { 4 pname = "among-sus-unstable"; 5 + version = "2021-05-19"; 6 7 src = fetchFromSourcehut { 8 owner = "~martijnbraam"; 9 repo = "among-sus"; 10 + rev = "554e60bf52e3fa931661b9414189a92bb8f69d78"; 11 + sha256 = "0j1158nczhvy5i1ykvzvhlv4ndhibgng0dq1lw2bmi8q6k1q1s0w"; 12 }; 13 14 patchPhase = ''
-39
pkgs/games/hawkthorne/default.nix
··· 1 - { fetchgit, lib, stdenv, love, curl, zip }: 2 - 3 - stdenv.mkDerivation { 4 - version = "0.12.1"; 5 - pname = "hawkthorne"; 6 - 7 - src = fetchgit { 8 - url = "https://github.com/hawkthorne/hawkthorne-journey.git"; 9 - rev = "610b9b3907b2a1b21da2ae926e4c7c4c9e19959b"; 10 - sha256 = "013smhdf9sh91153fpk2bwhhnpg6pn7kfrpw77jmf0v48i3q44h2"; 11 - }; 12 - 13 - buildInputs = [ 14 - love curl zip 15 - ]; 16 - 17 - patches = [ 18 - ./makefile.patch 19 - ]; 20 - 21 - enableParallelBuilding = true; 22 - 23 - meta = { 24 - description = "Journey to the Center of Hawkthorne - A fan-made retro-style game based on the show Community"; 25 - longDescription = '' 26 - Journey to the Center of Hawkthorne is an open source game written in Love2D. 27 - It's based on the show Community, starring Jim Rash and Joel McHale as 28 - the primary will-they-or-won't-they relationship. 29 - 30 - This game has been entirely developed by fans of the show, who were inspired 31 - to bring to life the video game used to determine the winner of Pierce 32 - Hawthorne's inheritance. 33 - ''; 34 - homepage = "https://www.reddit.com/r/hawkthorne"; 35 - license = lib.licenses.mit; 36 - maintainers = with lib.maintainers; [ campadrenalin ]; 37 - broken = true; 38 - }; 39 - }
···
-33
pkgs/games/hawkthorne/makefile.patch
··· 1 - diff --git a/Makefile b/Makefile 2 - index 55eb817..f3406aa 100644 3 - --- a/Makefile 4 - +++ b/Makefile 5 - @@ -18,10 +18,14 @@ endif 6 - 7 - tilemaps := $(patsubst %.tmx,%.lua,$(wildcard src/maps/*.tmx)) 8 - 9 - -maps: $(tilemaps) 10 - - 11 - love: build/hawkthorne.love 12 - 13 - +shebang: build/hawkthorne.love 14 - + cat <(echo '#!/usr/bin/env love') build/hawkthorne.love > build/hawkthorne 15 - + chmod +x build/hawkthorne 16 - + 17 - +maps: $(tilemaps) 18 - + 19 - build/hawkthorne.love: $(tilemaps) src/* 20 - mkdir -p build 21 - cd src && zip --symlinks -q -r ../build/hawkthorne.love . -x ".*" \ 22 - @@ -30,6 +34,12 @@ build/hawkthorne.love: $(tilemaps) src/* 23 - run: $(tilemaps) $(LOVE) 24 - $(LOVE) src 25 - 26 - +check: test 27 - + 28 - +install: shebang 29 - + mkdir -p $(out)/bin 30 - + cp build/hawkthorne $(out)/bin 31 - + 32 - src/maps/%.lua: src/maps/%.tmx bin/tmx2lua 33 - bin/tmx2lua $<
···
-49
pkgs/games/nottetris2/default.nix
··· 1 - { lib, stdenv, fetchFromGitHub, zip, love_0_7, makeWrapper, makeDesktopItem }: 2 - 3 - let 4 - pname = "nottetris2"; 5 - version = "2.0"; 6 - 7 - desktopItem = makeDesktopItem { 8 - name = "nottetris2"; 9 - exec = pname; 10 - comment = "It's like tetris, but it's not"; 11 - desktopName = "nottetris2"; 12 - genericName = "nottetris2"; 13 - categories = "Game"; 14 - }; 15 - 16 - in 17 - 18 - stdenv.mkDerivation { 19 - inherit pname version; 20 - 21 - src = fetchFromGitHub { 22 - owner = "Stabyourself"; 23 - repo = pname; 24 - rev = "v${version}"; 25 - sha256 = "17iabh6rr8jim70n96rbhif4xq02g2kppscm8l339yqx6mhb64hs"; 26 - }; 27 - 28 - nativeBuildInputs = [ zip makeWrapper ]; 29 - buildInputs = [ love_0_7 ]; 30 - 31 - installPhase = 32 - '' 33 - mkdir -p $out/bin $out/share/games/lovegames $out/share/applications 34 - zip -9 -r ${pname}.love ./* 35 - mv ${pname}.love $out/share/games/lovegames/${pname}.love 36 - makeWrapper ${love_0_7}/bin/love $out/bin/${pname} --add-flags $out/share/games/lovegames/${pname}.love 37 - ln -s ${desktopItem}/share/applications/* $out/share/applications/ 38 - chmod +x $out/bin/${pname} 39 - ''; 40 - 41 - meta = with lib; { 42 - description = "It's like Tetris, but it's not"; 43 - platforms = platforms.linux; 44 - license = licenses.wtfpl; 45 - maintainers = with maintainers; [ yorickvp ]; 46 - downloadPage = "https://stabyourself.net/nottetris2/"; 47 - }; 48 - 49 - }
···
-55
pkgs/games/rimshot/default.nix
··· 1 - { lib, stdenv, fetchurl, unzip, love, lua, makeWrapper, makeDesktopItem }: 2 - 3 - stdenv.mkDerivation rec { 4 - pname = "rimshot"; 5 - version = "1.0"; 6 - 7 - src = fetchurl { 8 - url = "https://stabyourself.net/dl.php?file=${pname}/${pname}-source.zip"; 9 - sha256 = "08pdkyvki92549605m9bqnr24ipkbwkp5nkr5aagdqnr8ai4rgmi"; 10 - }; 11 - 12 - icon = fetchurl { 13 - url = "http://stabyourself.net/images/screenshots/rimshot-2.png"; 14 - sha256 = "08fyiqym3gcpq2vgb5dvafkban42fsbzfcr3iiyw03hz99q53psd"; 15 - }; 16 - 17 - desktopItem = makeDesktopItem { 18 - name = "rimshot"; 19 - exec = pname; 20 - icon = icon; 21 - comment = "Create your own music"; 22 - desktopName = "Rimshot"; 23 - genericName = "rimshot"; 24 - categories = "Audio;AudioVideo;Music"; 25 - }; 26 - 27 - nativeBuildInputs = [ makeWrapper unzip ]; 28 - buildInputs = [ lua love ]; 29 - 30 - unpackPhase = '' 31 - unzip -j $src 32 - ''; 33 - 34 - installPhase = 35 - '' 36 - mkdir -p $out/bin 37 - mkdir -p $out/share/games/lovegames 38 - 39 - cp -v ./*.love $out/share/games/lovegames/${pname}.love 40 - makeWrapper ${love}/bin/love $out/bin/${pname} --add-flags $out/share/games/lovegames/${pname}.love 41 - 42 - chmod +x $out/bin/${pname} 43 - mkdir -p $out/share/applications 44 - ln -s ${desktopItem}/share/applications/* $out/share/applications/ 45 - ''; 46 - 47 - meta = with lib; { 48 - description = "Create your own music"; 49 - maintainers = with maintainers; [ leenaars ]; 50 - platforms = platforms.linux; 51 - license = licenses.free; 52 - downloadPage = "http://stabyourself.net/rimshot/"; 53 - }; 54 - 55 - }
···
-61
pkgs/games/vapor/default.nix
··· 1 - { lib, stdenv, fetchurl, love, lua, makeWrapper, makeDesktopItem }: 2 - 3 - let 4 - pname = "vapor"; 5 - version = "0.2.3"; 6 - commitid = "dbf509f"; 7 - 8 - icon = fetchurl { 9 - url = "http://vapor.love2d.org/sites/default/files/vapT240x90.png"; 10 - sha256 = "1xlra74lpm1y54z6zm6is0gldkswp3wdw09m6a306ch0xjf3f87f"; 11 - }; 12 - 13 - desktopItem = makeDesktopItem { 14 - name = "Vapor"; 15 - exec = pname; 16 - icon = icon; 17 - comment = "LÖVE Distribution Client"; 18 - desktopName = "Vapor"; 19 - genericName = "vapor"; 20 - categories = "Game;"; 21 - }; 22 - 23 - in 24 - 25 - stdenv.mkDerivation { 26 - name = "${pname}-${version}"; 27 - 28 - src = fetchurl { 29 - url = 30 - "https://github.com/josefnpat/${pname}/releases/download/${version}/${pname}_${commitid}.love"; 31 - sha256 = "0w2qkrrkzfy4h4jld18apypmbi8a8r89y2l11axlv808i2rg68fk"; 32 - }; 33 - 34 - nativeBuildInputs = [ makeWrapper ]; 35 - buildInputs = [ lua love ]; 36 - 37 - dontUnpack = true; 38 - 39 - installPhase = 40 - '' 41 - mkdir -p $out/bin 42 - mkdir -p $out/share 43 - 44 - cp -v $src $out/share/${pname}.love 45 - 46 - makeWrapper ${love}/bin/love $out/bin/${pname} --add-flags $out/share/${pname}.love 47 - 48 - chmod +x $out/bin/${pname} 49 - mkdir -p $out/share/applications 50 - ln -s ${desktopItem}/share/applications/* $out/share/applications/ 51 - ''; 52 - 53 - meta = with lib; { 54 - description = "LÖVE Distribution Client allowing access to many games"; 55 - platforms = platforms.linux; 56 - license = licenses.zlib; 57 - maintainers = with maintainers; [ leenaars ]; 58 - downloadPage = "http://vapor.love2d.org/"; 59 - }; 60 - 61 - }
···
+16
pkgs/misc/vscode-extensions/default.nix
··· 367 368 chenglou92.rescript-vscode = callPackage ./rescript { }; 369 370 cmschuetz12.wal = buildVscodeMarketplaceExtension { 371 mktplcRef = { 372 name = "wal";
··· 367 368 chenglou92.rescript-vscode = callPackage ./rescript { }; 369 370 + christian-kohler.path-intellisense = buildVscodeMarketplaceExtension { 371 + mktplcRef = { 372 + name = "path-intellisense"; 373 + publisher = "christian-kohler"; 374 + version = "2.6.1"; 375 + sha256 = "sha256-ol98g3pliBlyEQ+n7cR4O04J/0QB9U8+fvf+FC0j0Fc="; 376 + }; 377 + meta = with lib; { 378 + description = "Visual Studio Code plugin that autocompletes filenames"; 379 + downloadPage = "https://marketplace.visualstudio.com/items?itemName=christian-kohler.path-intellisense"; 380 + homepage = "https://github.com/ChristianKohler/PathIntellisense"; 381 + license = licenses.mit; 382 + maintainers = with maintainers; [ imgabe ]; 383 + }; 384 + }; 385 + 386 cmschuetz12.wal = buildVscodeMarketplaceExtension { 387 mktplcRef = { 388 name = "wal";
+2 -2
pkgs/misc/vscode-extensions/vscode-utils.nix
··· 16 '', 17 dontPatchELF ? true, 18 dontStrip ? true, 19 - buildInputs ? [], 20 ... 21 }: 22 stdenv.mkDerivation ((removeAttrs a [ "vscodeExtUniqueId" ]) // { ··· 28 29 installPrefix = "share/vscode/extensions/${vscodeExtUniqueId}"; 30 31 - buildInputs = [ unzip ] ++ buildInputs; 32 33 installPhase = '' 34
··· 16 '', 17 dontPatchELF ? true, 18 dontStrip ? true, 19 + nativeBuildInputs ? [], 20 ... 21 }: 22 stdenv.mkDerivation ((removeAttrs a [ "vscodeExtUniqueId" ]) // { ··· 28 29 installPrefix = "share/vscode/extensions/${vscodeExtUniqueId}"; 30 31 + nativeBuildInputs = [ unzip ] ++ nativeBuildInputs; 32 33 installPhase = '' 34
-1
pkgs/servers/misc/oven-media-engine/default.nix
··· 2 , fetchFromGitHub 3 , fetchpatch 4 , srt 5 - , ffmpeg_3_4 6 , bc 7 , pkg-config 8 , perl
··· 2 , fetchFromGitHub 3 , fetchpatch 4 , srt 5 , bc 6 , pkg-config 7 , perl
+3 -3
pkgs/servers/plex/raw.nix
··· 12 # server, and the FHS userenv and corresponding NixOS module should 13 # automatically pick up the changes. 14 stdenv.mkDerivation rec { 15 - version = "1.25.2.5319-c43dc0277"; 16 pname = "plexmediaserver"; 17 18 # Fetch the source 19 src = if stdenv.hostPlatform.system == "aarch64-linux" then fetchurl { 20 url = "https://downloads.plex.tv/plex-media-server-new/${version}/debian/plexmediaserver_${version}_arm64.deb"; 21 - sha256 = "09kkkyli5fygyvlzqd46jzi0y4jp0a24d92ayvfm95gm3fcxl73x"; 22 } else fetchurl { 23 url = "https://downloads.plex.tv/plex-media-server-new/${version}/debian/plexmediaserver_${version}_amd64.deb"; 24 - sha256 = "17whd724sjblqxz6d79jb6hrqvkgg5mbh3bh1lr9b8sswa3pxb07"; 25 }; 26 27 outputs = [ "out" "basedb" ];
··· 12 # server, and the FHS userenv and corresponding NixOS module should 13 # automatically pick up the changes. 14 stdenv.mkDerivation rec { 15 + version = "1.25.3.5409-f11334058"; 16 pname = "plexmediaserver"; 17 18 # Fetch the source 19 src = if stdenv.hostPlatform.system == "aarch64-linux" then fetchurl { 20 url = "https://downloads.plex.tv/plex-media-server-new/${version}/debian/plexmediaserver_${version}_arm64.deb"; 21 + hash = "sha256-Q0768UxZXSuUm26Ro2XIrw8qoQEWCU23P7EBtbiIa0c="; 22 } else fetchurl { 23 url = "https://downloads.plex.tv/plex-media-server-new/${version}/debian/plexmediaserver_${version}_amd64.deb"; 24 + hash = "sha256-TaOvXVeo385vqtv/dYvmQQx8c1K/EMw4MTDucg511Cs="; 25 }; 26 27 outputs = [ "out" "basedb" ];
+2 -2
pkgs/servers/sickbeard/sickgear.nix
··· 4 pythonEnv = python3.withPackages(ps: with ps; [ cheetah3 ]); 5 in stdenv.mkDerivation rec { 6 pname = "sickgear"; 7 - version = "0.25.11"; 8 9 src = fetchFromGitHub { 10 owner = "SickGear"; 11 repo = "SickGear"; 12 rev = "release_${version}"; 13 - sha256 = "sha256-0/Ez10IWvh84G//1vCZMLiu4+Y2+XcVLw9Gm9X+DY0s="; 14 }; 15 16 dontBuild = true;
··· 4 pythonEnv = python3.withPackages(ps: with ps; [ cheetah3 ]); 5 in stdenv.mkDerivation rec { 6 pname = "sickgear"; 7 + version = "0.25.24"; 8 9 src = fetchFromGitHub { 10 owner = "SickGear"; 11 repo = "SickGear"; 12 rev = "release_${version}"; 13 + sha256 = "sha256-x6v7CKJkN6gt9askpp/W0CVCKvRaHLBXbagtC+rVNVc="; 14 }; 15 16 dontBuild = true;
+7
pkgs/top-level/aliases.nix
··· 386 gupnp_igd = gupnp-igd; # added 2018-02-25 387 gupnptools = gupnp-tools; # added 2015-12-19 388 gutenberg = zola; # added 2018-11-17 389 hal-flash = throw "hal-flash has been removed as Adobe Flash Player is now deprecated."; # added 2021-02-07 390 heimdalFull = heimdal; # added 2018-05-01 391 hepmc = hepmc2; # added 2019-08-05 ··· 574 lua5_expat = luaPackages.luaexpat; # added 2017-05-02 575 lua5_sec = luaPackages.luasec; # added 2017-05-02 576 lumpy = throw "lumpy has been removed from nixpkgs, as it is stuck on python2."; # added 2022-01-12 577 lxappearance-gtk3 = throw "lxappearance-gtk3 has been removed. Use lxappearance instead, which now defaults to Gtk3"; # added 2020-06-03 578 lzma = xz; # moved from top-level 2021-03-14 579 m3d-linux = m33-linux; # added 2016-08-13 ··· 656 nmap-unfree = nmap; # added 2021-04-06 657 nologin = shadow; # added 2018-04-25 658 nordic-polar = throw "nordic-polar was removed on 2021-05-27, now integrated in nordic"; # added 2021-05-27 659 noto-fonts-cjk = noto-fonts-cjk-sans; # added 2021-12-16 660 now-cli = throw "now-cli has been replaced with nodePackages.vercel"; # added 2021-08-05 661 nxproxy = nx-libs; # added 2019-02-15 ··· 859 qt-recordmydesktop = throw "qt-recordmydesktop has been removed from nixpkgs, as it's abandoned and uses deprecated libraries"; # added 2019-12-10 860 qt-3 = throw "qt-3 has been removed from nixpkgs, as it's unmaintained and insecure"; # added 2021-02-15 861 rfkill = throw "rfkill has been removed, as it's included in util-linux"; # added 2020-08-23 862 riak-cs = throw "riak-cs is not maintained anymore"; # added 2020-10-14 863 ring-daemon = jami-daemon; # added 2021-10-26 864 radare2-cutter = cutter; # added 2021-03-30 ··· 1047 uzbl = throw "uzbl has been removed from nixpkgs, as it's unmaintained and uses insecure libraries"; 1048 v4l_utils = v4l-utils; # added 2019-08-07 1049 v8_3_16_14 = throw "v8_3_16_14 was removed in 2019-11-01: no longer referenced by other packages"; 1050 vamp = { vampSDK = vamp-plugin-sdk; }; # added 2020-03-26 1051 varnish62 = throw "varnish62 was removed from nixpkgs, because it is unmaintained upstream. Please switch to a different release."; # 2021-07-26 1052 varnish63 = throw "varnish63 was removed from nixpkgs, because it is unmaintained upstream. Please switch to a different release."; # 2021-07-26
··· 386 gupnp_igd = gupnp-igd; # added 2018-02-25 387 gupnptools = gupnp-tools; # added 2015-12-19 388 gutenberg = zola; # added 2018-11-17 389 + hawkthorne = throw "hawkthorne has been removed because it depended on a broken version of love"; # added 2022-01-15 390 hal-flash = throw "hal-flash has been removed as Adobe Flash Player is now deprecated."; # added 2021-02-07 391 heimdalFull = heimdal; # added 2018-05-01 392 hepmc = hepmc2; # added 2019-08-05 ··· 575 lua5_expat = luaPackages.luaexpat; # added 2017-05-02 576 lua5_sec = luaPackages.luasec; # added 2017-05-02 577 lumpy = throw "lumpy has been removed from nixpkgs, as it is stuck on python2."; # added 2022-01-12 578 + love_0_7 = throw "love_0_7 was removed because it is a very old version and no longer used by any package in nixpkgs"; # added 2022-01-15 579 + love_0_8 = throw "love_0_8 was removed because it is a very old version and no longer used by any package in nixpkgs"; # added 2022-01-15 580 + love_0_9 = throw "love_0_9 was removed because was broken for a long time and no longer used by any package in nixpkgs"; # added 2022-01-15 581 lxappearance-gtk3 = throw "lxappearance-gtk3 has been removed. Use lxappearance instead, which now defaults to Gtk3"; # added 2020-06-03 582 lzma = xz; # moved from top-level 2021-03-14 583 m3d-linux = m33-linux; # added 2016-08-13 ··· 660 nmap-unfree = nmap; # added 2021-04-06 661 nologin = shadow; # added 2018-04-25 662 nordic-polar = throw "nordic-polar was removed on 2021-05-27, now integrated in nordic"; # added 2021-05-27 663 + nottetris2 = throw "nottetris2 was removed because it is unmaintained by upstream and broken"; # added 2022-01-15 664 noto-fonts-cjk = noto-fonts-cjk-sans; # added 2021-12-16 665 now-cli = throw "now-cli has been replaced with nodePackages.vercel"; # added 2021-08-05 666 nxproxy = nx-libs; # added 2019-02-15 ··· 864 qt-recordmydesktop = throw "qt-recordmydesktop has been removed from nixpkgs, as it's abandoned and uses deprecated libraries"; # added 2019-12-10 865 qt-3 = throw "qt-3 has been removed from nixpkgs, as it's unmaintained and insecure"; # added 2021-02-15 866 rfkill = throw "rfkill has been removed, as it's included in util-linux"; # added 2020-08-23 867 + rimshot = throw "rimshot has been removed, because it is broken and no longer maintained upstream"; # added 2022-01-15 868 riak-cs = throw "riak-cs is not maintained anymore"; # added 2020-10-14 869 ring-daemon = jami-daemon; # added 2021-10-26 870 radare2-cutter = cutter; # added 2021-03-30 ··· 1053 uzbl = throw "uzbl has been removed from nixpkgs, as it's unmaintained and uses insecure libraries"; 1054 v4l_utils = v4l-utils; # added 2019-08-07 1055 v8_3_16_14 = throw "v8_3_16_14 was removed in 2019-11-01: no longer referenced by other packages"; 1056 + vapor = throw "vapor was removed because it was unmaintained and upstream service no longer exists"; 1057 vamp = { vampSDK = vamp-plugin-sdk; }; # added 2020-03-26 1058 varnish62 = throw "varnish62 was removed from nixpkgs, because it is unmaintained upstream. Please switch to a different release."; # 2021-07-26 1059 varnish63 = throw "varnish63 was removed from nixpkgs, because it is unmaintained upstream. Please switch to a different release."; # 2021-07-26
-11
pkgs/top-level/all-packages.nix
··· 13541 13542 lolcode = callPackage ../development/interpreters/lolcode { }; 13543 13544 - love_0_7 = callPackage ../development/interpreters/love/0.7.nix { lua=lua5_1; }; 13545 - love_0_8 = callPackage ../development/interpreters/love/0.8.nix { lua=lua5_1; }; 13546 - love_0_9 = callPackage ../development/interpreters/love/0.9.nix { }; 13547 love_0_10 = callPackage ../development/interpreters/love/0.10.nix { }; 13548 love_11 = callPackage ../development/interpreters/love/11.nix { }; 13549 love = love_0_10; ··· 30760 30761 harmonist = callPackage ../games/harmonist { }; 30762 30763 - hawkthorne = callPackage ../games/hawkthorne { love = love_0_9; }; 30764 - 30765 hedgewars = libsForQt514.callPackage ../games/hedgewars { 30766 inherit (haskellPackages) ghcWithPackages; 30767 }; ··· 30924 njam = callPackage ../games/njam { }; 30925 30926 newtonwars = callPackage ../games/newtonwars { }; 30927 - 30928 - nottetris2 = callPackage ../games/nottetris2 { }; 30929 30930 nudoku = callPackage ../games/nudoku { }; 30931 ··· 31075 31076 rili = callPackage ../games/rili { }; 31077 31078 - rimshot = callPackage ../games/rimshot { love = love_0_7; }; 31079 - 31080 rogue = callPackage ../games/rogue { 31081 ncurses = ncurses5; 31082 }; ··· 31327 ut2004Packages = dontRecurseIntoAttrs (callPackage ../games/ut2004 { }); 31328 31329 ut2004demo = res.ut2004Packages.ut2004 [ res.ut2004Packages.ut2004-demo ]; 31330 - 31331 - vapor = callPackage ../games/vapor { love = love_0_8; }; 31332 31333 vapoursynth = callPackage ../development/libraries/vapoursynth { 31334 inherit (darwin.apple_sdk.frameworks) ApplicationServices;
··· 13541 13542 lolcode = callPackage ../development/interpreters/lolcode { }; 13543 13544 love_0_10 = callPackage ../development/interpreters/love/0.10.nix { }; 13545 love_11 = callPackage ../development/interpreters/love/11.nix { }; 13546 love = love_0_10; ··· 30757 30758 harmonist = callPackage ../games/harmonist { }; 30759 30760 hedgewars = libsForQt514.callPackage ../games/hedgewars { 30761 inherit (haskellPackages) ghcWithPackages; 30762 }; ··· 30919 njam = callPackage ../games/njam { }; 30920 30921 newtonwars = callPackage ../games/newtonwars { }; 30922 30923 nudoku = callPackage ../games/nudoku { }; 30924 ··· 31068 31069 rili = callPackage ../games/rili { }; 31070 31071 rogue = callPackage ../games/rogue { 31072 ncurses = ncurses5; 31073 }; ··· 31318 ut2004Packages = dontRecurseIntoAttrs (callPackage ../games/ut2004 { }); 31319 31320 ut2004demo = res.ut2004Packages.ut2004 [ res.ut2004Packages.ut2004-demo ]; 31321 31322 vapoursynth = callPackage ../development/libraries/vapoursynth { 31323 inherit (darwin.apple_sdk.frameworks) ApplicationServices;