Merge pull request #213089 from NixOS/haskell-updates

haskellPackages: update stackage and hackage

authored by

Ellie Hermaszewska and committed by
GitHub
4d4ee065 8ef7a3b8

+2627 -938
+15 -1
maintainers/scripts/haskell/maintainer-handles.nix
··· 1 # Nix script to lookup maintainer github handles from their email address. Used by ./hydra-report.hs. 2 let 3 pkgs = import ../../.. {}; 4 maintainers = import ../../maintainer-list.nix; 5 inherit (pkgs) lib; 6 - mkMailGithubPair = _: maintainer: if maintainer ? github then { "${maintainer.email}" = maintainer.github; } else {}; 7 in lib.zipAttrsWith (_: builtins.head) (lib.mapAttrsToList mkMailGithubPair maintainers)
··· 1 # Nix script to lookup maintainer github handles from their email address. Used by ./hydra-report.hs. 2 + # 3 + # This script produces an attr set mapping of email addresses to GitHub handles: 4 + # 5 + # ```nix 6 + # > import ./maintainer-handles.nix 7 + # { "cdep.illabout@gmail.com" = "cdepillabout"; "john@smith.com" = "johnsmith"; ... } 8 + # ``` 9 + # 10 + # This mapping contains all maintainers in ../../mainatainer-list.nix, but it 11 + # ignores maintainers who don't have a GitHub account or an email address. 12 let 13 pkgs = import ../../.. {}; 14 maintainers = import ../../maintainer-list.nix; 15 inherit (pkgs) lib; 16 + mkMailGithubPair = _: maintainer: 17 + if (maintainer ? email) && (maintainer ? github) then 18 + { "${maintainer.email}" = maintainer.github; } 19 + else 20 + {}; 21 in lib.zipAttrsWith (_: builtins.head) (lib.mapAttrsToList mkMailGithubPair maintainers)
+4 -4
pkgs/data/misc/hackage/pin.json
··· 1 { 2 - "commit": "75d1bbbd68d9ae36d527666e2f140343323b02fa", 3 - "url": "https://github.com/commercialhaskell/all-cabal-hashes/archive/75d1bbbd68d9ae36d527666e2f140343323b02fa.tar.gz", 4 - "sha256": "018lz90f12bw8n8g4rbwfbnpmw6g3vblc12pd4qzq727h1d27p5l", 5 - "msg": "Update from Hackage at 2023-01-12T12:18:29Z" 6 }
··· 1 { 2 + "commit": "307653b893cc53ffa71d6931c33101d352e3ead1", 3 + "url": "https://github.com/commercialhaskell/all-cabal-hashes/archive/307653b893cc53ffa71d6931c33101d352e3ead1.tar.gz", 4 + "sha256": "0mgmmzdlb9j4drkjjdrp2da8z4can7gg8zd007ya2jw17rz270hz", 5 + "msg": "Update from Hackage at 2023-01-29T01:30:53Z" 6 }
+8
pkgs/development/compilers/ghc/8.10.2-binary.nix
··· 122 # instead of `libtinfo.so.*.` 123 { nixPackage = ncurses6; fileToCheckFor = "libncursesw.so.6"; } 124 ]; 125 }; 126 }; 127 }; ··· 420 421 # Our Cabal compiler name 422 haskellCompilerName = "ghc-${version}"; 423 }; 424 425 meta = rec {
··· 122 # instead of `libtinfo.so.*.` 123 { nixPackage = ncurses6; fileToCheckFor = "libncursesw.so.6"; } 124 ]; 125 + isHadrian = true; 126 }; 127 }; 128 }; ··· 421 422 # Our Cabal compiler name 423 haskellCompilerName = "ghc-${version}"; 424 + } // lib.optionalAttrs (binDistUsed.isHadrian or false) { 425 + # Normal GHC derivations expose the hadrian derivation used to build them 426 + # here. In the case of bindists we just make sure that the attribute exists, 427 + # as it is used for checking if a GHC derivation has been built with hadrian. 428 + # The isHadrian mechanism will become obsolete with GHCs that use hadrian 429 + # exclusively, i.e. 9.6 (and 9.4?). 430 + hadrian = null; 431 }; 432 433 meta = rec {
+8
pkgs/development/compilers/ghc/8.10.7-binary.nix
··· 137 # instead of `libtinfo.so.*.` 138 { nixPackage = ncurses6; fileToCheckFor = "libncursesw.so.6"; } 139 ]; 140 }; 141 }; 142 }; ··· 416 417 # Our Cabal compiler name 418 haskellCompilerName = "ghc-${version}"; 419 }; 420 421 meta = rec {
··· 137 # instead of `libtinfo.so.*.` 138 { nixPackage = ncurses6; fileToCheckFor = "libncursesw.so.6"; } 139 ]; 140 + isHadrian = true; 141 }; 142 }; 143 }; ··· 417 418 # Our Cabal compiler name 419 haskellCompilerName = "ghc-${version}"; 420 + } // lib.optionalAttrs (binDistUsed.isHadrian or false) { 421 + # Normal GHC derivations expose the hadrian derivation used to build them 422 + # here. In the case of bindists we just make sure that the attribute exists, 423 + # as it is used for checking if a GHC derivation has been built with hadrian. 424 + # The isHadrian mechanism will become obsolete with GHCs that use hadrian 425 + # exclusively, i.e. 9.6 (and 9.4?). 426 + hadrian = null; 427 }; 428 429 meta = rec {
+10
pkgs/development/compilers/ghc/9.2.4-binary.nix
··· 94 { nixPackage = ncurses6; fileToCheckFor = null; } 95 { nixPackage = libiconv; fileToCheckFor = null; } 96 ]; 97 }; 98 aarch64-darwin = { 99 variantSuffix = ""; ··· 107 { nixPackage = ncurses6; fileToCheckFor = null; } 108 { nixPackage = libiconv; fileToCheckFor = null; } 109 ]; 110 }; 111 }; 112 # Binary distributions for the musl libc for the respective system. ··· 118 sha256 = "026348947d30a156b84de5d6afeaa48fdcb2795b47954cd8341db00d3263a481"; 119 }; 120 isStatic = true; 121 # We can't check the RPATH for statically linked executable 122 exePathForLibraryCheck = null; 123 archSpecificLibraries = [ ··· 400 401 # Our Cabal compiler name 402 haskellCompilerName = "ghc-${version}"; 403 }; 404 405 meta = rec {
··· 94 { nixPackage = ncurses6; fileToCheckFor = null; } 95 { nixPackage = libiconv; fileToCheckFor = null; } 96 ]; 97 + isHadrian = true; 98 }; 99 aarch64-darwin = { 100 variantSuffix = ""; ··· 108 { nixPackage = ncurses6; fileToCheckFor = null; } 109 { nixPackage = libiconv; fileToCheckFor = null; } 110 ]; 111 + isHadrian = true; 112 }; 113 }; 114 # Binary distributions for the musl libc for the respective system. ··· 120 sha256 = "026348947d30a156b84de5d6afeaa48fdcb2795b47954cd8341db00d3263a481"; 121 }; 122 isStatic = true; 123 + isHadrian = true; 124 # We can't check the RPATH for statically linked executable 125 exePathForLibraryCheck = null; 126 archSpecificLibraries = [ ··· 403 404 # Our Cabal compiler name 405 haskellCompilerName = "ghc-${version}"; 406 + } // lib.optionalAttrs (binDistUsed.isHadrian or false) { 407 + # Normal GHC derivations expose the hadrian derivation used to build them 408 + # here. In the case of bindists we just make sure that the attribute exists, 409 + # as it is used for checking if a GHC derivation has been built with hadrian. 410 + # The isHadrian mechanism will become obsolete with GHCs that use hadrian 411 + # exclusively, i.e. 9.6 (and 9.4?). 412 + hadrian = null; 413 }; 414 415 meta = rec {
+21 -16
pkgs/development/haskell-modules/configuration-common.nix
··· 80 name = "git-annex-${super.git-annex.version}-src"; 81 url = "git://git-annex.branchable.com/"; 82 rev = "refs/tags/" + super.git-annex.version; 83 - sha256 = "052ld021yvjbnx1sbj1ryflsyn0v1y1ygx1zv0ql6fk3cysw5lxf"; 84 # delete android and Android directories which cause issues on 85 # darwin (case insensitive directory). Since we don't need them 86 # during the build process, we can delete it to prevent a hash ··· 138 # https://github.com/techtangents/ablist/issues/1 139 ABList = dontCheck super.ABList; 140 141 # sse2 flag due to https://github.com/haskell/vector/issues/47. 142 # Jailbreak is necessary for QuickCheck dependency. 143 vector = doJailbreak (if pkgs.stdenv.isi686 then appendConfigureFlag "--ghc-options=-msse2" super.vector else super.vector); ··· 170 171 # Fails no apparent reason. Upstream has been notified by e-mail. 172 assertions = dontCheck super.assertions; 173 174 # These packages try to execute non-existent external programs. 175 cmaes = dontCheck super.cmaes; # http://hydra.cryp.to/build/498725/log/raw ··· 197 HerbiePlugin = dontCheck super.HerbiePlugin; 198 wai-cors = dontCheck super.wai-cors; 199 200 # base bound 201 digit = doJailbreak super.digit; 202 203 # matterhorn-50200.17.0 won't work with brick >= 0.71, brick-skylighting >= 1.0 204 matterhorn = doJailbreak (super.matterhorn.overrideScope (self: super: { ··· 747 testHaskellDepends = drv.testHaskellDepends or [] ++ [ self.hspec-meta_2_10_5 ]; 748 testToolDepends = drv.testToolDepends or [] ++ [ pkgs.git ]; 749 }) (super.sensei.override { 750 - hspec = self.hspec_2_10_8; 751 hspec-wai = super.hspec-wai.override { 752 - hspec = self.hspec_2_10_8; 753 }; 754 }); 755 ··· 920 ''; 921 }) super.hpack; 922 923 - # hslua has tests that appear to break when using musl. 924 # https://github.com/hslua/hslua/issues/106 925 - # Note that hslua is currently version 1.3. However, in the latest version 926 - # (>= 2.0), hslua has been split into multiple packages and this override 927 - # will likely need to be moved to the hslua-core package. 928 - hslua = if pkgs.stdenv.hostPlatform.isMusl then dontCheck super.hslua else super.hslua; 929 930 # The test suite runs for 20+ minutes on a very fast machine, which feels kinda disproportionate. 931 prettyprinter = dontCheck super.prettyprinter; ··· 1436 servant-openapi3 = dontCheck super.servant-openapi3; 1437 1438 # Give hspec 2.10.* correct dependency versions without overrideScope 1439 - hspec_2_10_8 = doDistribute (super.hspec_2_10_8.override { 1440 - hspec-discover = self.hspec-discover_2_10_8; 1441 - hspec-core = self.hspec-core_2_10_8; 1442 }); 1443 - hspec-discover_2_10_8 = super.hspec-discover_2_10_8.override { 1444 hspec-meta = self.hspec-meta_2_10_5; 1445 }; 1446 - hspec-core_2_10_8 = super.hspec-core_2_10_8.override { 1447 hspec-meta = self.hspec-meta_2_10_5; 1448 }; 1449 ··· 2025 # Test suite fails to compile 2026 # https://github.com/kuribas/mfsolve/issues/8 2027 mfsolve = dontCheck super.mfsolve; 2028 - 2029 - # https://github.com/peti/hopenssl/issues/5 2030 - hopenssl = super.hopenssl.override { openssl = pkgs.openssl_1_1; }; 2031 2032 # Fixes compilation with GHC 9.0 and above 2033 # https://hub.darcs.net/shelarcy/regex-compat-tdfa/issue/3
··· 80 name = "git-annex-${super.git-annex.version}-src"; 81 url = "git://git-annex.branchable.com/"; 82 rev = "refs/tags/" + super.git-annex.version; 83 + sha256 = "0f2nnszfiqwdgfky3190prkhcndp0mva3jk7a6cl461w8kp1jspa"; 84 # delete android and Android directories which cause issues on 85 # darwin (case insensitive directory). Since we don't need them 86 # during the build process, we can delete it to prevent a hash ··· 138 # https://github.com/techtangents/ablist/issues/1 139 ABList = dontCheck super.ABList; 140 141 + pandoc-cli = throwIfNot (versionOlder super.pandoc.version "3.0.0") "pandoc-cli contains the pandoc executable starting with 3.0, this needs to be considered now." (markBroken (dontDistribute super.pandoc-cli)); 142 + 143 # sse2 flag due to https://github.com/haskell/vector/issues/47. 144 # Jailbreak is necessary for QuickCheck dependency. 145 vector = doJailbreak (if pkgs.stdenv.isi686 then appendConfigureFlag "--ghc-options=-msse2" super.vector else super.vector); ··· 172 173 # Fails no apparent reason. Upstream has been notified by e-mail. 174 assertions = dontCheck super.assertions; 175 + 176 + # 2023-01-29: Restrictive base bound already loosened on master but not released: https://github.com/sebastiaanvisser/clay/commit/4483bdf7a452903f177220958f1610030ab7f28a 177 + clay = throwIfNot (super.clay.version == "0.14.0") "Remove clay jailbreak in configuration-common.nix when you see this eval error." (doJailbreak super.clay); 178 179 # These packages try to execute non-existent external programs. 180 cmaes = dontCheck super.cmaes; # http://hydra.cryp.to/build/498725/log/raw ··· 202 HerbiePlugin = dontCheck super.HerbiePlugin; 203 wai-cors = dontCheck super.wai-cors; 204 205 + # 2022-01-29: Tests fail: https://github.com/psibi/streamly-bytestring/issues/27 206 + streamly-bytestring = dontCheck super.streamly-bytestring; 207 + 208 # base bound 209 digit = doJailbreak super.digit; 210 + 211 + # 2022-01-29: Tests require package to be in ghc-db. 212 + aeson-schemas = dontCheck super.aeson-schemas; 213 214 # matterhorn-50200.17.0 won't work with brick >= 0.71, brick-skylighting >= 1.0 215 matterhorn = doJailbreak (super.matterhorn.overrideScope (self: super: { ··· 758 testHaskellDepends = drv.testHaskellDepends or [] ++ [ self.hspec-meta_2_10_5 ]; 759 testToolDepends = drv.testToolDepends or [] ++ [ pkgs.git ]; 760 }) (super.sensei.override { 761 + hspec = self.hspec_2_10_9; 762 hspec-wai = super.hspec-wai.override { 763 + hspec = self.hspec_2_10_9; 764 }; 765 }); 766 ··· 931 ''; 932 }) super.hpack; 933 934 + # hslua has tests that break when using musl. 935 # https://github.com/hslua/hslua/issues/106 936 + hslua-core = if pkgs.stdenv.hostPlatform.isMusl then dontCheck super.hslua-core else super.hslua-core; 937 938 # The test suite runs for 20+ minutes on a very fast machine, which feels kinda disproportionate. 939 prettyprinter = dontCheck super.prettyprinter; ··· 1444 servant-openapi3 = dontCheck super.servant-openapi3; 1445 1446 # Give hspec 2.10.* correct dependency versions without overrideScope 1447 + hspec_2_10_9 = doDistribute (super.hspec_2_10_9.override { 1448 + hspec-discover = self.hspec-discover_2_10_9; 1449 + hspec-core = self.hspec-core_2_10_9; 1450 }); 1451 + hspec-discover_2_10_9 = super.hspec-discover_2_10_9.override { 1452 hspec-meta = self.hspec-meta_2_10_5; 1453 }; 1454 + hspec-core_2_10_9 = super.hspec-core_2_10_9.override { 1455 hspec-meta = self.hspec-meta_2_10_5; 1456 }; 1457 ··· 2033 # Test suite fails to compile 2034 # https://github.com/kuribas/mfsolve/issues/8 2035 mfsolve = dontCheck super.mfsolve; 2036 2037 # Fixes compilation with GHC 9.0 and above 2038 # https://hub.darcs.net/shelarcy/regex-compat-tdfa/issue/3
+2
pkgs/development/haskell-modules/configuration-darwin.nix
··· 311 # https://github.com/NixOS/nixpkgs/issues/149692 312 Agda = removeConfigureFlag "-foptimise-heavily" super.Agda; 313 314 } // lib.optionalAttrs pkgs.stdenv.isx86_64 { # x86_64-darwin 315 316 # tests appear to be failing to link or something:
··· 311 # https://github.com/NixOS/nixpkgs/issues/149692 312 Agda = removeConfigureFlag "-foptimise-heavily" super.Agda; 313 314 + heystone = addBuildTool pkgs.fixDarwinDylibNames super.heystone; 315 + 316 } // lib.optionalAttrs pkgs.stdenv.isx86_64 { # x86_64-darwin 317 318 # tests appear to be failing to link or something:
+3
pkgs/development/haskell-modules/configuration-ghc-9.2.x.nix
··· 61 process = self.process_1_6_16_0; 62 }); 63 64 # Jailbreaks & Version Updates 65 hashable-time = doJailbreak super.hashable-time; 66
··· 61 process = self.process_1_6_16_0; 62 }); 63 64 + # weeder == 2.5.* requires GHC 9.4 65 + weeder = doDistribute self.weeder_2_4_1; 66 + 67 # Jailbreaks & Version Updates 68 hashable-time = doJailbreak super.hashable-time; 69
+22 -14
pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix
··· 105 singleton-bool = doJailbreak super.singleton-bool; 106 rope-utf16-splay = doDistribute self.rope-utf16-splay_0_4_0_0; 107 shake-cabal = doDistribute self.shake-cabal_0_2_2_3; 108 - 109 base-orphans = dontCheck super.base-orphans; 110 111 # Note: Any compilation fixes need to be done on the versioned attributes, 112 # since those are used for the internal dependencies between the versioned 113 # hspec packages in configuration-common.nix. 114 - hspec = self.hspec_2_10_8; 115 - hspec-core = self.hspec-core_2_10_8; 116 hspec-meta = self.hspec-meta_2_10_5; 117 - hspec-discover = self.hspec-discover_2_10_8; 118 119 # the dontHaddock is due to a GHC panic. might be this bug, not sure. 120 # https://gitlab.haskell.org/ghc/ghc/-/issues/21619 ··· 184 }) 185 self.ghc-exactprint_1_6_1_1; 186 187 - # 2022-10-06: plugins disabled for hls 1.8.0.0 based on 188 # https://haskell-language-server.readthedocs.io/en/latest/support/plugin-support.html#current-plugin-support-tiers 189 haskell-language-server = super.haskell-language-server.override { 190 - hls-refactor-plugin = null; 191 hls-eval-plugin = null; 192 - hls-floskell-plugin = null; 193 - hls-ormolu-plugin = null; 194 - hls-rename-plugin = null; 195 hls-stylish-haskell-plugin = null; 196 }; 197 198 # https://github.com/tweag/ormolu/issues/941 199 - ormolu = overrideCabal (drv: { 200 - libraryHaskellDepends = drv.libraryHaskellDepends ++ [ self.file-embed ]; 201 - }) (disableCabalFlag "fixity-th" super.ormolu); 202 fourmolu = overrideCabal (drv: { 203 libraryHaskellDepends = drv.libraryHaskellDepends ++ [ self.file-embed ]; 204 }) (disableCabalFlag "fixity-th" super.fourmolu_0_10_1_0); 205 206 - # The Haskell library has additional dependencies when compiled with ghc-9.4.x. 207 - X11-xft = addExtraLibraries [pkgs.xorg.libXau pkgs.xorg.libXdmcp pkgs.expat] super.X11-xft; 208 209 }
··· 105 singleton-bool = doJailbreak super.singleton-bool; 106 rope-utf16-splay = doDistribute self.rope-utf16-splay_0_4_0_0; 107 shake-cabal = doDistribute self.shake-cabal_0_2_2_3; 108 + libmpd = doJailbreak super.libmpd; 109 base-orphans = dontCheck super.base-orphans; 110 111 # Note: Any compilation fixes need to be done on the versioned attributes, 112 # since those are used for the internal dependencies between the versioned 113 # hspec packages in configuration-common.nix. 114 + hspec = self.hspec_2_10_9; 115 + hspec-core = self.hspec-core_2_10_9; 116 hspec-meta = self.hspec-meta_2_10_5; 117 + hspec-discover = self.hspec-discover_2_10_9; 118 119 # the dontHaddock is due to a GHC panic. might be this bug, not sure. 120 # https://gitlab.haskell.org/ghc/ghc/-/issues/21619 ··· 184 }) 185 self.ghc-exactprint_1_6_1_1; 186 187 + # 2023-02-01: plugins disabled for hls 1.9.0.0 based on 188 # https://haskell-language-server.readthedocs.io/en/latest/support/plugin-support.html#current-plugin-support-tiers 189 haskell-language-server = super.haskell-language-server.override { 190 hls-eval-plugin = null; 191 + hls-ormolu-plugin = null; # This plugin is supposed to work, but fails to compile. 192 + hls-floskell-plugin = null; # This plugin is supposed to work, but fails to compile. 193 + hls-rename-plugin = null; # This plugin is supposed to work, but fails to compile. 194 hls-stylish-haskell-plugin = null; 195 }; 196 197 # https://github.com/tweag/ormolu/issues/941 198 + ormolu = doDistribute self.ormolu_0_5_2_0; 199 fourmolu = overrideCabal (drv: { 200 libraryHaskellDepends = drv.libraryHaskellDepends ++ [ self.file-embed ]; 201 }) (disableCabalFlag "fixity-th" super.fourmolu_0_10_1_0); 202 203 + # Apply workaround for Cabal 3.8 bug https://github.com/haskell/cabal/issues/8455 204 + # by making `pkg-config --static` happy. Note: Cabal 3.9 is also affected, so 205 + # the GHC 9.6 configuration may need similar overrides eventually. 206 + X11-xft = __CabalEagerPkgConfigWorkaround super.X11-xft; 207 + # Jailbreaks for https://github.com/gtk2hs/gtk2hs/issues/323#issuecomment-1416723309 208 + glib = __CabalEagerPkgConfigWorkaround (doJailbreak super.glib); 209 + cairo = __CabalEagerPkgConfigWorkaround (doJailbreak super.cairo); 210 + pango = __CabalEagerPkgConfigWorkaround (doJailbreak super.pango); 211 + 212 + # The gtk2hs setup hook provided by this package lacks the ppOrdering field that 213 + # recent versions of Cabal require. This leads to builds like cairo and glib 214 + # failing during the Setup.hs phase: https://github.com/gtk2hs/gtk2hs/issues/323. 215 + gtk2hs-buildtools = appendPatch ./patches/gtk2hs-buildtools-fix-ghc-9.4.x.patch super.gtk2hs-buildtools; 216 217 }
+25 -8
pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml
··· 86 - aeson-parsec-picky 87 - aeson-prefix 88 - aeson-schema 89 - - aeson-schemas 90 - aeson-smart 91 - aeson-streams 92 - aeson-t ··· 511 - byline 512 - by-other-names 513 - bytearray-parsing 514 - - bytepatch 515 - bytestring-aeson-orphans 516 - bytestring-arbitrary 517 - bytestring-class ··· 705 - classy-parallel 706 - classyplate 707 - ClassyPrelude 708 - - clay 709 - clckwrks-plugin-bugs 710 - clckwrks-plugin-mailinglist 711 - clckwrks-theme-clckwrks ··· 927 - credential-store 928 - critbit 929 - criterion-cmp 930 - criterion-plus 931 - criterion-to-html 932 - criu-rpc-types ··· 1106 - derive-monoid 1107 - derive-trie 1108 - deriving-openapi3 1109 - derp-lib 1110 - describe 1111 - descriptive ··· 1437 - extensible-effects-concurrent 1438 - extensible-skeleton 1439 - external-sort 1440 - extractelf 1441 - ez3 1442 - ez-couch ··· 1446 - fadno-braids 1447 - fadno-xml 1448 - failable-list 1449 - - FailT 1450 - failure-detector 1451 - fake 1452 - fake-type ··· 1822 - gloss-banana 1823 - gloss-export 1824 - gloss-game 1825 - - glpk-headers 1826 - gltf-codec 1827 - glue 1828 - g-npm ··· 2485 - hslogger-template 2486 - hs-logo 2487 - hslua-examples 2488 - - hslua-list 2489 - hsluv-haskell 2490 - hsmagick 2491 - hsmodetweaks ··· 2921 - khph 2922 - kickass-torrents-dump-parser 2923 - kickchan 2924 - kleene-list 2925 - kmn-programming 2926 - kmonad ··· 3068 - libpafe 3069 - libpq 3070 - librandomorg 3071 - libsystemd-daemon 3072 - libtagc 3073 - libxls ··· 3248 - math-grads 3249 - math-interpolate 3250 - math-metric 3251 - - math-programming 3252 - matrix-as-xyz 3253 - matrix-lens 3254 - matrix-market ··· 3359 - ml-w 3360 - mm2 3361 - mmsyn2 3362 - mmtf 3363 - mmtl 3364 - Mobile-Legends-Hack-Cheats ··· 3807 - pandoc-filter-indent 3808 - pandoc-include 3809 - pandoc-lens 3810 - pandoc-markdown-ghci-filter 3811 - pandoc-placetable 3812 - pandoc-plantuml-diagrams 3813 - pandoc-pyplot 3814 - pandoc-unlit 3815 - pandoc-utils 3816 - pandora ··· 3956 - phone-numbers 3957 - phone-push 3958 - phonetic-languages-constaints 3959 - phonetic-languages-simplified-properties-array-old 3960 - phonetic-languages-vector 3961 - phraskell 3962 - Phsu ··· 4694 - servant-router 4695 - servant-scotty 4696 - servant-seo 4697 - servant-smsc-ru 4698 - servant-stache 4699 - servant-static-th 4700 - servant-streaming 4701 - servant-tracing 4702 - servant-typed-error 4703 - servant-wasm ··· 4870 - snake-game 4871 - snap-accept 4872 - snap-auth-cli 4873 - snap-configuration-utilities 4874 - snap-error-collector 4875 - snap-language ··· 5052 - streaming-sort 5053 - streamly-archive 5054 - streamly-binary 5055 - - streamly-bytestring 5056 - streamly-cassava 5057 - streamly-examples 5058 - streamly-lmdb ··· 5311 - threadscope 5312 - threepenny-editors 5313 - threepenny-gui-contextmenu 5314 - thrift 5315 - Thrift 5316 - throttled-io-loop ··· 5490 - type-indexed-queues 5491 - type-int 5492 - type-interpreter 5493 - type-level-bst 5494 - type-level-natural-number-induction 5495 - type-level-natural-number-operations ··· 5522 - uhexdump 5523 - uhttpc 5524 - ui-command 5525 - unamb-custom 5526 - unbeliever 5527 - unbounded-delays-units ··· 5756 - webkit-javascriptcore 5757 - webmention 5758 - web-output 5759 - web-push 5760 - Webrexp 5761 - web-routes-quasi ··· 5795 - wol 5796 - word24 5797 - word2vec-model 5798 - wordify 5799 - Wordlint 5800 - wordn ··· 5975 - yoda 5976 - Yogurt 5977 - youtube 5978 - yu-core 5979 - yuiGrid 5980 - yu-tool
··· 86 - aeson-parsec-picky 87 - aeson-prefix 88 - aeson-schema 89 - aeson-smart 90 - aeson-streams 91 - aeson-t ··· 510 - byline 511 - by-other-names 512 - bytearray-parsing 513 - bytestring-aeson-orphans 514 - bytestring-arbitrary 515 - bytestring-class ··· 703 - classy-parallel 704 - classyplate 705 - ClassyPrelude 706 - clckwrks-plugin-bugs 707 - clckwrks-plugin-mailinglist 708 - clckwrks-theme-clckwrks ··· 924 - credential-store 925 - critbit 926 - criterion-cmp 927 + - criterion-compare 928 - criterion-plus 929 - criterion-to-html 930 - criu-rpc-types ··· 1104 - derive-monoid 1105 - derive-trie 1106 - deriving-openapi3 1107 + - deriving-trans 1108 - derp-lib 1109 - describe 1110 - descriptive ··· 1436 - extensible-effects-concurrent 1437 - extensible-skeleton 1438 - external-sort 1439 + - extism 1440 - extractelf 1441 - ez3 1442 - ez-couch ··· 1446 - fadno-braids 1447 - fadno-xml 1448 - failable-list 1449 - failure-detector 1450 - fake 1451 - fake-type ··· 1821 - gloss-banana 1822 - gloss-export 1823 - gloss-game 1824 - gltf-codec 1825 - glue 1826 - g-npm ··· 2483 - hslogger-template 2484 - hs-logo 2485 - hslua-examples 2486 - hsluv-haskell 2487 - hsmagick 2488 - hsmodetweaks ··· 2918 - khph 2919 - kickass-torrents-dump-parser 2920 - kickchan 2921 + - kind-generics-deriving 2922 - kleene-list 2923 - kmn-programming 2924 - kmonad ··· 3066 - libpafe 3067 - libpq 3068 - librandomorg 3069 + - libsecp256k1 3070 - libsystemd-daemon 3071 - libtagc 3072 - libxls ··· 3247 - math-grads 3248 - math-interpolate 3249 - math-metric 3250 - matrix-as-xyz 3251 - matrix-lens 3252 - matrix-market ··· 3357 - ml-w 3358 - mm2 3359 - mmsyn2 3360 + - mmsyn7l 3361 + - mmsyn7ukr-array 3362 - mmtf 3363 - mmtl 3364 - Mobile-Legends-Hack-Cheats ··· 3807 - pandoc-filter-indent 3808 - pandoc-include 3809 - pandoc-lens 3810 + - pandoc-lua-engine 3811 - pandoc-markdown-ghci-filter 3812 - pandoc-placetable 3813 - pandoc-plantuml-diagrams 3814 - pandoc-pyplot 3815 + - pandoc-server 3816 - pandoc-unlit 3817 - pandoc-utils 3818 - pandora ··· 3958 - phone-numbers 3959 - phone-push 3960 - phonetic-languages-constaints 3961 + - phonetic-languages-constraints-array 3962 + - phonetic-languages-filters-array 3963 + - phonetic-languages-permutations-array 3964 + - phonetic-languages-phonetics-basics 3965 + - phonetic-languages-plus 3966 - phonetic-languages-simplified-properties-array-old 3967 + - phonetic-languages-ukrainian-array 3968 - phonetic-languages-vector 3969 - phraskell 3970 - Phsu ··· 4702 - servant-router 4703 - servant-scotty 4704 - servant-seo 4705 + - servant-serf 4706 - servant-smsc-ru 4707 - servant-stache 4708 - servant-static-th 4709 - servant-streaming 4710 + - servant-streamly 4711 - servant-tracing 4712 - servant-typed-error 4713 - servant-wasm ··· 4880 - snake-game 4881 - snap-accept 4882 - snap-auth-cli 4883 + - snap-blaze-clay 4884 - snap-configuration-utilities 4885 - snap-error-collector 4886 - snap-language ··· 5063 - streaming-sort 5064 - streamly-archive 5065 - streamly-binary 5066 - streamly-cassava 5067 - streamly-examples 5068 - streamly-lmdb ··· 5321 - threadscope 5322 - threepenny-editors 5323 - threepenny-gui-contextmenu 5324 + - threepenny-gui-flexbox 5325 - thrift 5326 - Thrift 5327 - throttled-io-loop ··· 5501 - type-indexed-queues 5502 - type-int 5503 - type-interpreter 5504 + - typelet 5505 - type-level-bst 5506 - type-level-natural-number-induction 5507 - type-level-natural-number-operations ··· 5534 - uhexdump 5535 - uhttpc 5536 - ui-command 5537 + - ukrainian-phonetics-basic-array 5538 + - ukrainian-phonetics-basic-array-bytestring 5539 - unamb-custom 5540 - unbeliever 5541 - unbounded-delays-units ··· 5770 - webkit-javascriptcore 5771 - webmention 5772 - web-output 5773 + - web-page 5774 - web-push 5775 - Webrexp 5776 - web-routes-quasi ··· 5810 - wol 5811 - word24 5812 - word2vec-model 5813 + - wordchoice 5814 - wordify 5815 - Wordlint 5816 - wordn ··· 5991 - yoda 5992 - Yogurt 5993 - youtube 5994 + - yu-auth 5995 - yu-core 5996 - yuiGrid 5997 - yu-tool
+12 -1
pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml
··· 86 - implicit-hie < 0.1.3 87 # latest version requires Cabal >= 3.8 88 - shake-cabal < 0.2.2.3 89 90 extra-packages: 91 - Cabal == 2.2.* # required for jailbreak-cabal etc. ··· 96 - Diff < 0.4 # required by liquidhaskell-0.8.10.2: https://github.com/ucsd-progsys/liquidhaskell/issues/1729 97 - aeson < 2 # required by pantry-0.5.2 98 - apply-refact == 0.9.* # 2022-12-12: needed for GHC < 9.2 99 - attoparsec == 0.13.* # 2022-02-23: Needed to compile elm for now 100 - base16-bytestring < 1 # required for cabal-install etc. 101 - basement < 0.0.15 # 2022-08-30: last version to support GHC < 8.10 ··· 157 - vty == 5.35.1 # 2022-07-08: needed for glirc-2.39.0.1 158 - weeder == 2.2.* # 2022-02-21: preserve for GHC 8.10.7 159 - weeder == 2.3.* # 2022-05-31: preserve for GHC 9.0.2 160 - commonmark-extensions < 0.2.3.3 # 2022-12-17: required by emanote 1.0.0.0 (to avoid a bug in 0.2.3.3) 161 - ShellCheck == 0.8.0 # 2022-12-28: required by haskell-ci 0.14.3 162 - retrie < 1.2.0.0 # 2022-12-30: required for hls on ghc < 9.2 ··· 292 - sensei 293 maralorn: 294 - cabal-fmt 295 - ema 296 - emanote 297 - generic-optics 298 - ghcid 299 - - ghcide 300 - haskell-language-server 301 - hedgehog 302 - hledger ··· 309 - matrix-client 310 - optics 311 - pandoc 312 - paths 313 - postgresql-simple 314 - purebred-email ··· 322 - snap 323 - stm-containers 324 - streamly 325 - taskwarrior 326 - tz 327 - weeder ··· 461 bindings-directfb: [ platforms.darwin ] 462 bindings-sane: [ platforms.darwin ] 463 bustle: [ platforms.darwin ] # uses glibc-specific ptsname_r 464 camfort: [ aarch64-linux ] 465 charsetdetect: [ aarch64-linux ] # not supported by vendored lib / not configured properly https://github.com/batterseapower/libcharsetdetect/issues/3 466 cut-the-crap: [ platforms.darwin ] ··· 564 bindings-parport: [ platforms.linux ] # parport is a linux kernel component 565 blake3: [ platforms.x86 ] # uses x86 intrinsics 566 btrfs: [ platforms.linux ] # depends on linux 567 cpuid: [ platforms.x86 ] # needs to be i386 compatible (IA-32) 568 crc32c: [ platforms.x86 ] # uses x86 intrinsics 569 d3d11binding: [ platforms.windows ] ··· 607 scat: [ platforms.x86 ] # uses scrypt, which requries x86 608 scrypt: [ platforms.x86 ] # https://github.com/informatikr/scrypt/issues/8 609 seqalign: [ platforms.x86 ] # x86 intrinsics 610 udev: [ platforms.linux ] 611 Win32-console: [ platforms.windows ] 612 Win32-dhcp-server: [ platforms.windows ]
··· 86 - implicit-hie < 0.1.3 87 # latest version requires Cabal >= 3.8 88 - shake-cabal < 0.2.2.3 89 + # needed as long as we have pandoc < 3.0, i.e. stackage lts 20 90 + - pandoc-crossref < 0.3.15.0 91 92 extra-packages: 93 - Cabal == 2.2.* # required for jailbreak-cabal etc. ··· 98 - Diff < 0.4 # required by liquidhaskell-0.8.10.2: https://github.com/ucsd-progsys/liquidhaskell/issues/1729 99 - aeson < 2 # required by pantry-0.5.2 100 - apply-refact == 0.9.* # 2022-12-12: needed for GHC < 9.2 101 + - apply-refact == 0.11.* # 2023-02-02: needed for hls-hlint-plugin on GHC 9.2 102 - attoparsec == 0.13.* # 2022-02-23: Needed to compile elm for now 103 - base16-bytestring < 1 # required for cabal-install etc. 104 - basement < 0.0.15 # 2022-08-30: last version to support GHC < 8.10 ··· 160 - vty == 5.35.1 # 2022-07-08: needed for glirc-2.39.0.1 161 - weeder == 2.2.* # 2022-02-21: preserve for GHC 8.10.7 162 - weeder == 2.3.* # 2022-05-31: preserve for GHC 9.0.2 163 + - weeder == 2.4.* # 2023-02-02: preserve for GHC 9.2.* 164 - commonmark-extensions < 0.2.3.3 # 2022-12-17: required by emanote 1.0.0.0 (to avoid a bug in 0.2.3.3) 165 - ShellCheck == 0.8.0 # 2022-12-28: required by haskell-ci 0.14.3 166 - retrie < 1.2.0.0 # 2022-12-30: required for hls on ghc < 9.2 ··· 296 - sensei 297 maralorn: 298 - cabal-fmt 299 + - clay 300 - ema 301 - emanote 302 - generic-optics 303 - ghcid 304 + - graphql-client 305 - haskell-language-server 306 - hedgehog 307 - hledger ··· 314 - matrix-client 315 - optics 316 - pandoc 317 + - pandoc-cli 318 + - pandoc-crossref 319 - paths 320 - postgresql-simple 321 - purebred-email ··· 329 - snap 330 - stm-containers 331 - streamly 332 + - streamly-bytestring 333 - taskwarrior 334 - tz 335 - weeder ··· 469 bindings-directfb: [ platforms.darwin ] 470 bindings-sane: [ platforms.darwin ] 471 bustle: [ platforms.darwin ] # uses glibc-specific ptsname_r 472 + bytelog: [ platforms.darwin ] # due to posix-api 473 camfort: [ aarch64-linux ] 474 charsetdetect: [ aarch64-linux ] # not supported by vendored lib / not configured properly https://github.com/batterseapower/libcharsetdetect/issues/3 475 cut-the-crap: [ platforms.darwin ] ··· 573 bindings-parport: [ platforms.linux ] # parport is a linux kernel component 574 blake3: [ platforms.x86 ] # uses x86 intrinsics 575 btrfs: [ platforms.linux ] # depends on linux 576 + bytepatch: [ platforms.x86 ] # due to blake3 577 cpuid: [ platforms.x86 ] # needs to be i386 compatible (IA-32) 578 crc32c: [ platforms.x86 ] # uses x86 intrinsics 579 d3d11binding: [ platforms.windows ] ··· 617 scat: [ platforms.x86 ] # uses scrypt, which requries x86 618 scrypt: [ platforms.x86 ] # https://github.com/informatikr/scrypt/issues/8 619 seqalign: [ platforms.x86 ] # x86 intrinsics 620 + tasty-papi: [ platforms.linux ] # limited by pkgs.papi 621 udev: [ platforms.linux ] 622 Win32-console: [ platforms.windows ] 623 Win32-dhcp-server: [ platforms.windows ]
+49 -49
pkgs/development/haskell-modules/configuration-hackage2nix/stackage.yaml
··· 1 - # Stackage LTS 20.6 2 # This file is auto-generated by 3 # maintainers/scripts/haskell/update-stackage.sh 4 default-package-overrides: ··· 123 - aura ==3.2.9 124 - authenticate ==1.3.5.1 125 - authenticate-oauth ==1.7 126 - - autodocodec ==0.2.0.1 127 - autodocodec-openapi3 ==0.2.1.1 128 - - autodocodec-schema ==0.1.0.2 129 - autodocodec-yaml ==0.2.0.3 130 - autoexporter ==2.0.0.2 131 - auto-update ==0.1.6 ··· 188 - binary-instances ==1.0.3 189 - binary-list ==1.1.1.2 190 - binary-orphans ==1.0.3 191 - - binary-parser ==0.5.7.2 192 - binary-search ==2.0.0 193 - binary-shared ==0.8.3 194 - binary-tagged ==0.3.1 ··· 232 - boots ==0.2.0.1 233 - bordacount ==0.1.0.0 234 - boring ==0.2 235 - - bound ==2.0.5 236 - BoundedChan ==1.0.3.0 237 - bounded-queue ==1.0.0 238 - boundingboxes ==0.2.3 ··· 301 - calligraphy ==0.1.3 302 - call-plantuml ==0.0.1.1 303 - call-stack ==0.4.0 304 - - can-i-haz ==0.3.1.0 305 - capability ==0.5.0.1 306 - ca-province-codes ==1.0.0.0 307 - cardano-coin-selection ==1.0.1 ··· 340 - cheapskate-lucid ==0.1.0.0 341 - check-email ==1.0.2 342 - checkers ==0.6.0 343 - - checksum ==0.0 344 - chimera ==0.3.3.0 345 - choice ==0.2.2 346 - chronologique ==0.3.1.3 ··· 350 - cipher-rc4 ==0.1.4 351 - circle-packing ==0.1.0.6 352 - circular ==0.4.0.3 353 - - citeproc ==0.8.0.2 354 - classy-prelude ==1.5.0.2 355 - classy-prelude-conduit ==1.5.0 356 - classy-prelude-yesod ==1.5.0 ··· 385 - comfort-graph ==0.0.3.2 386 - commonmark ==0.2.2 387 - commonmark-extensions ==0.2.3.3 388 - - commonmark-pandoc ==0.2.1.2 389 - commutative ==0.0.2 390 - comonad ==5.0.8 391 - comonad-extras ==4.0.1 ··· 406 - concise ==0.1.0.1 407 - concurrency ==1.11.0.2 408 - concurrent-extra ==0.7.0.12 409 - - concurrent-output ==1.10.16 410 - concurrent-split ==0.0.1.1 411 - cond ==0.4.1.1 412 - conduino ==0.2.2.0 ··· 506 - cyclotomic ==1.1.1 507 - czipwith ==1.0.1.4 508 - d10 ==1.0.1.2 509 - - data-accessor ==0.2.3 510 - - data-accessor-mtl ==0.2.0.4 511 - - data-accessor-transformers ==0.2.1.7 512 - data-array-byte ==0.1.0.1 513 - data-binary-ieee754 ==0.4.4 514 - data-bword ==0.1.0.2 ··· 574 - deque ==0.4.4 575 - deriveJsonNoPrefix ==0.1.0.1 576 - derive-topdown ==0.0.3.0 577 - - deriving-aeson ==0.2.8 578 - deriving-compat ==0.6.2 579 - detour-via-sci ==1.0.0 580 - df1 ==0.4 ··· 669 - edit-distance ==0.2.2.1 670 - edit-distance-vector ==1.0.0.4 671 - editor-open ==0.6.0.0 672 - - effectful ==2.2.1.0 673 - - effectful-core ==2.2.1.0 674 - effectful-plugin ==1.0.0.0 675 - - effectful-th ==1.0.0.0 676 - either ==5.0.2 677 - either-both ==0.1.1.1 678 - either-unwrap ==1.1 ··· 684 - elm-bridge ==0.8.1 685 - elm-core-sources ==1.0.0 686 - elm-export ==0.6.0.1 687 - - elynx ==0.7.0.1 688 - - elynx-markov ==0.7.0.1 689 - - elynx-nexus ==0.7.0.1 690 - - elynx-seq ==0.7.0.1 691 - - elynx-tools ==0.7.0.1 692 - - elynx-tree ==0.7.0.1 693 - emacs-module ==0.1.1.1 694 - email-validate ==2.3.2.18 695 - emojis ==0.1.2 ··· 736 - experimenter ==0.1.0.14 737 - expiring-cache-map ==0.0.6.1 738 - explainable-predicates ==0.1.2.3 739 - - explicit-exception ==0.1.10 740 - exp-pairs ==0.2.1.0 741 - express ==1.0.10 742 - extended-reals ==0.2.4.0 ··· 809 - fn ==0.3.0.2 810 - focus ==1.0.3 811 - focuslist ==0.1.1.0 812 - - foldl ==1.4.13 813 - folds ==0.7.8 814 - follow-file ==0.0.3 815 - FontyFruity ==0.5.3.5 ··· 1103 - hkd-default ==1.1.0.0 1104 - hkgr ==0.4.2 1105 - hledger ==1.27.1 1106 - - hledger-interest ==1.6.4 1107 - hledger-lib ==1.27.1 1108 - hledger-stockquotes ==0.1.2.1 1109 - hledger-ui ==1.27.1 ··· 1123 - hnock ==0.4.0 1124 - hoauth2 ==2.6.0 1125 - hoogle ==5.0.18.3 1126 - - hopenssl ==2.2.4 1127 - hopfli ==0.2.2.1 1128 - horizontal-rule ==0.5.0.0 1129 - hosc ==0.19.1 ··· 1416 - lame ==0.2.0 1417 - language-avro ==0.1.4.0 1418 - language-bash ==0.9.2 1419 - - language-c ==0.9.1 1420 - language-c-quote ==0.13 1421 - language-docker ==12.0.0 1422 - language-dot ==0.1.1 ··· 1429 - lapack-carray ==0.0.3 1430 - lapack-comfort-array ==0.0.1 1431 - lapack-ffi ==0.0.3 1432 - - lapack-ffi-tools ==0.1.3 1433 - largeword ==1.2.5 1434 - latex ==0.1.0.4 1435 - lattices ==2.0.3 ··· 1481 - ListLike ==4.7.8 1482 - list-predicate ==0.1.0.1 1483 - listsafe ==0.1.0.1 1484 - - list-t ==1.0.5.3 1485 - list-transformer ==1.0.9 1486 - ListTree ==0.2.3 1487 - ListZipper ==1.2.0.2 ··· 1490 - little-rio ==1.0.1 1491 - lmdb ==0.2.5 1492 - load-env ==0.2.1.0 1493 - - loc ==0.1.4.0 1494 - locators ==0.3.0.3 1495 - loch-th ==0.2.2 1496 - lockfree-queue ==0.2.4 ··· 1547 - matrix-market-attoparsec ==0.1.1.3 1548 - matrix-static ==0.3 1549 - maximal-cliques ==0.1.1 1550 - - mcmc ==0.8.0.1 1551 - mcmc-types ==1.0.3 1552 - median-stream ==0.7.0.0 1553 - med-module ==0.1.2.2 ··· 1579 - microlens-process ==0.2.0.2 1580 - microlens-th ==0.4.3.11 1581 - microspec ==0.2.1.3 1582 - - microstache ==1.0.2.2 1583 - midair ==0.2.0.1 1584 - - midi ==0.2.2.3 1585 - midi-music-box ==0.0.1.2 1586 - mighty-metropolis ==2.0.0 1587 - mime-mail ==0.5.1 ··· 1808 - options ==1.2.1.1 1809 - optparse-applicative ==0.17.0.0 1810 - optparse-enum ==1.0.0.0 1811 - - optparse-generic ==1.4.8 1812 - optparse-simple ==0.1.1.4 1813 - optparse-text ==0.1.1.0 1814 - OrderedBits ==0.0.2.0 ··· 1844 - partial-handler ==1.0.3 1845 - partial-isomorphisms ==0.2.3.0 1846 - partial-order ==0.2.0.0 1847 - - partial-semigroup ==0.6.0.0 1848 - password ==3.0.2.0 1849 - password-instances ==3.0.0.0 1850 - password-types ==1.0.0.0 ··· 1858 - path-io ==1.7.0 1859 - path-like ==0.2.0.2 1860 - path-pieces ==0.2.1 1861 - - path-text-utf8 ==0.0.1.10 1862 - pathtype ==0.8.1.1 1863 - path-utils ==0.1.1.0 1864 - pathwalk ==0.3.1.2 ··· 2361 - skylighting-format-latex ==0.1 2362 - slack-progressbar ==0.1.0.1 2363 - slave-thread ==1.1.0.2 2364 - - slynx ==0.7.0.1 2365 - smallcheck ==1.2.1 2366 - smtp-mail ==0.3.0.0 2367 - snowflake ==0.1.1.1 ··· 2374 - sort ==1.0.0.0 2375 - sorted-list ==0.2.1.0 2376 - sourcemap ==0.1.7 2377 - - sox ==0.2.3.1 2378 - spacecookie ==1.0.0.2 2379 - sparse-linear-algebra ==0.3.1 2380 - spdx ==1.0.0.3 ··· 2393 - Spock-lucid ==0.4.0.1 2394 - Spock-worker ==0.3.1.0 2395 - spoon ==0.3.1 2396 - - spreadsheet ==0.1.3.8 2397 - sqlcli ==0.2.2.0 2398 - sqlcli-odbc ==0.2.0.1 2399 - sqlite-simple ==0.4.18.2 ··· 2487 - swish ==0.10.3.0 2488 - syb ==0.7.2.2 2489 - syb-with-class ==0.6.1.14 2490 - - sydtest ==0.13.0.0 2491 - sydtest-aeson ==0.1.0.0 2492 - sydtest-amqp ==0.1.0.0 2493 - sydtest-autodocodec ==0.0.0.0 ··· 2540 - tasty-golden ==2.3.5 2541 - tasty-hedgehog ==1.3.1.0 2542 - tasty-hslua ==1.0.2 2543 - - tasty-hspec ==1.2.0.1 2544 - tasty-html ==0.4.1.4 2545 - tasty-hunit ==0.10.0.3 2546 - tasty-hunit-compat ==0.2.0.1 ··· 2585 - test-fun ==0.1.0.0 2586 - testing-feat ==1.1.1.1 2587 - testing-type-modifiers ==0.1.0.1 2588 - - texmath ==0.12.5.4 2589 - text-ansi ==0.2.1 2590 - text-binary ==0.2.1.1 2591 - text-builder ==0.6.7 ··· 2611 - th-bang-compat ==0.0.1.0 2612 - th-compat ==0.1.4 2613 - th-constraint-compat ==0.0.1.0 2614 - - th-data-compat ==0.1.1.0 2615 - th-desugar ==1.13.1 2616 - th-env ==0.1.1 2617 - these ==1.1.1.1 ··· 2663 - tls ==1.5.8 2664 - tls-debug ==0.4.8 2665 - tls-session-manager ==0.0.4 2666 - - tlynx ==0.7.0.1 2667 - tmapchan ==0.0.3 2668 - tmapmvar ==0.0.4 2669 - tmp-postgres ==1.34.1.0 ··· 2754 - uniplate ==1.6.13 2755 - uniq-deep ==1.2.1 2756 - unique ==0.0.1 2757 - - unique-logic ==0.4 2758 - unique-logic-tf ==0.5.1 2759 - unit-constraint ==0.0.0 2760 - units-parser ==0.1.1.4 ··· 2827 - vector-extras ==0.2.8 2828 - vector-instances ==3.4 2829 - vector-mmap ==0.0.3 2830 - - vector-rotcev ==0.1.0.1 2831 - vector-sized ==1.5.0 2832 - vector-space ==0.16 2833 - - vector-split ==1.0.0.2 2834 - vector-stream ==0.1.0.0 2835 - vector-th-unbox ==0.2.2 2836 - verbosity ==0.4.0.0 ··· 2942 - xlsx ==1.0.0.1 2943 - xlsx-tabular ==0.2.2.1 2944 - xml ==1.3.14 2945 - - xml-basic ==0.1.3.1 2946 - xmlbf ==0.6.2 2947 - xmlbf-xeno ==0.2.1 2948 - xmlbf-xmlhtml ==0.2
··· 1 + # Stackage LTS 20.8 2 # This file is auto-generated by 3 # maintainers/scripts/haskell/update-stackage.sh 4 default-package-overrides: ··· 123 - aura ==3.2.9 124 - authenticate ==1.3.5.1 125 - authenticate-oauth ==1.7 126 + - autodocodec ==0.2.0.2 127 - autodocodec-openapi3 ==0.2.1.1 128 + - autodocodec-schema ==0.1.0.3 129 - autodocodec-yaml ==0.2.0.3 130 - autoexporter ==2.0.0.2 131 - auto-update ==0.1.6 ··· 188 - binary-instances ==1.0.3 189 - binary-list ==1.1.1.2 190 - binary-orphans ==1.0.3 191 + - binary-parser ==0.5.7.3 192 - binary-search ==2.0.0 193 - binary-shared ==0.8.3 194 - binary-tagged ==0.3.1 ··· 232 - boots ==0.2.0.1 233 - bordacount ==0.1.0.0 234 - boring ==0.2 235 + - bound ==2.0.6 236 - BoundedChan ==1.0.3.0 237 - bounded-queue ==1.0.0 238 - boundingboxes ==0.2.3 ··· 301 - calligraphy ==0.1.3 302 - call-plantuml ==0.0.1.1 303 - call-stack ==0.4.0 304 + - can-i-haz ==0.3.1.1 305 - capability ==0.5.0.1 306 - ca-province-codes ==1.0.0.0 307 - cardano-coin-selection ==1.0.1 ··· 340 - cheapskate-lucid ==0.1.0.0 341 - check-email ==1.0.2 342 - checkers ==0.6.0 343 + - checksum ==0.0.0.1 344 - chimera ==0.3.3.0 345 - choice ==0.2.2 346 - chronologique ==0.3.1.3 ··· 350 - cipher-rc4 ==0.1.4 351 - circle-packing ==0.1.0.6 352 - circular ==0.4.0.3 353 + - citeproc ==0.8.1 354 - classy-prelude ==1.5.0.2 355 - classy-prelude-conduit ==1.5.0 356 - classy-prelude-yesod ==1.5.0 ··· 385 - comfort-graph ==0.0.3.2 386 - commonmark ==0.2.2 387 - commonmark-extensions ==0.2.3.3 388 + - commonmark-pandoc ==0.2.1.3 389 - commutative ==0.0.2 390 - comonad ==5.0.8 391 - comonad-extras ==4.0.1 ··· 406 - concise ==0.1.0.1 407 - concurrency ==1.11.0.2 408 - concurrent-extra ==0.7.0.12 409 + - concurrent-output ==1.10.17 410 - concurrent-split ==0.0.1.1 411 - cond ==0.4.1.1 412 - conduino ==0.2.2.0 ··· 506 - cyclotomic ==1.1.1 507 - czipwith ==1.0.1.4 508 - d10 ==1.0.1.2 509 + - data-accessor ==0.2.3.1 510 + - data-accessor-mtl ==0.2.0.5 511 + - data-accessor-transformers ==0.2.1.8 512 - data-array-byte ==0.1.0.1 513 - data-binary-ieee754 ==0.4.4 514 - data-bword ==0.1.0.2 ··· 574 - deque ==0.4.4 575 - deriveJsonNoPrefix ==0.1.0.1 576 - derive-topdown ==0.0.3.0 577 + - deriving-aeson ==0.2.9 578 - deriving-compat ==0.6.2 579 - detour-via-sci ==1.0.0 580 - df1 ==0.4 ··· 669 - edit-distance ==0.2.2.1 670 - edit-distance-vector ==1.0.0.4 671 - editor-open ==0.6.0.0 672 + - effectful ==2.2.2.0 673 + - effectful-core ==2.2.2.1 674 - effectful-plugin ==1.0.0.0 675 + - effectful-th ==1.0.0.1 676 - either ==5.0.2 677 - either-both ==0.1.1.1 678 - either-unwrap ==1.1 ··· 684 - elm-bridge ==0.8.1 685 - elm-core-sources ==1.0.0 686 - elm-export ==0.6.0.1 687 + - elynx ==0.7.1.0 688 + - elynx-markov ==0.7.1.0 689 + - elynx-nexus ==0.7.1.0 690 + - elynx-seq ==0.7.1.0 691 + - elynx-tools ==0.7.1.0 692 + - elynx-tree ==0.7.1.0 693 - emacs-module ==0.1.1.1 694 - email-validate ==2.3.2.18 695 - emojis ==0.1.2 ··· 736 - experimenter ==0.1.0.14 737 - expiring-cache-map ==0.0.6.1 738 - explainable-predicates ==0.1.2.3 739 + - explicit-exception ==0.1.10.1 740 - exp-pairs ==0.2.1.0 741 - express ==1.0.10 742 - extended-reals ==0.2.4.0 ··· 809 - fn ==0.3.0.2 810 - focus ==1.0.3 811 - focuslist ==0.1.1.0 812 + - foldl ==1.4.14 813 - folds ==0.7.8 814 - follow-file ==0.0.3 815 - FontyFruity ==0.5.3.5 ··· 1103 - hkd-default ==1.1.0.0 1104 - hkgr ==0.4.2 1105 - hledger ==1.27.1 1106 + - hledger-interest ==1.6.5 1107 - hledger-lib ==1.27.1 1108 - hledger-stockquotes ==0.1.2.1 1109 - hledger-ui ==1.27.1 ··· 1123 - hnock ==0.4.0 1124 - hoauth2 ==2.6.0 1125 - hoogle ==5.0.18.3 1126 + - hopenssl ==2.2.5 1127 - hopfli ==0.2.2.1 1128 - horizontal-rule ==0.5.0.0 1129 - hosc ==0.19.1 ··· 1416 - lame ==0.2.0 1417 - language-avro ==0.1.4.0 1418 - language-bash ==0.9.2 1419 + - language-c ==0.9.2 1420 - language-c-quote ==0.13 1421 - language-docker ==12.0.0 1422 - language-dot ==0.1.1 ··· 1429 - lapack-carray ==0.0.3 1430 - lapack-comfort-array ==0.0.1 1431 - lapack-ffi ==0.0.3 1432 + - lapack-ffi-tools ==0.1.3.1 1433 - largeword ==1.2.5 1434 - latex ==0.1.0.4 1435 - lattices ==2.0.3 ··· 1481 - ListLike ==4.7.8 1482 - list-predicate ==0.1.0.1 1483 - listsafe ==0.1.0.1 1484 + - list-t ==1.0.5.6 1485 - list-transformer ==1.0.9 1486 - ListTree ==0.2.3 1487 - ListZipper ==1.2.0.2 ··· 1490 - little-rio ==1.0.1 1491 - lmdb ==0.2.5 1492 - load-env ==0.2.1.0 1493 + - loc ==0.1.4.1 1494 - locators ==0.3.0.3 1495 - loch-th ==0.2.2 1496 - lockfree-queue ==0.2.4 ··· 1547 - matrix-market-attoparsec ==0.1.1.3 1548 - matrix-static ==0.3 1549 - maximal-cliques ==0.1.1 1550 + - mcmc ==0.8.1.0 1551 - mcmc-types ==1.0.3 1552 - median-stream ==0.7.0.0 1553 - med-module ==0.1.2.2 ··· 1579 - microlens-process ==0.2.0.2 1580 - microlens-th ==0.4.3.11 1581 - microspec ==0.2.1.3 1582 + - microstache ==1.0.2.3 1583 - midair ==0.2.0.1 1584 + - midi ==0.2.2.4 1585 - midi-music-box ==0.0.1.2 1586 - mighty-metropolis ==2.0.0 1587 - mime-mail ==0.5.1 ··· 1808 - options ==1.2.1.1 1809 - optparse-applicative ==0.17.0.0 1810 - optparse-enum ==1.0.0.0 1811 + - optparse-generic ==1.4.9 1812 - optparse-simple ==0.1.1.4 1813 - optparse-text ==0.1.1.0 1814 - OrderedBits ==0.0.2.0 ··· 1844 - partial-handler ==1.0.3 1845 - partial-isomorphisms ==0.2.3.0 1846 - partial-order ==0.2.0.0 1847 + - partial-semigroup ==0.6.0.1 1848 - password ==3.0.2.0 1849 - password-instances ==3.0.0.0 1850 - password-types ==1.0.0.0 ··· 1858 - path-io ==1.7.0 1859 - path-like ==0.2.0.2 1860 - path-pieces ==0.2.1 1861 + - path-text-utf8 ==0.0.1.11 1862 - pathtype ==0.8.1.1 1863 - path-utils ==0.1.1.0 1864 - pathwalk ==0.3.1.2 ··· 2361 - skylighting-format-latex ==0.1 2362 - slack-progressbar ==0.1.0.1 2363 - slave-thread ==1.1.0.2 2364 + - slynx ==0.7.1.0 2365 - smallcheck ==1.2.1 2366 - smtp-mail ==0.3.0.0 2367 - snowflake ==0.1.1.1 ··· 2374 - sort ==1.0.0.0 2375 - sorted-list ==0.2.1.0 2376 - sourcemap ==0.1.7 2377 + - sox ==0.2.3.2 2378 - spacecookie ==1.0.0.2 2379 - sparse-linear-algebra ==0.3.1 2380 - spdx ==1.0.0.3 ··· 2393 - Spock-lucid ==0.4.0.1 2394 - Spock-worker ==0.3.1.0 2395 - spoon ==0.3.1 2396 + - spreadsheet ==0.1.3.9 2397 - sqlcli ==0.2.2.0 2398 - sqlcli-odbc ==0.2.0.1 2399 - sqlite-simple ==0.4.18.2 ··· 2487 - swish ==0.10.3.0 2488 - syb ==0.7.2.2 2489 - syb-with-class ==0.6.1.14 2490 + - sydtest ==0.13.0.1 2491 - sydtest-aeson ==0.1.0.0 2492 - sydtest-amqp ==0.1.0.0 2493 - sydtest-autodocodec ==0.0.0.0 ··· 2540 - tasty-golden ==2.3.5 2541 - tasty-hedgehog ==1.3.1.0 2542 - tasty-hslua ==1.0.2 2543 + - tasty-hspec ==1.2.0.2 2544 - tasty-html ==0.4.1.4 2545 - tasty-hunit ==0.10.0.3 2546 - tasty-hunit-compat ==0.2.0.1 ··· 2585 - test-fun ==0.1.0.0 2586 - testing-feat ==1.1.1.1 2587 - testing-type-modifiers ==0.1.0.1 2588 + - texmath ==0.12.5.5 2589 - text-ansi ==0.2.1 2590 - text-binary ==0.2.1.1 2591 - text-builder ==0.6.7 ··· 2611 - th-bang-compat ==0.0.1.0 2612 - th-compat ==0.1.4 2613 - th-constraint-compat ==0.0.1.0 2614 + - th-data-compat ==0.1.2.0 2615 - th-desugar ==1.13.1 2616 - th-env ==0.1.1 2617 - these ==1.1.1.1 ··· 2663 - tls ==1.5.8 2664 - tls-debug ==0.4.8 2665 - tls-session-manager ==0.0.4 2666 + - tlynx ==0.7.1.0 2667 - tmapchan ==0.0.3 2668 - tmapmvar ==0.0.4 2669 - tmp-postgres ==1.34.1.0 ··· 2754 - uniplate ==1.6.13 2755 - uniq-deep ==1.2.1 2756 - unique ==0.0.1 2757 + - unique-logic ==0.4.0.1 2758 - unique-logic-tf ==0.5.1 2759 - unit-constraint ==0.0.0 2760 - units-parser ==0.1.1.4 ··· 2827 - vector-extras ==0.2.8 2828 - vector-instances ==3.4 2829 - vector-mmap ==0.0.3 2830 + - vector-rotcev ==0.1.0.2 2831 - vector-sized ==1.5.0 2832 - vector-space ==0.16 2833 + - vector-split ==1.0.0.3 2834 - vector-stream ==0.1.0.0 2835 - vector-th-unbox ==0.2.2 2836 - verbosity ==0.4.0.0 ··· 2942 - xlsx ==1.0.0.1 2943 - xlsx-tabular ==0.2.2.1 2944 - xml ==1.3.14 2945 + - xml-basic ==0.1.3.2 2946 - xmlbf ==0.6.2 2947 - xmlbf-xeno ==0.2.1 2948 - xmlbf-xmlhtml ==0.2
+22 -13
pkgs/development/haskell-modules/configuration-hackage2nix/transitive-broken.yaml
··· 247 - KiCS-debugger 248 - KiCS-prophecy 249 - LDAPv3 250 - LPPaver 251 - LambdaHack 252 - LambdaINet ··· 463 - algebra-sql 464 - algebraic 465 - algolia 466 - algorithmic-composition-frequency-shift 467 - align-audio 468 - alms 469 - alpha ··· 676 - ascii-superset_1_2_5_0 677 - ascii-table 678 - ascii-th_1_2_0_0 679 - - ascii_1_5_1_0 680 - asic 681 - asil 682 - assert4hs-hspec ··· 811 - bitcoin-types 812 - bitcoind-regtest 813 - bitcoind-rpc 814 - bitly-cli 815 - bitmaps 816 - bittorrent ··· 1116 - crf-chain1-constrained 1117 - crf-chain2-generic 1118 - crf-chain2-tiers 1119 - - criterion-compare 1120 - criu-rpc 1121 - crockford 1122 - cron-compat ··· 1394 - eventuo11y 1395 - eventuo11y-batteries 1396 - eventuo11y-json 1397 - every-bit-counts 1398 - ewe 1399 - exference ··· 1858 - graph-visit 1859 - graphicsFormats 1860 - graphicstools 1861 - - graphql-client 1862 - graphtype 1863 - greencard-lib 1864 - grenade 1865 - gridbounds 1866 - gridland 1867 - groot 1868 - gross 1869 - groundhog-converters ··· 2201 - hpaco-lib 2202 - hpage 2203 - hpaste 2204 - - hpath-directory 2205 - - hpath-io 2206 - hpc-tracer 2207 - hplayground 2208 - hpqtypes-effectful ··· 2252 - hsfacter 2253 - hsinspect-lsp 2254 - hslogstash 2255 - - hslua-module-zip 2256 - hsndfile-storablevector 2257 - hspec-expectations-pretty 2258 - hspec-pg-transact ··· 2369 - instant-deepseq 2370 - instant-hashable 2371 - instant-zipper 2372 - integreat 2373 - intel-aes 2374 - interpolatedstring-qq ··· 2543 - lapack 2544 - lapack-comfort-array 2545 - lapack-hmatrix 2546 - lat 2547 - latex-formulae-hakyll 2548 - latex-formulae-pandoc ··· 2724 - marvin 2725 - masakazu-bot 2726 - matchers 2727 - - math-programming-glpk 2728 - - math-programming-tests 2729 - mathblog 2730 - mathlink 2731 - matsuri ··· 2767 - mkbndl 2768 - mlist 2769 - mmsyn6ukr 2770 - mmsyn7h 2771 - mmsyn7s 2772 - mmsyn7ukr ··· 3000 - padKONTROL 3001 - pairing 3002 - panda 3003 - pandoc-highlighting-extensions 3004 - pandoc-japanese-filters 3005 - pandora-io ··· 3050 - persistable-record 3051 - persistable-types-HDBC-pg 3052 - persistent-audit 3053 - persistent-hssqlppp 3054 - persistent-map 3055 - persistent-mtl ··· 3066 - phonetic-languages-general 3067 - phonetic-languages-permutations 3068 - phonetic-languages-properties 3069 - phonetic-languages-simplified-common 3070 - phonetic-languages-simplified-lists-examples 3071 - phonetic-languages-simplified-properties-lists 3072 - phonetic-languages-simplified-properties-lists-double 3073 - phonetic-languages-ukrainian ··· 3467 - satchmo-funsat 3468 - satchmo-toysat 3469 - sauron 3470 - sbvPlugin 3471 - sc2-lowlevel 3472 - sc2-support ··· 3550 - servant-streaming-client 3551 - servant-streaming-docs 3552 - servant-streaming-server 3553 - - servant-streamly 3554 - servant-swagger-tags 3555 - servant-to-elm 3556 - servant-util ··· 3629 - smtlib2-quickcheck 3630 - smtlib2-timing 3631 - smtp2mta 3632 - - snap-blaze-clay 3633 - snap-elm 3634 - snap-extras 3635 - snaplet-actionlog ··· 3741 - streamed 3742 - streaming-fft 3743 - streaming-process 3744 - - streamly-posix 3745 - strelka 3746 - strelka-wai 3747 - strict-containers-lens 3748 - strict-containers-serialise 3749 - strict-data 3750 - string-typelits 3751 - stripe-haskell 3752 - stripe-http-client ··· 3883 - theoremquest-client 3884 - thimk 3885 - threaded 3886 - - threepenny-gui-flexbox 3887 - thumbnail-polish 3888 - tic-tac-toe 3889 - tickle ··· 4127 - weatherhs 4128 - web-inv-route 4129 - web-mongrel2 4130 - - web-page 4131 - web-rep 4132 - web-routes-regular 4133 - web-routing
··· 247 - KiCS-debugger 248 - KiCS-prophecy 249 - LDAPv3 250 + - LPFP 251 - LPPaver 252 - LambdaHack 253 - LambdaINet ··· 464 - algebra-sql 465 - algebraic 466 - algolia 467 + - algorithmic-composition-basic 468 - algorithmic-composition-frequency-shift 469 + - algorithmic-composition-overtones 470 - align-audio 471 - alms 472 - alpha ··· 679 - ascii-superset_1_2_5_0 680 - ascii-table 681 - ascii-th_1_2_0_0 682 + - ascii_1_5_2_0 683 - asic 684 - asil 685 - assert4hs-hspec ··· 814 - bitcoin-types 815 - bitcoind-regtest 816 - bitcoind-rpc 817 + - bitfield 818 - bitly-cli 819 - bitmaps 820 - bittorrent ··· 1120 - crf-chain1-constrained 1121 - crf-chain2-generic 1122 - crf-chain2-tiers 1123 - criu-rpc 1124 - crockford 1125 - cron-compat ··· 1397 - eventuo11y 1398 - eventuo11y-batteries 1399 - eventuo11y-json 1400 + - eventuo11y-otel 1401 - every-bit-counts 1402 - ewe 1403 - exference ··· 1862 - graph-visit 1863 - graphicsFormats 1864 - graphicstools 1865 - graphtype 1866 - greencard-lib 1867 - grenade 1868 - gridbounds 1869 - gridland 1870 + - grisette 1871 - groot 1872 - gross 1873 - groundhog-converters ··· 2205 - hpaco-lib 2206 - hpage 2207 - hpaste 2208 - hpc-tracer 2209 - hplayground 2210 - hpqtypes-effectful ··· 2254 - hsfacter 2255 - hsinspect-lsp 2256 - hslogstash 2257 - hsndfile-storablevector 2258 - hspec-expectations-pretty 2259 - hspec-pg-transact ··· 2370 - instant-deepseq 2371 - instant-hashable 2372 - instant-zipper 2373 + - instrument-cloudwatch 2374 - integreat 2375 - intel-aes 2376 - interpolatedstring-qq ··· 2545 - lapack 2546 - lapack-comfort-array 2547 - lapack-hmatrix 2548 + - large-anon 2549 - lat 2550 - latex-formulae-hakyll 2551 - latex-formulae-pandoc ··· 2727 - marvin 2728 - masakazu-bot 2729 - matchers 2730 - mathblog 2731 - mathlink 2732 - matsuri ··· 2768 - mkbndl 2769 - mlist 2770 - mmsyn6ukr 2771 + - mmsyn6ukr-array 2772 - mmsyn7h 2773 - mmsyn7s 2774 - mmsyn7ukr ··· 3002 - padKONTROL 3003 - pairing 3004 - panda 3005 + - pandoc-crossref_0_3_15_0 3006 - pandoc-highlighting-extensions 3007 - pandoc-japanese-filters 3008 - pandora-io ··· 3053 - persistable-record 3054 - persistable-types-HDBC-pg 3055 - persistent-audit 3056 + - persistent-event-source 3057 + - persistent-eventsource 3058 - persistent-hssqlppp 3059 - persistent-map 3060 - persistent-mtl ··· 3071 - phonetic-languages-general 3072 - phonetic-languages-permutations 3073 - phonetic-languages-properties 3074 + - phonetic-languages-simplified-base 3075 - phonetic-languages-simplified-common 3076 + - phonetic-languages-simplified-examples-array 3077 + - phonetic-languages-simplified-examples-common 3078 + - phonetic-languages-simplified-generalized-examples-array 3079 + - phonetic-languages-simplified-generalized-examples-common 3080 + - phonetic-languages-simplified-generalized-properties-array 3081 - phonetic-languages-simplified-lists-examples 3082 + - phonetic-languages-simplified-properties-array 3083 - phonetic-languages-simplified-properties-lists 3084 - phonetic-languages-simplified-properties-lists-double 3085 - phonetic-languages-ukrainian ··· 3479 - satchmo-funsat 3480 - satchmo-toysat 3481 - sauron 3482 + - sbv-program 3483 - sbvPlugin 3484 - sc2-lowlevel 3485 - sc2-support ··· 3563 - servant-streaming-client 3564 - servant-streaming-docs 3565 - servant-streaming-server 3566 - servant-swagger-tags 3567 - servant-to-elm 3568 - servant-util ··· 3641 - smtlib2-quickcheck 3642 - smtlib2-timing 3643 - smtp2mta 3644 - snap-elm 3645 - snap-extras 3646 - snaplet-actionlog ··· 3752 - streamed 3753 - streaming-fft 3754 - streaming-process 3755 - strelka 3756 - strelka-wai 3757 - strict-containers-lens 3758 - strict-containers-serialise 3759 - strict-data 3760 + - string-interpreter 3761 - string-typelits 3762 - stripe-haskell 3763 - stripe-http-client ··· 3894 - theoremquest-client 3895 - thimk 3896 - threaded 3897 - thumbnail-polish 3898 - tic-tac-toe 3899 - tickle ··· 4137 - weatherhs 4138 - web-inv-route 4139 - web-mongrel2 4140 - web-rep 4141 - web-routes-regular 4142 - web-routing
+14 -10
pkgs/development/haskell-modules/generic-builder.nix
··· 199 defaultConfigureFlags = [ 200 "--verbose" 201 "--prefix=$out" 202 - "--libdir=\\$prefix/lib/\\$compiler" 203 "--libsubdir=\\$abi/\\$libname" 204 (optionalString enableSeparateDataOutput "--datadir=$data/share/${ghcNameWithPrefix}") 205 (optionalString enableSeparateDocOutput "--docdir=${docdir "$doc"}") ··· 207 "--with-gcc=$CC" # Clang won't work without that extra information. 208 ] ++ [ 209 "--package-db=$packageConfDir" 210 - (optionalString (enableSharedExecutables && stdenv.isLinux) "--ghc-option=-optl=-Wl,-rpath=$out/lib/${ghcNameWithPrefix}/${pname}-${version}") 211 (optionalString (enableSharedExecutables && stdenv.isDarwin) "--ghc-option=-optl=-Wl,-headerpad_max_install_names") 212 (optionalString enableParallelBuilding "--ghc-options=${parallelBuildingFlags}") 213 (optionalString useCpphs "--with-cpphs=${cpphs}/bin/cpphs --ghc-options=-cpp --ghc-options=-pgmP${cpphs}/bin/cpphs --ghc-options=-optP--cpp") ··· 284 ghcCommand = "${ghc.targetPrefix}${ghcCommand'}"; 285 286 ghcNameWithPrefix = "${ghc.targetPrefix}${ghc.haskellCompilerName}"; 287 288 nativeGhcCommand = "${nativeGhc.targetPrefix}ghc"; 289 290 - buildPkgDb = ghcName: packageConfDir: '' 291 # If this dependency has a package database, then copy the contents of it, 292 # unless it is one of our GHCs. These can appear in our dependencies when 293 # we are doing native builds, and they have package databases in them, but ··· 297 # we compile with it, and doing so can result in having multiple copies of 298 # e.g. Cabal in the database with the same name and version, which is 299 # ambiguous. 300 - if [ -d "$p/lib/${ghcName}/package.conf.d" ] && [ "$p" != "${ghc}" ] && [ "$p" != "${nativeGhc}" ]; then 301 - cp -f "$p/lib/${ghcName}/package.conf.d/"*.conf ${packageConfDir}/ 302 continue 303 fi 304 ''; ··· 363 # pkgs* arrays defined in stdenv/setup.hs 364 + '' 365 for p in "''${pkgsBuildBuild[@]}" "''${pkgsBuildHost[@]}" "''${pkgsBuildTarget[@]}"; do 366 - ${buildPkgDb "${nativeGhcCommand}-${nativeGhc.version}" "$setupPackageConfDir"} 367 done 368 ${nativeGhcCommand}-pkg --${nativePackageDbFlag}="$setupPackageConfDir" recache 369 '' 370 # For normal components 371 + '' 372 for p in "''${pkgsHostHost[@]}" "''${pkgsHostTarget[@]}"; do 373 - ${buildPkgDb ghcNameWithPrefix "$packageConfDir"} 374 if [ -d "$p/include" ]; then 375 configureFlags+=" --extra-include-dirs=$p/include" 376 fi ··· 510 # just the target specified; "install" will error here, since not all targets have been built. 511 else '' 512 ${setupCommand} copy ${buildTarget} 513 - local packageConfDir="$out/lib/${ghcNameWithPrefix}/package.conf.d" 514 local packageConfFile="$packageConfDir/${pname}-${version}.conf" 515 mkdir -p "$packageConfDir" 516 ${setupCommand} register --gen-pkg-config=$packageConfFile ··· 539 ${optionalString doCoverage "mkdir -p $out/share && cp -r dist/hpc $out/share"} 540 ${optionalString (enableSharedExecutables && isExecutable && !isGhcjs && stdenv.isDarwin && lib.versionOlder ghc.version "7.10") '' 541 for exe in "${binDir}/"* ; do 542 - install_name_tool -add_rpath "$out/lib/ghc-${ghc.version}/${pname}-${version}" "$exe" 543 done 544 ''} 545 ··· 675 "NIX_${ghcCommandCaps}_DOCDIR" = "${ghcEnv}/share/doc/ghc/html"; 676 "NIX_${ghcCommandCaps}_LIBDIR" = if ghc.isHaLVM or false 677 then "${ghcEnv}/lib/HaLVM-${ghc.version}" 678 - else "${ghcEnv}/lib/${ghcCommand}-${ghc.version}"; 679 }); 680 681 env = envFunc { };
··· 199 defaultConfigureFlags = [ 200 "--verbose" 201 "--prefix=$out" 202 + # Note: This must be kept in sync manually with mkGhcLibdir 203 + ("--libdir=\\$prefix/lib/\\$compiler" + lib.optionalString (ghc ? hadrian) "/lib") 204 "--libsubdir=\\$abi/\\$libname" 205 (optionalString enableSeparateDataOutput "--datadir=$data/share/${ghcNameWithPrefix}") 206 (optionalString enableSeparateDocOutput "--docdir=${docdir "$doc"}") ··· 208 "--with-gcc=$CC" # Clang won't work without that extra information. 209 ] ++ [ 210 "--package-db=$packageConfDir" 211 + (optionalString (enableSharedExecutables && stdenv.isLinux) "--ghc-option=-optl=-Wl,-rpath=$out/${ghcLibdir}/${pname}-${version}") 212 (optionalString (enableSharedExecutables && stdenv.isDarwin) "--ghc-option=-optl=-Wl,-headerpad_max_install_names") 213 (optionalString enableParallelBuilding "--ghc-options=${parallelBuildingFlags}") 214 (optionalString useCpphs "--with-cpphs=${cpphs}/bin/cpphs --ghc-options=-cpp --ghc-options=-pgmP${cpphs}/bin/cpphs --ghc-options=-optP--cpp") ··· 285 ghcCommand = "${ghc.targetPrefix}${ghcCommand'}"; 286 287 ghcNameWithPrefix = "${ghc.targetPrefix}${ghc.haskellCompilerName}"; 288 + mkGhcLibdir = ghc: "lib/${ghc.targetPrefix}${ghc.haskellCompilerName}" 289 + + lib.optionalString (ghc ? hadrian) "/lib"; 290 + ghcLibdir = mkGhcLibdir ghc; 291 292 nativeGhcCommand = "${nativeGhc.targetPrefix}ghc"; 293 294 + buildPkgDb = thisGhc: packageConfDir: '' 295 # If this dependency has a package database, then copy the contents of it, 296 # unless it is one of our GHCs. These can appear in our dependencies when 297 # we are doing native builds, and they have package databases in them, but ··· 301 # we compile with it, and doing so can result in having multiple copies of 302 # e.g. Cabal in the database with the same name and version, which is 303 # ambiguous. 304 + if [ -d "$p/${mkGhcLibdir thisGhc}/package.conf.d" ] && [ "$p" != "${ghc}" ] && [ "$p" != "${nativeGhc}" ]; then 305 + cp -f "$p/${mkGhcLibdir thisGhc}/package.conf.d/"*.conf ${packageConfDir}/ 306 continue 307 fi 308 ''; ··· 367 # pkgs* arrays defined in stdenv/setup.hs 368 + '' 369 for p in "''${pkgsBuildBuild[@]}" "''${pkgsBuildHost[@]}" "''${pkgsBuildTarget[@]}"; do 370 + ${buildPkgDb nativeGhc "$setupPackageConfDir"} 371 done 372 ${nativeGhcCommand}-pkg --${nativePackageDbFlag}="$setupPackageConfDir" recache 373 '' 374 # For normal components 375 + '' 376 for p in "''${pkgsHostHost[@]}" "''${pkgsHostTarget[@]}"; do 377 + ${buildPkgDb ghc "$packageConfDir"} 378 if [ -d "$p/include" ]; then 379 configureFlags+=" --extra-include-dirs=$p/include" 380 fi ··· 514 # just the target specified; "install" will error here, since not all targets have been built. 515 else '' 516 ${setupCommand} copy ${buildTarget} 517 + local packageConfDir="$out/${ghcLibdir}/package.conf.d" 518 local packageConfFile="$packageConfDir/${pname}-${version}.conf" 519 mkdir -p "$packageConfDir" 520 ${setupCommand} register --gen-pkg-config=$packageConfFile ··· 543 ${optionalString doCoverage "mkdir -p $out/share && cp -r dist/hpc $out/share"} 544 ${optionalString (enableSharedExecutables && isExecutable && !isGhcjs && stdenv.isDarwin && lib.versionOlder ghc.version "7.10") '' 545 for exe in "${binDir}/"* ; do 546 + install_name_tool -add_rpath "$out/${ghcLibdir}/${pname}-${version}" "$exe" 547 done 548 ''} 549 ··· 679 "NIX_${ghcCommandCaps}_DOCDIR" = "${ghcEnv}/share/doc/ghc/html"; 680 "NIX_${ghcCommandCaps}_LIBDIR" = if ghc.isHaLVM or false 681 then "${ghcEnv}/lib/HaLVM-${ghc.version}" 682 + else "${ghcEnv}/${ghcLibdir}"; 683 }); 684 685 env = envFunc { };
+2356 -819
pkgs/development/haskell-modules/hackage-packages.nix
··· 6000 }: 6001 mkDerivation { 6002 pname = "FailT"; 6003 - version = "0.1.0.0"; 6004 - sha256 = "13ai9w5i3ay3v0skn32fllymnywd77zdr4lvf16k99lnimbzzm6y"; 6005 - revision = "2"; 6006 - editedCabalFile = "1cvw3icblydaid9w74dqaprsp8556zapr4ajw8qi8iw8y3kss891"; 6007 libraryHaskellDepends = [ base exceptions mtl text ]; 6008 testHaskellDepends = [ 6009 base doctest exceptions hspec mtl QuickCheck quickcheck-classes 6010 ]; 6011 description = "A 'FailT' monad transformer that plays well with 'MonadFail'"; 6012 license = lib.licenses.bsd3; 6013 - hydraPlatforms = lib.platforms.none; 6014 - broken = true; 6015 }) {}; 6016 6017 "FailureT" = callPackage ··· 6333 description = "Grammar and typeclass for first order theories"; 6334 license = lib.licenses.bsd3; 6335 hydraPlatforms = lib.platforms.none; 6336 }) {}; 6337 6338 "FixedPoint-simple" = callPackage ··· 10083 pname = "HaXml"; 10084 version = "1.25.12"; 10085 sha256 = "1xaqp519dw948v00q309msx07yhzxbd0k8ds5q434l6g6cmsqqgc"; 10086 isLibrary = true; 10087 isExecutable = true; 10088 libraryHaskellDepends = [ ··· 12622 hydraPlatforms = lib.platforms.none; 12623 }) {}; 12624 12625 "LPPaver" = callPackage 12626 ({ mkDerivation, aern2-mfun, aern2-mp, base, collect-errors 12627 , containers, directory, mixed-types-num, optparse-applicative ··· 14016 license = lib.licenses.bsd3; 14017 }) {}; 14018 14019 "MissingK" = callPackage 14020 ({ mkDerivation, base, glib, template-haskell }: 14021 mkDerivation { ··· 20651 pname = "TeX-my-math"; 20652 version = "0.202.2.0"; 20653 sha256 = "1w074jr2qr603hjh644cvlc0n1miaz10r8mhkskq39jn184kriyl"; 20654 isLibrary = true; 20655 isExecutable = true; 20656 libraryHaskellDepends = [ ··· 24903 license = lib.licenses.bsd3; 24904 }) {}; 24905 24906 "ad-delcont" = callPackage 24907 ({ mkDerivation, base, transformers }: 24908 mkDerivation { ··· 25823 }: 25824 mkDerivation { 25825 pname = "aeson-flowtyped"; 25826 - version = "0.13.2.1"; 25827 - sha256 = "03zs0mz6fxgvcvfnx3j55yj2hi4npfj10kirjysnx0icypqy6x7g"; 25828 libraryHaskellDepends = [ 25829 aeson base containers data-fix deriving-compat free generics-sop 25830 mtl recursion-schemes reflection scientific text time ··· 26235 ]; 26236 description = "Easily consume JSON data on-demand with type-safety"; 26237 license = lib.licenses.bsd3; 26238 - hydraPlatforms = lib.platforms.none; 26239 - broken = true; 26240 }) {}; 26241 26242 "aeson-serialize" = callPackage ··· 26737 mainProgram = "agda2lagda"; 26738 }) {}; 26739 26740 "agentx" = callPackage 26741 ({ mkDerivation, base, binary, bitwise, bytestring, containers 26742 , data-default, Diff, fclabels, mtl, network, pipes ··· 27708 ]; 27709 description = "Helps to create experimental music from a file (or its part) and a Ukrainian text"; 27710 license = lib.licenses.mit; 27711 }) {}; 27712 27713 "algorithmic-composition-complex" = callPackage ··· 27758 libraryHaskellDepends = [ algorithmic-composition-basic base ]; 27759 description = "Some variants of the overtones functions to generate a timbre"; 27760 license = lib.licenses.mit; 27761 }) {}; 27762 27763 "align" = callPackage ··· 33507 mainProgram = "refactor"; 33508 }) {}; 33509 33510 "apply-unordered" = callPackage 33511 ({ mkDerivation, base, fin, ghc, ghc-tcplugins-extra, hspec 33512 , should-not-typecheck, syb ··· 34194 }: 34195 mkDerivation { 34196 pname = "arduino-copilot"; 34197 - version = "1.7.5"; 34198 - sha256 = "1rmxahc4fp62c00k9j4p3952wl2cqny9adlhd7l1h4z3wml7mwsv"; 34199 libraryHaskellDepends = [ 34200 base containers copilot copilot-c99 copilot-language directory 34201 filepath mtl optparse-applicative sketch-frp-copilot temporary ··· 35111 license = lib.licenses.asl20; 35112 }) {}; 35113 35114 - "ascii_1_5_1_0" = callPackage 35115 ({ mkDerivation, ascii-case, ascii-caseless, ascii-char 35116 , ascii-group, ascii-numbers, ascii-predicates, ascii-superset 35117 , ascii-th, base, bytestring, hspec, text 35118 }: 35119 mkDerivation { 35120 pname = "ascii"; 35121 - version = "1.5.1.0"; 35122 - sha256 = "01a2xrkk60bpbz4x337jp66fy7zhdpb2c649c62inx723cc1q4il"; 35123 libraryHaskellDepends = [ 35124 ascii-case ascii-caseless ascii-char ascii-group ascii-numbers 35125 ascii-predicates ascii-superset ascii-th base bytestring text ··· 37409 pname = "audacity"; 37410 version = "0.0.2.1"; 37411 sha256 = "04r36gy8z0d2fz1l5px6yajp7izf3zpda9vci6q0wc273pxc8ck6"; 37412 isLibrary = true; 37413 isExecutable = true; 37414 libraryHaskellDepends = [ ··· 37727 }: 37728 mkDerivation { 37729 pname = "autodocodec"; 37730 - version = "0.2.0.1"; 37731 - sha256 = "1pjv2nk8g7cvck2g6nm15dy2bwg3hqdhyyi4c0q7x2k0awn2qkjg"; 37732 libraryHaskellDepends = [ 37733 aeson base bytestring containers hashable mtl scientific text time 37734 unordered-containers validity validity-scientific vector ··· 37762 }: 37763 mkDerivation { 37764 pname = "autodocodec-schema"; 37765 - version = "0.1.0.2"; 37766 - sha256 = "0vvwjz8abn6qmk2801p7vyrbjkqcxdqjlc82ha8l9xvb6mmvqy3i"; 37767 libraryHaskellDepends = [ 37768 aeson autodocodec base containers mtl text unordered-containers 37769 validity validity-aeson validity-containers validity-text ··· 41627 license = lib.licenses.mit; 41628 }) {}; 41629 41630 "beam-migrate" = callPackage 41631 ({ mkDerivation, aeson, base, beam-core, bytestring, containers 41632 , deepseq, dependent-map, dependent-sum, free, ghc-prim, hashable ··· 43121 }) {}; 43122 43123 "binary-parser" = callPackage 43124 - ({ mkDerivation, base, bytestring, mtl, QuickCheck 43125 - , quickcheck-instances, rerebase, tasty, tasty-hunit 43126 - , tasty-quickcheck, text, transformers 43127 - }: 43128 - mkDerivation { 43129 - pname = "binary-parser"; 43130 - version = "0.5.7.2"; 43131 - sha256 = "1p17v5fspislzmqy5wxrnmbfg0l0yvm35mk034q4imkmjy0pa1w7"; 43132 - libraryHaskellDepends = [ base bytestring mtl text transformers ]; 43133 - testHaskellDepends = [ 43134 - QuickCheck quickcheck-instances rerebase tasty tasty-hunit 43135 - tasty-quickcheck 43136 - ]; 43137 - description = "A highly-efficient but limited parser API specialised for bytestrings"; 43138 - license = lib.licenses.mit; 43139 - }) {}; 43140 - 43141 - "binary-parser_0_5_7_3" = callPackage 43142 ({ mkDerivation, base, base-prelude, bytestring, mtl, QuickCheck 43143 , quickcheck-instances, tasty, tasty-hunit, tasty-quickcheck, text 43144 , transformers ··· 43154 ]; 43155 description = "An efficient but limited parser API specialised to bytestrings"; 43156 license = lib.licenses.mit; 43157 - hydraPlatforms = lib.platforms.none; 43158 }) {}; 43159 43160 "binary-parsers" = callPackage ··· 45324 hydraPlatforms = lib.platforms.none; 45325 }) {}; 45326 45327 "bitly-cli" = callPackage 45328 ({ mkDerivation, base, Bitly, directory, filepath, regexpr }: 45329 mkDerivation { ··· 47132 }) {}; 47133 47134 "board-games" = callPackage 47135 - ({ mkDerivation, array, base, cgi, containers, criterion 47136 - , enummapset, html, httpd-shed, network-uri, non-empty, parallel 47137 - , QuickCheck, random, transformers, utility-ht 47138 }: 47139 mkDerivation { 47140 pname = "board-games"; 47141 - version = "0.3"; 47142 - sha256 = "1ylwibyl0j1v0bdrpfnjhdm431npagavxzgi2l5sp0scgpkcyyx7"; 47143 - revision = "1"; 47144 - editedCabalFile = "0rb5bqjg6r8p2v2wfdhivsbgbn55acdjsj6hcy6bv5w50qmg1l6c"; 47145 isLibrary = true; 47146 isExecutable = true; 47147 libraryHaskellDepends = [ 47148 - array base cgi containers enummapset html non-empty QuickCheck 47149 - random transformers utility-ht 47150 ]; 47151 executableHaskellDepends = [ 47152 array base cgi containers html httpd-shed network-uri non-empty 47153 - random transformers utility-ht 47154 ]; 47155 testHaskellDepends = [ 47156 - array base containers enummapset non-empty QuickCheck random 47157 - transformers utility-ht 47158 ]; 47159 benchmarkHaskellDepends = [ 47160 base containers criterion enummapset non-empty parallel QuickCheck ··· 48030 }: 48031 mkDerivation { 48032 pname = "bound"; 48033 - version = "2.0.5"; 48034 - sha256 = "1cnw0q97bys7jcpjds2fb6zkq9pyqxcb8v0b5dvkckqmlp8agn4v"; 48035 libraryHaskellDepends = [ 48036 base bifunctors binary bytes cereal comonad deepseq hashable mmorph 48037 profunctors template-haskell th-abstraction transformers ··· 48604 license = lib.licenses.bsd3; 48605 }) {}; 48606 48607 - "brick_1_5" = callPackage 48608 ({ mkDerivation, base, bimap, bytestring, config-ini, containers 48609 , contravariant, data-clist, deepseq, directory, exceptions 48610 , filepath, microlens, microlens-mtl, microlens-th, mtl, QuickCheck ··· 48613 }: 48614 mkDerivation { 48615 pname = "brick"; 48616 - version = "1.5"; 48617 - sha256 = "0kszp6yrpqc9v87m38rladhmn8xcdbrrh05xr6fi936n34bhi432"; 48618 isLibrary = true; 48619 isExecutable = true; 48620 libraryHaskellDepends = [ ··· 50368 }: 50369 mkDerivation { 50370 pname = "bv-sized"; 50371 - version = "1.0.4"; 50372 - sha256 = "0c6d8b11dgg585fvql0h2rrmiw2l8831ig2f89jlqzkdsa0asm67"; 50373 libraryHaskellDepends = [ 50374 base bitwise bytestring deepseq panic parameterized-utils random 50375 th-lift ··· 50420 }: 50421 mkDerivation { 50422 pname = "byline"; 50423 - version = "1.1.1"; 50424 - sha256 = "0yy9hd8yhpi175fgnp8cd4h0bifx2zvy82jmbkd28kpbgw6b49vi"; 50425 isLibrary = true; 50426 isExecutable = true; 50427 libraryHaskellDepends = [ ··· 50589 ]; 50590 description = "Fast logging"; 50591 license = lib.licenses.bsd3; 50592 }) {}; 50593 50594 "byteorder" = callPackage ··· 50613 pname = "bytepatch"; 50614 version = "0.4.0"; 50615 sha256 = "0algbhwzkhj5l98djzhy6ayd4wpldxv75zvqhpp6ckm94ryvb4v9"; 50616 isLibrary = true; 50617 isExecutable = true; 50618 libraryHaskellDepends = [ ··· 50633 testToolDepends = [ hspec-discover ]; 50634 description = "Patch byte-representable data in a bytestream"; 50635 license = lib.licenses.mit; 50636 - hydraPlatforms = lib.platforms.none; 50637 mainProgram = "bytepatch"; 50638 maintainers = [ lib.maintainers.raehik ]; 50639 - broken = true; 50640 }) {}; 50641 50642 "bytes" = callPackage ··· 50744 license = lib.licenses.bsd3; 50745 }) {}; 50746 50747 - "bytestring_0_11_3_1" = callPackage 50748 ({ mkDerivation, base, deepseq, ghc-prim, QuickCheck, random, tasty 50749 , tasty-bench, tasty-quickcheck, template-haskell, transformers 50750 }: 50751 mkDerivation { 50752 pname = "bytestring"; 50753 - version = "0.11.3.1"; 50754 - sha256 = "0nh75v2hmmcq650q51sv28yprrnnah80spiqvw4js8dy48bqwlah"; 50755 libraryHaskellDepends = [ base deepseq ghc-prim template-haskell ]; 50756 testHaskellDepends = [ 50757 base deepseq ghc-prim QuickCheck tasty tasty-quickcheck ··· 51569 pname = "c2hs"; 51570 version = "0.28.8"; 51571 sha256 = "0k482wv94jbpwd96a2c2lc7qz9k8072slx7l7943472nzk7k41ir"; 51572 - revision = "1"; 51573 - editedCabalFile = "0hbv1j9b04gm617c5xqndr4iqidabwdpcn2dcrnaacc04ylchvl2"; 51574 isLibrary = false; 51575 isExecutable = true; 51576 enableSeparateDataOutput = true; ··· 52787 }: 52788 mkDerivation { 52789 pname = "cabal-sort"; 52790 - version = "0.0.5.4"; 52791 - sha256 = "1pssbb9i5h3q97i3qrybz9iyd1nsh9y27ykxvda6vk820jxjvb9b"; 52792 isLibrary = false; 52793 isExecutable = true; 52794 executableHaskellDepends = [ ··· 54133 ({ mkDerivation, base, deepseq, hspec, HUnit, mtl }: 54134 mkDerivation { 54135 pname = "can-i-haz"; 54136 - version = "0.3.1.0"; 54137 - sha256 = "0pwwl5pawvd1sygc8k7ichfk15inhcy4has40zplqqws5lmm6mz8"; 54138 libraryHaskellDepends = [ base mtl ]; 54139 testHaskellDepends = [ base deepseq hspec HUnit mtl ]; 54140 description = "Generic implementation of the Has and CoHas patterns"; ··· 54627 }: 54628 mkDerivation { 54629 pname = "car-pool"; 54630 - version = "0.0.1"; 54631 - sha256 = "1y674qnixmk6l4yvbvz3vsxzpfchy5vq0qsn4b2xyziqxscz9aih"; 54632 isLibrary = false; 54633 isExecutable = true; 54634 executableHaskellDepends = [ ··· 56788 }: 56789 mkDerivation { 56790 pname = "cgi"; 56791 - version = "3001.5.0.0"; 56792 - sha256 = "09wvp9vkqasns4flw9z46nhcy96r4qxjv6h47d5f90drz77pmm8a"; 56793 isLibrary = true; 56794 isExecutable = true; 56795 libraryHaskellDepends = [ ··· 57693 ({ mkDerivation, base, explicit-exception, utility-ht }: 57694 mkDerivation { 57695 pname = "checksum"; 57696 - version = "0.0"; 57697 - sha256 = "0327lihvibnhs2c0gnmm13g6iaw53ka3w2j1rng4d1vnrxphyyik"; 57698 libraryHaskellDepends = [ base explicit-exception utility-ht ]; 57699 description = "Compute and verify checksums of ISBN, IBAN, etc"; 57700 license = lib.licenses.bsd3; ··· 57778 }: 57779 mkDerivation { 57780 pname = "chessIO"; 57781 - version = "0.9.3.0"; 57782 - sha256 = "0hmj9dvsvwrp7ab4zrzmbvmzy0q6fr2ifzmdp4ajbxlmca0yh3py"; 57783 isLibrary = true; 57784 isExecutable = true; 57785 libraryHaskellDepends = [ ··· 59017 }: 59018 mkDerivation { 59019 pname = "citeproc"; 59020 - version = "0.8.0.2"; 59021 - sha256 = "1rja6vdggmh7d40gsg2xfs9md6m1zbfddpsd27a15qyqb3530jzw"; 59022 isLibrary = true; 59023 isExecutable = true; 59024 libraryHaskellDepends = [ ··· 59861 testToolDepends = [ hspec-discover ]; 59862 description = "CSS preprocessor as embedded Haskell"; 59863 license = lib.licenses.bsd3; 59864 - hydraPlatforms = lib.platforms.none; 59865 - broken = true; 59866 }) {}; 59867 59868 "clckwrks" = callPackage ··· 60231 60232 "clerk" = callPackage 60233 ({ mkDerivation, base, bytestring, containers, data-default, lens 60234 - , mtl, text, time, transformers, xlsx 60235 }: 60236 mkDerivation { 60237 pname = "clerk"; 60238 - version = "0.1.0.2"; 60239 - sha256 = "0nbli8pj7v4wblbji2hqlkwbh98iiclg7vpbg6qsa91bw8p4nwmd"; 60240 libraryHaskellDepends = [ 60241 base bytestring containers data-default lens mtl text time 60242 transformers xlsx 60243 ]; 60244 - description = "Declaratively describe spreadsheets and generate xlsx"; 60245 license = lib.licenses.bsd3; 60246 - }) {}; 60247 60248 "cless" = callPackage 60249 ({ mkDerivation, base, highlighting-kate, optparse-applicative ··· 61901 61902 "cobot-io" = callPackage 61903 ({ mkDerivation, array, attoparsec, base, binary, bytestring, cobot 61904 - , containers, data-msgpack, deepseq, directory, hspec, http-conduit 61905 - , hyraxAbif, lens, linear, megaparsec, mtl, neat-interpolation 61906 - , parser-combinators, QuickCheck, split, text, vector 61907 }: 61908 mkDerivation { 61909 pname = "cobot-io"; 61910 - version = "0.1.4.4"; 61911 - sha256 = "04dizmriis6zs7jfwbagnzrszlmky8xkvrsmxb8wra90fnww8l66"; 61912 libraryHaskellDepends = [ 61913 array attoparsec base binary bytestring cobot containers 61914 - data-msgpack deepseq http-conduit hyraxAbif lens linear megaparsec 61915 - mtl parser-combinators split text vector 61916 ]; 61917 testHaskellDepends = [ 61918 array attoparsec base binary bytestring cobot containers 61919 - data-msgpack deepseq directory hspec http-conduit hyraxAbif lens 61920 - linear megaparsec mtl neat-interpolation parser-combinators 61921 - QuickCheck split text vector 61922 ]; 61923 description = "Biological data file formats and IO"; 61924 license = lib.licenses.bsd3; ··· 63489 }: 63490 mkDerivation { 63491 pname = "commander-cli"; 63492 - version = "0.10.2.0"; 63493 - sha256 = "1cp7g04ag1pkcqlckpzxfq3x4vw7yd6v9vzhhp228pjc1f36iqgx"; 63494 isLibrary = true; 63495 isExecutable = true; 63496 libraryHaskellDepends = [ ··· 63636 }: 63637 mkDerivation { 63638 pname = "commonmark-pandoc"; 63639 - version = "0.2.1.2"; 63640 - sha256 = "1dpi8zvjshab96w56qfqcys9h09f46lld8sc9q4xzb0y1p6lwmap"; 63641 libraryHaskellDepends = [ 63642 base commonmark commonmark-extensions pandoc-types text 63643 ]; ··· 65436 }: 65437 mkDerivation { 65438 pname = "concurrent-output"; 65439 - version = "1.10.16"; 65440 - sha256 = "0l4k0bkq5bddqraf14g3ngyzwff17f3ngg4axlilcl3zf3c4bamh"; 65441 - revision = "1"; 65442 - editedCabalFile = "0ak0nnfznsvq3vs8czsnlrw586hw4hj3299y75p7rhqi5jyvi932"; 65443 - libraryHaskellDepends = [ 65444 - ansi-terminal async base directory exceptions process stm 65445 - terminal-size text transformers unix 65446 - ]; 65447 - description = "Ungarble output from several threads or commands"; 65448 - license = lib.licenses.bsd2; 65449 - }) {}; 65450 - 65451 - "concurrent-output_1_10_17" = callPackage 65452 - ({ mkDerivation, ansi-terminal, async, base, directory, exceptions 65453 - , process, stm, terminal-size, text, transformers, unix 65454 - }: 65455 - mkDerivation { 65456 - pname = "concurrent-output"; 65457 version = "1.10.17"; 65458 sha256 = "12dmpjdiv3y1jnljvsbx258plzjvsjnizn25csmy7w4scfbrjl0b"; 65459 libraryHaskellDepends = [ ··· 65462 ]; 65463 description = "Ungarble output from several threads or commands"; 65464 license = lib.licenses.bsd2; 65465 - hydraPlatforms = lib.platforms.none; 65466 }) {}; 65467 65468 "concurrent-resource-map" = callPackage ··· 68877 license = lib.licenses.mit; 68878 }) {}; 68879 68880 "core-haskell" = callPackage 68881 ({ mkDerivation, base, haskeline, haskell-src-exts, hint }: 68882 mkDerivation { ··· 68914 ]; 68915 description = "Opinionated Haskell Interoperability"; 68916 license = lib.licenses.mit; 68917 }) {}; 68918 68919 "core-telemetry" = callPackage ··· 70583 license = lib.licenses.bsd3; 70584 hydraPlatforms = lib.platforms.none; 70585 mainProgram = "criterion-compare"; 70586 }) {}; 70587 70588 "criterion-measurement" = callPackage ··· 71704 ]; 71705 description = "Serialization of cryptographic data types"; 71706 license = lib.licenses.bsd3; 71707 }) {}; 71708 71709 "cryptsy-api" = callPackage ··· 73090 pname = "cutter"; 73091 version = "0.0"; 73092 sha256 = "1hka1k012d2nwnkbhbiga6307v1p5s88s2nxkrnymvr0db1ijwqi"; 73093 isLibrary = false; 73094 isExecutable = true; 73095 executableHaskellDepends = [ ··· 73897 ({ mkDerivation, array, base, containers, transformers }: 73898 mkDerivation { 73899 pname = "data-accessor"; 73900 - version = "0.2.3"; 73901 - sha256 = "0f1yvvzr24qgrx6k2g101s7vp012802iw6kli903n28nig93yn0x"; 73902 libraryHaskellDepends = [ array base containers transformers ]; 73903 description = "Utilities for accessing and manipulating fields of records"; 73904 license = lib.licenses.bsd3; ··· 73951 ({ mkDerivation, base, data-accessor, mtl }: 73952 mkDerivation { 73953 pname = "data-accessor-mtl"; 73954 - version = "0.2.0.4"; 73955 - sha256 = "1i8lk0vy04giixng5addgj740cbvwlc7g62qgrmhfip0w9k93kqh"; 73956 libraryHaskellDepends = [ base data-accessor mtl ]; 73957 description = "Use Accessor to access state in mtl State monad class"; 73958 license = lib.licenses.bsd3; ··· 73980 ({ mkDerivation, base, data-accessor, transformers }: 73981 mkDerivation { 73982 pname = "data-accessor-transformers"; 73983 - version = "0.2.1.7"; 73984 - sha256 = "0yp030vafbpddl27m606aibbbr5ar5j5bsv4bksscz3cq4yq5j10"; 73985 libraryHaskellDepends = [ base data-accessor transformers ]; 73986 description = "Use Accessor to access state in transformers State monad"; 73987 license = lib.licenses.bsd3; ··· 73995 pname = "data-array-byte"; 73996 version = "0.1.0.1"; 73997 sha256 = "002n0af7q08q3fmgsc5b47s1clirxy0lrqglwxzhabg0nfhfrdhv"; 73998 libraryHaskellDepends = [ base deepseq template-haskell ]; 73999 testHaskellDepends = [ 74000 base quickcheck-classes-base tasty tasty-quickcheck ··· 74904 pname = "data-interval"; 74905 version = "2.1.1"; 74906 sha256 = "1gxdf1pi54s9fvxgp112b0l9f4q4r29f03caz04wbhv1f6cbs912"; 74907 libraryHaskellDepends = [ 74908 base containers deepseq extended-reals hashable lattices 74909 ]; ··· 77355 pname = "decimal-literals"; 77356 version = "0.1.0.1"; 77357 sha256 = "0lbpnc4c266fbqjzzrnig648zzsqfaphlxqwyly9xd15qggzasb0"; 77358 - revision = "1"; 77359 - editedCabalFile = "0giz73yb179xvww1s92dbl4mhvcxlv25f0zrjwc9lsvx9h2aivg0"; 77360 libraryHaskellDepends = [ base ]; 77361 testHaskellDepends = [ base tasty tasty-hunit ]; 77362 description = "Preprocessing decimal literals more or less as they are (instead of via fractions)"; ··· 78154 }: 78155 mkDerivation { 78156 pname = "dep-t"; 78157 - version = "0.6.6.0"; 78158 - sha256 = "1r3pd00jlbqc8z61a1s5iwzp9y1lbqvs55sc9f495fg8m35zxcqz"; 78159 libraryHaskellDepends = [ base mtl transformers unliftio-core ]; 78160 testHaskellDepends = [ 78161 aeson barbies base bytestring containers doctest mtl rank2classes ··· 78779 ({ mkDerivation, aeson, base, bytestring }: 78780 mkDerivation { 78781 pname = "deriving-aeson"; 78782 - version = "0.2.8"; 78783 - sha256 = "0f59ar4cax7g0h6wrk8ckni7i4gw5wls5ybzbrji2a0qpd7q5lrd"; 78784 - revision = "1"; 78785 - editedCabalFile = "0pwx7lmdhpipg9ksqkz6xpjzh1aw2hip8y3jsk20ndl4wdzvxak5"; 78786 - libraryHaskellDepends = [ aeson base ]; 78787 - testHaskellDepends = [ aeson base bytestring ]; 78788 - description = "Type driven generic aeson instance customisation"; 78789 - license = lib.licenses.bsd3; 78790 - }) {}; 78791 - 78792 - "deriving-aeson_0_2_9" = callPackage 78793 - ({ mkDerivation, aeson, base, bytestring }: 78794 - mkDerivation { 78795 - pname = "deriving-aeson"; 78796 version = "0.2.9"; 78797 sha256 = "0cqq4ri9dgqkdh9wybf3wf5zxb9nihql591bk1lacnzdyxfrgcn0"; 78798 libraryHaskellDepends = [ aeson base ]; 78799 testHaskellDepends = [ aeson base bytestring ]; 78800 description = "Type driven generic aeson instance customisation"; 78801 license = lib.licenses.bsd3; 78802 - hydraPlatforms = lib.platforms.none; 78803 }) {}; 78804 78805 "deriving-compat" = callPackage ··· 78855 78856 "deriving-trans" = callPackage 78857 ({ mkDerivation, base, exceptions, monad-control 78858 - , monad-control-identity, mtl, transformers, transformers-base 78859 - , unliftio-core 78860 }: 78861 mkDerivation { 78862 pname = "deriving-trans"; 78863 - version = "0.5.1.0"; 78864 - sha256 = "1k6j66v2wcqhcbf7rrj4qsm7fdf68g0i6yslcjdrricdh8b7r9w2"; 78865 libraryHaskellDepends = [ 78866 - base exceptions monad-control monad-control-identity mtl 78867 - transformers transformers-base unliftio-core 78868 ]; 78869 description = "Derive instances for monad transformer stacks"; 78870 license = lib.licenses.bsd3; 78871 }) {}; 78872 78873 "derivingvia-extras" = callPackage ··· 80941 pname = "dice"; 80942 version = "0.1.1"; 80943 sha256 = "1y4184xicjwp29cyriq3qcr066167nwfy0720dmxjbgw795jxpsb"; 80944 isLibrary = true; 80945 isExecutable = true; 80946 libraryHaskellDepends = [ base mtl parsec random random-fu ]; ··· 81115 pname = "diff-loc"; 81116 version = "0.1.0.0"; 81117 sha256 = "08sbxkf804bq3lwr9s1k1vigq7yrdjgicrj114zi14cdi4168k3x"; 81118 libraryHaskellDepends = [ base fingertree show-combinators ]; 81119 description = "Map file locations across diffs"; 81120 license = lib.licenses.mit; ··· 81312 libraryPkgconfigDepends = [ zlib ]; 81313 description = "Various hashes for bytestrings; CRC32 and Adler32 for now"; 81314 license = lib.licenses.bsd3; 81315 }) {inherit (pkgs) zlib;}; 81316 81317 "digest-pure" = callPackage ··· 86596 }: 86597 mkDerivation { 86598 pname = "dumb-cas"; 86599 - version = "0.2.1.0"; 86600 - sha256 = "1fxamg2npi1arhsjyxgbzcn50m3y9kn9ganc79gbn8xcx252rp63"; 86601 - revision = "1"; 86602 - editedCabalFile = "0fxsf82kqnfy6nn8805x6dksj6j5z0dyajb4nh47r3sq067jb1n0"; 86603 libraryHaskellDepends = [ 86604 base containers decimal-literals hashable template-haskell 86605 unordered-containers ··· 87786 broken = true; 87787 }) {}; 87788 87789 "ebnf-bff" = callPackage 87790 ({ mkDerivation, aeson, base, bytestring, cond, directory, parsec 87791 , text ··· 87853 }: 87854 mkDerivation { 87855 pname = "eccrypto"; 87856 - version = "0.2.3"; 87857 - sha256 = "16jysii88v1wkm3g7vjx9vdhzcjqq1dlfrjkf2hccrcxz8wqv4d1"; 87858 enableSeparateDataOutput = true; 87859 libraryHaskellDepends = [ 87860 base bytestring cryptohash-sha512 integer-gmp ··· 88465 }: 88466 mkDerivation { 88467 pname = "effectful"; 88468 - version = "2.2.1.0"; 88469 - sha256 = "0p2kr9vcyhcpvyrqbvwmjjh4k2lsrrhhq6rdi087iyvd7vj33al2"; 88470 - libraryHaskellDepends = [ 88471 - async base bytestring directory effectful-core process stm time 88472 - unliftio 88473 - ]; 88474 - testHaskellDepends = [ 88475 - base containers effectful-core exceptions lifted-base primitive 88476 - tasty tasty-hunit unliftio 88477 - ]; 88478 - benchmarkHaskellDepends = [ 88479 - async base tasty-bench text unix unliftio 88480 - ]; 88481 - description = "An easy to use, performant extensible effects library"; 88482 - license = lib.licenses.bsd3; 88483 - }) {}; 88484 - 88485 - "effectful_2_2_2_0" = callPackage 88486 - ({ mkDerivation, async, base, bytestring, containers, directory 88487 - , effectful-core, exceptions, lifted-base, primitive, process, stm 88488 - , tasty, tasty-bench, tasty-hunit, text, time, unix, unliftio 88489 - }: 88490 - mkDerivation { 88491 - pname = "effectful"; 88492 version = "2.2.2.0"; 88493 sha256 = "1j6p28d5701v0a5fhgra1mhnzsqbxj44mpnixrh8jy34rcbq02bi"; 88494 libraryHaskellDepends = [ ··· 88504 ]; 88505 description = "An easy to use, performant extensible effects library"; 88506 license = lib.licenses.bsd3; 88507 - hydraPlatforms = lib.platforms.none; 88508 }) {}; 88509 88510 "effectful-core" = callPackage ··· 88513 }: 88514 mkDerivation { 88515 pname = "effectful-core"; 88516 - version = "2.2.1.0"; 88517 - sha256 = "0439fk1gr2jq663zl6p0ra9hkzmjm9ad24wnbrbz1nnl5v01ay2s"; 88518 libraryHaskellDepends = [ 88519 base containers exceptions monad-control primitive 88520 transformers-base unliftio-core 88521 ]; 88522 - doHaddock = false; 88523 description = "An easy to use, performant extensible effects library"; 88524 license = lib.licenses.bsd3; 88525 }) {}; 88526 88527 - "effectful-core_2_2_2_1" = callPackage 88528 - ({ mkDerivation, base, containers, exceptions, monad-control 88529 - , primitive, transformers-base, unliftio-core 88530 }: 88531 mkDerivation { 88532 - pname = "effectful-core"; 88533 - version = "2.2.2.1"; 88534 - sha256 = "1k3l79rh7whfm7yrdxmxyjggmwm912g8r6brwxjkla5d4phg4azp"; 88535 libraryHaskellDepends = [ 88536 - base containers exceptions monad-control primitive 88537 - transformers-base unliftio-core 88538 ]; 88539 - description = "An easy to use, performant extensible effects library"; 88540 license = lib.licenses.bsd3; 88541 - hydraPlatforms = lib.platforms.none; 88542 }) {}; 88543 88544 - "effectful-plugin" = callPackage 88545 ({ mkDerivation, base, containers, effectful-core, ghc 88546 , ghc-tcplugins-extra 88547 }: 88548 mkDerivation { 88549 pname = "effectful-plugin"; 88550 - version = "1.0.0.0"; 88551 - sha256 = "11y9d1ylwhgrrwf0pcpjqix2vrwzbwr2rlma6rm0h8yqpkchbx81"; 88552 - revision = "3"; 88553 - editedCabalFile = "127phsvh3pq96lram633hwawcy594n36gc5cxiwaagaksi240568"; 88554 libraryHaskellDepends = [ 88555 base containers effectful-core ghc ghc-tcplugins-extra 88556 ]; 88557 testHaskellDepends = [ base effectful-core ]; 88558 description = "A GHC plugin for improving disambiguation of effects"; 88559 license = lib.licenses.bsd3; 88560 }) {}; 88561 88562 "effectful-st" = callPackage ··· 88573 }) {}; 88574 88575 "effectful-th" = callPackage 88576 - ({ mkDerivation, base, containers, effectful, exceptions 88577 , template-haskell, th-abstraction 88578 }: 88579 mkDerivation { 88580 pname = "effectful-th"; 88581 - version = "1.0.0.0"; 88582 - sha256 = "0qvsxw1ajmr63r1bkgkchj5ra8g1ypx135ld62bip2mvqaxha9ih"; 88583 - revision = "3"; 88584 - editedCabalFile = "1nqwvgdvqgh4dvkidyaga7jd95p3hn54hy5gwadsvyf9lll4vjck"; 88585 libraryHaskellDepends = [ 88586 - base containers effectful exceptions template-haskell 88587 th-abstraction 88588 ]; 88589 - testHaskellDepends = [ base effectful ]; 88590 description = "Template Haskell utilities for the effectful library"; 88591 license = lib.licenses.bsd3; 88592 }) {}; ··· 89015 ({ mkDerivation, base, containers, doctest }: 89016 mkDerivation { 89017 pname = "either-list-functions"; 89018 - version = "0.0.4.6"; 89019 - sha256 = "1zmd728dxxifvpj7zwzb87rfmgs3wiz75d2g2lcm2sr0yafvzan4"; 89020 libraryHaskellDepends = [ base containers ]; 89021 testHaskellDepends = [ base doctest ]; 89022 description = "Functions involving lists of Either"; ··· 90100 }: 90101 mkDerivation { 90102 pname = "elynx"; 90103 - version = "0.7.0.1"; 90104 - sha256 = "1r2d3v2y4xmqf45d7649d54f1dsrywil2km40qx951adrawp8g0q"; 90105 isLibrary = false; 90106 isExecutable = true; 90107 executableHaskellDepends = [ ··· 90120 }: 90121 mkDerivation { 90122 pname = "elynx-markov"; 90123 - version = "0.7.0.1"; 90124 - sha256 = "0dci3fpvyxjffn2lapdddj8flyk2id2b9z0shfidcknaghgig1gr"; 90125 libraryHaskellDepends = [ 90126 async attoparsec base bytestring containers elynx-seq hmatrix 90127 integration math-functions mwc-random random statistics vector ··· 90139 ({ mkDerivation, attoparsec, base, bytestring, hspec }: 90140 mkDerivation { 90141 pname = "elynx-nexus"; 90142 - version = "0.7.0.1"; 90143 - sha256 = "0rf1ydwhglcnvp3cdqhij859c3gn7l54nazw4501b6wj59ky7p75"; 90144 libraryHaskellDepends = [ attoparsec base bytestring ]; 90145 testHaskellDepends = [ base hspec ]; 90146 description = "Import and export Nexus files"; ··· 90155 }: 90156 mkDerivation { 90157 pname = "elynx-seq"; 90158 - version = "0.7.0.1"; 90159 - sha256 = "1zjg9kayk97xqxpd6pryypmk9p69ylcyycfdzccj9pssqx99i5bi"; 90160 libraryHaskellDepends = [ 90161 aeson attoparsec base bytestring containers matrices parallel 90162 primitive random vector vector-th-unbox word8 ··· 90177 }: 90178 mkDerivation { 90179 pname = "elynx-tools"; 90180 - version = "0.7.0.1"; 90181 - sha256 = "1lqsmpdwxg9b6v7hm8aizgwzcwp4kspvc6wphk6nlj34dxsjy673"; 90182 libraryHaskellDepends = [ 90183 aeson attoparsec base base16-bytestring bytestring 90184 cryptohash-sha256 directory hmatrix optparse-applicative random ··· 90192 "elynx-tree" = callPackage 90193 ({ mkDerivation, aeson, attoparsec, base, bytestring, comonad 90194 , containers, criterion, data-default, data-default-class, deepseq 90195 - , double-conversion, elynx-nexus, elynx-tools, hspec 90196 - , math-functions, microlens, parallel, QuickCheck 90197 - , quickcheck-classes, random, statistics 90198 }: 90199 mkDerivation { 90200 pname = "elynx-tree"; 90201 - version = "0.7.0.1"; 90202 - sha256 = "0f9fmwv0580027qhlcffkzvx55nccx43klgkdbjnrhdqvd7h5a1s"; 90203 libraryHaskellDepends = [ 90204 aeson attoparsec base bytestring comonad containers 90205 - data-default-class deepseq double-conversion elynx-nexus 90206 - math-functions parallel random statistics 90207 ]; 90208 testHaskellDepends = [ 90209 attoparsec base bytestring containers data-default elynx-tools ··· 91731 }: 91732 mkDerivation { 91733 pname = "equal-files"; 91734 - version = "0.0.5.3"; 91735 - sha256 = "1akj045b5554bmlbg94vaji1ly10n89xj1vip9ywamy5hv18bdz5"; 91736 isLibrary = false; 91737 isExecutable = true; 91738 executableHaskellDepends = [ ··· 93749 93750 "eventuo11y" = callPackage 93751 ({ mkDerivation, base, exceptions, general-allocate, monad-control 93752 - , mtl, primitive, transformers, transformers-base, unliftio-core 93753 }: 93754 mkDerivation { 93755 pname = "eventuo11y"; 93756 - version = "0.6.0.0"; 93757 - sha256 = "1zk49cfg2cab5h5xy2bghk643aq6p0zi937linnxgl53c21br1li"; 93758 libraryHaskellDepends = [ 93759 - base exceptions general-allocate monad-control mtl primitive 93760 transformers transformers-base unliftio-core 93761 ]; 93762 description = "An event-oriented observability library"; ··· 93774 }: 93775 mkDerivation { 93776 pname = "eventuo11y-batteries"; 93777 - version = "0.3.0.0"; 93778 - sha256 = "12agwfk89jxsa2hdy5ghvkjddp2xs58973r4zi5zsf3zzx7nlx56"; 93779 libraryHaskellDepends = [ 93780 aeson base binary bytestring case-insensitive containers eventuo11y 93781 eventuo11y-json general-allocate http-media http-types ··· 93805 }: 93806 mkDerivation { 93807 pname = "eventuo11y-json"; 93808 - version = "0.2.0.0"; 93809 - sha256 = "132dkvsp1p5lj103amsfkn9grc4rx7qgs2nh5506mybykhhhzzg5"; 93810 libraryHaskellDepends = [ 93811 aeson base bytestring eventuo11y eventuo11y-dsl template-haskell 93812 text time uuid ··· 93816 hydraPlatforms = lib.platforms.none; 93817 }) {}; 93818 93819 "every" = callPackage 93820 ({ mkDerivation, async, base, stm }: 93821 mkDerivation { ··· 93869 }: 93870 mkDerivation { 93871 pname = "evoke"; 93872 - version = "0.2022.8.26"; 93873 - sha256 = "05jyak1dmb4cw4gp5p71pv8imkfachylq8bak81jmg6ni2shp28j"; 93874 libraryHaskellDepends = [ base ghc text ]; 93875 testHaskellDepends = [ 93876 aeson base HUnit insert-ordered-containers lens QuickCheck swagger2 ··· 94161 pname = "exceptions"; 94162 version = "0.10.7"; 94163 sha256 = "0jb0ah5k2mb4clhb34c59f615vzl54lhx3hf6njqsgdmr3jashls"; 94164 libraryHaskellDepends = [ 94165 base mtl stm template-haskell transformers 94166 ]; ··· 94993 ({ mkDerivation, base, deepseq, semigroups, transformers }: 94994 mkDerivation { 94995 pname = "explicit-exception"; 94996 - version = "0.1.10"; 94997 - sha256 = "1g7q01zqxv9aj4pqfbv4r8b2zndkilispigvmlvxnlapyzb6gm00"; 94998 isLibrary = true; 94999 isExecutable = true; 95000 libraryHaskellDepends = [ base deepseq semigroups transformers ]; 95001 description = "Exceptions which are explicit in the type signature"; 95002 license = lib.licenses.bsd3; 95003 }) {}; 95004 95005 "explicit-iomodes" = callPackage ··· 95518 license = lib.licenses.bsd3; 95519 hydraPlatforms = lib.platforms.none; 95520 broken = true; 95521 }) {}; 95522 95523 "extra" = callPackage ··· 96330 pname = "fast-logger"; 96331 version = "3.1.1"; 96332 sha256 = "1rx866swvqq7lzngv4bx7qinnwmm3aa2la8caljvbfbi0xz6wps3"; 96333 libraryHaskellDepends = [ 96334 array auto-update base bytestring directory easy-file filepath text 96335 unix-compat unix-time ··· 97023 mainProgram = "fcd"; 97024 }) {}; 97025 97026 "fcf-composite" = callPackage 97027 ({ mkDerivation, base, composite-base, fcf-containers 97028 , first-class-families, tasty, tasty-hunit, vinyl ··· 97051 }: 97052 mkDerivation { 97053 pname = "fcf-containers"; 97054 - version = "0.7.1"; 97055 - sha256 = "1234vz8ha4wzzbxnw3za5kdhisd37n8v3sd01rdcmnmnhb7fv3qs"; 97056 isLibrary = true; 97057 isExecutable = true; 97058 libraryHaskellDepends = [ base first-class-families ghc-prim mtl ]; ··· 97064 license = lib.licenses.bsd3; 97065 }) {}; 97066 97067 "fcf-graphs" = callPackage 97068 ({ mkDerivation, base, doctest, fcf-containers 97069 , first-class-families, Glob ··· 98202 license = lib.licenses.bsd3; 98203 }) {}; 98204 98205 - "fgl_5_8_0_0" = callPackage 98206 ({ mkDerivation, array, base, containers, deepseq, hspec 98207 , microbench, QuickCheck, transformers 98208 }: 98209 mkDerivation { 98210 pname = "fgl"; 98211 - version = "5.8.0.0"; 98212 - sha256 = "02cdigf5m3520vh30lld0j5d4al7nmsa4m9v9bjw1fprfaac03nn"; 98213 libraryHaskellDepends = [ 98214 array base containers deepseq transformers 98215 ]; ··· 98475 pname = "file-io"; 98476 version = "0.1.0.1"; 98477 sha256 = "1kxr2cdv3zmml7v3gmk2zrd2kwvph46fzv3r2ia5brq5qvm2s544"; 98478 libraryHaskellDepends = [ base bytestring filepath unix ]; 98479 description = "Basic file IO operations via 'OsPath'"; 98480 license = lib.licenses.bsd3; ··· 98624 pname = "filemanip"; 98625 version = "0.3.6.3"; 98626 sha256 = "0ilqr8jv41zxcj5qyicg29m8s30b9v70x6f9h2h2rw5ap8bxldl8"; 98627 libraryHaskellDepends = [ 98628 base bytestring directory filepath mtl unix-compat 98629 ]; ··· 101440 ({ mkDerivation, base }: 101441 mkDerivation { 101442 pname = "foldable-ix"; 101443 - version = "0.2.1.0"; 101444 - sha256 = "0sbqlii75sjmha2kmiwi36r2wdkpxdargyrrv2g60vpryvndiqck"; 101445 libraryHaskellDepends = [ base ]; 101446 description = "Functions to find out the indices of the elements in the Foldable structures"; 101447 license = lib.licenses.mit; ··· 101467 }: 101468 mkDerivation { 101469 pname = "foldl"; 101470 - version = "1.4.13"; 101471 - sha256 = "14vlhgf40qmwkznwza37z4www3q1v5acsx4nw5vmg25wdnc8ibfw"; 101472 - revision = "1"; 101473 - editedCabalFile = "0wkjdxjyjyq9kv9hwa5k8k8fp6i0b77xf9b2prrzyq0cwlps016i"; 101474 libraryHaskellDepends = [ 101475 base bytestring comonad containers contravariant hashable primitive 101476 profunctors random semigroupoids text transformers ··· 102766 pname = "fpe"; 102767 version = "0.1.1"; 102768 sha256 = "1rzd1g6zk98l5bz5d7pr66i10gd2kx6vrv9py06wcnz3b5svkx2l"; 102769 libraryHaskellDepends = [ 102770 base bytestring integer-logarithms vector 102771 ]; ··· 107121 }: 107122 mkDerivation { 107123 pname = "general-allocate"; 107124 - version = "0.2.0.1"; 107125 - sha256 = "0n6szggdafnn8s3s4n737q8s8d1jfnz9cb4v25rsz508q56mghzl"; 107126 libraryHaskellDepends = [ 107127 base containers mtl primitive resourcet safe-exceptions 107128 transformers ··· 108050 ({ mkDerivation, base, mtl, template-haskell }: 108051 mkDerivation { 108052 pname = "geniplate-mirror"; 108053 - version = "0.7.8"; 108054 - sha256 = "1kw4q7l556sfd82r2p0z3cv4sg8kcr45wb4s2sy996bs3ymn8fjb"; 108055 libraryHaskellDepends = [ base mtl template-haskell ]; 108056 description = "Use Template Haskell to generate Uniplate-like functions"; 108057 license = lib.licenses.bsd3; ··· 109018 }: 109019 mkDerivation { 109020 pname = "geomancy"; 109021 - version = "0.2.4.1"; 109022 - sha256 = "0rnp4ma5gxxd2lf9n36ifbw2jr0nl6jfxqzvvp86mlvs3a7jpsxd"; 109023 libraryHaskellDepends = [ 109024 base containers deepseq mono-traversable simple-affine-space 109025 ]; ··· 109128 license = lib.licenses.bsd3; 109129 }) {}; 109130 109131 "getopt-simple" = callPackage 109132 ({ mkDerivation, base, containers }: 109133 mkDerivation { ··· 110818 ({ mkDerivation, base, ghc, transformers }: 110819 mkDerivation { 110820 pname = "ghc-tcplugin-api"; 110821 - version = "0.8.3.0"; 110822 - sha256 = "0qrb8zz93rb25p8f4dhh2bxx3vb0yc92rx59xbh23ixijiszhas8"; 110823 libraryHaskellDepends = [ base ghc transformers ]; 110824 description = "An API for type-checker plugins"; 110825 license = lib.licenses.bsd3; ··· 111322 testToolDepends = [ implicit-hie ]; 111323 description = "The core of an IDE"; 111324 license = lib.licenses.asl20; 111325 - maintainers = [ lib.maintainers.maralorn ]; 111326 }) {}; 111327 111328 "ghcide-bench" = callPackage ··· 111665 111666 "ghcup" = callPackage 111667 ({ mkDerivation, aeson, aeson-pretty, async, base 111668 - , base16-bytestring, binary, bytestring, bz2, Cabal, cabal-plan 111669 - , case-insensitive, casing, containers, cryptohash-sha256, deepseq 111670 - , directory, disk-free-space, exceptions, filepath 111671 - , generic-arbitrary, haskus-utils-types, haskus-utils-variant 111672 - , hspec, hspec-discover, hspec-golden-aeson, libarchive 111673 - , lzma-static, megaparsec, mtl, optics, optparse-applicative 111674 - , os-release, pretty, pretty-terminal, process, QuickCheck 111675 - , quickcheck-arbitrary-adt, regex-posix, resourcet, retry, safe 111676 - , safe-exceptions, split, streamly, strict-base, tagsoup 111677 - , template-haskell, temporary, terminal-size, text, time 111678 - , transformers, unix, unix-bytestring, unliftio-core 111679 , unordered-containers, uri-bytestring, utf8-string, vector 111680 , versions, word8, yaml-streamly, zlib 111681 }: 111682 mkDerivation { 111683 pname = "ghcup"; 111684 - version = "0.1.18.0"; 111685 - sha256 = "09mg0pg520vn4mcc0s59wzssnnj5ps5z50kri8z53bjvn4yfdwvv"; 111686 isLibrary = true; 111687 isExecutable = true; 111688 libraryHaskellDepends = [ ··· 111697 word8 yaml-streamly zlib 111698 ]; 111699 executableHaskellDepends = [ 111700 - aeson aeson-pretty async base bytestring cabal-plan containers 111701 - deepseq directory filepath haskus-utils-types haskus-utils-variant 111702 - libarchive megaparsec mtl optparse-applicative pretty 111703 - pretty-terminal process resourcet safe safe-exceptions tagsoup 111704 - template-haskell temporary text unix unordered-containers 111705 uri-bytestring utf8-string vector versions yaml-streamly 111706 ]; 111707 testHaskellDepends = [ 111708 base bytestring containers directory filepath generic-arbitrary 111709 hspec hspec-golden-aeson QuickCheck quickcheck-arbitrary-adt 111710 - streamly text uri-bytestring versions 111711 ]; 111712 testToolDepends = [ hspec-discover ]; 111713 description = "ghc toolchain installer"; ··· 113415 }: 113416 mkDerivation { 113417 pname = "git-annex"; 113418 - version = "10.20221212"; 113419 - sha256 = "0afnl2w29w4j0229rsla93dzkmhcjlp8dv76sr861n186ywv8rzg"; 113420 configureFlags = [ 113421 "-fassistant" "-f-benchmark" "-fdbus" "-f-debuglocks" "-fmagicmime" 113422 "-fnetworkbsd" "-fpairing" "-fproduction" "-fs3" "-ftorrentparser" ··· 115358 ({ mkDerivation, base, derive-storable, glpk, hspec }: 115359 mkDerivation { 115360 pname = "glpk-headers"; 115361 - version = "0.5.0"; 115362 - sha256 = "1v9wq6y4qa6m5l6z27rwgjk0s7q8gklq05djmqspm6c456f1z2q5"; 115363 libraryHaskellDepends = [ base derive-storable ]; 115364 librarySystemDepends = [ glpk ]; 115365 testHaskellDepends = [ base hspec ]; 115366 description = "Low-level Haskell bindings to the GLPK library"; 115367 license = lib.licenses.bsd3; 115368 - hydraPlatforms = lib.platforms.none; 115369 - broken = true; 115370 }) {inherit (pkgs) glpk;}; 115371 115372 "glpk-hs" = callPackage ··· 120074 ]; 120075 description = "A client for Haskell programs to query a GraphQL API"; 120076 license = lib.licenses.bsd3; 120077 - hydraPlatforms = lib.platforms.none; 120078 mainProgram = "graphql-codegen"; 120079 }) {}; 120080 120081 "graphql-spice" = callPackage ··· 120739 hydraPlatforms = lib.platforms.none; 120740 }) {}; 120741 120742 "grm" = callPackage 120743 ({ mkDerivation, base, Cabal, cmdargs, directory, filepath, happy 120744 , parsec, process, syb, wl-pprint ··· 120990 }: 120991 mkDerivation { 120992 pname = "group-by-date"; 120993 - version = "0.1.0.4"; 120994 - sha256 = "1k5bnk1kz25zgky5rqb214gq5adkz6qi6p16gk0hvy54iyjdj9sa"; 120995 isLibrary = false; 120996 isExecutable = true; 120997 executableHaskellDepends = [ ··· 122206 }: 122207 mkDerivation { 122208 pname = "h-raylib"; 122209 - version = "4.5.0.10"; 122210 - sha256 = "0qpr04gv0zjnpigmxzls5jsx3d98cl9127z8ljy743m5j0ff5z6f"; 122211 isLibrary = true; 122212 isExecutable = true; 122213 libraryHaskellDepends = [ base ]; ··· 123330 doHaddock = false; 123331 description = "CLI tool for Hackage"; 123332 license = lib.licenses.gpl3Plus; 123333 mainProgram = "hackage-cli"; 123334 }) {}; 123335 ··· 126330 license = lib.licenses.bsd3; 126331 }) {}; 126332 126333 sha256 = "1h3av9mpgsqfdrd817fz0isqrxn3lxmjyanw33dk9jax136ivi1h"; 126334 sha256 = "1h3av9mpgsqfdrd817fz0isqrxn3lxmjyanw33dk9jax136ivi1h"; 126335 sha256 = "1h3av9mpgsqfdrd817fz0isqrxn3lxmjyanw33dk9jax136ivi1h"; ··· 126381 ]; 126382 sha256 = "1h3av9mpgsqfdrd817fz0isqrxn3lxmjyanw33dk9jax136ivi1h"; 126383 license = lib.licenses.bsd3; 126384 }) {}; 126385 126386 sha256 = "1h3av9mpgsqfdrd817fz0isqrxn3lxmjyanw33dk9jax136ivi1h"; ··· 126457 license = lib.licenses.bsd3; 126458 }) {}; 126459 126460 - sha256 = "1h3av9mpgsqfdrd817fz0isqrxn3lxmjyanw33dk9jax136ivi1h"; 126461 sha256 = "1h3av9mpgsqfdrd817fz0isqrxn3lxmjyanw33dk9jax136ivi1h"; 126462 sha256 = "1h3av9mpgsqfdrd817fz0isqrxn3lxmjyanw33dk9jax136ivi1h"; 126463 sha256 = "1h3av9mpgsqfdrd817fz0isqrxn3lxmjyanw33dk9jax136ivi1h"; ··· 126468 }: 126469 mkDerivation { 126470 sha256 = "1h3av9mpgsqfdrd817fz0isqrxn3lxmjyanw33dk9jax136ivi1h"; 126471 - sha256 = "1h3av9mpgsqfdrd817fz0isqrxn3lxmjyanw33dk9jax136ivi1h"; 126472 - sha256 = "1h3av9mpgsqfdrd817fz0isqrxn3lxmjyanw33dk9jax136ivi1h"; 126473 libraryHaskellDepends = [ 126474 sha256 = "1h3av9mpgsqfdrd817fz0isqrxn3lxmjyanw33dk9jax136ivi1h"; 126475 sha256 = "1h3av9mpgsqfdrd817fz0isqrxn3lxmjyanw33dk9jax136ivi1h"; ··· 126862 }: 126863 mkDerivation { 126864 sha256 = "1h3av9mpgsqfdrd817fz0isqrxn3lxmjyanw33dk9jax136ivi1h"; 126865 - version = "1.0.0.1"; 126866 - sha256 = "1h3av9mpgsqfdrd817fz0isqrxn3lxmjyanw33dk9jax136ivi1h"; 126867 isLibrary = true; 126868 isExecutable = true; 126869 libraryHaskellDepends = [ ··· 126992 license = lib.licenses.bsd3; 126993 }) {}; 126994 126995 sha256 = "1h3av9mpgsqfdrd817fz0isqrxn3lxmjyanw33dk9jax136ivi1h"; 126996 sha256 = "1h3av9mpgsqfdrd817fz0isqrxn3lxmjyanw33dk9jax136ivi1h"; 126997 sha256 = "1h3av9mpgsqfdrd817fz0isqrxn3lxmjyanw33dk9jax136ivi1h"; ··· 127085 sha256 = "1h3av9mpgsqfdrd817fz0isqrxn3lxmjyanw33dk9jax136ivi1h"; 127086 sha256 = "1h3av9mpgsqfdrd817fz0isqrxn3lxmjyanw33dk9jax136ivi1h"; 127087 sha256 = "1h3av9mpgsqfdrd817fz0isqrxn3lxmjyanw33dk9jax136ivi1h"; 127088 libraryHaskellDepends = [ 127089 sha256 = "1h3av9mpgsqfdrd817fz0isqrxn3lxmjyanw33dk9jax136ivi1h"; 127090 sha256 = "1h3av9mpgsqfdrd817fz0isqrxn3lxmjyanw33dk9jax136ivi1h"; ··· 127110 }: 127111 mkDerivation { 127112 sha256 = "1h3av9mpgsqfdrd817fz0isqrxn3lxmjyanw33dk9jax136ivi1h"; 127113 - sha256 = "1h3av9mpgsqfdrd817fz0isqrxn3lxmjyanw33dk9jax136ivi1h"; 127114 - sha256 = "1h3av9mpgsqfdrd817fz0isqrxn3lxmjyanw33dk9jax136ivi1h"; 127115 isLibrary = true; 127116 isExecutable = true; 127117 libraryHaskellDepends = [ ··· 127333 broken = true; 127334 }) {}; 127335 127336 sha256 = "1h3av9mpgsqfdrd817fz0isqrxn3lxmjyanw33dk9jax136ivi1h"; 127337 sha256 = "1h3av9mpgsqfdrd817fz0isqrxn3lxmjyanw33dk9jax136ivi1h"; 127338 sha256 = "1h3av9mpgsqfdrd817fz0isqrxn3lxmjyanw33dk9jax136ivi1h"; ··· 132258 broken = true; 132259 }) {}; 132260 132261 "hasql-migration" = callPackage 132262 ({ mkDerivation, base, bytestring, contravariant, cryptonite 132263 , directory, hasql, hasql-transaction, hspec, memory, text, time ··· 138288 pname = "hie-compat"; 138289 version = "0.3.1.0"; 138290 sha256 = "0ixk1xf8958ajxb11gxx64sf0w6glb9n171jmdqhzdfffd1abs71"; 138291 libraryHaskellDepends = [ 138292 array base bytestring containers directory filepath ghc ghc-boot 138293 transformers ··· 140467 }: 140468 mkDerivation { 140469 pname = "hledger-interest"; 140470 - version = "1.6.4"; 140471 - sha256 = "1719sa7zxaa5amrqhkckn9ip5wzc2qbi8gn4f3l98a7sh77f9fym"; 140472 - revision = "1"; 140473 - editedCabalFile = "050x8yfvk3vqlipirfwn9h0ckghmsp6f8l6skg70d330i868zahm"; 140474 isLibrary = false; 140475 isExecutable = true; 140476 executableHaskellDepends = [ ··· 142341 }: 142342 mkDerivation { 142343 pname = "hmm-lapack"; 142344 - version = "0.5"; 142345 - sha256 = "1f66q9xq6da4xyl564jxixn60hs4qh4ksgdfigj4xsi44zij9gyx"; 142346 libraryHaskellDepends = [ 142347 base comfort-array comfort-array-shape containers deepseq 142348 explicit-exception fixed-length lapack lazy-csv netlib-ffi ··· 144090 ({ mkDerivation, base, bytestring, HUnit, openssl }: 144091 mkDerivation { 144092 pname = "hopenssl"; 144093 - version = "2.2.4"; 144094 - sha256 = "0wbnibaffpmk453jbvh95r1d1scz1ivkj59ddrbd3hf4iwr6rx4x"; 144095 - revision = "1"; 144096 - editedCabalFile = "14bs0wjrqnnn1v8c4yznfzggvmgypm2lssgl0cr498kmp54if0lf"; 144097 libraryHaskellDepends = [ base bytestring ]; 144098 librarySystemDepends = [ openssl ]; 144099 testHaskellDepends = [ base bytestring HUnit ]; ··· 144331 }: 144332 mkDerivation { 144333 pname = "horizon-gen-nix"; 144334 - version = "0.4.0"; 144335 - sha256 = "0s0macrn45wh1y7nflw9y73wxsynvym7n12f9n0yhxi8w3j7wzn2"; 144336 isLibrary = true; 144337 isExecutable = true; 144338 libraryHaskellDepends = [ ··· 144352 }: 144353 mkDerivation { 144354 pname = "horizon-spec"; 144355 - version = "0.4.1"; 144356 - sha256 = "1xr9x626fzw8bhrkzgv3r00cjsawav76jb68yznj1jlv91cvmxac"; 144357 isLibrary = true; 144358 isExecutable = true; 144359 libraryHaskellDepends = [ ··· 144847 mainProgram = "hpack"; 144848 }) {}; 144849 144850 "hpack-convert" = callPackage 144851 ({ mkDerivation, aeson, aeson-qq, base, base-compat, bytestring 144852 , Cabal, containers, deepseq, directory, filepath, Glob, hspec ··· 145077 testToolDepends = [ hspec-discover ]; 145078 description = "Alternative to 'directory' package with ByteString based filepaths"; 145079 license = lib.licenses.bsd3; 145080 - hydraPlatforms = lib.platforms.none; 145081 }) {}; 145082 145083 "hpath-filepath" = callPackage ··· 145106 ]; 145107 description = "High-level IO operations on files/directories"; 145108 license = lib.licenses.bsd3; 145109 - hydraPlatforms = lib.platforms.none; 145110 }) {}; 145111 145112 "hpath-posix" = callPackage ··· 145445 broken = true; 145446 }) {inherit (pkgs) postgresql;}; 145447 145448 - "hpqtypes_1_10_0_2" = callPackage 145449 ({ mkDerivation, aeson, async, base, bytestring, containers 145450 , exceptions, HUnit, libpq, lifted-base, monad-control, mtl 145451 , QuickCheck, random, resource-pool, scientific, semigroups ··· 145455 }: 145456 mkDerivation { 145457 pname = "hpqtypes"; 145458 - version = "1.10.0.2"; 145459 - sha256 = "0rrsd16cxh8p0ssayxla99svapkbbl2sn5n9hi8vcf9hazfh8nlw"; 145460 libraryHaskellDepends = [ 145461 aeson async base bytestring containers exceptions lifted-base 145462 monad-control mtl resource-pool semigroups text text-show time ··· 145465 libraryPkgconfigDepends = [ libpq ]; 145466 testHaskellDepends = [ 145467 aeson base bytestring exceptions HUnit lifted-base monad-control 145468 - mtl QuickCheck random scientific test-framework 145469 test-framework-hunit text text-show time transformers-base 145470 unordered-containers uuid-types vector 145471 ]; ··· 145501 }: 145502 mkDerivation { 145503 pname = "hpqtypes-extras"; 145504 - version = "1.16.2.0"; 145505 - sha256 = "0vb96dm8w089j8zc0i5k8abr7dx5nbrmlpjwhpi2vshhmmihkja3"; 145506 libraryHaskellDepends = [ 145507 base base16-bytestring bytestring containers cryptohash exceptions 145508 extra hpqtypes log-base mtl text text-show ··· 145586 }: 145587 mkDerivation { 145588 pname = "hprox"; 145589 - version = "0.1.1"; 145590 - sha256 = "0r8sbi4g49r95pxmm81q291nlixj4wi4m6qrq5wkjp8yrrm2s9gb"; 145591 isLibrary = false; 145592 isExecutable = true; 145593 executableHaskellDepends = [ ··· 149002 mainProgram = "hsinstall"; 149003 }) {}; 149004 149005 "hskeleton" = callPackage 149006 ({ mkDerivation, base, Cabal }: 149007 mkDerivation { ··· 149290 ({ mkDerivation, base, bytestring, hslua-core, tasty, tasty-lua }: 149291 mkDerivation { 149292 pname = "hslua-list"; 149293 - version = "1.1.0"; 149294 - sha256 = "1437ff2vqhaymiabp31qhr5ixb99h93cp6qz6z82c4d9c5wvl0q6"; 149295 libraryHaskellDepends = [ base bytestring hslua-core ]; 149296 testHaskellDepends = [ base hslua-core tasty tasty-lua ]; 149297 description = "Opinionated, but extensible Lua list type"; 149298 license = lib.licenses.mit; 149299 - hydraPlatforms = lib.platforms.none; 149300 - broken = true; 149301 }) {}; 149302 149303 "hslua-marshalling" = callPackage ··· 149433 ]; 149434 description = "Lua module to work with file zips"; 149435 license = lib.licenses.mit; 149436 - hydraPlatforms = lib.platforms.none; 149437 }) {}; 149438 149439 "hslua-objectorientation" = callPackage ··· 149868 license = lib.licenses.mit; 149869 }) {}; 149870 149871 - "hspec_2_10_8" = callPackage 149872 ({ mkDerivation, base, hspec-core, hspec-discover 149873 , hspec-expectations, QuickCheck 149874 }: 149875 mkDerivation { 149876 pname = "hspec"; 149877 - version = "2.10.8"; 149878 - sha256 = "13g46fk7hcnk3058pb2wwq257pi8628qaa9md9sfw5rlw878z25r"; 149879 libraryHaskellDepends = [ 149880 base hspec-core hspec-discover hspec-expectations QuickCheck 149881 ]; ··· 149998 license = lib.licenses.mit; 149999 }) {}; 150000 150001 - "hspec-core_2_10_8" = callPackage 150002 ({ mkDerivation, ansi-terminal, array, base, base-orphans 150003 , call-stack, deepseq, directory, filepath, haskell-lexer 150004 , hspec-expectations, hspec-meta, HUnit, process, QuickCheck ··· 150007 }: 150008 mkDerivation { 150009 pname = "hspec-core"; 150010 - version = "2.10.8"; 150011 - sha256 = "0bka7r8b2qh82sxnz5mcfw2swl4k2v3q97yb0n1rhs1g444lfcqn"; 150012 libraryHaskellDepends = [ 150013 ansi-terminal array base call-stack deepseq directory filepath 150014 haskell-lexer hspec-expectations HUnit process QuickCheck ··· 150089 maintainers = [ lib.maintainers.maralorn ]; 150090 }) {}; 150091 150092 - "hspec-discover_2_10_8" = callPackage 150093 ({ mkDerivation, base, directory, filepath, hspec-meta, mockery 150094 , QuickCheck 150095 }: 150096 mkDerivation { 150097 pname = "hspec-discover"; 150098 - version = "2.10.8"; 150099 - sha256 = "032s5mfr9sw2bgdi2l6fy8jdwm79nr896dw1ha16m94m8596vmph"; 150100 isLibrary = true; 150101 isExecutable = true; 150102 libraryHaskellDepends = [ base directory filepath ]; ··· 151761 mainProgram = "hsx2hs"; 151762 }) {}; 151763 151764 "hsyscall" = callPackage 151765 ({ mkDerivation, base }: 151766 mkDerivation { ··· 153325 153326 "http-monad" = callPackage 153327 ({ mkDerivation, base, bytestring, containers, explicit-exception 153328 - , HTTP, lazyio, network, network-uri, parsec, semigroups 153329 - , transformers, utility-ht 153330 }: 153331 mkDerivation { 153332 pname = "http-monad"; 153333 - version = "0.1.1.3"; 153334 - sha256 = "0hch3qjs5axf4grrvgfmd208ar0pviywkrgdmh26564aqrfpr2y1"; 153335 isLibrary = true; 153336 isExecutable = true; 153337 libraryHaskellDepends = [ 153338 base bytestring containers explicit-exception HTTP lazyio network 153339 - network-uri parsec semigroups transformers utility-ht 153340 ]; 153341 description = "Monad abstraction for HTTP allowing lazy transfer and non-I/O simulation"; 153342 license = lib.licenses.bsd3; ··· 156997 pname = "hyper"; 156998 version = "0.2.1.1"; 156999 sha256 = "14p7r57g75ny8l9h4ilbm6mhdsfiysfs3rd56300dl0jkpgrh8r2"; 157000 libraryHaskellDepends = [ base blaze-html deepseq text ]; 157001 description = "Display class for the HyperHaskell graphical Haskell interpreter"; 157002 license = lib.licenses.bsd3; ··· 157304 }: 157305 mkDerivation { 157306 pname = "hyraxAbif"; 157307 - version = "0.2.3.27"; 157308 - sha256 = "1ww4lgf280sjj9bhj8s6pxadqwk91jkx6lngb2cqcf81gr38drhm"; 157309 - revision = "2"; 157310 - editedCabalFile = "168gf9ib669ji8lyd1a57xqkqmxyzi3m4r9pnmdxyfnqpnfqdv6r"; 157311 isLibrary = true; 157312 isExecutable = true; 157313 libraryHaskellDepends = [ 157314 - base binary bytestring directory filepath protolude text 157315 ]; 157316 executableHaskellDepends = [ 157317 base bytestring hscolour pretty-show protolude text ··· 158219 ({ mkDerivation, base, ghc, ghc-tcplugin-api }: 158220 mkDerivation { 158221 pname = "if-instance"; 158222 - version = "0.3.0.0"; 158223 - sha256 = "0d64h9ai0zmyzb9nnxfmr66chxbgdyy6vw2xhqybh4x7ga3ys4r9"; 158224 libraryHaskellDepends = [ base ghc ghc-tcplugin-api ]; 158225 testHaskellDepends = [ base ghc ]; 158226 doHaddock = false; ··· 160987 license = lib.licenses.mit; 160988 }) {}; 160989 160990 - "inspection-testing_0_5" = callPackage 160991 ({ mkDerivation, base, containers, ghc, mtl, template-haskell 160992 , transformers 160993 }: 160994 mkDerivation { 160995 pname = "inspection-testing"; 160996 - version = "0.5"; 160997 - sha256 = "1iawvnk99c7w44qlw3sl98rrwa1krwjbzy0zsyi80ybg00abfwdh"; 160998 libraryHaskellDepends = [ 160999 base containers ghc mtl template-haskell transformers 161000 ]; ··· 161220 }) {}; 161221 161222 "instrument" = callPackage 161223 - ({ mkDerivation, array, async, base, bytestring, cereal 161224 - , cereal-text, conduit, containers, csv-conduit, data-default 161225 - , errors, exceptions, hedis, hostname, HUnit, mtl, network, path 161226 - , path-io, QuickCheck, quickcheck-instances, retry, safe-exceptions 161227 - , safecopy, safecopy-hunit, statistics, stm, tasty, tasty-hunit 161228 - , tasty-quickcheck, text, time, transformers, unix, vector, zlib 161229 }: 161230 mkDerivation { 161231 pname = "instrument"; 161232 - version = "0.6.0.0"; 161233 - sha256 = "12wjxd8yi4dg8ca3q96rc2pvdx83hwx5a9zx1i7picl4bm5gq7a4"; 161234 libraryHaskellDepends = [ 161235 - array base bytestring cereal cereal-text conduit containers 161236 - csv-conduit data-default errors exceptions hedis hostname mtl 161237 - network retry safe-exceptions safecopy statistics text time 161238 - transformers unix vector zlib 161239 ]; 161240 testHaskellDepends = [ 161241 async base bytestring cereal containers data-default hedis HUnit ··· 161260 license = lib.licenses.gpl3Only; 161261 }) {}; 161262 161263 "int-cast" = callPackage 161264 ({ mkDerivation, base, QuickCheck, test-framework 161265 , test-framework-quickcheck2 ··· 161377 pname = "integer-logarithms"; 161378 version = "1.0.3.1"; 161379 sha256 = "0zzapclfabc76g8jzsbsqwdllx2zn0gp4raq076ib6v0mfgry2lv"; 161380 - revision = "3"; 161381 - editedCabalFile = "0z81yksgx20d0rva41blsjcp3jsp1qy9sy385fpig0l074fzv6ym"; 161382 libraryHaskellDepends = [ array base ghc-bignum ghc-prim ]; 161383 testHaskellDepends = [ 161384 base QuickCheck smallcheck tasty tasty-hunit tasty-quickcheck ··· 161431 }) {}; 161432 161433 "integer-types" = callPackage 161434 - ({ mkDerivation, base, deepseq, exceptions, hedgehog, hspec }: 161435 mkDerivation { 161436 pname = "integer-types"; 161437 - version = "0.0.0.0"; 161438 - sha256 = "1hny749vzc9bp0dqhypfanxnjjp6s87nmwm17xzh75742ajcf86z"; 161439 - revision = "1"; 161440 - editedCabalFile = "0c5xfvy8cspzbakng4rnnhc45n24hjrldf14i8ipp2l94n8mvn8y"; 161441 - libraryHaskellDepends = [ base deepseq exceptions hedgehog ]; 161442 - testHaskellDepends = [ base deepseq exceptions hedgehog hspec ]; 161443 - doHaddock = false; 161444 description = "Integer, Natural, and Positive"; 161445 license = lib.licenses.asl20; 161446 }) {}; ··· 161670 }: 161671 mkDerivation { 161672 pname = "internetmarke"; 161673 - version = "0.0.3"; 161674 - sha256 = "1gn6vvrnhck9f9hzs8igdg20gvrvjnba00bj191paw02kpzbgx7z"; 161675 isLibrary = false; 161676 isExecutable = true; 161677 enableSeparateDataOutput = true; ··· 164702 }: 164703 mkDerivation { 164704 pname = "jack"; 164705 - version = "0.7.2.1"; 164706 - sha256 = "03cf6yb3nbcwy0429b0r2dxj6dvk295y4w73lyc6fpjh001yp7c9"; 164707 isLibrary = true; 164708 isExecutable = true; 164709 libraryHaskellDepends = [ ··· 167364 ({ mkDerivation, aeson, base, bytestring, conduit, hspec, jsonl }: 167365 mkDerivation { 167366 pname = "jsonl-conduit"; 167367 - version = "0.1.2"; 167368 - sha256 = "03ab1ysyqg0vnlx1pxw5gj1d2gq16zsz9pdrscdjp9491fiwxg2b"; 167369 libraryHaskellDepends = [ aeson base bytestring conduit jsonl ]; 167370 testHaskellDepends = [ aeson base bytestring conduit hspec ]; 167371 description = "Conduit interface to JSONL-encoded data"; ··· 170133 license = lib.licenses.bsd3; 170134 }) {}; 170135 170136 "ki-effectful" = callPackage 170137 ({ mkDerivation, base, effectful-core, ki, stm, tasty, tasty-hunit 170138 }: ··· 170260 license = lib.licenses.bsd3; 170261 }) {}; 170262 170263 "kind-generics" = callPackage 170264 ({ mkDerivation, base, kind-apply }: 170265 mkDerivation { ··· 170271 license = lib.licenses.bsd3; 170272 }) {}; 170273 170274 "kind-generics-th" = callPackage 170275 ({ mkDerivation, base, ghc-prim, kind-generics, template-haskell 170276 , th-abstraction ··· 170289 license = lib.licenses.bsd3; 170290 }) {}; 170291 170292 "kinds" = callPackage 170293 ({ mkDerivation, base }: 170294 mkDerivation { ··· 170332 pname = "kleene"; 170333 version = "0.1"; 170334 sha256 = "00w1gywdhqyy2k3y238gfjs9h2w4pjanmi45bna5lj215n0jb0hg"; 170335 - revision = "5"; 170336 - editedCabalFile = "0fqzr4bwiif9ifmdjxkcnky9hn5ygn8pj3gd004dc27nx6dhxzmc"; 170337 libraryHaskellDepends = [ 170338 attoparsec base base-compat bytestring containers lattices MemoTrie 170339 QuickCheck range-set-list regex-applicative semigroupoids ··· 172579 }: 172580 mkDerivation { 172581 pname = "language-c"; 172582 - version = "0.9.1"; 172583 - sha256 = "0g5djsnzzmi1d1ndcmmrmwz4xnv1m3w009d6kx9jz9jxxdk9adcl"; 172584 - libraryHaskellDepends = [ 172585 - array base bytestring containers deepseq directory filepath mtl 172586 - pretty process 172587 - ]; 172588 - libraryToolDepends = [ alex happy ]; 172589 - testHaskellDepends = [ base directory filepath process ]; 172590 - description = "Analysis and generation of C code"; 172591 - license = lib.licenses.bsd3; 172592 - maintainers = [ lib.maintainers.expipiplus1 ]; 172593 - }) {}; 172594 - 172595 - "language-c_0_9_2" = callPackage 172596 - ({ mkDerivation, alex, array, base, bytestring, containers, deepseq 172597 - , directory, filepath, happy, mtl, pretty, process 172598 - }: 172599 - mkDerivation { 172600 - pname = "language-c"; 172601 version = "0.9.2"; 172602 sha256 = "1cvcxwnbg71xijadr4aqzwxaw29fxj5z2gpnz3lp5pqnv8phscdj"; 172603 libraryHaskellDepends = [ ··· 172608 testHaskellDepends = [ base directory filepath process ]; 172609 description = "Analysis and generation of C code"; 172610 license = lib.licenses.bsd3; 172611 - hydraPlatforms = lib.platforms.none; 172612 maintainers = [ lib.maintainers.expipiplus1 ]; 172613 }) {}; 172614 ··· 173888 }: 173889 mkDerivation { 173890 pname = "lapack"; 173891 - version = "0.5"; 173892 - sha256 = "0g4nwbkb5nxfmh7aan7r94gchr3wmr45g18mzxzcxqxqpllj3vs1"; 173893 isLibrary = true; 173894 isExecutable = true; 173895 libraryHaskellDepends = [ ··· 173962 }: 173963 mkDerivation { 173964 pname = "lapack-ffi-tools"; 173965 - version = "0.1.3"; 173966 - sha256 = "0qk5a43w8xn8pp9bhmjmjyvriiin2dyf4nvk13w858hsxyx6xqkx"; 173967 - revision = "1"; 173968 - editedCabalFile = "15w2ml6iqwk7776dl9m7lg0jp7akw9f8s95flrsjfxr479qig48i"; 173969 isLibrary = false; 173970 isExecutable = true; 173971 enableSeparateDataOutput = true; ··· 173984 }: 173985 mkDerivation { 173986 pname = "lapack-hmatrix"; 173987 - version = "0.0.0.1"; 173988 - sha256 = "0jd3sy03cxdfxakxaj1kxpc3jn0z8sd74lpxxg9s9jdvaxxxyflj"; 173989 libraryHaskellDepends = [ 173990 base comfort-array hmatrix lapack netlib-ffi transformers 173991 utility-ht vector ··· 174019 ]; 174020 description = "Scalable anonymous records"; 174021 license = lib.licenses.bsd3; 174022 }) {}; 174023 174024 "large-generics" = callPackage ··· 174385 license = lib.licenses.bsd3; 174386 }) {}; 174387 174388 "launchdarkly-server-sdk" = callPackage 174389 ({ mkDerivation, aeson, attoparsec, base, base16-bytestring 174390 , bytestring, clock, containers, cryptohash, exceptions, extra ··· 174395 }: 174396 mkDerivation { 174397 pname = "launchdarkly-server-sdk"; 174398 - version = "3.0.4"; 174399 - sha256 = "0ah3sxghmbv3gzzqs9xak5xi5fpzkvhgf0v637sq2w1k06776k56"; 174400 libraryHaskellDepends = [ 174401 aeson attoparsec base base16-bytestring bytestring clock containers 174402 cryptohash exceptions extra generic-lens hashtables hedis ··· 175039 ({ mkDerivation, aeson, base, text }: 175040 mkDerivation { 175041 pname = "ldtk-types"; 175042 - version = "0.2.0.0"; 175043 - sha256 = "0dyjzcrd5p3hg54j0qnszxdpfb7wn6gykaq8nc6il284nf9rqbai"; 175044 libraryHaskellDepends = [ aeson base text ]; 175045 testHaskellDepends = [ aeson base text ]; 175046 description = "Datatypes and Aeson instances for parsing LDtk"; ··· 177434 ]; 177435 description = "Bindings for secp256k1"; 177436 license = lib.licenses.mit; 177437 }) {inherit (pkgs) secp256k1;}; 177438 177439 "libsodium" = callPackage ··· 179850 179851 "list-t" = callPackage 179852 ({ mkDerivation, base, base-prelude, foldl, HTF, logict, mmorph 179853 - , monad-control, mtl, mtl-prelude, semigroups, transformers 179854 - , transformers-base 179855 - }: 179856 - mkDerivation { 179857 - pname = "list-t"; 179858 - version = "1.0.5.3"; 179859 - sha256 = "0j3fgfa84f2cw87j80v5sq82s42505v82pwxgjyhbiflaxjd7wxd"; 179860 - libraryHaskellDepends = [ 179861 - base foldl logict mmorph monad-control mtl semigroups transformers 179862 - transformers-base 179863 - ]; 179864 - testHaskellDepends = [ base-prelude HTF mmorph mtl-prelude ]; 179865 - description = "ListT done right"; 179866 - license = lib.licenses.mit; 179867 - }) {}; 179868 - 179869 - "list-t_1_0_5_6" = callPackage 179870 - ({ mkDerivation, base, base-prelude, foldl, HTF, logict, mmorph 179871 , monad-control, mtl, mtl-prelude, transformers, transformers-base 179872 }: 179873 mkDerivation { ··· 179881 testHaskellDepends = [ base-prelude HTF mmorph mtl-prelude ]; 179882 description = "ListT done right"; 179883 license = lib.licenses.mit; 179884 - hydraPlatforms = lib.platforms.none; 179885 }) {}; 179886 179887 "list-t-attoparsec" = callPackage ··· 180140 ({ mkDerivation, base }: 180141 mkDerivation { 180142 pname = "lists-flines"; 180143 - version = "0.1.2.0"; 180144 - sha256 = "0m33az0fkry1p0653g3kyxi0y7flmlpivi02a5iz7drslikz6xbd"; 180145 libraryHaskellDepends = [ base ]; 180146 description = "Additional data and structures to some 'String'-related lists"; 180147 license = lib.licenses.mit; ··· 180785 pname = "llvm-pkg-config"; 180786 version = "0.0.2"; 180787 sha256 = "1p4ww8ylhr4ag1dfz4sffkg2qsyjj4zxccda3nr50k3c26pmmdz1"; 180788 isLibrary = false; 180789 isExecutable = true; 180790 enableSeparateDataOutput = true; ··· 181129 }: 181130 mkDerivation { 181131 pname = "loc"; 181132 - version = "0.1.4.0"; 181133 - sha256 = "1sv3nka1dxvxrvcl9jz8qa06194wvk2vcs894rzb4g052ikxgmnb"; 181134 - revision = "1"; 181135 - editedCabalFile = "015wiw9q95aqka731nyrc99m4c4h6fal92ka46rd6kcili8k7ysh"; 181136 - libraryHaskellDepends = [ base containers ]; 181137 - testHaskellDepends = [ 181138 - base containers hedgehog hspec hspec-hedgehog 181139 - ]; 181140 - description = "Types representing line and column positions and ranges in text files"; 181141 - license = lib.licenses.asl20; 181142 - }) {}; 181143 - 181144 - "loc_0_1_4_1" = callPackage 181145 - ({ mkDerivation, base, containers, hedgehog, hspec, hspec-hedgehog 181146 - }: 181147 - mkDerivation { 181148 - pname = "loc"; 181149 version = "0.1.4.1"; 181150 sha256 = "12bsbjl0808dfcshz38iih3cl3768zix23adznnq821ffxsxfiiw"; 181151 libraryHaskellDepends = [ base containers ]; ··· 181154 ]; 181155 description = "Line and column positions and ranges in text files"; 181156 license = lib.licenses.asl20; 181157 - hydraPlatforms = lib.platforms.none; 181158 }) {}; 181159 181160 "loc-test" = callPackage ··· 181942 ({ mkDerivation, base }: 181943 mkDerivation { 181944 pname = "logical-constraints"; 181945 - version = "0.1.2.0"; 181946 - sha256 = "1sj47ampdyh117wl2czbkqks6vbii2n24p374r49zqnpcw9y4862"; 181947 libraryHaskellDepends = [ base ]; 181948 description = "Simple logical constraints 'syntax-sugar' writing library"; 181949 license = lib.licenses.mit; ··· 184110 }: 184111 mkDerivation { 184112 pname = "lzo"; 184113 - version = "0.1.1.4"; 184114 - sha256 = "1n6b2y2bmq3kl6h5mjl301r31rmvrcsc3l66jmnj3ilrj4506m1y"; 184115 libraryHaskellDepends = [ 184116 base binary bytestring digest digest-sig 184117 ]; ··· 186703 }) {}; 186704 186705 "math-programming" = callPackage 186706 - ({ mkDerivation, base, containers, mtl, tasty, tasty-discover 186707 - , tasty-hunit, tasty-quickcheck, text 186708 }: 186709 mkDerivation { 186710 pname = "math-programming"; 186711 - version = "0.4.0"; 186712 - sha256 = "0c154gvx0h1xincmmx2jcrvaivni36ahglbrwx08v8z3wdp51k0m"; 186713 - libraryHaskellDepends = [ base containers mtl text ]; 186714 - testHaskellDepends = [ 186715 - base containers mtl tasty tasty-discover tasty-hunit 186716 - tasty-quickcheck text 186717 ]; 186718 - testToolDepends = [ tasty-discover ]; 186719 description = "A library for formulating and solving math programs"; 186720 license = lib.licenses.bsd3; 186721 - hydraPlatforms = lib.platforms.none; 186722 - broken = true; 186723 }) {}; 186724 186725 "math-programming-glpk" = callPackage 186726 - ({ mkDerivation, base, containers, glpk, glpk-headers 186727 - , math-programming, math-programming-tests, mtl, tasty 186728 - , tasty-discover, tasty-hunit, text 186729 }: 186730 mkDerivation { 186731 pname = "math-programming-glpk"; 186732 - version = "0.4.1"; 186733 - sha256 = "1ikg8a3pspcrk46rr87lnwkhziihzfpjd543bisqs0pl2db1ll5b"; 186734 libraryHaskellDepends = [ 186735 - base containers glpk-headers math-programming mtl text 186736 ]; 186737 testHaskellDepends = [ 186738 - base containers glpk-headers math-programming 186739 - math-programming-tests mtl tasty tasty-discover tasty-hunit text 186740 ]; 186741 - testSystemDepends = [ glpk ]; 186742 - testToolDepends = [ tasty-discover ]; 186743 description = "A GLPK backend to the math-programming library"; 186744 license = lib.licenses.bsd3; 186745 - hydraPlatforms = lib.platforms.none; 186746 - }) {inherit (pkgs) glpk;}; 186747 186748 "math-programming-tests" = callPackage 186749 - ({ mkDerivation, base, math-programming, tasty, tasty-hunit 186750 - , tasty-quickcheck, text 186751 }: 186752 mkDerivation { 186753 pname = "math-programming-tests"; 186754 - version = "0.4.0"; 186755 - sha256 = "01d6yb4zm2jky8jm8jzd1365nhjsa4c50b5a5yx3r7g078lk91pi"; 186756 libraryHaskellDepends = [ 186757 - base math-programming tasty tasty-hunit tasty-quickcheck text 186758 ]; 186759 description = "Utility functions for testing implementations of the math-programming library"; 186760 license = lib.licenses.bsd3; 186761 - hydraPlatforms = lib.platforms.none; 186762 }) {}; 186763 186764 "mathblog" = callPackage ··· 187575 }: 187576 mkDerivation { 187577 pname = "mcmc"; 187578 - version = "0.8.0.1"; 187579 - sha256 = "02wkdjll77biimblsjkyh97c3adfm7g64bbvyz3m5v37fg75231d"; 187580 libraryHaskellDepends = [ 187581 ad aeson async base bytestring circular containers covariance 187582 directory dirichlet hmatrix log-domain math-functions microlens ··· 189969 }: 189970 mkDerivation { 189971 pname = "microstache"; 189972 - version = "1.0.2.2"; 189973 - sha256 = "1b1nvlb9jragibbbf7bg3k61g0kqhnalpsi91spy2dx18ppxp8gh"; 189974 - revision = "1"; 189975 - editedCabalFile = "0j9nvvyfk4grxhfg7c0nv6fp635kxnrg95zqmi2dgcw0fkw0apgr"; 189976 - libraryHaskellDepends = [ 189977 - aeson base containers deepseq directory filepath parsec text 189978 - transformers unordered-containers vector 189979 - ]; 189980 - testHaskellDepends = [ 189981 - aeson base base-orphans bytestring containers parsec tasty 189982 - tasty-hunit text 189983 - ]; 189984 - description = "Mustache templates for Haskell"; 189985 - license = lib.licenses.bsd3; 189986 - }) {}; 189987 - 189988 - "microstache_1_0_2_3" = callPackage 189989 - ({ mkDerivation, aeson, base, base-orphans, bytestring, containers 189990 - , deepseq, directory, filepath, parsec, tasty, tasty-hunit, text 189991 - , transformers, unordered-containers, vector 189992 - }: 189993 - mkDerivation { 189994 - pname = "microstache"; 189995 version = "1.0.2.3"; 189996 sha256 = "16nj6ss8nmxd0z8lc2a9zpawgvi4kbd5wyjy17xknq43awbi6ynz"; 189997 libraryHaskellDepends = [ ··· 190004 ]; 190005 description = "Mustache templates for Haskell"; 190006 license = lib.licenses.bsd3; 190007 - hydraPlatforms = lib.platforms.none; 190008 }) {}; 190009 190010 "microtimer" = callPackage ··· 190070 }: 190071 mkDerivation { 190072 pname = "midi"; 190073 - version = "0.2.2.3"; 190074 - sha256 = "12vj9h7vdklzn5dglypjsw1bs9rdacdg9fmxhnbd89jv89dyn4km"; 190075 libraryHaskellDepends = [ 190076 base binary bytestring event-list explicit-exception 190077 monoid-transformer non-negative QuickCheck random semigroups ··· 191752 ({ mkDerivation, base }: 191753 mkDerivation { 191754 pname = "mmsyn2-array"; 191755 - version = "0.3.0.0"; 191756 - sha256 = "0fmdql0jrzbr7yl0axk41l5xl476is5xp38p13179nppll44a5d4"; 191757 libraryHaskellDepends = [ base ]; 191758 description = "A library that can be used for multiple Ord a => a -> b transformations"; 191759 license = lib.licenses.mit; ··· 191864 ]; 191865 description = "A musical instrument synthesizer or a tool for Ukrainian language listening"; 191866 license = lib.licenses.mit; 191867 mainProgram = "mmsyn6ukra"; 191868 }) {}; 191869 ··· 191909 ]; 191910 description = "Modifies the amplitudes of the sounds representations created by mmsyn7ukr-array and mmsyn7ukr packages"; 191911 license = lib.licenses.mit; 191912 mainProgram = "mmsyn7l"; 191913 }) {}; 191914 191915 "mmsyn7s" = callPackage ··· 191965 ]; 191966 description = "A simple reduced basic interface to some SoX functionality or to produce a voice that can be used by mmsyn7h-array, dobutokO2-array and other similar packages"; 191967 license = lib.licenses.mit; 191968 }) {}; 191969 191970 "mmsyn7ukr-common" = callPackage ··· 192495 "mohws" = callPackage 192496 ({ mkDerivation, base, bytestring, containers, data-accessor 192497 , directory, explicit-exception, fail, filepath, html, HTTP 192498 - , network, network-uri, old-locale, old-time, parsec, process 192499 - , transformers, unix, utility-ht 192500 }: 192501 mkDerivation { 192502 pname = "mohws"; 192503 - version = "0.2.1.8"; 192504 - sha256 = "039abcwkqijsw8qp2iid6ilnyg79lvc1m6zik0jc4gadl5g704wh"; 192505 isLibrary = true; 192506 isExecutable = true; 192507 enableSeparateDataOutput = true; 192508 libraryHaskellDepends = [ 192509 base bytestring containers data-accessor directory 192510 - explicit-exception fail filepath html HTTP network network-uri 192511 - old-locale old-time parsec process transformers unix utility-ht 192512 ]; 192513 executableHaskellDepends = [ base bytestring ]; 192514 description = "Modular Haskell Web Server"; ··· 193125 license = lib.licenses.mit; 193126 }) {}; 193127 193128 "monad-logger-aeson" = callPackage 193129 ({ mkDerivation, aeson, aeson-diff, base, bytestring, context 193130 , directory, exceptions, fast-logger, hspec, hspec-discover ··· 194231 pname = "monadplus"; 194232 version = "1.4.3"; 194233 sha256 = "1gwy7kkcp696plfsbry22nvvqnainyv1n1van8yzskilz26k2yc5"; 194234 libraryHaskellDepends = [ base ]; 194235 description = "Haskell98 partial maps and filters over MonadPlus"; 194236 license = lib.licenses.bsd3; ··· 198786 ({ mkDerivation, base, safe-exceptions }: 198787 mkDerivation { 198788 pname = "mvar-lock"; 198789 - version = "0.1.0.3"; 198790 - sha256 = "04cznws3qq9km75ssigz3cfnjkh5lldgmyy29p8vrdf4s2g8i4z1"; 198791 libraryHaskellDepends = [ base safe-exceptions ]; 198792 description = "A trivial lock based on MVar"; 198793 license = lib.licenses.asl20; ··· 199857 }: 199858 mkDerivation { 199859 pname = "named-text"; 199860 - version = "1.1.1.0"; 199861 - sha256 = "1g3xb3pr6sxn3sk9h2jbqlj30vh4nxcc14d06dawmqfva8b1gfp5"; 199862 libraryHaskellDepends = [ 199863 aeson base deepseq hashable prettyprinter sayable text 199864 ]; ··· 202698 license = lib.licenses.bsd3; 202699 }) {}; 202700 202701 "network-uri" = callPackage 202702 ({ mkDerivation, base, criterion, deepseq, HUnit, parsec 202703 , QuickCheck, tasty, tasty-hunit, tasty-quickcheck ··· 203774 pname = "nix-diff"; 203775 version = "1.0.19"; 203776 sha256 = "0iscad4ydgg1365k64bzxn15pl4jnsv17jbzda4s0fs9ff4c5ias"; 203777 isLibrary = true; 203778 isExecutable = true; 203779 libraryHaskellDepends = [ ··· 207319 }: 207320 mkDerivation { 207321 pname = "ogma-cli"; 207322 - version = "1.0.6"; 207323 - sha256 = "1ldjswdyxckxrmypmx027aw90b93r41izqw4qj1szp6p1mjbx3pn"; 207324 isLibrary = false; 207325 isExecutable = true; 207326 executableHaskellDepends = [ base ogma-core optparse-applicative ]; ··· 207334 }) {}; 207335 207336 "ogma-core" = callPackage 207337 - ({ mkDerivation, aeson, base, filepath, HUnit, IfElse, ogma-extra 207338 - , ogma-language-c, ogma-language-cocospec, ogma-language-copilot 207339 - , ogma-language-fret-cs, ogma-language-fret-reqs, ogma-language-smv 207340 - , QuickCheck, test-framework, test-framework-hunit 207341 - , test-framework-quickcheck2 207342 }: 207343 mkDerivation { 207344 pname = "ogma-core"; 207345 - version = "1.0.6"; 207346 - sha256 = "09svwdsn16hfa7rxf4lbpj4i08ay5rrxk6dlmic0gk7yc24mx47c"; 207347 enableSeparateDataOutput = true; 207348 libraryHaskellDepends = [ 207349 - aeson base filepath IfElse ogma-extra ogma-language-c 207350 ogma-language-cocospec ogma-language-copilot ogma-language-fret-cs 207351 ogma-language-fret-reqs ogma-language-smv 207352 ]; ··· 207365 }: 207366 mkDerivation { 207367 pname = "ogma-extra"; 207368 - version = "1.0.6"; 207369 - sha256 = "1wk4374k09wwxhb9ki5pcl6igw6d83bxffrdv7qf8xgm051vna2y"; 207370 libraryHaskellDepends = [ 207371 base bytestring Cabal directory filepath 207372 ]; ··· 207383 }: 207384 mkDerivation { 207385 pname = "ogma-language-c"; 207386 - version = "1.0.6"; 207387 - sha256 = "1c30gcnrhqd4jg1rsv4s8vi0lvpslc3rn8zwkffrwxhll0qv7dma"; 207388 setupHaskellDepends = [ base BNFC Cabal process ]; 207389 libraryHaskellDepends = [ array base ]; 207390 testHaskellDepends = [ ··· 207402 }: 207403 mkDerivation { 207404 pname = "ogma-language-cocospec"; 207405 - version = "1.0.6"; 207406 - sha256 = "0lnqg0mls8j7k1w735ygl1gaqzy9hz0q71sabirdgqf4p446rm21"; 207407 setupHaskellDepends = [ base BNFC Cabal process ]; 207408 libraryHaskellDepends = [ array base ]; 207409 testHaskellDepends = [ ··· 207419 ({ mkDerivation, base }: 207420 mkDerivation { 207421 pname = "ogma-language-copilot"; 207422 - version = "1.0.6"; 207423 - sha256 = "0ffbnxbsxl3mcmnys8zhagqwlsxk7da6w2szf9p0sx7032j8j20d"; 207424 libraryHaskellDepends = [ base ]; 207425 description = "Ogma: Runtime Monitor translator: Copilot Language Endpoints"; 207426 license = "unknown"; ··· 207433 }: 207434 mkDerivation { 207435 pname = "ogma-language-fret-cs"; 207436 - version = "1.0.6"; 207437 - sha256 = "1jb2xqxnr2wp2fwijlzv3lr8a1vwarbk9sy63881v6ygk7jlyz8f"; 207438 libraryHaskellDepends = [ 207439 aeson base ogma-language-cocospec ogma-language-smv 207440 ]; ··· 207454 }: 207455 mkDerivation { 207456 pname = "ogma-language-fret-reqs"; 207457 - version = "1.0.6"; 207458 - sha256 = "0dlscsf9i877qjijb5ygw32igyi42s02wj7ggav4h1dy36dm0bf7"; 207459 libraryHaskellDepends = [ 207460 aeson base ogma-language-cocospec ogma-language-smv text 207461 ]; ··· 207474 }: 207475 mkDerivation { 207476 pname = "ogma-language-smv"; 207477 - version = "1.0.6"; 207478 - sha256 = "1cyjymfil3zyji8lj607r900icj8789nq1zx0civm29mz6ryrj8a"; 207479 setupHaskellDepends = [ base BNFC Cabal process ]; 207480 libraryHaskellDepends = [ array base ]; 207481 testHaskellDepends = [ ··· 208301 }) {}; 208302 208303 "oops" = callPackage 208304 - ({ mkDerivation, base, base-compat, doctest, doctest-discover, Glob 208305 - , hedgehog, hedgehog-quickcheck, hspec, hspec-discover 208306 - , hw-hspec-hedgehog, lens, mtl, QuickCheck, template-haskell 208307 - , transformers 208308 }: 208309 mkDerivation { 208310 pname = "oops"; 208311 - version = "0.1.5.0"; 208312 - sha256 = "0yb10jv01mx2czz8sb9qxr0b34wfhvvrai52c26s6q4gwybi77jb"; 208313 - libraryHaskellDepends = [ base mtl QuickCheck transformers ]; 208314 testHaskellDepends = [ 208315 base base-compat doctest doctest-discover Glob hedgehog 208316 - hedgehog-quickcheck hspec hw-hspec-hedgehog lens QuickCheck 208317 template-haskell 208318 ]; 208319 testToolDepends = [ doctest-discover hspec-discover ]; ··· 210334 }: 210335 mkDerivation { 210336 pname = "optparse-generic"; 210337 - version = "1.4.8"; 210338 - sha256 = "108sjvjqmq2rps5x7yry0j17qyq4m0gpgxnnzc1i9cjrbhnqcida"; 210339 - revision = "1"; 210340 - editedCabalFile = "0rgh8sy2w7rh5n1sz0jxcq892myplbli15snggi77dflv00ic7zd"; 210341 - libraryHaskellDepends = [ 210342 - base bytestring Only optparse-applicative system-filepath text time 210343 - transformers transformers-compat void 210344 - ]; 210345 - description = "Auto-generate a command-line parser for your datatype"; 210346 - license = lib.licenses.bsd3; 210347 - maintainers = [ lib.maintainers.Gabriel439 ]; 210348 - }) {}; 210349 - 210350 - "optparse-generic_1_4_9" = callPackage 210351 - ({ mkDerivation, base, bytestring, Only, optparse-applicative 210352 - , system-filepath, text, time, transformers, transformers-compat 210353 - , void 210354 - }: 210355 - mkDerivation { 210356 - pname = "optparse-generic"; 210357 version = "1.4.9"; 210358 sha256 = "1kxrhh4h2jd2i9fi1lr3sx6wij71n1y50crl0r0j6b3c8hj3c05j"; 210359 isLibrary = true; ··· 210365 executableHaskellDepends = [ base ]; 210366 description = "Auto-generate a command-line parser for your datatype"; 210367 license = lib.licenses.bsd3; 210368 - hydraPlatforms = lib.platforms.none; 210369 maintainers = [ lib.maintainers.Gabriel439 ]; 210370 }) {}; 210371 ··· 211042 mainProgram = "ormolu"; 211043 }) {}; 211044 211045 - "ormolu_0_5_2_0" = callPackage 211046 ({ mkDerivation, ansi-terminal, array, base, binary, bytestring 211047 , Cabal-syntax, containers, Diff, directory, dlist, file-embed 211048 - , filepath, ghc-lib-parser, gitrev, hspec, hspec-discover 211049 - , hspec-megaparsec, megaparsec, MemoTrie, mtl, optparse-applicative 211050 - , path, path-io, QuickCheck, syb, temporary, text 211051 }: 211052 mkDerivation { 211053 pname = "ormolu"; 211054 - version = "0.5.2.0"; 211055 - sha256 = "1ai2wza4drirvf9pb7qsf03kii5jiayqs49c19ir93jd0ak9pi96"; 211056 isLibrary = true; 211057 isExecutable = true; 211058 libraryHaskellDepends = [ ··· 211061 MemoTrie mtl syb text 211062 ]; 211063 executableHaskellDepends = [ 211064 - base containers filepath ghc-lib-parser gitrev optparse-applicative 211065 - text 211066 ]; 211067 testHaskellDepends = [ 211068 - base containers directory filepath ghc-lib-parser hspec 211069 - hspec-megaparsec path path-io QuickCheck temporary text 211070 ]; 211071 testToolDepends = [ hspec-discover ]; 211072 description = "A formatter for Haskell source code"; ··· 212325 ]; 212326 }) {}; 212327 212328 "pandoc-citeproc" = callPackage 212329 ({ mkDerivation, aeson, aeson-pretty, attoparsec, base, bytestring 212330 , Cabal, containers, data-default, directory, filepath, hs-bibutils ··· 212381 mainProgram = "pandoc-citeproc-preamble"; 212382 }) {}; 212383 212384 "pandoc-crossref" = callPackage 212385 ({ mkDerivation, base, containers, criterion, data-default, deepseq 212386 , directory, filepath, gitrev, hspec, microlens, microlens-mtl ··· 212414 description = "Pandoc filter for cross-references"; 212415 license = lib.licenses.gpl2Only; 212416 mainProgram = "pandoc-crossref"; 212417 }) {}; 212418 212419 "pandoc-csv2table" = callPackage ··· 212637 license = lib.licenses.bsd3; 212638 }) {}; 212639 212640 "pandoc-lua-marshal" = callPackage 212641 ({ mkDerivation, base, bytestring, containers, exceptions, hslua 212642 , hslua-marshalling, lua, pandoc-types, QuickCheck, safe, tasty ··· 212657 ]; 212658 description = "Use pandoc types in Lua"; 212659 license = lib.licenses.mit; 212660 }) {}; 212661 212662 "pandoc-markdown-ghci-filter" = callPackage ··· 212772 mainProgram = "pandoc-plot"; 212773 }) {}; 212774 212775 "pandoc-pyplot" = callPackage 212776 ({ mkDerivation, base, containers, data-default-class, deepseq 212777 , directory, filepath, hashable, hspec, hspec-expectations, mtl ··· 212805 broken = true; 212806 }) {}; 212807 212808 "pandoc-sidenote" = callPackage 212809 ({ mkDerivation, base, mtl, pandoc-types, text }: 212810 mkDerivation { ··· 212826 }: 212827 mkDerivation { 212828 pname = "pandoc-stylefrommeta"; 212829 - version = "0.2.4.0"; 212830 - sha256 = "0j25frcafcr0jvk3dfrmxan2q95920wy6jm0fahwf20f4jbanzfc"; 212831 isLibrary = false; 212832 isExecutable = true; 212833 executableHaskellDepends = [ ··· 212838 mainProgram = "styleFromMeta"; 212839 }) {}; 212840 212841 "pandoc-throw" = callPackage 212842 ({ mkDerivation, base, exceptions, pandoc }: 212843 mkDerivation { ··· 212872 license = lib.licenses.bsd3; 212873 }) {}; 212874 212875 "pandoc-unlit" = callPackage 212876 ({ mkDerivation, base, pandoc }: 212877 mkDerivation { ··· 214919 ({ mkDerivation, base, hedgehog }: 214920 mkDerivation { 214921 pname = "partial-semigroup"; 214922 - version = "0.6.0.0"; 214923 - sha256 = "1fn8b8q99m6xdgiqi2smffk4s1h3sil2v5c1na8fl3gv04kc0v13"; 214924 - revision = "1"; 214925 - editedCabalFile = "0glacw02msrhc6yjbn6aaa06ixkby0fdcb1gk8lr47pdnhb4g8w0"; 214926 - libraryHaskellDepends = [ base ]; 214927 - testHaskellDepends = [ base hedgehog ]; 214928 - description = "A partial binary associative operator"; 214929 - license = lib.licenses.asl20; 214930 - }) {}; 214931 - 214932 - "partial-semigroup_0_6_0_1" = callPackage 214933 - ({ mkDerivation, base, hedgehog }: 214934 - mkDerivation { 214935 - pname = "partial-semigroup"; 214936 version = "0.6.0.1"; 214937 sha256 = "1zzpv5b860k22wng7qa0pcj129vgzm2vxda5x1f26f9vc0bm8q18"; 214938 libraryHaskellDepends = [ base ]; 214939 testHaskellDepends = [ base hedgehog ]; 214940 description = "A partial binary associative operator"; 214941 license = lib.licenses.asl20; 214942 - hydraPlatforms = lib.platforms.none; 214943 }) {}; 214944 214945 "partial-semigroup-hedgehog" = callPackage ··· 215554 ({ mkDerivation, base, bytestring, path, safe-exceptions, text }: 215555 mkDerivation { 215556 pname = "path-text-utf8"; 215557 - version = "0.0.1.10"; 215558 - sha256 = "1nbmsydpg8m09q5i907bnh57x5lcd3rw3rnxa31b93xzaynxwhsn"; 215559 - revision = "1"; 215560 - editedCabalFile = "1f1y2m1qqdxnqi1n4bvgbqilsjk3sqkvi4nk2pz5l9bl97k0l42z"; 215561 - libraryHaskellDepends = [ 215562 - base bytestring path safe-exceptions text 215563 - ]; 215564 - description = "Read and write UTF-8 text files"; 215565 - license = lib.licenses.asl20; 215566 - }) {}; 215567 - 215568 - "path-text-utf8_0_0_1_11" = callPackage 215569 - ({ mkDerivation, base, bytestring, path, safe-exceptions, text }: 215570 - mkDerivation { 215571 - pname = "path-text-utf8"; 215572 version = "0.0.1.11"; 215573 sha256 = "1dxqbcwsr3ayijssm7wr6z96p3vrwrfqhr15zhg7m3i2ad44wz8c"; 215574 libraryHaskellDepends = [ ··· 215576 ]; 215577 description = "Read and write UTF-8 text files"; 215578 license = lib.licenses.asl20; 215579 - hydraPlatforms = lib.platforms.none; 215580 }) {}; 215581 215582 "path-tree" = callPackage ··· 215711 }: 215712 mkDerivation { 215713 pname = "patrol"; 215714 - version = "0.1.0.1"; 215715 - sha256 = "1mdl9r8kga6n7v7yvds46j0y8mg59h1irw8fbwqzzj142va9q8xc"; 215716 libraryHaskellDepends = [ 215717 aeson base bytestring case-insensitive containers exceptions 215718 http-client http-types network-uri text time uuid ··· 217749 broken = true; 217750 }) {}; 217751 217752 "persistent-generic" = callPackage 217753 ({ mkDerivation, base, persistent, text }: 217754 mkDerivation { ··· 217898 pname = "persistent-mtl"; 217899 version = "0.5.0.1"; 217900 sha256 = "17sxwa8p95nrkacjr1wnpihwfq121z1pkyh1nvlfjy76b4aalqhi"; 217901 testHaskellDepends = [ 217902 base bytestring conduit containers esqueleto explainable-predicates 217903 monad-logger persistent persistent-postgresql persistent-sqlite ··· 217936 license = lib.licenses.mit; 217937 }) {}; 217938 217939 "persistent-mysql-haskell" = callPackage 217940 ({ mkDerivation, aeson, base, bytestring, conduit, containers 217941 , fast-logger, hspec, HUnit, io-streams, monad-logger ··· 218056 ]; 218057 description = "Backend for the persistent library using postgresql"; 218058 license = lib.licenses.mit; 218059 }) {}; 218060 218061 "persistent-postgresql-streaming" = callPackage ··· 218261 maintainers = [ lib.maintainers.psibi ]; 218262 }) {inherit (pkgs) sqlite;}; 218263 218264 "persistent-stm" = callPackage 218265 ({ mkDerivation, base, binary, bytestring, containers, directory 218266 , extra, filelock, filepath, focus, hspec, stm, stm-containers ··· 218567 }: 218568 mkDerivation { 218569 pname = "pg-entity"; 218570 - version = "0.0.4.1"; 218571 - sha256 = "0fr0lzr7l31ai134c87jgqabw619ggj478ynq9mp1fq37hd11rbp"; 218572 isLibrary = true; 218573 isExecutable = true; 218574 libraryHaskellDepends = [ ··· 219128 libraryHaskellDepends = [ base subG ]; 219129 description = "Constraints to filter the needed permutations"; 219130 license = lib.licenses.mit; 219131 }) {}; 219132 219133 "phonetic-languages-examples" = callPackage ··· 219173 libraryHaskellDepends = [ base filters-basic mmsyn2-array ]; 219174 description = "Allows to change the structure of the function output"; 219175 license = lib.licenses.mit; 219176 }) {}; 219177 219178 "phonetic-languages-general" = callPackage ··· 219213 libraryHaskellDepends = [ base subG ]; 219214 description = "Permutations and universal set related functions for the phonetic-languages series"; 219215 license = lib.licenses.mit; 219216 }) {}; 219217 219218 "phonetic-languages-phonetics-basics" = callPackage ··· 219233 ]; 219234 description = "A library for working with generalized phonetic languages usage"; 219235 license = lib.licenses.mit; 219236 mainProgram = "pldPL"; 219237 }) {}; 219238 219239 "phonetic-languages-plus" = callPackage ··· 219256 ]; 219257 description = "Some common shared between different packages functions"; 219258 license = lib.licenses.mit; 219259 mainProgram = "distributionTextG"; 219260 }) {}; 219261 219262 "phonetic-languages-properties" = callPackage ··· 219302 ]; 219303 description = "A basics of the phonetic-languages functionality that can be groupped"; 219304 license = lib.licenses.mit; 219305 }) {}; 219306 219307 "phonetic-languages-simplified-common" = callPackage ··· 219368 ]; 219369 description = "Helps to create Ukrainian texts with the given phonetic properties"; 219370 license = lib.licenses.mit; 219371 }) {}; 219372 219373 "phonetic-languages-simplified-examples-common" = callPackage ··· 219386 ]; 219387 description = "Some commonly used by phonetic-languages-simplified* series functions"; 219388 license = lib.licenses.mit; 219389 }) {}; 219390 219391 "phonetic-languages-simplified-generalized-examples-array" = callPackage ··· 219417 ]; 219418 description = "Helps to create texts with the given phonetic properties (e. g. poetic)."; 219419 license = lib.licenses.mit; 219420 }) {}; 219421 219422 "phonetic-languages-simplified-generalized-examples-common" = callPackage ··· 219433 ]; 219434 description = "Some common code for phonetic languages generalized functionality"; 219435 license = lib.licenses.mit; 219436 }) {}; 219437 219438 "phonetic-languages-simplified-generalized-properties-array" = callPackage ··· 219450 ]; 219451 description = "Some 'properties' of the phonetic languages approach text"; 219452 license = lib.licenses.mit; 219453 }) {}; 219454 219455 "phonetic-languages-simplified-lists-examples" = callPackage ··· 219506 ]; 219507 description = "Some properties of the data related to rhythmicity"; 219508 license = lib.licenses.mit; 219509 }) {}; 219510 219511 "phonetic-languages-simplified-properties-array-common" = callPackage ··· 219608 executableHaskellDepends = [ base mmsyn2-array mmsyn5 ]; 219609 description = "Prepares Ukrainian text to be used as a phonetic language text"; 219610 license = lib.licenses.mit; 219611 mainProgram = "unconcatUkr"; 219612 }) {}; 219613 219614 "phonetic-languages-vector" = callPackage ··· 223533 pname = "polyparse"; 223534 version = "1.13"; 223535 sha256 = "0yvhg718dlksiw3v27m2d8m1sn4r4f5s0p56zq3lynhy1sc74k0w"; 223536 - revision = "5"; 223537 - editedCabalFile = "05qrn5pfdy45x1nkx7dvhnxs9j6d6cssws4kwn2sl3n9qmagr8mc"; 223538 libraryHaskellDepends = [ base bytestring text ]; 223539 description = "A variety of alternative parser combinator libraries"; 223540 license = "LGPL"; ··· 226969 }: 226970 mkDerivation { 226971 pname = "prairie"; 226972 - version = "0.0.1.0"; 226973 - sha256 = "1n27ylk5yzvvl6isykw0hjarnzwx652fc0xy6qzfdj0swy0bgiw7"; 226974 - revision = "2"; 226975 - editedCabalFile = "1yp173nnsk875wvqqnr9ifkvj8k7zcjbgvzpkyc0sxkq3nlrjs9q"; 226976 libraryHaskellDepends = [ 226977 aeson base constraints containers lens template-haskell text 226978 ]; 226979 - testHaskellDepends = [ aeson base ]; 226980 description = "A first class record field library"; 226981 license = lib.licenses.bsd3; 226982 hydraPlatforms = lib.platforms.none; ··· 227990 pname = "prettyprinter-combinators"; 227991 version = "0.1.1"; 227992 sha256 = "1m6338w6cd7fsib00zs8dk16b4mxfa1vswg5bmkzafas1db6qbcg"; 227993 libraryHaskellDepends = [ 227994 base bimap bytestring containers dlist pretty-show prettyprinter 227995 syb template-haskell text unordered-containers vector ··· 227998 license = lib.licenses.asl20; 227999 }) {}; 228000 228001 "prettyprinter-compat-annotated-wl-pprint" = callPackage 228002 ({ mkDerivation, base, prettyprinter, text }: 228003 mkDerivation { ··· 228355 pname = "primitive"; 228356 version = "0.7.4.0"; 228357 sha256 = "1mddh42i6xg02z315c4lg3zsxlr3wziwnpzh2nhzdcifh716sbav"; 228358 libraryHaskellDepends = [ 228359 base deepseq template-haskell transformers 228360 ]; ··· 230008 }: 230009 mkDerivation { 230010 pname = "prolude"; 230011 - version = "0.0.0.29"; 230012 - sha256 = "16nj96rhkfl5h9prqsfr8n1i20vcqlpfz8plbp2vsfha8kzsi2wl"; 230013 libraryHaskellDepends = [ 230014 aeson base bytestring cassava containers esqueleto generic-random 230015 lens mongoDB network-uri persistent persistent-mongoDB QuickCheck ··· 230467 }: 230468 mkDerivation { 230469 pname = "proteaaudio"; 230470 - version = "0.9.3"; 230471 - sha256 = "12572f2pwn3akzwqi83p734jabrfinr7bb89yhinl8pari7lya7k"; 230472 isLibrary = true; 230473 isExecutable = true; 230474 libraryHaskellDepends = [ base bytestring ]; ··· 232223 license = lib.licenses.bsd3; 232224 }) {}; 232225 232226 "purescript-bundle-fast" = callPackage 232227 ({ mkDerivation, base, containers, directory, filepath 232228 , optparse-applicative, text, vector ··· 233407 hydraPlatforms = lib.platforms.none; 233408 }) {inherit (pkgs.qt5) qtbase;}; 233409 233410 "quack" = callPackage 233411 ({ mkDerivation, aeson, attoparsec, base, http-types, mtl, text }: 233412 mkDerivation { ··· 233537 ({ mkDerivation, base, subG, uniqueness-periods-vector-stats }: 233538 mkDerivation { 233539 pname = "quantizer"; 233540 - version = "0.1.0.0"; 233541 - sha256 = "0pall4g5fd8flv7b380y7qqnh630jbnf5kbzxhpx13qr287casrh"; 233542 libraryHaskellDepends = [ 233543 base subG uniqueness-periods-vector-stats 233544 ]; ··· 237399 license = lib.licenses.bsd3; 237400 }) {}; 237401 237402 "reactive-banana-automation" = callPackage 237403 ({ mkDerivation, base, doctest, reactive-banana, stm, time 237404 , transformers ··· 237580 }: 237581 mkDerivation { 237582 pname = "reactive-jack"; 237583 - version = "0.4.1.1"; 237584 - sha256 = "0kcb4sjj8499i5igl1fv8bjbz5d2zvs5nbqijfaw9pcg5zx7a0rr"; 237585 libraryHaskellDepends = [ 237586 base containers data-accessor event-list explicit-exception 237587 extensible-exceptions jack midi non-negative random ··· 239977 }: 239978 mkDerivation { 239979 pname = "reflex-test-host"; 239980 - version = "0.1.2.1"; 239981 - sha256 = "0hpvpf0628rc43cnh7k0b0adjb13cw9d8ykhhk0x4n2p7i9cp2zi"; 239982 libraryHaskellDepends = [ 239983 base dependent-sum lens mtl primitive ref-tf reflex these 239984 transformers ··· 240088 ]; 240089 description = "Happstack support for reform"; 240090 license = lib.licenses.bsd3; 240091 }) {}; 240092 240093 "reform-hsp" = callPackage ··· 241341 }) {}; 241342 241343 "regression-simple" = callPackage 241344 - ({ mkDerivation, base, vector }: 241345 mkDerivation { 241346 pname = "regression-simple"; 241347 - version = "0.1.1"; 241348 - sha256 = "18gq05xrkkxg2zrnkx9z7n91g8lagz6j3cfw7mqik7dyc2m1w675"; 241349 - libraryHaskellDepends = [ base vector ]; 241350 description = "Simple linear and quadratic regression"; 241351 license = lib.licenses.bsd3; 241352 }) {}; ··· 241535 maintainers = [ lib.maintainers.sternenseemann ]; 241536 }) {}; 241537 241538 "relacion" = callPackage 241539 ({ mkDerivation, array, base, containers }: 241540 mkDerivation { ··· 242879 }: 242880 mkDerivation { 242881 pname = "reqcatcher"; 242882 - version = "0.2.2.2"; 242883 - sha256 = "12p2mb215n7f0smczr5cfxkd89blchyyp5dsl6yzfij1ykf0yr9x"; 242884 libraryHaskellDepends = [ base http-types network text wai warp ]; 242885 testHaskellDepends = [ 242886 base http-client http-types HUnit lens tasty tasty-hunit wai wreq ··· 243254 license = lib.licenses.bsd3; 243255 }) {}; 243256 243257 - "resource-pool_0_3_1_0" = callPackage 243258 - ({ mkDerivation, base, primitive, time }: 243259 mkDerivation { 243260 pname = "resource-pool"; 243261 - version = "0.3.1.0"; 243262 - sha256 = "0klcyl0x15a0h73sn6176ma87cgb4n8g2szz54b5xzr60pws057y"; 243263 - libraryHaskellDepends = [ base primitive time ]; 243264 description = "A high-performance striped resource pooling implementation"; 243265 license = lib.licenses.bsd3; 243266 hydraPlatforms = lib.platforms.none; ··· 243754 }: 243755 mkDerivation { 243756 pname = "ret"; 243757 - version = "0.1.5.2"; 243758 - sha256 = "1lsqjqib4nvxacsjlr4207vwwxdd86wxxjvxw4vqra6a5clj6g08"; 243759 isLibrary = false; 243760 isExecutable = true; 243761 executableHaskellDepends = [ ··· 246911 broken = true; 246912 }) {}; 246913 246914 "rrb-vector" = callPackage 246915 ({ mkDerivation, base, deepseq, indexed-traversable, primitive 246916 , tasty, tasty-bench, tasty-quickcheck ··· 249411 }: 249412 mkDerivation { 249413 pname = "sayable"; 249414 - version = "1.0.2.0"; 249415 - sha256 = "041qjk1giqrsfis410r491c3b2s36ngsk64ihzpjb788xbr86adx"; 249416 libraryHaskellDepends = [ 249417 base bytestring exceptions prettyprinter text 249418 ]; ··· 249447 license = lib.licenses.mit; 249448 }) {}; 249449 249450 - "sbp_4_10_0" = callPackage 249451 ({ mkDerivation, aeson, aeson-pretty, array, base 249452 , base64-bytestring, basic-prelude, binary, binary-conduit 249453 , bytestring, cmdargs, conduit, conduit-extra, data-binary-ieee754 ··· 249456 }: 249457 mkDerivation { 249458 pname = "sbp"; 249459 - version = "4.10.0"; 249460 - sha256 = "1mhnqiqi6yv3mn0rcwiq5k79a2zxcpqp4284ziqrcjwnhjxd2cnf"; 249461 isLibrary = true; 249462 isExecutable = true; 249463 libraryHaskellDepends = [ ··· 249556 broken = true; 249557 }) {inherit (pkgs) z3;}; 249558 249559 - "sbv_9_1" = callPackage 249560 ({ mkDerivation, array, async, base, bytestring, containers 249561 , deepseq, directory, filepath, hlint, libBF, mtl, pretty, process 249562 , QuickCheck, random, syb, tasty, tasty-bench, tasty-golden ··· 249565 }: 249566 mkDerivation { 249567 pname = "sbv"; 249568 - version = "9.1"; 249569 - sha256 = "0wkpx73blwg629l4y9vjjlhbk4qa1zzddc4z8qvida62qwcdxw6w"; 249570 enableSeparateDataOutput = true; 249571 libraryHaskellDepends = [ 249572 array async base containers deepseq directory filepath libBF mtl ··· 249587 broken = true; 249588 }) {inherit (pkgs) z3;}; 249589 249590 "sbvPlugin" = callPackage 249591 ({ mkDerivation, base, containers, directory, filepath, ghc 249592 , ghc-prim, mtl, process, sbv, tasty, tasty-golden ··· 249594 }: 249595 mkDerivation { 249596 pname = "sbvPlugin"; 249597 - version = "9.2.2"; 249598 - sha256 = "0cv2f6n32m8xaii5dpk3kz6wclxgmri1zfh09dq23s91l5asrp1v"; 249599 libraryHaskellDepends = [ 249600 base containers ghc ghc-prim mtl sbv template-haskell 249601 ]; ··· 254668 }) {}; 254669 254670 "servant-hmac-auth" = callPackage 254671 - ({ mkDerivation, base, base64-bytestring, binary, bytestring 254672 , case-insensitive, containers, cryptonite, filepath, hspec 254673 , hspec-discover, hspec-golden, http-client, http-types, memory 254674 , mtl, servant, servant-client, servant-client-core, servant-server 254675 - , text, transformers, wai 254676 }: 254677 mkDerivation { 254678 pname = "servant-hmac-auth"; 254679 - version = "0.1.4"; 254680 - sha256 = "0nnmwqqdc7yzbd96bfmgcidz41knzrbh082dcwg2n3w0vvp0m98i"; 254681 libraryHaskellDepends = [ 254682 - base base64-bytestring binary bytestring case-insensitive 254683 - containers cryptonite http-client http-types memory mtl servant 254684 - servant-client servant-client-core servant-server transformers wai 254685 ]; 254686 testHaskellDepends = [ 254687 - base case-insensitive filepath hspec hspec-golden http-types text 254688 ]; 254689 testToolDepends = [ hspec-discover ]; 254690 description = "Servant authentication with HMAC"; ··· 254917 testHaskellDepends = [ base lucid servant-server wai warp ]; 254918 description = "Servant support for lucid"; 254919 license = lib.licenses.bsd3; 254920 }) {}; 254921 254922 "servant-machines" = callPackage ··· 255679 }) {}; 255680 255681 "servant-serf" = callPackage 255682 - ({ mkDerivation, base, Cabal, directory, exceptions, filepath }: 255683 mkDerivation { 255684 pname = "servant-serf"; 255685 - version = "0.3.1.2"; 255686 - sha256 = "12qyg3bj4f8y4f3z0p3dxh4ms8xdv6226120xsdd6jkbxynmap01"; 255687 isLibrary = true; 255688 isExecutable = true; 255689 libraryHaskellDepends = [ 255690 - base Cabal directory exceptions filepath 255691 ]; 255692 executableHaskellDepends = [ base ]; 255693 description = "Automatically generate Servant API modules"; 255694 license = lib.licenses.mit; 255695 mainProgram = "servant-serf"; 255696 }) {}; 255697 255698 "servant-server" = callPackage ··· 255709 pname = "servant-server"; 255710 version = "0.19.2"; 255711 sha256 = "1a7msh8p59v5mgsnj5li9s3jg0jwq2zjsznr0cg7g0fncn7r1axy"; 255712 isLibrary = true; 255713 isExecutable = true; 255714 libraryHaskellDepends = [ ··· 255977 license = lib.licenses.bsd3; 255978 hydraPlatforms = lib.platforms.none; 255979 mainProgram = "servant-streamly-example"; 255980 }) {}; 255981 255982 "servant-subscriber" = callPackage ··· 257595 pname = "shake"; 257596 version = "0.19.7"; 257597 sha256 = "1lcr6q53qwm308bny6gfawcjhxsmalqi3dnwckam02zp2apmcaim"; 257598 isLibrary = true; 257599 isExecutable = true; 257600 enableSeparateDataOutput = true; ··· 258657 license = lib.licenses.bsd3; 258658 }) {}; 258659 258660 "shelly-extra" = callPackage 258661 ({ mkDerivation, async, base, hspec, HUnit, mtl, SafeSemaphore 258662 , shelly, text ··· 259544 ({ mkDerivation, base, containers }: 259545 mkDerivation { 259546 pname = "signed-multiset"; 259547 - version = "0.4"; 259548 - sha256 = "0pxi6g095axf9x6hsiqf0ilsjlws4zvl0pjfjamjyyl1wj82h747"; 259549 libraryHaskellDepends = [ base containers ]; 259550 description = "Multisets with negative membership"; 259551 license = lib.licenses.bsd3; ··· 261859 }: 261860 mkDerivation { 261861 pname = "sketch-frp-copilot"; 261862 - version = "1.0.6"; 261863 - sha256 = "1hxz51vx1a1p0v8sajv2ch6y261lm4s9z5fvp5w86qygsd1zy2px"; 261864 libraryHaskellDepends = [ 261865 base containers copilot copilot-c99 copilot-language mtl 261866 optparse-applicative ··· 262667 }: 262668 mkDerivation { 262669 pname = "slynx"; 262670 - version = "0.7.0.1"; 262671 - sha256 = "1l46xpilja815zsj96lhginl4x8jg9skxb0pvny3h12972s1k89d"; 262672 isLibrary = true; 262673 isExecutable = true; 262674 libraryHaskellDepends = [ ··· 263753 description = "blaze-html-clay integration for Snap"; 263754 license = lib.licenses.bsd3; 263755 hydraPlatforms = lib.platforms.none; 263756 }) {}; 263757 263758 "snap-configuration-utilities" = callPackage ··· 266182 }: 266183 mkDerivation { 266184 pname = "sox"; 266185 - version = "0.2.3.1"; 266186 - sha256 = "0idab4rsqj4zjm7dlzbf38rzpvkp1z9psrkl4lrp2qp1s53sp9kh"; 266187 libraryHaskellDepends = [ 266188 base containers explicit-exception extensible-exceptions process 266189 sample-frame semigroups transformers unix utility-ht 266190 ]; 266191 description = "Play, write, read, convert audio signals using Sox"; 266192 - license = "GPL"; 266193 }) {}; 266194 266195 "soxlib" = callPackage ··· 266199 }: 266200 mkDerivation { 266201 pname = "soxlib"; 266202 - version = "0.0.3.1"; 266203 - sha256 = "0f7ci58yls5rhq1vy1q1imlsgkbvadv8646fvvymg0jq2mjwgsfd"; 266204 isLibrary = true; 266205 isExecutable = true; 266206 libraryHaskellDepends = [ ··· 267458 pname = "splitmix"; 267459 version = "0.1.0.4"; 267460 sha256 = "1apck3nzzl58r0b9al7cwaqwjhhkl8q4bfrx14br2yjf741581kd"; 267461 - revision = "1"; 267462 - editedCabalFile = "1iqlg2d4mybqwzwp67c5a1yxzd47cbp4f7mrpa6d0ckypis2akl0"; 267463 libraryHaskellDepends = [ base deepseq ]; 267464 testHaskellDepends = [ 267465 async base base-compat base-compat-batteries bytestring containers ··· 267619 }: 267620 mkDerivation { 267621 pname = "spreadsheet"; 267622 - version = "0.1.3.8"; 267623 - sha256 = "0rd7qi6wy17fcz1a6pfqjxl3z816r8p6gyvz4zq85kgkjpkicrv4"; 267624 isLibrary = true; 267625 isExecutable = true; 267626 libraryHaskellDepends = [ ··· 268028 }) {}; 268029 268030 "sqlite-simple-interpolate" = callPackage 268031 - ({ mkDerivation, base, haskell-src-meta, mtl, parsec, sqlite-simple 268032 , template-haskell 268033 }: 268034 mkDerivation { 268035 pname = "sqlite-simple-interpolate"; 268036 - version = "0.1.1"; 268037 - sha256 = "1vi43mm6lwdpsq0r2gs7nsrn4g88r3q4d8g5gmm7al8ziz9c39vq"; 268038 libraryHaskellDepends = [ 268039 - base haskell-src-meta mtl parsec sqlite-simple template-haskell 268040 ]; 268041 testHaskellDepends = [ base sqlite-simple ]; 268042 description = "Interpolated SQLite queries via quasiquotation"; ··· 268238 pname = "sr-extra"; 268239 version = "1.88"; 268240 sha256 = "1cpigfdpgcy3bpp51snza0wwd88ky04hwqlzbmvmwkwznd7wqxrb"; 268241 libraryHaskellDepends = [ 268242 base base64-bytestring bytestring bzlib Cabal cereal containers 268243 Diff directory exceptions fgl filemanip filepath generic-data ··· 268360 license = lib.licenses.mit; 268361 }) {}; 268362 268363 "srv" = callPackage 268364 ({ mkDerivation, async, base, bytestring, containers, directory 268365 , raw-strings-qq, wai, wai-app-static, warp, warp-tls, yaml ··· 269736 }: 269737 mkDerivation { 269738 pname = "stackctl"; 269739 - version = "1.3.0.0"; 269740 - sha256 = "1a97xkbvcvr7r85b4xrzdijap3zw02j0rqxix3ld9ns907mkdq2n"; 269741 isLibrary = true; 269742 isExecutable = true; 269743 libraryHaskellDepends = [ ··· 269745 amazonka-core amazonka-ec2 amazonka-lambda amazonka-sts base Blammo 269746 bytestring cfn-flip conduit containers envparse errors exceptions 269747 extra filepath Glob lens lens-aeson monad-logger mtl 269748 - optparse-applicative resourcet rio semigroups text time unliftio 269749 - unliftio-core unordered-containers uuid yaml 269750 ]; 269751 executableHaskellDepends = [ base ]; 269752 testHaskellDepends = [ ··· 270954 }: 270955 mkDerivation { 270956 pname = "stm-actor"; 270957 - version = "0.2.3.2"; 270958 - sha256 = "0h81amww5caa8950nn124sn5804vdsvxz2nahwvx88hbgsgldpkg"; 270959 libraryHaskellDepends = [ 270960 base mtl stm stm-queue transformers unliftio-core 270961 ]; ··· 271193 }: 271194 mkDerivation { 271195 pname = "stm-queue"; 271196 - version = "0.1.2.2"; 271197 - sha256 = "03mchkc1bvafh4674zyv5zxbrdwb20xvzn85wq8xkbs3z2gw9mi3"; 271198 libraryHaskellDepends = [ base stm ]; 271199 testHaskellDepends = [ async base hspec stm ]; 271200 benchmarkHaskellDepends = [ ··· 271484 pname = "storable-record"; 271485 version = "0.0.6"; 271486 sha256 = "1d4c1ccbrpq8rnacsjib9nmxhgxk9yb1zxx1nvfavhqhv8nwq2fd"; 271487 isLibrary = true; 271488 isExecutable = true; 271489 libraryHaskellDepends = [ ··· 272561 ]; 272562 description = "Library for streamly and bytestring interoperation"; 272563 license = lib.licenses.bsd3; 272564 - hydraPlatforms = lib.platforms.none; 272565 - broken = true; 272566 }) {}; 272567 272568 "streamly-cassava" = callPackage ··· 272690 testToolDepends = [ hspec-discover ]; 272691 description = "Posix related streaming APIs"; 272692 license = lib.licenses.bsd3; 272693 - hydraPlatforms = lib.platforms.none; 272694 }) {}; 272695 272696 "streamly-process" = callPackage ··· 273305 ]; 273306 description = "Is used in the phonetic languages approach (e. g. in the recursive mode)."; 273307 license = lib.licenses.mit; 273308 }) {}; 273309 273310 "string-isos" = callPackage ··· 273440 }: 273441 mkDerivation { 273442 pname = "string-variants"; 273443 - version = "0.2.0.0"; 273444 - sha256 = "0rzxvqv6waggspqbph4n0q249v0h615965rqlbbhv8a3p87kmdcd"; 273445 libraryHaskellDepends = [ 273446 aeson base bytestring mono-traversable QuickCheck refined refinery 273447 string-conversions template-haskell text ··· 273978 license = lib.licenses.bsd3; 273979 }) {}; 273980 273981 "structural-induction" = callPackage 273982 ({ mkDerivation, base, containers, genifunctors, geniplate 273983 , language-haskell-extract, mtl, pretty, QuickCheck, safe ··· 274461 ({ mkDerivation, base }: 274462 mkDerivation { 274463 pname = "subG"; 274464 - version = "0.5.3.0"; 274465 - sha256 = "0bq49g3ippsjiqm1qvd3y9a4fyngzw8f3my8n1amgyzxb6fk5q7w"; 274466 libraryHaskellDepends = [ base ]; 274467 description = "Some extension to the Foldable and Monoid classes"; 274468 license = lib.licenses.mit; ··· 275376 pname = "supply-chain"; 275377 version = "0.0.0.1"; 275378 sha256 = "0g7hfbzqwrl30bkrk1pxiriyg2xdzv5ia77mba58sv7g0bacjz2a"; 275379 libraryHaskellDepends = [ base supply-chain-core ]; 275380 description = "Composable request-response pipelines"; 275381 license = lib.licenses.asl20; ··· 275393 license = lib.licenses.asl20; 275394 }) {}; 275395 275396 "surjective" = callPackage 275397 ({ mkDerivation, base, lens, mtl, template-haskell }: 275398 mkDerivation { ··· 276248 276249 "sydtest" = callPackage 276250 ({ mkDerivation, async, autodocodec, autodocodec-yaml, base 276251 - , bytestring, containers, Diff, dlist, envparse, filepath 276252 - , MonadRandom, mtl, optparse-applicative, path, path-io 276253 - , pretty-show, QuickCheck, quickcheck-io, random, random-shuffle 276254 - , safe, safe-coloured-text, safe-coloured-text-terminfo, split, stm 276255 - , sydtest-discover, text 276256 }: 276257 mkDerivation { 276258 pname = "sydtest"; 276259 - version = "0.13.0.0"; 276260 - sha256 = "0msa5y6fl00qjrj08c6bccbav179f05jk9hb9lmfbffq6bc86rc5"; 276261 libraryHaskellDepends = [ 276262 - async autodocodec autodocodec-yaml base bytestring containers Diff 276263 - dlist envparse filepath MonadRandom mtl optparse-applicative path 276264 - path-io pretty-show QuickCheck quickcheck-io random random-shuffle 276265 - safe safe-coloured-text safe-coloured-text-terminfo split stm text 276266 ]; 276267 testHaskellDepends = [ 276268 base bytestring path path-io QuickCheck random safe-coloured-text 276269 - stm text 276270 ]; 276271 testToolDepends = [ sydtest-discover ]; 276272 description = "A modern testing framework for Haskell with good defaults and advanced testing features"; ··· 276801 }: 276802 mkDerivation { 276803 pname = "symantic-base"; 276804 - version = "0.4.0.20211106"; 276805 - sha256 = "0fbw0fg78b8wh3fcbvcm9v3qrsvpyymhwd7f9a70yqj90mggl7sc"; 276806 libraryHaskellDepends = [ 276807 base containers hashable template-haskell transformers 276808 unordered-containers ··· 277596 pname = "synthesizer-core"; 277597 version = "0.8.3"; 277598 sha256 = "0a12qmr7fdlz5mbrki9nd1fl07670hll3wrdpp1apvf6zd36h7mn"; 277599 libraryHaskellDepends = [ 277600 array base binary bytestring containers deepseq event-list 277601 explicit-exception filepath non-empty non-negative numeric-prelude ··· 277626 pname = "synthesizer-dimensional"; 277627 version = "0.8.1.1"; 277628 sha256 = "0giaa6v2yvb0amvdzdv5bq7dsns9pgbzv7sgjdi4a4zy0x4gmhc4"; 277629 isLibrary = true; 277630 isExecutable = true; 277631 libraryHaskellDepends = [ ··· 277686 pname = "synthesizer-llvm"; 277687 version = "0.9"; 277688 sha256 = "0bqncysaq164235792657yyf1ngkr7gm9vkzkbiqy6f7g7a62shd"; 277689 - revision = "1"; 277690 - editedCabalFile = "04z0s3hkpdcmri4w34s2ssz9wwf60z1ccc0bc3bphs1caz8i61j2"; 277691 isLibrary = true; 277692 isExecutable = true; 277693 libraryHaskellDepends = [ ··· 278534 }: 278535 mkDerivation { 278536 pname = "tagchup"; 278537 - version = "0.4.1.1"; 278538 - sha256 = "127ffhggdcbapizddhzwy538h3znppvr28mh9y2lv9ihbwcfxd75"; 278539 isLibrary = true; 278540 isExecutable = true; 278541 enableSeparateDataOutput = true; ··· 280075 }: 280076 mkDerivation { 280077 pname = "tasty-hspec"; 280078 - version = "1.2.0.1"; 280079 - sha256 = "0ibl2xi6mmqad2mriz67nb7pjwwvjik385amp24j9kc7a7zkx091"; 280080 - revision = "2"; 280081 - editedCabalFile = "0qyp20khzr6ingdjmmwlhlklc26257wds56cn2pwss3yf1j5blv1"; 280082 libraryHaskellDepends = [ 280083 base hspec hspec-core QuickCheck tasty tasty-quickcheck 280084 tasty-smallcheck ··· 280178 pname = "tasty-inspection-testing"; 280179 version = "0.2"; 280180 sha256 = "1gdwbg545gwfx2a26s7hkgz9l9mfb13i6v20j09hqrlbh1xsi3qz"; 280181 libraryHaskellDepends = [ 280182 base ghc inspection-testing tasty template-haskell 280183 ]; ··· 280367 mainProgram = "tasty-mgolden-example"; 280368 broken = true; 280369 }) {}; 280370 280371 "tasty-prelude" = callPackage 280372 ({ mkDerivation, base, tasty, tasty-expected-failure, tasty-focus ··· 283337 }: 283338 mkDerivation { 283339 pname = "texmath"; 283340 - version = "0.12.5.4"; 283341 - sha256 = "1dn88s352y641c1vlj5j5mqwhnz6r1algkd7mx83y3fr0wp3nhlq"; 283342 isLibrary = true; 283343 isExecutable = true; 283344 libraryHaskellDepends = [ ··· 283350 ]; 283351 description = "Conversion between math formats"; 283352 license = lib.licenses.gpl2Only; 283353 }) {}; 283354 283355 "texrunner" = callPackage ··· 284681 hydraPlatforms = lib.platforms.none; 284682 }) {}; 284683 284684 "th-data-compat" = callPackage 284685 ({ mkDerivation, base, template-haskell }: 284686 mkDerivation { 284687 pname = "th-data-compat"; 284688 - version = "0.1.1.0"; 284689 - sha256 = "0579yxlcl3cfirjim31capk7q2raf9bmmfnvcxxnicjmvx22790q"; 284690 libraryHaskellDepends = [ base template-haskell ]; 284691 description = "Compatibility for data definition template of TH"; 284692 license = lib.licenses.bsd3; ··· 285850 license = lib.licenses.bsd3; 285851 hydraPlatforms = lib.platforms.none; 285852 mainProgram = "threepenny-flexbox-exe"; 285853 }) {}; 285854 285855 "thrift" = callPackage ··· 287427 "tinkoff-invest-sdk" = callPackage 287428 ({ mkDerivation, async, base, bytestring, Cabal, concurrent-extra 287429 , errors, http2-client, http2-client-grpc, http2-grpc-proto-lens 287430 - , lens, mtl, proto-lens, proto-lens-runtime, proto-lens-setup, text 287431 - , unordered-containers 287432 }: 287433 mkDerivation { 287434 pname = "tinkoff-invest-sdk"; 287435 - version = "0.1.0.0"; 287436 - sha256 = "1b66gb1cdlckhiaxbps31dklx0sz9wxs27cpy4zwfn0rxzi96wpv"; 287437 setupHaskellDepends = [ base Cabal proto-lens-setup ]; 287438 libraryHaskellDepends = [ 287439 async base bytestring concurrent-extra errors http2-client 287440 http2-client-grpc http2-grpc-proto-lens lens mtl proto-lens 287441 proto-lens-runtime text unordered-containers 287442 ]; 287443 description = "gRPC based SDK for Tinkoff Invest API V2"; 287444 license = lib.licenses.mit; 287445 hydraPlatforms = lib.platforms.none; ··· 288053 }: 288054 mkDerivation { 288055 pname = "tlynx"; 288056 - version = "0.7.0.1"; 288057 - sha256 = "117kwfqyww9qwsja4vx03vja7g6lgin3iy0ss2ckmdmnddimm9qs"; 288058 isLibrary = true; 288059 isExecutable = true; 288060 libraryHaskellDepends = [ ··· 288473 pname = "token-bucket"; 288474 version = "0.1.0.1"; 288475 sha256 = "1l3axqdkrjf28pxhrvdvlpf9wi79czsfvhi33w4v2wbj0g00j9ii"; 288476 - revision = "6"; 288477 - editedCabalFile = "15p4iycphz4q58kgq00kmz0ik0hzv3vx47k2dkp93xavb0dny46v"; 288478 libraryHaskellDepends = [ base ]; 288479 testHaskellDepends = [ base time ]; 288480 description = "Rate limiter using lazy bucket algorithm"; ··· 288778 }) {}; 288779 288780 "toml-reader-parse" = callPackage 288781 - ({ mkDerivation, base, comonad, containers, deepseq, dlist, mtl 288782 , optparse-applicative, prettyprinter, prettyprinter-combinators 288783 , tasty, tasty-hunit, text, time, toml-reader, vector 288784 }: 288785 mkDerivation { 288786 pname = "toml-reader-parse"; 288787 - version = "0.1.1.0"; 288788 - sha256 = "1ah47icy8lnpnmhpsmyp9pvp8f134pzzi6cvv5vpnw2r5szr9vly"; 288789 libraryHaskellDepends = [ 288790 - base comonad containers deepseq dlist mtl prettyprinter 288791 prettyprinter-combinators text time toml-reader vector 288792 ]; 288793 testHaskellDepends = [ ··· 290150 license = lib.licenses.bsd3; 290151 }) {}; 290152 290153 "transformers-except" = callPackage 290154 ({ mkDerivation, base, exceptions, text, transformers }: 290155 mkDerivation { 290156 pname = "transformers-except"; 290157 - version = "0.1.2"; 290158 - sha256 = "00zxpip9nhli7ic1zaks7c4hj851dhdgkkwq5qw9vamr6whgh9cr"; 290159 libraryHaskellDepends = [ base exceptions text transformers ]; 290160 description = "An Except monad transformer with"; 290161 license = lib.licenses.bsd3; ··· 290672 license = lib.licenses.gpl2Plus; 290673 }) {}; 290674 290675 "tree-fun" = callPackage 290676 ({ mkDerivation, base, containers, mtl }: 290677 mkDerivation { ··· 292312 pname = "turtle"; 292313 version = "1.6.1"; 292314 sha256 = "171viripwn8hg3afkkswr243bv7q0r0bz3mn0bflddm4jdf49597"; 292315 - revision = "1"; 292316 - editedCabalFile = "1x4hk9kk8ra855jkzs7dc9691pk14xydixswbx2srs3r9rc6dpjb"; 292317 libraryHaskellDepends = [ 292318 ansi-wl-pprint async base bytestring clock containers directory 292319 exceptions filepath foldl hostname managed optional-args ··· 293471 license = lib.licenses.mit; 293472 }) {}; 293473 293474 "type-level-kv-list-esqueleto" = callPackage 293475 ({ mkDerivation, base, esqueleto, text, type-level-kv-list }: 293476 mkDerivation { ··· 294293 testHaskellDepends = [ base tasty tasty-hunit tasty-quickcheck ]; 294294 description = "Plugin to faciliate type-level let"; 294295 license = lib.licenses.bsd3; 294296 }) {}; 294297 294298 "typelevel" = callPackage ··· 295232 ]; 295233 description = "A library to work with the basic Ukrainian phonetics and syllable segmentation"; 295234 license = lib.licenses.mit; 295235 }) {}; 295236 295237 "ukrainian-phonetics-basic-array-bytestring" = callPackage ··· 295247 ]; 295248 description = "A library to work with the basic Ukrainian phonetics and syllable segmentation"; 295249 license = lib.licenses.mit; 295250 }) {}; 295251 295252 "ukrainian-phonetics-common" = callPackage ··· 295636 pname = "unescaping-print"; 295637 version = "0.1"; 295638 sha256 = "0a1ryvnpgsk668wagwwapksi7i9kbhhjfpqlvmg2z9kv1anr6mp5"; 295639 - revision = "3"; 295640 - editedCabalFile = "0r2ggyy2qla75jxdhd3izqqkqb3ar6538jczfwlbbxrj4w1xkd47"; 295641 libraryHaskellDepends = [ base ]; 295642 description = "Tiny package providing unescaping versions of show and print"; 295643 license = lib.licenses.bsd3; ··· 295933 pname = "unicode-data"; 295934 version = "0.4.0.1"; 295935 sha256 = "1030n3h11hk1rbq0fdbpry3aclz6yz8bki2abjvbwh0rh2kdx99p"; 295936 isLibrary = true; 295937 isExecutable = true; 295938 libraryHaskellDepends = [ base ]; ··· 295951 pname = "unicode-data-names"; 295952 version = "0.2.0"; 295953 sha256 = "0i28rp5g6wmnga6i95a6cq3dhkjg3v477xwycbcl38dfwdj3iy2c"; 295954 isLibrary = true; 295955 isExecutable = true; 295956 libraryHaskellDepends = [ base ]; ··· 295971 pname = "unicode-data-scripts"; 295972 version = "0.2.0.1"; 295973 sha256 = "0kpa2g59w9yiyl3adak7k0g9wnkwzv97c82x7bsrqvk23bdljxc0"; 295974 libraryHaskellDepends = [ base unicode-data ]; 295975 testHaskellDepends = [ base hspec unicode-data ]; 295976 benchmarkHaskellDepends = [ ··· 295990 pname = "unicode-data-security"; 295991 version = "0.2.0"; 295992 sha256 = "10x58l62i7bj9kmnchp1rggln40sfbsyw4pxlzbk8dmhkh5zmdlx"; 295993 libraryHaskellDepends = [ base unicode-data ]; 295994 testHaskellDepends = [ base hspec ]; 295995 testToolDepends = [ hspec-discover ]; ··· 296522 }: 296523 mkDerivation { 296524 pname = "unique-logic"; 296525 - version = "0.4"; 296526 - sha256 = "0lza0g7mvij6fj07nfyrgl7vy6hpqmmmzbnxylq71jb4a90sn28j"; 296527 libraryHaskellDepends = [ 296528 base explicit-exception transformers utility-ht 296529 ]; ··· 296542 pname = "unique-logic-tf"; 296543 version = "0.5.1"; 296544 sha256 = "0a2hjkm7kwfnqyscxxdw2r2cq3gsydv5ny91vpxxd3paknqqr0cb"; 296545 libraryHaskellDepends = [ 296546 base containers data-ref semigroups transformers utility-ht 296547 ]; ··· 296718 ({ mkDerivation, base, ghc-prim }: 296719 mkDerivation { 296720 pname = "uniqueness-periods-vector-stats"; 296721 - version = "0.3.0.0"; 296722 - sha256 = "0vfkjmp730w9f0174fx0mpfrrbd2grwd838wnrrlxnv39y345i6h"; 296723 libraryHaskellDepends = [ base ghc-prim ]; 296724 description = "A very basic descriptive statistics"; 296725 license = lib.licenses.mit; ··· 300748 pname = "vector"; 300749 version = "0.13.0.0"; 300750 sha256 = "0ksvs6ldb8bzbjy4gk39wds2lrwill2g7pbr13h54bz12myidly5"; 300751 - revision = "1"; 300752 - editedCabalFile = "12cwdaqsy9dv7j7cwq6r6kdyfxqiya8khm6ccaabjhhpa2aqwljl"; 300753 libraryHaskellDepends = [ base deepseq primitive vector-stream ]; 300754 testHaskellDepends = [ 300755 base base-orphans doctest HUnit primitive QuickCheck random tasty ··· 301156 ({ mkDerivation, base, tasty, tasty-quickcheck, vector }: 301157 mkDerivation { 301158 pname = "vector-rotcev"; 301159 - version = "0.1.0.1"; 301160 - sha256 = "1zrw1r6xspjncavd307xbbnjdmmhjq9w3dbvm0khnkxjgh47is8v"; 301161 libraryHaskellDepends = [ base vector ]; 301162 testHaskellDepends = [ base tasty tasty-quickcheck vector ]; 301163 description = "Vectors with O(1) reverse"; ··· 301260 }: 301261 mkDerivation { 301262 pname = "vector-split"; 301263 - version = "1.0.0.2"; 301264 - sha256 = "05mxkgcg5v2w0vnqq8z5s6aj0aqi7b55mh6knaafalpc1yjyxbml"; 301265 libraryHaskellDepends = [ base vector ]; 301266 testHaskellDepends = [ 301267 base QuickCheck split tasty tasty-quickcheck vector ··· 301300 pname = "vector-stream"; 301301 version = "0.1.0.0"; 301302 sha256 = "0v40vdpp35lhnnnx7q17fah0c14jrkjlnwsk0q4mbwb7ch7j3258"; 301303 - revision = "1"; 301304 - editedCabalFile = "18sm3vd1qim9r3m40wgvnmcrfz1zl051yy84dffnp4si9vfgic09"; 301305 libraryHaskellDepends = [ base ghc-prim ]; 301306 description = "Efficient Streams"; 301307 license = lib.licenses.bsd3; ··· 302819 license = lib.licenses.bsd3; 302820 }) {}; 302821 302822 "vty-examples" = callPackage 302823 ({ mkDerivation, array, base, bytestring, Cabal, containers 302824 , data-default, deepseq, lens, mtl, parallel, parsec, QuickCheck ··· 302900 }: 302901 mkDerivation { 302902 pname = "vulkan"; 302903 - version = "3.24.3"; 302904 - sha256 = "00ral8nlksr37xqdmy0wb4r3f67g81fd8xx4glw4zj07jqlk4pm3"; 302905 libraryHaskellDepends = [ base bytestring transformers vector ]; 302906 libraryPkgconfigDepends = [ vulkan ]; 302907 testHaskellDepends = [ ··· 305204 pname = "warp"; 305205 version = "3.3.23"; 305206 sha256 = "0y1r7czq5zrgklqrx1b9pmxn5lhmf7zpqdjz7hfmnzsmr3vndmms"; 305207 libraryHaskellDepends = [ 305208 array auto-update base bsb-http-chunked bytestring case-insensitive 305209 containers ghc-prim hashable http-date http-types http2 iproute ··· 305790 description = "Monoidally construct web pages"; 305791 license = lib.licenses.bsd3; 305792 hydraPlatforms = lib.platforms.none; 305793 }) {}; 305794 305795 "web-plugins" = callPackage ··· 305916 license = lib.licenses.bsd3; 305917 }) {}; 305918 305919 "web-routes-hsp" = callPackage 305920 ({ mkDerivation, base, hsp, text, web-routes }: 305921 mkDerivation { ··· 306277 }: 306278 mkDerivation { 306279 pname = "webauthn"; 306280 - version = "0.4.1.2"; 306281 - sha256 = "1xdqq80jcxzd0qvmsgrcpjkw4lpcsws2pin2v3v1gpf0qv0syi36"; 306282 libraryHaskellDepends = [ 306283 aeson asn1-encoding asn1-parse asn1-types base base16-bytestring 306284 base64-bytestring binary bytestring cborg containers cryptonite ··· 306939 pname = "websockets"; 306940 version = "0.12.7.3"; 306941 sha256 = "0g3z0n4irf3gvbdf9p97jq05ybdg0gwjy5bj4nfc7ivsvyhaic6k"; 306942 - revision = "1"; 306943 - editedCabalFile = "1yx97y6jl74vy200y43vjxfyzx338kh10dx8vxkjhr0mfh36wldq"; 306944 isLibrary = true; 306945 isExecutable = true; 306946 libraryHaskellDepends = [ ··· 307096 }) {}; 307097 307098 "wedged" = callPackage 307099 - ({ mkDerivation, array, base, colour, containers, diagrams-lib 307100 - , diagrams-postscript, MonadRandom, strict 307101 - }: 307102 mkDerivation { 307103 pname = "wedged"; 307104 - version = "3"; 307105 - sha256 = "1v7xc7bnyhlb2fs0j8zafbnvzyl0hsdyl59f0kibmn0w6sxq34xl"; 307106 isLibrary = false; 307107 isExecutable = true; 307108 - executableHaskellDepends = [ 307109 - array base colour containers diagrams-lib diagrams-postscript 307110 - MonadRandom strict 307111 - ]; 307112 description = "Wedged postcard generator"; 307113 license = "unknown"; 307114 hydraPlatforms = lib.platforms.none; ··· 307170 maintainers = [ lib.maintainers.maralorn ]; 307171 }) {}; 307172 307173 - "weeder" = callPackage 307174 ({ mkDerivation, algebraic-graphs, base, bytestring, containers 307175 , dhall, directory, filepath, generic-lens, ghc, lens, mtl 307176 , optparse-applicative, regex-tdfa, text, transformers ··· 307192 ]; 307193 description = "Detect dead code"; 307194 license = lib.licenses.bsd3; 307195 mainProgram = "weeder"; 307196 maintainers = [ lib.maintainers.maralorn ]; 307197 }) {}; ··· 307432 307433 "what4" = callPackage 307434 ({ mkDerivation, async, attoparsec, base, bifunctors, bimap 307435 - , bv-sized, bytestring, concurrent-extra, config-value, containers 307436 - , contravariant, data-binary-ieee754, deepseq, deriving-compat 307437 - , directory, exceptions, filepath, fingertree, ghc-prim, hashable 307438 - , hashtables, hedgehog, io-streams, lens, libBF, lumberjack, mtl 307439 - , panic, parameterized-utils, prettyprinter, process, QuickCheck 307440 - , scientific, tasty, tasty-checklist, tasty-expected-failure 307441 - , tasty-hedgehog, tasty-hunit, tasty-quickcheck, tasty-sugar 307442 - , template-haskell, temporary, text, th-abstraction, th-lift 307443 - , th-lift-instances, transformers, unordered-containers 307444 - , utf8-string, vector, versions, zenc 307445 }: 307446 mkDerivation { 307447 pname = "what4"; 307448 - version = "1.3"; 307449 - sha256 = "03p4sk543vygmah0mf1nzlxv9l3qzaiy023if3cszcwys22gr7kq"; 307450 isLibrary = true; 307451 isExecutable = true; 307452 enableSeparateDataOutput = true; 307453 libraryHaskellDepends = [ 307454 - async attoparsec base bifunctors bimap bv-sized bytestring 307455 - concurrent-extra config-value containers data-binary-ieee754 307456 - deepseq deriving-compat directory exceptions filepath fingertree 307457 - ghc-prim hashable hashtables io-streams lens libBF mtl panic 307458 - parameterized-utils prettyprinter process scientific 307459 - template-haskell temporary text th-abstraction th-lift 307460 - th-lift-instances transformers unordered-containers utf8-string 307461 - vector versions zenc 307462 ]; 307463 executableHaskellDepends = [ base parameterized-utils ]; 307464 testHaskellDepends = [ 307465 - base bv-sized bytestring containers contravariant 307466 - data-binary-ieee754 exceptions hedgehog io-streams libBF lumberjack 307467 parameterized-utils prettyprinter process QuickCheck tasty 307468 tasty-checklist tasty-expected-failure tasty-hedgehog tasty-hunit 307469 - tasty-quickcheck tasty-sugar text transformers versions 307470 ]; 307471 description = "Solver-agnostic symbolic values support for issuing queries"; 307472 license = lib.licenses.bsd3; ··· 308724 }: 308725 mkDerivation { 308726 pname = "wordchoice"; 308727 - version = "0.1.2.8"; 308728 - sha256 = "0ncs3g174db6508fic7x2xibvkccmz068g6hizp8fi20bwxb9js8"; 308729 isLibrary = true; 308730 isExecutable = true; 308731 libraryHaskellDepends = [ ··· 308741 benchmarkHaskellDepends = [ base criterion pandoc text ]; 308742 description = "Get word counts and distributions"; 308743 license = lib.licenses.bsd3; 308744 mainProgram = "wrd"; 308745 }) {}; 308746 308747 "wordcloud" = callPackage ··· 309176 }: 309177 mkDerivation { 309178 pname = "wraxml"; 309179 - version = "0.4.4.2"; 309180 - sha256 = "1cfbbr1fbp7wrm2w7rldvf3gvp8fzvnpa6c2mkxscarhmn5wl92z"; 309181 isLibrary = true; 309182 isExecutable = true; 309183 libraryHaskellDepends = [ ··· 309905 }) {}; 309906 309907 "wuss" = callPackage 309908 - ({ mkDerivation, base, bytestring, connection, network, websockets 309909 }: 309910 mkDerivation { 309911 pname = "wuss"; 309912 - version = "2.0.0.2"; 309913 - sha256 = "04jqq3blzyxqyymhcjsm5z89whk5y7cvnd9dw6nlc40vq4w4v802"; 309914 libraryHaskellDepends = [ 309915 - base bytestring connection network websockets 309916 ]; 309917 description = "Secure WebSocket (WSS) clients"; 309918 license = lib.licenses.mit; ··· 310956 }: 310957 mkDerivation { 310958 pname = "xml-basic"; 310959 - version = "0.1.3.1"; 310960 - sha256 = "1qm3g00zavdal1f1yj2jrg7lb6b845fbf63b4pym5p49wkw3yx4d"; 310961 libraryHaskellDepends = [ 310962 base containers data-accessor explicit-exception semigroups 310963 utility-ht ··· 311286 pname = "xml-lens"; 311287 version = "0.3.1"; 311288 sha256 = "0i6c4xqacinhxnyszzna7s9x79rrcs1c7jq6zimcwh4302l5d6cm"; 311289 - revision = "1"; 311290 - editedCabalFile = "0ga90h55aw3f946xk1x2ailnwinw3v4icw9xirgncgf3lajwxl4f"; 311291 libraryHaskellDepends = [ 311292 base case-insensitive containers lens text xml-conduit 311293 ]; ··· 317116 testHaskellDepends = [ base MonadRandom random yu-utils ]; 317117 description = "Auth module for Yu"; 317118 license = lib.licenses.gpl3Only; 317119 }) {}; 317120 317121 "yu-core" = callPackage ··· 317612 }: 317613 mkDerivation { 317614 pname = "zephyr-copilot"; 317615 - version = "1.0.6"; 317616 - sha256 = "0lakan23rddv8rlrd5h7jzc3g59h22hpdbjgabn4v76aaxpk3rga"; 317617 libraryHaskellDepends = [ 317618 base containers copilot copilot-c99 copilot-language directory 317619 filepath mtl optparse-applicative sketch-frp-copilot temporary
··· 6000 }: 6001 mkDerivation { 6002 pname = "FailT"; 6003 + version = "0.1.1.0"; 6004 + sha256 = "1hv9zycvsf696x9g73w9jhlipw826vl71gix09jmm02i9jpyr4q2"; 6005 libraryHaskellDepends = [ base exceptions mtl text ]; 6006 testHaskellDepends = [ 6007 base doctest exceptions hspec mtl QuickCheck quickcheck-classes 6008 ]; 6009 description = "A 'FailT' monad transformer that plays well with 'MonadFail'"; 6010 license = lib.licenses.bsd3; 6011 }) {}; 6012 6013 "FailureT" = callPackage ··· 6329 description = "Grammar and typeclass for first order theories"; 6330 license = lib.licenses.bsd3; 6331 hydraPlatforms = lib.platforms.none; 6332 + }) {}; 6333 + 6334 + "FirstPrelude" = callPackage 6335 + ({ mkDerivation, base }: 6336 + mkDerivation { 6337 + pname = "FirstPrelude"; 6338 + version = "0.1.2.0"; 6339 + sha256 = "00qv9h9i3yy7rh6wl8qs2r00z9hqpm56y9g717qh0skrl1fdk3yk"; 6340 + libraryHaskellDepends = [ base ]; 6341 + description = "A version of Prelude suitable for teaching"; 6342 + license = lib.licenses.bsd3; 6343 }) {}; 6344 6345 "FixedPoint-simple" = callPackage ··· 10090 pname = "HaXml"; 10091 version = "1.25.12"; 10092 sha256 = "1xaqp519dw948v00q309msx07yhzxbd0k8ds5q434l6g6cmsqqgc"; 10093 + revision = "1"; 10094 + editedCabalFile = "1bx5gw3jg6j0rppf5297grw9cv1vccvj5av1hny5i60nrj1725rc"; 10095 isLibrary = true; 10096 isExecutable = true; 10097 libraryHaskellDepends = [ ··· 12631 hydraPlatforms = lib.platforms.none; 12632 }) {}; 12633 12634 + "LPFP" = callPackage 12635 + ({ mkDerivation, base, containers, diagrams-cairo, diagrams-lib 12636 + , gloss, gnuplot, linear, not-gloss, spatial-math 12637 + }: 12638 + mkDerivation { 12639 + pname = "LPFP"; 12640 + version = "1.0"; 12641 + sha256 = "0sxl6zwji66blk2vamc6ffb17ibbxp3ypnq14xr2y5vlqj0v2flq"; 12642 + isLibrary = true; 12643 + isExecutable = true; 12644 + libraryHaskellDepends = [ 12645 + base containers diagrams-cairo diagrams-lib gloss gnuplot not-gloss 12646 + spatial-math 12647 + ]; 12648 + executableHaskellDepends = [ 12649 + base diagrams-cairo diagrams-lib gloss gnuplot linear not-gloss 12650 + spatial-math 12651 + ]; 12652 + description = "Code for the book Learn Physics with Functional Programming"; 12653 + license = lib.licenses.bsd3; 12654 + hydraPlatforms = lib.platforms.none; 12655 + }) {}; 12656 + 12657 "LPPaver" = callPackage 12658 ({ mkDerivation, aern2-mfun, aern2-mp, base, collect-errors 12659 , containers, directory, mixed-types-num, optparse-applicative ··· 14048 license = lib.licenses.bsd3; 14049 }) {}; 14050 14051 + "MissingH_1_6_0_0" = callPackage 14052 + ({ mkDerivation, array, base, containers, directory, filepath 14053 + , hslogger, HUnit, mtl, network, network-bsd, old-locale, old-time 14054 + , parsec, process, regex-compat, time, unix 14055 + }: 14056 + mkDerivation { 14057 + pname = "MissingH"; 14058 + version = "1.6.0.0"; 14059 + sha256 = "0krd15c5c1k92zm1w2qmqwib2gg93bxqz76xmyhcjkx1l229cfzw"; 14060 + libraryHaskellDepends = [ 14061 + array base containers directory filepath hslogger mtl network 14062 + network-bsd old-locale old-time parsec process regex-compat time 14063 + unix 14064 + ]; 14065 + testHaskellDepends = [ 14066 + base containers directory filepath HUnit old-time parsec 14067 + regex-compat time unix 14068 + ]; 14069 + description = "Large utility library"; 14070 + license = lib.licenses.bsd3; 14071 + hydraPlatforms = lib.platforms.none; 14072 + }) {}; 14073 + 14074 "MissingK" = callPackage 14075 ({ mkDerivation, base, glib, template-haskell }: 14076 mkDerivation { ··· 20706 pname = "TeX-my-math"; 20707 version = "0.202.2.0"; 20708 sha256 = "1w074jr2qr603hjh644cvlc0n1miaz10r8mhkskq39jn184kriyl"; 20709 + revision = "1"; 20710 + editedCabalFile = "1chcybl7wf1kkf4mnjxm3vd7hdjmq6fkc8x1hn9fydln57wjzw0v"; 20711 isLibrary = true; 20712 isExecutable = true; 20713 libraryHaskellDepends = [ ··· 24960 license = lib.licenses.bsd3; 24961 }) {}; 24962 24963 + "ad_4_5_3" = callPackage 24964 + ({ mkDerivation, adjunctions, array, base, comonad, containers 24965 + , criterion, data-reify, erf, free, nats, reflection, semigroups 24966 + , tasty, tasty-hunit, transformers 24967 + }: 24968 + mkDerivation { 24969 + pname = "ad"; 24970 + version = "4.5.3"; 24971 + sha256 = "1p4r70s9xslza7ag3ifnf69ji37mkkj2gabfi1lj0fyssm0jyy5y"; 24972 + libraryHaskellDepends = [ 24973 + adjunctions array base comonad containers data-reify erf free nats 24974 + reflection semigroups transformers 24975 + ]; 24976 + testHaskellDepends = [ base tasty tasty-hunit ]; 24977 + benchmarkHaskellDepends = [ base criterion erf ]; 24978 + description = "Automatic Differentiation"; 24979 + license = lib.licenses.bsd3; 24980 + hydraPlatforms = lib.platforms.none; 24981 + }) {}; 24982 + 24983 "ad-delcont" = callPackage 24984 ({ mkDerivation, base, transformers }: 24985 mkDerivation { ··· 25900 }: 25901 mkDerivation { 25902 pname = "aeson-flowtyped"; 25903 + version = "0.14.0"; 25904 + sha256 = "1w7bc2i6ncnzyaxrzl1r0p54s7b579q3n83bg5621zn5m2y450gv"; 25905 libraryHaskellDepends = [ 25906 aeson base containers data-fix deriving-compat free generics-sop 25907 mtl recursion-schemes reflection scientific text time ··· 26312 ]; 26313 description = "Easily consume JSON data on-demand with type-safety"; 26314 license = lib.licenses.bsd3; 26315 }) {}; 26316 26317 "aeson-serialize" = callPackage ··· 26812 mainProgram = "agda2lagda"; 26813 }) {}; 26814 26815 + "agda2lagda_0_2023_1_12" = callPackage 26816 + ({ mkDerivation, base, directory, filepath, goldplate 26817 + , optparse-applicative, process 26818 + }: 26819 + mkDerivation { 26820 + pname = "agda2lagda"; 26821 + version = "0.2023.1.12"; 26822 + sha256 = "0arcap9vpa6yfj7mhdsljrkr0581d3jfnkxr1d8fb35mdawsiikl"; 26823 + isLibrary = false; 26824 + isExecutable = true; 26825 + executableHaskellDepends = [ 26826 + base directory filepath optparse-applicative 26827 + ]; 26828 + testHaskellDepends = [ base process ]; 26829 + testToolDepends = [ goldplate ]; 26830 + description = "Translate .agda files into .lagda.tex files."; 26831 + license = lib.licenses.publicDomain; 26832 + hydraPlatforms = lib.platforms.none; 26833 + mainProgram = "agda2lagda"; 26834 + }) {}; 26835 + 26836 "agentx" = callPackage 26837 ({ mkDerivation, base, binary, bitwise, bytestring, containers 26838 , data-default, Diff, fclabels, mtl, network, pipes ··· 27804 ]; 27805 description = "Helps to create experimental music from a file (or its part) and a Ukrainian text"; 27806 license = lib.licenses.mit; 27807 + hydraPlatforms = lib.platforms.none; 27808 }) {}; 27809 27810 "algorithmic-composition-complex" = callPackage ··· 27855 libraryHaskellDepends = [ algorithmic-composition-basic base ]; 27856 description = "Some variants of the overtones functions to generate a timbre"; 27857 license = lib.licenses.mit; 27858 + hydraPlatforms = lib.platforms.none; 27859 }) {}; 27860 27861 "align" = callPackage ··· 33605 mainProgram = "refactor"; 33606 }) {}; 33607 33608 + "apply-refact_0_12_0_0" = callPackage 33609 + ({ mkDerivation, base, containers, directory, extra, filemanip 33610 + , filepath, ghc, ghc-boot-th, ghc-exactprint, ghc-paths 33611 + , optparse-applicative, process, refact, silently, syb, tasty 33612 + , tasty-expected-failure, tasty-golden, transformers, uniplate 33613 + , unix-compat 33614 + }: 33615 + mkDerivation { 33616 + pname = "apply-refact"; 33617 + version = "0.12.0.0"; 33618 + sha256 = "0xwlvygz5mvcsklqxlm34jhibwighp1v0gin2w95j0ncs96s47yc"; 33619 + isLibrary = true; 33620 + isExecutable = true; 33621 + libraryHaskellDepends = [ 33622 + base containers directory extra filemanip ghc ghc-boot-th 33623 + ghc-exactprint process refact syb transformers uniplate unix-compat 33624 + ]; 33625 + executableHaskellDepends = [ 33626 + base containers directory extra filemanip filepath ghc ghc-boot-th 33627 + ghc-exactprint ghc-paths optparse-applicative process refact syb 33628 + transformers uniplate unix-compat 33629 + ]; 33630 + testHaskellDepends = [ 33631 + base containers directory extra filemanip filepath ghc ghc-boot-th 33632 + ghc-exactprint ghc-paths optparse-applicative process refact 33633 + silently syb tasty tasty-expected-failure tasty-golden transformers 33634 + uniplate unix-compat 33635 + ]; 33636 + description = "Perform refactorings specified by the refact library"; 33637 + license = lib.licenses.bsd3; 33638 + hydraPlatforms = lib.platforms.none; 33639 + mainProgram = "refactor"; 33640 + }) {}; 33641 + 33642 "apply-unordered" = callPackage 33643 ({ mkDerivation, base, fin, ghc, ghc-tcplugins-extra, hspec 33644 , should-not-typecheck, syb ··· 34326 }: 34327 mkDerivation { 34328 pname = "arduino-copilot"; 34329 + version = "1.7.6"; 34330 + sha256 = "1s6fmz4mz333q8blj0x9c8wl8hh7zxq7b7jz0icdkc53ncghbfhv"; 34331 libraryHaskellDepends = [ 34332 base containers copilot copilot-c99 copilot-language directory 34333 filepath mtl optparse-applicative sketch-frp-copilot temporary ··· 35243 license = lib.licenses.asl20; 35244 }) {}; 35245 35246 + "ascii_1_5_2_0" = callPackage 35247 ({ mkDerivation, ascii-case, ascii-caseless, ascii-char 35248 , ascii-group, ascii-numbers, ascii-predicates, ascii-superset 35249 , ascii-th, base, bytestring, hspec, text 35250 }: 35251 mkDerivation { 35252 pname = "ascii"; 35253 + version = "1.5.2.0"; 35254 + sha256 = "0j5jj23rdv6if9bzindispq2yyn9y2dmbhvxw0dqs7fdcxa7npgq"; 35255 libraryHaskellDepends = [ 35256 ascii-case ascii-caseless ascii-char ascii-group ascii-numbers 35257 ascii-predicates ascii-superset ascii-th base bytestring text ··· 37541 pname = "audacity"; 37542 version = "0.0.2.1"; 37543 sha256 = "04r36gy8z0d2fz1l5px6yajp7izf3zpda9vci6q0wc273pxc8ck6"; 37544 + revision = "1"; 37545 + editedCabalFile = "0f43s469wgrp6vkiqz1ibnvcv37zjsng2pdzkhhpg9v4syi30r3b"; 37546 isLibrary = true; 37547 isExecutable = true; 37548 libraryHaskellDepends = [ ··· 37861 }: 37862 mkDerivation { 37863 pname = "autodocodec"; 37864 + version = "0.2.0.2"; 37865 + sha256 = "0mmh6zb660wafizf40a96f30pswv3xyry5r0i0n17w70p3jwa14k"; 37866 libraryHaskellDepends = [ 37867 aeson base bytestring containers hashable mtl scientific text time 37868 unordered-containers validity validity-scientific vector ··· 37896 }: 37897 mkDerivation { 37898 pname = "autodocodec-schema"; 37899 + version = "0.1.0.3"; 37900 + sha256 = "1rb9ff1n0pllx02g1741mkvil2hz5km306pbyqm15h17vlpa5kdw"; 37901 libraryHaskellDepends = [ 37902 aeson autodocodec base containers mtl text unordered-containers 37903 validity validity-aeson validity-containers validity-text ··· 41761 license = lib.licenses.mit; 41762 }) {}; 41763 41764 + "beam-core_0_10_0_0" = callPackage 41765 + ({ mkDerivation, aeson, base, bytestring, containers, dlist, free 41766 + , ghc-prim, hashable, microlens, mtl, network-uri, scientific 41767 + , tagged, tasty, tasty-hunit, text, time, vector, vector-sized 41768 + }: 41769 + mkDerivation { 41770 + pname = "beam-core"; 41771 + version = "0.10.0.0"; 41772 + sha256 = "0567j05c3ihr5j3n3pl39x84xp4p6y2haxybwc22acbami1hqrkw"; 41773 + libraryHaskellDepends = [ 41774 + aeson base bytestring containers dlist free ghc-prim hashable 41775 + microlens mtl network-uri scientific tagged text time vector 41776 + vector-sized 41777 + ]; 41778 + testHaskellDepends = [ 41779 + base bytestring tasty tasty-hunit text time 41780 + ]; 41781 + description = "Type-safe, feature-complete SQL query and manipulation interface for Haskell"; 41782 + license = lib.licenses.mit; 41783 + hydraPlatforms = lib.platforms.none; 41784 + }) {}; 41785 + 41786 "beam-migrate" = callPackage 41787 ({ mkDerivation, aeson, base, beam-core, bytestring, containers 41788 , deepseq, dependent-map, dependent-sum, free, ghc-prim, hashable ··· 43277 }) {}; 43278 43279 "binary-parser" = callPackage 43280 ({ mkDerivation, base, base-prelude, bytestring, mtl, QuickCheck 43281 , quickcheck-instances, tasty, tasty-hunit, tasty-quickcheck, text 43282 , transformers ··· 43292 ]; 43293 description = "An efficient but limited parser API specialised to bytestrings"; 43294 license = lib.licenses.mit; 43295 }) {}; 43296 43297 "binary-parsers" = callPackage ··· 45461 hydraPlatforms = lib.platforms.none; 45462 }) {}; 45463 45464 + "bitfield" = callPackage 45465 + ({ mkDerivation, base, genvalidity, genvalidity-sydtest, QuickCheck 45466 + , sydtest, sydtest-discover, validity 45467 + }: 45468 + mkDerivation { 45469 + pname = "bitfield"; 45470 + version = "0.0.0.0"; 45471 + sha256 = "1b9jqbcyzp1ajcgjiipjgn1h514kl6zav4ai474x6xalhvwfcpx9"; 45472 + libraryHaskellDepends = [ base ]; 45473 + testHaskellDepends = [ 45474 + base genvalidity genvalidity-sydtest QuickCheck sydtest validity 45475 + ]; 45476 + testToolDepends = [ sydtest-discover ]; 45477 + description = "Generic and easy to use haskell bitfields"; 45478 + license = lib.licenses.mit; 45479 + hydraPlatforms = lib.platforms.none; 45480 + }) {}; 45481 + 45482 "bitly-cli" = callPackage 45483 ({ mkDerivation, base, Bitly, directory, filepath, regexpr }: 45484 mkDerivation { ··· 47287 }) {}; 47288 47289 "board-games" = callPackage 47290 + ({ mkDerivation, array, base, boxes, cgi, combinatorial, containers 47291 + , criterion, doctest-exitcode-stdio, doctest-lib, enummapset 47292 + , explicit-exception, haha, html, httpd-shed, network-uri 47293 + , non-empty, parallel, QuickCheck, random, semigroups 47294 + , shell-utility, transformers, utility-ht 47295 }: 47296 mkDerivation { 47297 pname = "board-games"; 47298 + version = "0.4"; 47299 + sha256 = "05lrjgxdg836ik7ry5h9m9diirfc55086winssr9y0g6vbgbifpc"; 47300 isLibrary = true; 47301 isExecutable = true; 47302 libraryHaskellDepends = [ 47303 + array base boxes cgi combinatorial containers enummapset 47304 + explicit-exception haha html non-empty QuickCheck random semigroups 47305 + transformers utility-ht 47306 ]; 47307 executableHaskellDepends = [ 47308 array base cgi containers html httpd-shed network-uri non-empty 47309 + random shell-utility transformers utility-ht 47310 ]; 47311 testHaskellDepends = [ 47312 + array base containers doctest-exitcode-stdio doctest-lib enummapset 47313 + non-empty QuickCheck random transformers utility-ht 47314 ]; 47315 benchmarkHaskellDepends = [ 47316 base containers criterion enummapset non-empty parallel QuickCheck ··· 48186 }: 48187 mkDerivation { 48188 pname = "bound"; 48189 + version = "2.0.6"; 48190 + sha256 = "1mlnpc4x7gn97b8pqiwj3shv23slfylwplp7zr37ar5ff9isbm28"; 48191 libraryHaskellDepends = [ 48192 base bifunctors binary bytes cereal comonad deepseq hashable mmorph 48193 profunctors template-haskell th-abstraction transformers ··· 48760 license = lib.licenses.bsd3; 48761 }) {}; 48762 48763 + "brick_1_6" = callPackage 48764 ({ mkDerivation, base, bimap, bytestring, config-ini, containers 48765 , contravariant, data-clist, deepseq, directory, exceptions 48766 , filepath, microlens, microlens-mtl, microlens-th, mtl, QuickCheck ··· 48769 }: 48770 mkDerivation { 48771 pname = "brick"; 48772 + version = "1.6"; 48773 + sha256 = "18vx2p8yfraxb77cd9pvdvsqgm3pcvrkc6wa74jsr7177akgnga6"; 48774 isLibrary = true; 48775 isExecutable = true; 48776 libraryHaskellDepends = [ ··· 50524 }: 50525 mkDerivation { 50526 pname = "bv-sized"; 50527 + version = "1.0.5"; 50528 + sha256 = "1ydldi9q9rxggjh6mncg7mwggi0wpigld96nqqgw33ldcid8b7as"; 50529 libraryHaskellDepends = [ 50530 base bitwise bytestring deepseq panic parameterized-utils random 50531 th-lift ··· 50576 }: 50577 mkDerivation { 50578 pname = "byline"; 50579 + version = "1.1.2"; 50580 + sha256 = "11z9dga8jq3f0h4v0c3s2brrcqb029h6wsn0x97393vkx7pjhai2"; 50581 isLibrary = true; 50582 isExecutable = true; 50583 libraryHaskellDepends = [ ··· 50745 ]; 50746 description = "Fast logging"; 50747 license = lib.licenses.bsd3; 50748 + badPlatforms = lib.platforms.darwin; 50749 }) {}; 50750 50751 "byteorder" = callPackage ··· 50770 pname = "bytepatch"; 50771 version = "0.4.0"; 50772 sha256 = "0algbhwzkhj5l98djzhy6ayd4wpldxv75zvqhpp6ckm94ryvb4v9"; 50773 + revision = "1"; 50774 + editedCabalFile = "1n4cff6wfbgdrw2hn7q1ns346w3mcn6a84v15hw4yzd173pbk4k3"; 50775 isLibrary = true; 50776 isExecutable = true; 50777 libraryHaskellDepends = [ ··· 50792 testToolDepends = [ hspec-discover ]; 50793 description = "Patch byte-representable data in a bytestream"; 50794 license = lib.licenses.mit; 50795 + platforms = lib.platforms.x86; 50796 mainProgram = "bytepatch"; 50797 maintainers = [ lib.maintainers.raehik ]; 50798 }) {}; 50799 50800 "bytes" = callPackage ··· 50902 license = lib.licenses.bsd3; 50903 }) {}; 50904 50905 + "bytestring_0_11_4_0" = callPackage 50906 ({ mkDerivation, base, deepseq, ghc-prim, QuickCheck, random, tasty 50907 , tasty-bench, tasty-quickcheck, template-haskell, transformers 50908 }: 50909 mkDerivation { 50910 pname = "bytestring"; 50911 + version = "0.11.4.0"; 50912 + sha256 = "1lvnjnrsnwbyn5day55fkhzrwggjrabz1rvaq833lsawcbvsw6j9"; 50913 libraryHaskellDepends = [ base deepseq ghc-prim template-haskell ]; 50914 testHaskellDepends = [ 50915 base deepseq ghc-prim QuickCheck tasty tasty-quickcheck ··· 51727 pname = "c2hs"; 51728 version = "0.28.8"; 51729 sha256 = "0k482wv94jbpwd96a2c2lc7qz9k8072slx7l7943472nzk7k41ir"; 51730 + revision = "2"; 51731 + editedCabalFile = "14j3sjxvwhj32zpz0iyigc6wdn6pjm3vlgs0prq0grvk48p176f3"; 51732 isLibrary = false; 51733 isExecutable = true; 51734 enableSeparateDataOutput = true; ··· 52945 }: 52946 mkDerivation { 52947 pname = "cabal-sort"; 52948 + version = "0.0.5.5"; 52949 + sha256 = "0lxw7kbqpaf4j03rrlivkb0imvnw0wsnxjy8gvcjs0jb101dzf8g"; 52950 isLibrary = false; 52951 isExecutable = true; 52952 executableHaskellDepends = [ ··· 54291 ({ mkDerivation, base, deepseq, hspec, HUnit, mtl }: 54292 mkDerivation { 54293 pname = "can-i-haz"; 54294 + version = "0.3.1.1"; 54295 + sha256 = "19518f7xrki9igv4i9ish1v3cgix5g0mgvwrkrjgq3ny2jwmqljw"; 54296 libraryHaskellDepends = [ base mtl ]; 54297 testHaskellDepends = [ base deepseq hspec HUnit mtl ]; 54298 description = "Generic implementation of the Has and CoHas patterns"; ··· 54785 }: 54786 mkDerivation { 54787 pname = "car-pool"; 54788 + version = "0.0.1.1"; 54789 + sha256 = "0xbaaynw0bi18lbdxa0n0ypd8qkn6x4y7i7vsan2zawwbkn264sg"; 54790 isLibrary = false; 54791 isExecutable = true; 54792 executableHaskellDepends = [ ··· 56946 }: 56947 mkDerivation { 56948 pname = "cgi"; 56949 + version = "3001.5.0.1"; 56950 + sha256 = "044gfqfdw5xdr6mzp5i3956a5fcj15j32zwzzd6ym15nxgrvjqh3"; 56951 isLibrary = true; 56952 isExecutable = true; 56953 libraryHaskellDepends = [ ··· 57851 ({ mkDerivation, base, explicit-exception, utility-ht }: 57852 mkDerivation { 57853 pname = "checksum"; 57854 + version = "0.0.0.1"; 57855 + sha256 = "1p1ys40jjndbq4p5hr64ps464yd5brv1nf821crr6ncfcw8h3742"; 57856 libraryHaskellDepends = [ base explicit-exception utility-ht ]; 57857 description = "Compute and verify checksums of ISBN, IBAN, etc"; 57858 license = lib.licenses.bsd3; ··· 57936 }: 57937 mkDerivation { 57938 pname = "chessIO"; 57939 + version = "0.9.3.1"; 57940 + sha256 = "1jq8x1mjjy89mfdrksdaiyqyhn7wvxnl3is36kacyck58l0sc738"; 57941 isLibrary = true; 57942 isExecutable = true; 57943 libraryHaskellDepends = [ ··· 59175 }: 59176 mkDerivation { 59177 pname = "citeproc"; 59178 + version = "0.8.1"; 59179 + sha256 = "003488k6ckfknh62lkxy07w72h95jcdx20kfc1njrxrqijyknlik"; 59180 isLibrary = true; 59181 isExecutable = true; 59182 libraryHaskellDepends = [ ··· 60019 testToolDepends = [ hspec-discover ]; 60020 description = "CSS preprocessor as embedded Haskell"; 60021 license = lib.licenses.bsd3; 60022 + maintainers = [ lib.maintainers.maralorn ]; 60023 }) {}; 60024 60025 "clckwrks" = callPackage ··· 60388 60389 "clerk" = callPackage 60390 ({ mkDerivation, base, bytestring, containers, data-default, lens 60391 + , lima, mtl, text, time, transformers, typed-process, xlsx 60392 }: 60393 mkDerivation { 60394 pname = "clerk"; 60395 + version = "0.1.0.3"; 60396 + sha256 = "01bxj0znkk8gizn0ilslzn07x4rm716ghpckwfqf7ilh78q5jfnd"; 60397 libraryHaskellDepends = [ 60398 base bytestring containers data-default lens mtl text time 60399 transformers xlsx 60400 ]; 60401 + testHaskellDepends = [ 60402 + base bytestring containers data-default lens mtl text time 60403 + transformers typed-process xlsx 60404 + ]; 60405 + testToolDepends = [ lima ]; 60406 + description = "Declaratively describe spreadsheets"; 60407 license = lib.licenses.bsd3; 60408 + }) {inherit (pkgs) lima;}; 60409 60410 "cless" = callPackage 60411 ({ mkDerivation, base, highlighting-kate, optparse-applicative ··· 62063 62064 "cobot-io" = callPackage 62065 ({ mkDerivation, array, attoparsec, base, binary, bytestring, cobot 62066 + , containers, data-msgpack, deepseq, directory, filepath, hspec 62067 + , http-conduit, hyraxAbif, lens, linear, megaparsec, mtl 62068 + , neat-interpolation, parser-combinators, QuickCheck, split, text 62069 + , vector 62070 }: 62071 mkDerivation { 62072 pname = "cobot-io"; 62073 + version = "0.1.5.1"; 62074 + sha256 = "0k26qzrd1j744dg5is26gmh99xawf25wzlj72wmlc56nx5rc6cfx"; 62075 libraryHaskellDepends = [ 62076 array attoparsec base binary bytestring cobot containers 62077 + data-msgpack deepseq filepath http-conduit hyraxAbif lens linear 62078 + megaparsec mtl parser-combinators split text vector 62079 ]; 62080 testHaskellDepends = [ 62081 array attoparsec base binary bytestring cobot containers 62082 + data-msgpack deepseq directory filepath hspec http-conduit 62083 + hyraxAbif lens linear megaparsec mtl neat-interpolation 62084 + parser-combinators QuickCheck split text vector 62085 ]; 62086 description = "Biological data file formats and IO"; 62087 license = lib.licenses.bsd3; ··· 63652 }: 63653 mkDerivation { 63654 pname = "commander-cli"; 63655 + version = "0.11.0.0"; 63656 + sha256 = "01c968r4qzvqbjwqwhp1xk7s59wsbaas9jvdfi2sgk2jk6vg0ss3"; 63657 isLibrary = true; 63658 isExecutable = true; 63659 libraryHaskellDepends = [ ··· 63799 }: 63800 mkDerivation { 63801 pname = "commonmark-pandoc"; 63802 + version = "0.2.1.3"; 63803 + sha256 = "08bzi6q3jma7xy1ygbpj8li06zwsykmmgl01i4qmp6i9fj8czbbp"; 63804 libraryHaskellDepends = [ 63805 base commonmark commonmark-extensions pandoc-types text 63806 ]; ··· 65599 }: 65600 mkDerivation { 65601 pname = "concurrent-output"; 65602 version = "1.10.17"; 65603 sha256 = "12dmpjdiv3y1jnljvsbx258plzjvsjnizn25csmy7w4scfbrjl0b"; 65604 libraryHaskellDepends = [ ··· 65607 ]; 65608 description = "Ungarble output from several threads or commands"; 65609 license = lib.licenses.bsd2; 65610 }) {}; 65611 65612 "concurrent-resource-map" = callPackage ··· 69021 license = lib.licenses.mit; 69022 }) {}; 69023 69024 + "core-data_0_3_9_0" = callPackage 69025 + ({ mkDerivation, aeson, base, bytestring, containers, core-text 69026 + , hashable, hourglass, prettyprinter, scientific, text, time 69027 + , unordered-containers, uuid, vector 69028 + }: 69029 + mkDerivation { 69030 + pname = "core-data"; 69031 + version = "0.3.9.0"; 69032 + sha256 = "126z21i4f7z7pf415jjqjd4ik6sb9kid1dgrlc2yzq2vd4wdi9gg"; 69033 + libraryHaskellDepends = [ 69034 + aeson base bytestring containers core-text hashable hourglass 69035 + prettyprinter scientific text time unordered-containers uuid vector 69036 + ]; 69037 + description = "Convenience wrappers around common data structures and encodings"; 69038 + license = lib.licenses.mit; 69039 + hydraPlatforms = lib.platforms.none; 69040 + }) {}; 69041 + 69042 "core-haskell" = callPackage 69043 ({ mkDerivation, base, haskeline, haskell-src-exts, hint }: 69044 mkDerivation { ··· 69076 ]; 69077 description = "Opinionated Haskell Interoperability"; 69078 license = lib.licenses.mit; 69079 + }) {}; 69080 + 69081 + "core-program_0_6_2_1" = callPackage 69082 + ({ mkDerivation, base, bytestring, core-data, core-text, directory 69083 + , exceptions, filepath, fsnotify, hashable, hourglass, mtl 69084 + , prettyprinter, safe-exceptions, stm, template-haskell 69085 + , terminal-size, text, text-short, transformers, typed-process 69086 + , unix, unliftio-core 69087 + }: 69088 + mkDerivation { 69089 + pname = "core-program"; 69090 + version = "0.6.2.1"; 69091 + sha256 = "13dxd290479aam366g5dcwhqpp3mxxzdcmn86c85197m2darrkhv"; 69092 + libraryHaskellDepends = [ 69093 + base bytestring core-data core-text directory exceptions filepath 69094 + fsnotify hashable hourglass mtl prettyprinter safe-exceptions stm 69095 + template-haskell terminal-size text text-short transformers 69096 + typed-process unix unliftio-core 69097 + ]; 69098 + description = "Opinionated Haskell Interoperability"; 69099 + license = lib.licenses.mit; 69100 + hydraPlatforms = lib.platforms.none; 69101 }) {}; 69102 69103 "core-telemetry" = callPackage ··· 70767 license = lib.licenses.bsd3; 70768 hydraPlatforms = lib.platforms.none; 70769 mainProgram = "criterion-compare"; 70770 + broken = true; 70771 }) {}; 70772 70773 "criterion-measurement" = callPackage ··· 71889 ]; 71890 description = "Serialization of cryptographic data types"; 71891 license = lib.licenses.bsd3; 71892 + }) {}; 71893 + 71894 + "cryptostore_0_3_0_0" = callPackage 71895 + ({ mkDerivation, asn1-encoding, asn1-types, base, basement 71896 + , bytestring, cryptonite, hourglass, memory, pem, tasty 71897 + , tasty-hunit, tasty-quickcheck, x509, x509-validation 71898 + }: 71899 + mkDerivation { 71900 + pname = "cryptostore"; 71901 + version = "0.3.0.0"; 71902 + sha256 = "0s6r7pjdp2jqqxq0b1f1ks23h1dh8hh4vqzbqm8irgvmsz445pwh"; 71903 + libraryHaskellDepends = [ 71904 + asn1-encoding asn1-types base basement bytestring cryptonite 71905 + hourglass memory pem x509 x509-validation 71906 + ]; 71907 + testHaskellDepends = [ 71908 + asn1-types base bytestring cryptonite hourglass memory pem tasty 71909 + tasty-hunit tasty-quickcheck x509 71910 + ]; 71911 + description = "Serialization of cryptographic data types"; 71912 + license = lib.licenses.bsd3; 71913 + hydraPlatforms = lib.platforms.none; 71914 }) {}; 71915 71916 "cryptsy-api" = callPackage ··· 73297 pname = "cutter"; 73298 version = "0.0"; 73299 sha256 = "1hka1k012d2nwnkbhbiga6307v1p5s88s2nxkrnymvr0db1ijwqi"; 73300 + revision = "1"; 73301 + editedCabalFile = "00fh0bhdlsrik1mq1hm3w6dg4m9c03bk22c3ans309dk5swr9hcy"; 73302 isLibrary = false; 73303 isExecutable = true; 73304 executableHaskellDepends = [ ··· 74106 ({ mkDerivation, array, base, containers, transformers }: 74107 mkDerivation { 74108 pname = "data-accessor"; 74109 + version = "0.2.3.1"; 74110 + sha256 = "14ap1lxizxkgphl4kg8lr3ny9lblx1k6hm8i9nm7l43yla8cg8q6"; 74111 libraryHaskellDepends = [ array base containers transformers ]; 74112 description = "Utilities for accessing and manipulating fields of records"; 74113 license = lib.licenses.bsd3; ··· 74160 ({ mkDerivation, base, data-accessor, mtl }: 74161 mkDerivation { 74162 pname = "data-accessor-mtl"; 74163 + version = "0.2.0.5"; 74164 + sha256 = "0xnd5l961530yzpzrkv13jz8lv42szs8ra75nnw8rzkwaijsvi4r"; 74165 libraryHaskellDepends = [ base data-accessor mtl ]; 74166 description = "Use Accessor to access state in mtl State monad class"; 74167 license = lib.licenses.bsd3; ··· 74189 ({ mkDerivation, base, data-accessor, transformers }: 74190 mkDerivation { 74191 pname = "data-accessor-transformers"; 74192 + version = "0.2.1.8"; 74193 + sha256 = "1m18bdhddi4l7ijd1mighjbjdw5qkznsgrqb8532cv9al55r9y83"; 74194 libraryHaskellDepends = [ base data-accessor transformers ]; 74195 description = "Use Accessor to access state in transformers State monad"; 74196 license = lib.licenses.bsd3; ··· 74204 pname = "data-array-byte"; 74205 version = "0.1.0.1"; 74206 sha256 = "002n0af7q08q3fmgsc5b47s1clirxy0lrqglwxzhabg0nfhfrdhv"; 74207 + revision = "1"; 74208 + editedCabalFile = "1nma7gz7lhain6jvwb3w3s53716ss8ypkk93gxpsaaz824svvw9f"; 74209 libraryHaskellDepends = [ base deepseq template-haskell ]; 74210 testHaskellDepends = [ 74211 base quickcheck-classes-base tasty tasty-quickcheck ··· 75115 pname = "data-interval"; 75116 version = "2.1.1"; 75117 sha256 = "1gxdf1pi54s9fvxgp112b0l9f4q4r29f03caz04wbhv1f6cbs912"; 75118 + revision = "1"; 75119 + editedCabalFile = "0b7wljz2xcj8j2aka343i19rzw2lva5bbd4wp9wmrzlafp8anxpd"; 75120 libraryHaskellDepends = [ 75121 base containers deepseq extended-reals hashable lattices 75122 ]; ··· 77568 pname = "decimal-literals"; 77569 version = "0.1.0.1"; 77570 sha256 = "0lbpnc4c266fbqjzzrnig648zzsqfaphlxqwyly9xd15qggzasb0"; 77571 + revision = "2"; 77572 + editedCabalFile = "0wrjxapnv7i20krg601jzqik3pns6s7kr3c2x99n4lqi43b1a2v9"; 77573 libraryHaskellDepends = [ base ]; 77574 testHaskellDepends = [ base tasty tasty-hunit ]; 77575 description = "Preprocessing decimal literals more or less as they are (instead of via fractions)"; ··· 78367 }: 78368 mkDerivation { 78369 pname = "dep-t"; 78370 + version = "0.6.8.0"; 78371 + sha256 = "1r0v6mvl1z5zxiwgrbx8bij6i2yv8cwwlh5x4cs5im174la6irfv"; 78372 libraryHaskellDepends = [ base mtl transformers unliftio-core ]; 78373 testHaskellDepends = [ 78374 aeson barbies base bytestring containers doctest mtl rank2classes ··· 78992 ({ mkDerivation, aeson, base, bytestring }: 78993 mkDerivation { 78994 pname = "deriving-aeson"; 78995 version = "0.2.9"; 78996 sha256 = "0cqq4ri9dgqkdh9wybf3wf5zxb9nihql591bk1lacnzdyxfrgcn0"; 78997 libraryHaskellDepends = [ aeson base ]; 78998 testHaskellDepends = [ aeson base bytestring ]; 78999 description = "Type driven generic aeson instance customisation"; 79000 license = lib.licenses.bsd3; 79001 }) {}; 79002 79003 "deriving-compat" = callPackage ··· 79053 79054 "deriving-trans" = callPackage 79055 ({ mkDerivation, base, exceptions, monad-control 79056 + , monad-control-identity, mtl, primitive, random, resourcet 79057 + , transformers, transformers-base, unliftio-core 79058 }: 79059 mkDerivation { 79060 pname = "deriving-trans"; 79061 + version = "0.6.1.0"; 79062 + sha256 = "0zkl41kyq7s6gm37y4cwjim7b65fa2vmxqxfsmm9p5r6pkrn46d7"; 79063 libraryHaskellDepends = [ 79064 + base exceptions monad-control monad-control-identity mtl primitive 79065 + random resourcet transformers transformers-base unliftio-core 79066 ]; 79067 description = "Derive instances for monad transformer stacks"; 79068 license = lib.licenses.bsd3; 79069 + hydraPlatforms = lib.platforms.none; 79070 + broken = true; 79071 }) {}; 79072 79073 "derivingvia-extras" = callPackage ··· 81141 pname = "dice"; 81142 version = "0.1.1"; 81143 sha256 = "1y4184xicjwp29cyriq3qcr066167nwfy0720dmxjbgw795jxpsb"; 81144 + revision = "1"; 81145 + editedCabalFile = "1006bnawdn3fp76q2arz62q5dkkxgix18m7bcrb63xjzhssm09xy"; 81146 isLibrary = true; 81147 isExecutable = true; 81148 libraryHaskellDepends = [ base mtl parsec random random-fu ]; ··· 81317 pname = "diff-loc"; 81318 version = "0.1.0.0"; 81319 sha256 = "08sbxkf804bq3lwr9s1k1vigq7yrdjgicrj114zi14cdi4168k3x"; 81320 + revision = "1"; 81321 + editedCabalFile = "1macpybgwxyak0cgpimkjqzzn0xf4mkyj9n0papjzxjaw3iv4vmd"; 81322 libraryHaskellDepends = [ base fingertree show-combinators ]; 81323 description = "Map file locations across diffs"; 81324 license = lib.licenses.mit; ··· 81516 libraryPkgconfigDepends = [ zlib ]; 81517 description = "Various hashes for bytestrings; CRC32 and Adler32 for now"; 81518 license = lib.licenses.bsd3; 81519 + }) {inherit (pkgs) zlib;}; 81520 + 81521 + "digest_0_0_1_5" = callPackage 81522 + ({ mkDerivation, base, bytestring, zlib }: 81523 + mkDerivation { 81524 + pname = "digest"; 81525 + version = "0.0.1.5"; 81526 + sha256 = "1lpj16hazg8yh2rxspc1y7da9vgmz6jw9fx9qrvwv1hzmv8mvnvv"; 81527 + libraryHaskellDepends = [ base bytestring ]; 81528 + libraryPkgconfigDepends = [ zlib ]; 81529 + description = "Various hashes for bytestrings; CRC32 and Adler32 for now"; 81530 + license = lib.licenses.bsd2; 81531 + hydraPlatforms = lib.platforms.none; 81532 }) {inherit (pkgs) zlib;}; 81533 81534 "digest-pure" = callPackage ··· 86813 }: 86814 mkDerivation { 86815 pname = "dumb-cas"; 86816 + version = "0.2.1.1"; 86817 + sha256 = "0rqh1sy500gbgqr69z220yb8g7gp117z0iw1kly9zxqhrzn3sv9f"; 86818 libraryHaskellDepends = [ 86819 base containers decimal-literals hashable template-haskell 86820 unordered-containers ··· 88001 broken = true; 88002 }) {}; 88003 88004 + "ebml" = callPackage 88005 + ({ mkDerivation, base, binary, bytestring, containers, split, tasty 88006 + , tasty-golden, tasty-hunit, text 88007 + }: 88008 + mkDerivation { 88009 + pname = "ebml"; 88010 + version = "0.1.0.0"; 88011 + sha256 = "0v0mf7l3fmdyr5981r3n7k4g1mh3nanl9qnsm87zdwpwkfhik7hq"; 88012 + isLibrary = true; 88013 + isExecutable = true; 88014 + libraryHaskellDepends = [ base binary bytestring containers text ]; 88015 + executableHaskellDepends = [ base bytestring text ]; 88016 + testHaskellDepends = [ 88017 + base binary bytestring split tasty tasty-golden tasty-hunit text 88018 + ]; 88019 + description = "A pure EBML parser"; 88020 + license = lib.licenses.bsd3; 88021 + mainProgram = "haskell-ebml"; 88022 + }) {}; 88023 + 88024 "ebnf-bff" = callPackage 88025 ({ mkDerivation, aeson, base, bytestring, cond, directory, parsec 88026 , text ··· 88088 }: 88089 mkDerivation { 88090 pname = "eccrypto"; 88091 + version = "0.2.3.1"; 88092 + sha256 = "1fqld8cqrknnd18v8c92awilfdrc07lja6347zqkr4kin4b5s7s4"; 88093 enableSeparateDataOutput = true; 88094 libraryHaskellDepends = [ 88095 base bytestring cryptohash-sha512 integer-gmp ··· 88700 }: 88701 mkDerivation { 88702 pname = "effectful"; 88703 version = "2.2.2.0"; 88704 sha256 = "1j6p28d5701v0a5fhgra1mhnzsqbxj44mpnixrh8jy34rcbq02bi"; 88705 libraryHaskellDepends = [ ··· 88715 ]; 88716 description = "An easy to use, performant extensible effects library"; 88717 license = lib.licenses.bsd3; 88718 }) {}; 88719 88720 "effectful-core" = callPackage ··· 88723 }: 88724 mkDerivation { 88725 pname = "effectful-core"; 88726 + version = "2.2.2.1"; 88727 + sha256 = "1k3l79rh7whfm7yrdxmxyjggmwm912g8r6brwxjkla5d4phg4azp"; 88728 libraryHaskellDepends = [ 88729 base containers exceptions monad-control primitive 88730 transformers-base unliftio-core 88731 ]; 88732 description = "An easy to use, performant extensible effects library"; 88733 license = lib.licenses.bsd3; 88734 }) {}; 88735 88736 + "effectful-plugin" = callPackage 88737 + ({ mkDerivation, base, containers, effectful-core, ghc 88738 + , ghc-tcplugins-extra 88739 }: 88740 mkDerivation { 88741 + pname = "effectful-plugin"; 88742 + version = "1.0.0.0"; 88743 + sha256 = "11y9d1ylwhgrrwf0pcpjqix2vrwzbwr2rlma6rm0h8yqpkchbx81"; 88744 + revision = "3"; 88745 + editedCabalFile = "127phsvh3pq96lram633hwawcy594n36gc5cxiwaagaksi240568"; 88746 libraryHaskellDepends = [ 88747 + base containers effectful-core ghc ghc-tcplugins-extra 88748 ]; 88749 + testHaskellDepends = [ base effectful-core ]; 88750 + description = "A GHC plugin for improving disambiguation of effects"; 88751 license = lib.licenses.bsd3; 88752 }) {}; 88753 88754 + "effectful-plugin_1_1_0_0" = callPackage 88755 ({ mkDerivation, base, containers, effectful-core, ghc 88756 , ghc-tcplugins-extra 88757 }: 88758 mkDerivation { 88759 pname = "effectful-plugin"; 88760 + version = "1.1.0.0"; 88761 + sha256 = "13m63lidazn8cp2f0y801nwri48h5mny3azsz5gpz1c7jj072xaa"; 88762 libraryHaskellDepends = [ 88763 base containers effectful-core ghc ghc-tcplugins-extra 88764 ]; 88765 testHaskellDepends = [ base effectful-core ]; 88766 description = "A GHC plugin for improving disambiguation of effects"; 88767 license = lib.licenses.bsd3; 88768 + hydraPlatforms = lib.platforms.none; 88769 }) {}; 88770 88771 "effectful-st" = callPackage ··· 88782 }) {}; 88783 88784 "effectful-th" = callPackage 88785 + ({ mkDerivation, base, containers, effectful-core, exceptions 88786 , template-haskell, th-abstraction 88787 }: 88788 mkDerivation { 88789 pname = "effectful-th"; 88790 + version = "1.0.0.1"; 88791 + sha256 = "19xbvfsglm4gsji303zj4f1nhhl4gls78cdbl4yalxm8c4m8iqsf"; 88792 libraryHaskellDepends = [ 88793 + base containers effectful-core exceptions template-haskell 88794 th-abstraction 88795 ]; 88796 + testHaskellDepends = [ base effectful-core ]; 88797 description = "Template Haskell utilities for the effectful library"; 88798 license = lib.licenses.bsd3; 88799 }) {}; ··· 89222 ({ mkDerivation, base, containers, doctest }: 89223 mkDerivation { 89224 pname = "either-list-functions"; 89225 + version = "0.0.4.7"; 89226 + sha256 = "12j8jbbh5p9bmb1gwza4j38rynpp9x9vs30bbiaqf44jijzmkb53"; 89227 libraryHaskellDepends = [ base containers ]; 89228 testHaskellDepends = [ base doctest ]; 89229 description = "Functions involving lists of Either"; ··· 90307 }: 90308 mkDerivation { 90309 pname = "elynx"; 90310 + version = "0.7.1.0"; 90311 + sha256 = "1k6hxsxcqlrfrcww1n31kidn5y7kafz9fm2qflj7zrcxpfpi9skj"; 90312 isLibrary = false; 90313 isExecutable = true; 90314 executableHaskellDepends = [ ··· 90327 }: 90328 mkDerivation { 90329 pname = "elynx-markov"; 90330 + version = "0.7.1.0"; 90331 + sha256 = "1m4nrpm3g9zwk1gf0v93nlr8vb5pd8sgn1mnzj6b968vq3zb2ab3"; 90332 libraryHaskellDepends = [ 90333 async attoparsec base bytestring containers elynx-seq hmatrix 90334 integration math-functions mwc-random random statistics vector ··· 90346 ({ mkDerivation, attoparsec, base, bytestring, hspec }: 90347 mkDerivation { 90348 pname = "elynx-nexus"; 90349 + version = "0.7.1.0"; 90350 + sha256 = "0yl3wkk5nz5hn11h1rmpmp7vzjf94n6bmylq16cik44kj1723y59"; 90351 libraryHaskellDepends = [ attoparsec base bytestring ]; 90352 testHaskellDepends = [ base hspec ]; 90353 description = "Import and export Nexus files"; ··· 90362 }: 90363 mkDerivation { 90364 pname = "elynx-seq"; 90365 + version = "0.7.1.0"; 90366 + sha256 = "08wcikxgzl0j60xzffih5fd3mjbjisf17gr5aa1njjhs0vh6y8mg"; 90367 libraryHaskellDepends = [ 90368 aeson attoparsec base bytestring containers matrices parallel 90369 primitive random vector vector-th-unbox word8 ··· 90384 }: 90385 mkDerivation { 90386 pname = "elynx-tools"; 90387 + version = "0.7.1.0"; 90388 + sha256 = "14dhq49ri7wndzkpiwv28r5w85wiwq3x2c00yz1x5ax3347jcdgh"; 90389 libraryHaskellDepends = [ 90390 aeson attoparsec base base16-bytestring bytestring 90391 cryptohash-sha256 directory hmatrix optparse-applicative random ··· 90399 "elynx-tree" = callPackage 90400 ({ mkDerivation, aeson, attoparsec, base, bytestring, comonad 90401 , containers, criterion, data-default, data-default-class, deepseq 90402 + , elynx-nexus, elynx-tools, hspec, math-functions, microlens 90403 + , parallel, QuickCheck, quickcheck-classes, random, statistics 90404 }: 90405 mkDerivation { 90406 pname = "elynx-tree"; 90407 + version = "0.7.1.0"; 90408 + sha256 = "0jcqz49ml20cg0mwkpqjci44fkbcjhxf6dhhl8y68yczlz0778zs"; 90409 libraryHaskellDepends = [ 90410 aeson attoparsec base bytestring comonad containers 90411 + data-default-class deepseq elynx-nexus math-functions parallel 90412 + random statistics 90413 ]; 90414 testHaskellDepends = [ 90415 attoparsec base bytestring containers data-default elynx-tools ··· 91937 }: 91938 mkDerivation { 91939 pname = "equal-files"; 91940 + version = "0.0.5.4"; 91941 + sha256 = "13gf8f8ik1wdr8n8sa1jlzzfh1bi2892fb5bhmixlxk0d81dm76i"; 91942 isLibrary = false; 91943 isExecutable = true; 91944 executableHaskellDepends = [ ··· 93955 93956 "eventuo11y" = callPackage 93957 ({ mkDerivation, base, exceptions, general-allocate, monad-control 93958 + , mtl, primitive, time, transformers, transformers-base 93959 + , unliftio-core 93960 }: 93961 mkDerivation { 93962 pname = "eventuo11y"; 93963 + version = "0.9.0.0"; 93964 + sha256 = "0ayzk79z2xvkhlmr6yg9q52kdjh68ahsi9hhc0bi58zg46dnq18i"; 93965 libraryHaskellDepends = [ 93966 + base exceptions general-allocate monad-control mtl primitive time 93967 transformers transformers-base unliftio-core 93968 ]; 93969 description = "An event-oriented observability library"; ··· 93981 }: 93982 mkDerivation { 93983 pname = "eventuo11y-batteries"; 93984 + version = "0.4.0.0"; 93985 + sha256 = "04b1rigdxv5v2j8r7lfbl15a1hr9ifra9lnkxxc1j1symbpq620m"; 93986 libraryHaskellDepends = [ 93987 aeson base binary bytestring case-insensitive containers eventuo11y 93988 eventuo11y-json general-allocate http-media http-types ··· 94012 }: 94013 mkDerivation { 94014 pname = "eventuo11y-json"; 94015 + version = "0.3.0.2"; 94016 + sha256 = "1q60hb7zaa3gifbsf1d7zl1bclz21ysmb3g1ww5xz4hr5fy03ksi"; 94017 libraryHaskellDepends = [ 94018 aeson base bytestring eventuo11y eventuo11y-dsl template-haskell 94019 text time uuid ··· 94023 hydraPlatforms = lib.platforms.none; 94024 }) {}; 94025 94026 + "eventuo11y-otel" = callPackage 94027 + ({ mkDerivation, base, eventuo11y, hs-opentelemetry-api, text }: 94028 + mkDerivation { 94029 + pname = "eventuo11y-otel"; 94030 + version = "0.1.0.2"; 94031 + sha256 = "0mv97s3vnw7ppry3vinis6dv0j93pj5dywp0xzxrcsw9nbwiy3gj"; 94032 + libraryHaskellDepends = [ 94033 + base eventuo11y hs-opentelemetry-api text 94034 + ]; 94035 + description = "OpenTelemetry-based rendering for eventuo11y"; 94036 + license = lib.licenses.asl20; 94037 + hydraPlatforms = lib.platforms.none; 94038 + }) {}; 94039 + 94040 "every" = callPackage 94041 ({ mkDerivation, async, base, stm }: 94042 mkDerivation { ··· 94090 }: 94091 mkDerivation { 94092 pname = "evoke"; 94093 + version = "0.2023.1.26"; 94094 + sha256 = "0c03ggjx7amcjqylcadshknqwqm9x6mlsa9d6np1vff6asf8s8b4"; 94095 libraryHaskellDepends = [ base ghc text ]; 94096 testHaskellDepends = [ 94097 aeson base HUnit insert-ordered-containers lens QuickCheck swagger2 ··· 94382 pname = "exceptions"; 94383 version = "0.10.7"; 94384 sha256 = "0jb0ah5k2mb4clhb34c59f615vzl54lhx3hf6njqsgdmr3jashls"; 94385 + revision = "1"; 94386 + editedCabalFile = "05hqkph2rd7vkgbggbpa13i3r8wvb2fgsan40cd8macggwkw5k30"; 94387 libraryHaskellDepends = [ 94388 base mtl stm template-haskell transformers 94389 ]; ··· 95216 ({ mkDerivation, base, deepseq, semigroups, transformers }: 95217 mkDerivation { 95218 pname = "explicit-exception"; 95219 + version = "0.1.10.1"; 95220 + sha256 = "1pv57m0ynwfljnr0g3snpc716q497l4h9x0d66vj46jgp909iw79"; 95221 + isLibrary = true; 95222 + isExecutable = true; 95223 + libraryHaskellDepends = [ base deepseq semigroups transformers ]; 95224 + description = "Exceptions which are explicit in the type signature"; 95225 + license = lib.licenses.bsd3; 95226 + }) {}; 95227 + 95228 + "explicit-exception_0_2" = callPackage 95229 + ({ mkDerivation, base, deepseq, semigroups, transformers }: 95230 + mkDerivation { 95231 + pname = "explicit-exception"; 95232 + version = "0.2"; 95233 + sha256 = "0n2cgliy0ls9740crzpk19wl3cbk5zq90x7qmhhw8idbip7xidni"; 95234 isLibrary = true; 95235 isExecutable = true; 95236 libraryHaskellDepends = [ base deepseq semigroups transformers ]; 95237 description = "Exceptions which are explicit in the type signature"; 95238 license = lib.licenses.bsd3; 95239 + hydraPlatforms = lib.platforms.none; 95240 }) {}; 95241 95242 "explicit-iomodes" = callPackage ··· 95755 license = lib.licenses.bsd3; 95756 hydraPlatforms = lib.platforms.none; 95757 broken = true; 95758 + }) {}; 95759 + 95760 + "extism" = callPackage 95761 + ({ mkDerivation, base, bytestring, extism, extism-manifest, HUnit 95762 + , json 95763 + }: 95764 + mkDerivation { 95765 + pname = "extism"; 95766 + version = "0.1.0"; 95767 + sha256 = "1gg359qwvqk8qqwd9s6hlrka0x3ajf1v3g750iyw1vyy74dakx8x"; 95768 + libraryHaskellDepends = [ base bytestring extism-manifest json ]; 95769 + librarySystemDepends = [ extism ]; 95770 + testHaskellDepends = [ base bytestring HUnit ]; 95771 + description = "Extism bindings"; 95772 + license = lib.licenses.bsd3; 95773 + hydraPlatforms = lib.platforms.none; 95774 + broken = true; 95775 + }) {extism = null;}; 95776 + 95777 + "extism-manifest" = callPackage 95778 + ({ mkDerivation, base, base64-bytestring, bytestring, json }: 95779 + mkDerivation { 95780 + pname = "extism-manifest"; 95781 + version = "0.1.0"; 95782 + sha256 = "0dr3pxkf11cija6k75rv5mzmracw1yyis82sj7x2blkjg190hk6s"; 95783 + libraryHaskellDepends = [ base base64-bytestring bytestring json ]; 95784 + description = "Extism manifest bindings"; 95785 + license = lib.licenses.bsd3; 95786 }) {}; 95787 95788 "extra" = callPackage ··· 96595 pname = "fast-logger"; 96596 version = "3.1.1"; 96597 sha256 = "1rx866swvqq7lzngv4bx7qinnwmm3aa2la8caljvbfbi0xz6wps3"; 96598 + revision = "1"; 96599 + editedCabalFile = "012rrm13hnaz06ssy7m8z36l8aajayd9pbk19q042wrfwsvb7jjl"; 96600 libraryHaskellDepends = [ 96601 array auto-update base bytestring directory easy-file filepath text 96602 unix-compat unix-time ··· 97290 mainProgram = "fcd"; 97291 }) {}; 97292 97293 + "fcf-base" = callPackage 97294 + ({ mkDerivation, base, fcf-family }: 97295 + mkDerivation { 97296 + pname = "fcf-base"; 97297 + version = "0.1.0.0"; 97298 + sha256 = "19jrcpj496bpchv8fw30vd5b5w3sj1qkzmh5jlahyvz5wsppzwsq"; 97299 + libraryHaskellDepends = [ base fcf-family ]; 97300 + testHaskellDepends = [ base fcf-family ]; 97301 + description = "Family-of-families instances for base"; 97302 + license = lib.licenses.mit; 97303 + }) {}; 97304 + 97305 "fcf-composite" = callPackage 97306 ({ mkDerivation, base, composite-base, fcf-containers 97307 , first-class-families, tasty, tasty-hunit, vinyl ··· 97330 }: 97331 mkDerivation { 97332 pname = "fcf-containers"; 97333 + version = "0.7.2"; 97334 + sha256 = "0lw7zm5k4mkvzxxmhp2lbanlkgb3n6gp583g34r53rz576bhhhj9"; 97335 isLibrary = true; 97336 isExecutable = true; 97337 libraryHaskellDepends = [ base first-class-families ghc-prim mtl ]; ··· 97343 license = lib.licenses.bsd3; 97344 }) {}; 97345 97346 + "fcf-family" = callPackage 97347 + ({ mkDerivation, base, containers, first-class-families 97348 + , template-haskell 97349 + }: 97350 + mkDerivation { 97351 + pname = "fcf-family"; 97352 + version = "0.2.0.0"; 97353 + sha256 = "17v811dfdvgdvhwri34df3sf3n82crd41pi28j8gbdqs4zg0lgln"; 97354 + libraryHaskellDepends = [ 97355 + base containers first-class-families template-haskell 97356 + ]; 97357 + testHaskellDepends = [ base first-class-families ]; 97358 + description = "Family of families: featherweight defunctionalization"; 97359 + license = lib.licenses.mit; 97360 + }) {}; 97361 + 97362 "fcf-graphs" = callPackage 97363 ({ mkDerivation, base, doctest, fcf-containers 97364 , first-class-families, Glob ··· 98497 license = lib.licenses.bsd3; 98498 }) {}; 98499 98500 + "fgl_5_8_1_0" = callPackage 98501 ({ mkDerivation, array, base, containers, deepseq, hspec 98502 , microbench, QuickCheck, transformers 98503 }: 98504 mkDerivation { 98505 pname = "fgl"; 98506 + version = "5.8.1.0"; 98507 + sha256 = "0s53kxz6a79jclvxlzpmzs2x98qx48xvgwswh6cal2f4rg2wp8av"; 98508 libraryHaskellDepends = [ 98509 array base containers deepseq transformers 98510 ]; ··· 98770 pname = "file-io"; 98771 version = "0.1.0.1"; 98772 sha256 = "1kxr2cdv3zmml7v3gmk2zrd2kwvph46fzv3r2ia5brq5qvm2s544"; 98773 + revision = "1"; 98774 + editedCabalFile = "0kfisk0vrjviw194rg2ildzr0qlg45wk4cwa4s3qpl3hp4zag1lj"; 98775 libraryHaskellDepends = [ base bytestring filepath unix ]; 98776 description = "Basic file IO operations via 'OsPath'"; 98777 license = lib.licenses.bsd3; ··· 98921 pname = "filemanip"; 98922 version = "0.3.6.3"; 98923 sha256 = "0ilqr8jv41zxcj5qyicg29m8s30b9v70x6f9h2h2rw5ap8bxldl8"; 98924 + revision = "1"; 98925 + editedCabalFile = "1l53qqlh9w7572n5dxk8rq0p8vsvg6m1afbak6xzdx0kgg8j6y8a"; 98926 libraryHaskellDepends = [ 98927 base bytestring directory filepath mtl unix-compat 98928 ]; ··· 101739 ({ mkDerivation, base }: 101740 mkDerivation { 101741 pname = "foldable-ix"; 101742 + version = "0.3.0.0"; 101743 + sha256 = "0n5cfihda5mhww9kb81mdhswz01bzwsrmhyh4mknsws6im8rbrpz"; 101744 + revision = "1"; 101745 + editedCabalFile = "0wgdl703cr9m5p3azzgrv1ljvrpr1b9w3nx7w6v2g3sdgj1pqf90"; 101746 libraryHaskellDepends = [ base ]; 101747 description = "Functions to find out the indices of the elements in the Foldable structures"; 101748 license = lib.licenses.mit; ··· 101768 }: 101769 mkDerivation { 101770 pname = "foldl"; 101771 + version = "1.4.14"; 101772 + sha256 = "0ihfari2d8czfxfxv5svczpq1cvi3qi55mxphjjqlnabxa76y1cc"; 101773 libraryHaskellDepends = [ 101774 base bytestring comonad containers contravariant hashable primitive 101775 profunctors random semigroupoids text transformers ··· 103065 pname = "fpe"; 103066 version = "0.1.1"; 103067 sha256 = "1rzd1g6zk98l5bz5d7pr66i10gd2kx6vrv9py06wcnz3b5svkx2l"; 103068 + revision = "1"; 103069 + editedCabalFile = "0qf0qsh3ig76s8inimcwr5yksyzpz3szn80qi599zhv66nflqilf"; 103070 libraryHaskellDepends = [ 103071 base bytestring integer-logarithms vector 103072 ]; ··· 107422 }: 107423 mkDerivation { 107424 pname = "general-allocate"; 107425 + version = "0.2.1.1"; 107426 + sha256 = "0jcqknrlpcyl825y9r612mh8d7dcs68sxjm1j600nbdl4ksw8qmb"; 107427 libraryHaskellDepends = [ 107428 base containers mtl primitive resourcet safe-exceptions 107429 transformers ··· 108351 ({ mkDerivation, base, mtl, template-haskell }: 108352 mkDerivation { 108353 pname = "geniplate-mirror"; 108354 + version = "0.7.9"; 108355 + sha256 = "0dkzma11nd7hc1xsriiq50nxr8h50sh1y562yjsqaganxh2sprsx"; 108356 libraryHaskellDepends = [ base mtl template-haskell ]; 108357 description = "Use Template Haskell to generate Uniplate-like functions"; 108358 license = lib.licenses.bsd3; ··· 109319 }: 109320 mkDerivation { 109321 pname = "geomancy"; 109322 + version = "0.2.4.2"; 109323 + sha256 = "0ms2gfhcrxcfg10s3xpaawz4kqs4dy00p5mgc7s6pjiq5qgj4mn4"; 109324 libraryHaskellDepends = [ 109325 base containers deepseq mono-traversable simple-affine-space 109326 ]; ··· 109429 license = lib.licenses.bsd3; 109430 }) {}; 109431 109432 + "getopt-generics_0_13_1_0" = callPackage 109433 + ({ mkDerivation, base, base-compat, base-orphans, filepath 109434 + , generics-sop, hspec, QuickCheck, safe, silently, tagged 109435 + }: 109436 + mkDerivation { 109437 + pname = "getopt-generics"; 109438 + version = "0.13.1.0"; 109439 + sha256 = "00xswyi9y49qab2fpkdx7isx40kfa93p3gfransivzgg9m3si37d"; 109440 + libraryHaskellDepends = [ 109441 + base base-compat base-orphans generics-sop tagged 109442 + ]; 109443 + testHaskellDepends = [ 109444 + base base-compat base-orphans filepath generics-sop hspec 109445 + QuickCheck safe silently tagged 109446 + ]; 109447 + description = "Create command line interfaces with ease"; 109448 + license = lib.licenses.bsd3; 109449 + hydraPlatforms = lib.platforms.none; 109450 + }) {}; 109451 + 109452 "getopt-simple" = callPackage 109453 ({ mkDerivation, base, containers }: 109454 mkDerivation { ··· 111139 ({ mkDerivation, base, ghc, transformers }: 111140 mkDerivation { 111141 pname = "ghc-tcplugin-api"; 111142 + version = "0.9.0.0"; 111143 + sha256 = "1z14z12lhdc1bfa3qnq2srx0cm14cbkg7af94cdfqpqmbxjgw5h3"; 111144 libraryHaskellDepends = [ base ghc transformers ]; 111145 description = "An API for type-checker plugins"; 111146 license = lib.licenses.bsd3; ··· 111643 testToolDepends = [ implicit-hie ]; 111644 description = "The core of an IDE"; 111645 license = lib.licenses.asl20; 111646 }) {}; 111647 111648 "ghcide-bench" = callPackage ··· 111985 111986 "ghcup" = callPackage 111987 ({ mkDerivation, aeson, aeson-pretty, async, base 111988 + , base16-bytestring, binary, bytestring, bz2, Cabal 111989 + , cabal-install-parsers, cabal-plan, case-insensitive, casing 111990 + , containers, cryptohash-sha256, deepseq, directory 111991 + , disk-free-space, exceptions, filepath, generic-arbitrary 111992 + , haskus-utils-types, haskus-utils-variant, hspec, hspec-discover 111993 + , hspec-golden-aeson, libarchive, lzma-static, megaparsec, mtl 111994 + , optics, optparse-applicative, os-release, pretty, pretty-terminal 111995 + , process, QuickCheck, quickcheck-arbitrary-adt, regex-posix 111996 + , resourcet, retry, safe, safe-exceptions, split, streamly 111997 + , strict-base, tagsoup, template-haskell, temporary, terminal-size 111998 + , text, time, transformers, unix, unix-bytestring, unliftio-core 111999 , unordered-containers, uri-bytestring, utf8-string, vector 112000 , versions, word8, yaml-streamly, zlib 112001 }: 112002 mkDerivation { 112003 pname = "ghcup"; 112004 + version = "0.1.19.0"; 112005 + sha256 = "00g91zavfd58y17q723izch9j0x3fhx7a14ng061am5h41i76mlq"; 112006 isLibrary = true; 112007 isExecutable = true; 112008 libraryHaskellDepends = [ ··· 112017 word8 yaml-streamly zlib 112018 ]; 112019 executableHaskellDepends = [ 112020 + aeson aeson-pretty async base bytestring cabal-install-parsers 112021 + cabal-plan containers deepseq directory filepath haskus-utils-types 112022 + haskus-utils-variant libarchive megaparsec mtl optparse-applicative 112023 + pretty pretty-terminal process resourcet safe safe-exceptions 112024 + tagsoup template-haskell temporary text unix unordered-containers 112025 uri-bytestring utf8-string vector versions yaml-streamly 112026 ]; 112027 testHaskellDepends = [ 112028 base bytestring containers directory filepath generic-arbitrary 112029 hspec hspec-golden-aeson QuickCheck quickcheck-arbitrary-adt 112030 + streamly text unix uri-bytestring versions 112031 ]; 112032 testToolDepends = [ hspec-discover ]; 112033 description = "ghc toolchain installer"; ··· 113735 }: 113736 mkDerivation { 113737 pname = "git-annex"; 113738 + version = "10.20230126"; 113739 + sha256 = "06b5gnj0dxiz7lkc75xmmzi50svwbqhs5az01lfmw27r3ibcicpm"; 113740 configureFlags = [ 113741 "-fassistant" "-f-benchmark" "-fdbus" "-f-debuglocks" "-fmagicmime" 113742 "-fnetworkbsd" "-fpairing" "-fproduction" "-fs3" "-ftorrentparser" ··· 115678 ({ mkDerivation, base, derive-storable, glpk, hspec }: 115679 mkDerivation { 115680 pname = "glpk-headers"; 115681 + version = "0.5.1"; 115682 + sha256 = "05rkpfrcyvynqifd6fnvmj3kcp5dfgf96fjygazx6jjrw538wnd9"; 115683 libraryHaskellDepends = [ base derive-storable ]; 115684 librarySystemDepends = [ glpk ]; 115685 testHaskellDepends = [ base hspec ]; 115686 description = "Low-level Haskell bindings to the GLPK library"; 115687 license = lib.licenses.bsd3; 115688 }) {inherit (pkgs) glpk;}; 115689 115690 "glpk-hs" = callPackage ··· 120392 ]; 120393 description = "A client for Haskell programs to query a GraphQL API"; 120394 license = lib.licenses.bsd3; 120395 mainProgram = "graphql-codegen"; 120396 + maintainers = [ lib.maintainers.maralorn ]; 120397 }) {}; 120398 120399 "graphql-spice" = callPackage ··· 121057 hydraPlatforms = lib.platforms.none; 121058 }) {}; 121059 121060 + "grisette" = callPackage 121061 + ({ mkDerivation, array, base, bytestring, call-stack, deepseq 121062 + , doctest, generic-deriving, Glob, hashable, hashtables, intern 121063 + , loch-th, mtl, once, sbv, tasty, tasty-hunit, tasty-quickcheck 121064 + , tasty-test-reporter, template-haskell, th-compat, transformers 121065 + , unordered-containers, vector 121066 + }: 121067 + mkDerivation { 121068 + pname = "grisette"; 121069 + version = "0.1.0.0"; 121070 + sha256 = "1dl972402pyk6i636w1547hdpyhhaikfzfpvqp19jrwgm5fdnifi"; 121071 + libraryHaskellDepends = [ 121072 + array base bytestring call-stack deepseq generic-deriving hashable 121073 + hashtables intern loch-th mtl once sbv template-haskell th-compat 121074 + transformers unordered-containers vector 121075 + ]; 121076 + testHaskellDepends = [ 121077 + array base bytestring call-stack deepseq doctest generic-deriving 121078 + Glob hashable hashtables intern loch-th mtl once sbv tasty 121079 + tasty-hunit tasty-quickcheck tasty-test-reporter template-haskell 121080 + th-compat transformers unordered-containers vector 121081 + ]; 121082 + description = "Symbolic evaluation as a library"; 121083 + license = lib.licenses.bsd3; 121084 + hydraPlatforms = lib.platforms.none; 121085 + }) {}; 121086 + 121087 "grm" = callPackage 121088 ({ mkDerivation, base, Cabal, cmdargs, directory, filepath, happy 121089 , parsec, process, syb, wl-pprint ··· 121335 }: 121336 mkDerivation { 121337 pname = "group-by-date"; 121338 + version = "0.1.0.5"; 121339 + sha256 = "1c19x8qqrq8fiaxdz917nim8z8dcsi4bcyf88ci39d3xq1iq9iis"; 121340 isLibrary = false; 121341 isExecutable = true; 121342 executableHaskellDepends = [ ··· 122551 }: 122552 mkDerivation { 122553 pname = "h-raylib"; 122554 + version = "4.5.0.12"; 122555 + sha256 = "1mm9g3vadp0fspfd7n3y7c7n1ryhwklqv31hrjm637h92a2zzn6x"; 122556 isLibrary = true; 122557 isExecutable = true; 122558 libraryHaskellDepends = [ base ]; ··· 123675 doHaddock = false; 123676 description = "CLI tool for Hackage"; 123677 license = lib.licenses.gpl3Plus; 123678 + mainProgram = "hackage-cli"; 123679 + }) {}; 123680 + 123681 + "hackage-cli_0_1_0_0" = callPackage 123682 + ({ mkDerivation, aeson, base, bytestring, Cabal, containers 123683 + , deepseq, directory, filepath, http-io-streams, io-streams 123684 + , microlens, microlens-mtl, microlens-th, mtl, netrc 123685 + , optparse-applicative, pretty, process-extras, semigroups 123686 + , stringsearch, tagsoup, tar, tasty, tasty-golden, text, time 123687 + , unordered-containers, zlib 123688 + }: 123689 + mkDerivation { 123690 + pname = "hackage-cli"; 123691 + version = "0.1.0.0"; 123692 + sha256 = "0wl2gpbcpdfmmmi99dkxy68gi3mn1aj8f2xrm5c8w1bs4sdxdzdq"; 123693 + isLibrary = false; 123694 + isExecutable = true; 123695 + libraryHaskellDepends = [ 123696 + base bytestring Cabal containers mtl pretty 123697 + ]; 123698 + executableHaskellDepends = [ 123699 + aeson base bytestring Cabal containers deepseq directory filepath 123700 + http-io-streams io-streams microlens microlens-mtl microlens-th mtl 123701 + netrc optparse-applicative process-extras semigroups stringsearch 123702 + tagsoup tar text time unordered-containers zlib 123703 + ]; 123704 + testHaskellDepends = [ 123705 + base bytestring Cabal filepath tasty tasty-golden 123706 + ]; 123707 + doHaddock = false; 123708 + description = "CLI tool for Hackage"; 123709 + license = lib.licenses.gpl3Plus; 123710 + hydraPlatforms = lib.platforms.none; 123711 mainProgram = "hackage-cli"; 123712 }) {}; 123713 ··· 126708 license = lib.licenses.bsd3; 126709 }) {}; 126710 126711 + "happstack-hsp_7_3_7_7" = callPackage 126712 + sha256 = "1h3av9mpgsqfdrd817fz0isqrxn3lxmjyanw33dk9jax136ivi1h"; 126713 + sha256 = "1h3av9mpgsqfdrd817fz0isqrxn3lxmjyanw33dk9jax136ivi1h"; 126714 + }: 126715 + mkDerivation { 126716 + sha256 = "1h3av9mpgsqfdrd817fz0isqrxn3lxmjyanw33dk9jax136ivi1h"; 126717 + version = "7.3.7.7"; 126718 + sha256 = "1bgjy77sbrb7nmbvb98hw5w7lb6ffvbb0nb62ylg2pf9nl862khv"; 126719 + libraryHaskellDepends = [ 126720 + sha256 = "1h3av9mpgsqfdrd817fz0isqrxn3lxmjyanw33dk9jax136ivi1h"; 126721 + utf8-string 126722 + ]; 126723 + sha256 = "1h3av9mpgsqfdrd817fz0isqrxn3lxmjyanw33dk9jax136ivi1h"; 126724 + license = lib.licenses.bsd3; 126725 + hydraPlatforms = lib.platforms.none; 126726 + }) {}; 126727 + 126728 sha256 = "1h3av9mpgsqfdrd817fz0isqrxn3lxmjyanw33dk9jax136ivi1h"; 126729 sha256 = "1h3av9mpgsqfdrd817fz0isqrxn3lxmjyanw33dk9jax136ivi1h"; 126730 sha256 = "1h3av9mpgsqfdrd817fz0isqrxn3lxmjyanw33dk9jax136ivi1h"; ··· 126776 ]; 126777 sha256 = "1h3av9mpgsqfdrd817fz0isqrxn3lxmjyanw33dk9jax136ivi1h"; 126778 license = lib.licenses.bsd3; 126779 + }) {}; 126780 + 126781 + "happstack-jmacro_7_0_12_5" = callPackage 126782 + ({ mkDerivation, base, base64-bytestring, bytestring, cereal 126783 + sha256 = "1h3av9mpgsqfdrd817fz0isqrxn3lxmjyanw33dk9jax136ivi1h"; 126784 + , wl-pprint-text 126785 + }: 126786 + mkDerivation { 126787 + sha256 = "1h3av9mpgsqfdrd817fz0isqrxn3lxmjyanw33dk9jax136ivi1h"; 126788 + version = "7.0.12.5"; 126789 + sha256 = "1vk0674qalyhzwndpd7az4byshhxy38dh53pgma7awj2bx1n170c"; 126790 + libraryHaskellDepends = [ 126791 + sha256 = "1h3av9mpgsqfdrd817fz0isqrxn3lxmjyanw33dk9jax136ivi1h"; 126792 + sha256 = "1h3av9mpgsqfdrd817fz0isqrxn3lxmjyanw33dk9jax136ivi1h"; 126793 + ]; 126794 + sha256 = "1h3av9mpgsqfdrd817fz0isqrxn3lxmjyanw33dk9jax136ivi1h"; 126795 + license = lib.licenses.bsd3; 126796 + hydraPlatforms = lib.platforms.none; 126797 }) {}; 126798 126799 sha256 = "1h3av9mpgsqfdrd817fz0isqrxn3lxmjyanw33dk9jax136ivi1h"; ··· 126870 license = lib.licenses.bsd3; 126871 }) {}; 126872 126873 + "happstack-server_7_8_0_2" = callPackage 126874 sha256 = "1h3av9mpgsqfdrd817fz0isqrxn3lxmjyanw33dk9jax136ivi1h"; 126875 sha256 = "1h3av9mpgsqfdrd817fz0isqrxn3lxmjyanw33dk9jax136ivi1h"; 126876 sha256 = "1h3av9mpgsqfdrd817fz0isqrxn3lxmjyanw33dk9jax136ivi1h"; ··· 126881 }: 126882 mkDerivation { 126883 sha256 = "1h3av9mpgsqfdrd817fz0isqrxn3lxmjyanw33dk9jax136ivi1h"; 126884 + version = "7.8.0.2"; 126885 + sha256 = "15cp6w5xh5rv2fg9rv1fd0y938280gbcpziv7kmq78zywar56mis"; 126886 libraryHaskellDepends = [ 126887 sha256 = "1h3av9mpgsqfdrd817fz0isqrxn3lxmjyanw33dk9jax136ivi1h"; 126888 sha256 = "1h3av9mpgsqfdrd817fz0isqrxn3lxmjyanw33dk9jax136ivi1h"; ··· 127275 }: 127276 mkDerivation { 127277 sha256 = "1h3av9mpgsqfdrd817fz0isqrxn3lxmjyanw33dk9jax136ivi1h"; 127278 + version = "1.0.1.0"; 127279 + sha256 = "0zmdv6d8sbd3s8wgljyml65pmvb5iz29zh27g7888k0cz9cza82w"; 127280 isLibrary = true; 127281 isExecutable = true; 127282 libraryHaskellDepends = [ ··· 127405 license = lib.licenses.bsd3; 127406 }) {}; 127407 127408 + "harp_0_4_3_6" = callPackage 127409 + ({ mkDerivation, base }: 127410 + mkDerivation { 127411 + sha256 = "1h3av9mpgsqfdrd817fz0isqrxn3lxmjyanw33dk9jax136ivi1h"; 127412 + version = "0.4.3.6"; 127413 + sha256 = "1949mz3sm8sw3wfxcakx3anriwrkng2n5ixwqdabbw9jhib8gm0f"; 127414 + libraryHaskellDepends = [ base ]; 127415 + sha256 = "1h3av9mpgsqfdrd817fz0isqrxn3lxmjyanw33dk9jax136ivi1h"; 127416 + license = lib.licenses.bsd3; 127417 + hydraPlatforms = lib.platforms.none; 127418 + }) {}; 127419 + 127420 sha256 = "1h3av9mpgsqfdrd817fz0isqrxn3lxmjyanw33dk9jax136ivi1h"; 127421 sha256 = "1h3av9mpgsqfdrd817fz0isqrxn3lxmjyanw33dk9jax136ivi1h"; 127422 sha256 = "1h3av9mpgsqfdrd817fz0isqrxn3lxmjyanw33dk9jax136ivi1h"; ··· 127510 sha256 = "1h3av9mpgsqfdrd817fz0isqrxn3lxmjyanw33dk9jax136ivi1h"; 127511 sha256 = "1h3av9mpgsqfdrd817fz0isqrxn3lxmjyanw33dk9jax136ivi1h"; 127512 sha256 = "1h3av9mpgsqfdrd817fz0isqrxn3lxmjyanw33dk9jax136ivi1h"; 127513 + revision = "1"; 127514 + editedCabalFile = "029sw5fqcqpzsx2ahkngfimyd9kyjn7abg0cvz4pb8y96ypl3cs7"; 127515 libraryHaskellDepends = [ 127516 sha256 = "1h3av9mpgsqfdrd817fz0isqrxn3lxmjyanw33dk9jax136ivi1h"; 127517 sha256 = "1h3av9mpgsqfdrd817fz0isqrxn3lxmjyanw33dk9jax136ivi1h"; ··· 127537 }: 127538 mkDerivation { 127539 sha256 = "1h3av9mpgsqfdrd817fz0isqrxn3lxmjyanw33dk9jax136ivi1h"; 127540 + version = "0.0.2.0"; 127541 + sha256 = "0cxkps6zqnp97r118ffhnvh871dl4mklqcpgxhbfwfgsjar4w2y2"; 127542 isLibrary = true; 127543 isExecutable = true; 127544 libraryHaskellDepends = [ ··· 127760 broken = true; 127761 }) {}; 127762 127763 + "hash-addressed" = callPackage 127764 + ({ mkDerivation, base, base16-bytestring, bytestring 127765 + , cryptohash-sha256, directory, filepath, quaalude, resourcet 127766 + , temporary, transformers 127767 + }: 127768 + mkDerivation { 127769 + pname = "hash-addressed"; 127770 + version = "0.0.1.0"; 127771 + sha256 = "1a77k38blvlzb5q5qg2wclfm0g4m7rd1fbpyqb5y64p7fjcc3gy6"; 127772 + libraryHaskellDepends = [ 127773 + base base16-bytestring bytestring cryptohash-sha256 directory 127774 + filepath quaalude resourcet temporary transformers 127775 + ]; 127776 + description = "Hash-addressed file storage"; 127777 + license = lib.licenses.asl20; 127778 + }) {}; 127779 + 127780 + "hash-addressed-cli" = callPackage 127781 + ({ mkDerivation, base, bytestring, containers, cryptohash-sha256 127782 + , directory, filepath, hash-addressed, ini, optparse-applicative 127783 + , quaalude, resourcet, safe-exceptions, text, transformers 127784 + , unordered-containers 127785 + }: 127786 + mkDerivation { 127787 + pname = "hash-addressed-cli"; 127788 + version = "2.0.0.0"; 127789 + sha256 = "15ddsrny16k0wqd3nx57rw05azdxq2lhbxxyklzl1gz93vcgb6i2"; 127790 + isLibrary = true; 127791 + isExecutable = true; 127792 + libraryHaskellDepends = [ 127793 + base bytestring containers cryptohash-sha256 directory filepath 127794 + hash-addressed ini optparse-applicative quaalude resourcet 127795 + safe-exceptions text transformers unordered-containers 127796 + ]; 127797 + executableHaskellDepends = [ 127798 + base bytestring containers cryptohash-sha256 directory filepath 127799 + hash-addressed ini optparse-applicative quaalude resourcet 127800 + safe-exceptions text transformers unordered-containers 127801 + ]; 127802 + description = "Hash-addressed file storage app"; 127803 + license = lib.licenses.asl20; 127804 + mainProgram = "hash-addressed"; 127805 + }) {}; 127806 + 127807 sha256 = "1h3av9mpgsqfdrd817fz0isqrxn3lxmjyanw33dk9jax136ivi1h"; 127808 sha256 = "1h3av9mpgsqfdrd817fz0isqrxn3lxmjyanw33dk9jax136ivi1h"; 127809 sha256 = "1h3av9mpgsqfdrd817fz0isqrxn3lxmjyanw33dk9jax136ivi1h"; ··· 132729 broken = true; 132730 }) {}; 132731 132732 + "hasql-listen-notify" = callPackage 132733 + ({ mkDerivation, base, bytestring, hasql, mtl, postgresql-libpq 132734 + , text 132735 + }: 132736 + mkDerivation { 132737 + pname = "hasql-listen-notify"; 132738 + version = "0.1.0"; 132739 + sha256 = "0bq4s4x76spjziqgda0shdzfwdhgz1fhsbdg63r3l0m01ixg1a50"; 132740 + libraryHaskellDepends = [ 132741 + base bytestring hasql mtl postgresql-libpq text 132742 + ]; 132743 + description = "LISTEN/NOTIFY with hasql"; 132744 + license = lib.licenses.bsd3; 132745 + }) {}; 132746 + 132747 "hasql-migration" = callPackage 132748 ({ mkDerivation, base, bytestring, contravariant, cryptonite 132749 , directory, hasql, hasql-transaction, hspec, memory, text, time ··· 138774 pname = "hie-compat"; 138775 version = "0.3.1.0"; 138776 sha256 = "0ixk1xf8958ajxb11gxx64sf0w6glb9n171jmdqhzdfffd1abs71"; 138777 + revision = "1"; 138778 + editedCabalFile = "1dr9cqqmxq6dwsdbmm7q4a26ghsnq66yl49wy54dpyln5xzz4234"; 138779 libraryHaskellDepends = [ 138780 array base bytestring containers directory filepath ghc ghc-boot 138781 transformers ··· 140955 }: 140956 mkDerivation { 140957 pname = "hledger-interest"; 140958 + version = "1.6.5"; 140959 + sha256 = "0znrypimfcr4immy3x5651cfkny1n8yi8isfh72mv2px70994pm1"; 140960 isLibrary = false; 140961 isExecutable = true; 140962 executableHaskellDepends = [ ··· 142827 }: 142828 mkDerivation { 142829 pname = "hmm-lapack"; 142830 + version = "0.5.0.1"; 142831 + sha256 = "0im754fgqzi28snwf9bxkj4i1g69c0q8knzjvpmbrs79d5rncpxk"; 142832 libraryHaskellDepends = [ 142833 base comfort-array comfort-array-shape containers deepseq 142834 explicit-exception fixed-length lapack lazy-csv netlib-ffi ··· 144576 ({ mkDerivation, base, bytestring, HUnit, openssl }: 144577 mkDerivation { 144578 pname = "hopenssl"; 144579 + version = "2.2.5"; 144580 + sha256 = "1gq3q4fl8vbdg1ha69q18qj1zx13nhkrapz0chs4s0jb29hrh3vm"; 144581 libraryHaskellDepends = [ base bytestring ]; 144582 librarySystemDepends = [ openssl ]; 144583 testHaskellDepends = [ base bytestring HUnit ]; ··· 144815 }: 144816 mkDerivation { 144817 pname = "horizon-gen-nix"; 144818 + version = "0.5"; 144819 + sha256 = "058m8mbrlq7jlgx1vxl1mdwb0ly7n9wwkb1jijgf5l4xil1vjmsv"; 144820 isLibrary = true; 144821 isExecutable = true; 144822 libraryHaskellDepends = [ ··· 144836 }: 144837 mkDerivation { 144838 pname = "horizon-spec"; 144839 + version = "0.5"; 144840 + sha256 = "0ming3s98g75j20bg3dy444711k1xc9c6246wlbq4y19zx5r8lxd"; 144841 isLibrary = true; 144842 isExecutable = true; 144843 libraryHaskellDepends = [ ··· 145331 mainProgram = "hpack"; 145332 }) {}; 145333 145334 + "hpack_0_35_2" = callPackage 145335 + ({ mkDerivation, aeson, base, bifunctors, bytestring, Cabal 145336 + , containers, cryptonite, deepseq, directory, filepath, Glob, hspec 145337 + , hspec-discover, http-client, http-client-tls, http-types, HUnit 145338 + , infer-license, interpolate, mockery, pretty, QuickCheck 145339 + , scientific, template-haskell, temporary, text, transformers 145340 + , unordered-containers, vector, yaml 145341 + }: 145342 + mkDerivation { 145343 + pname = "hpack"; 145344 + version = "0.35.2"; 145345 + sha256 = "1v4h5dkbfwx8wlmbaq76av22ald9iyk80k8k7pz808nw30yh3dq3"; 145346 + isLibrary = true; 145347 + isExecutable = true; 145348 + libraryHaskellDepends = [ 145349 + aeson base bifunctors bytestring Cabal containers cryptonite 145350 + deepseq directory filepath Glob http-client http-client-tls 145351 + http-types infer-license pretty scientific text transformers 145352 + unordered-containers vector yaml 145353 + ]; 145354 + executableHaskellDepends = [ 145355 + aeson base bifunctors bytestring Cabal containers cryptonite 145356 + deepseq directory filepath Glob http-client http-client-tls 145357 + http-types infer-license pretty scientific text transformers 145358 + unordered-containers vector yaml 145359 + ]; 145360 + testHaskellDepends = [ 145361 + aeson base bifunctors bytestring Cabal containers cryptonite 145362 + deepseq directory filepath Glob hspec http-client http-client-tls 145363 + http-types HUnit infer-license interpolate mockery pretty 145364 + QuickCheck scientific template-haskell temporary text transformers 145365 + unordered-containers vector yaml 145366 + ]; 145367 + testToolDepends = [ hspec-discover ]; 145368 + description = "A modern format for Haskell packages"; 145369 + license = lib.licenses.mit; 145370 + hydraPlatforms = lib.platforms.none; 145371 + mainProgram = "hpack"; 145372 + }) {}; 145373 + 145374 "hpack-convert" = callPackage 145375 ({ mkDerivation, aeson, aeson-qq, base, base-compat, bytestring 145376 , Cabal, containers, deepseq, directory, filepath, Glob, hspec ··· 145601 testToolDepends = [ hspec-discover ]; 145602 description = "Alternative to 'directory' package with ByteString based filepaths"; 145603 license = lib.licenses.bsd3; 145604 }) {}; 145605 145606 "hpath-filepath" = callPackage ··· 145629 ]; 145630 description = "High-level IO operations on files/directories"; 145631 license = lib.licenses.bsd3; 145632 }) {}; 145633 145634 "hpath-posix" = callPackage ··· 145967 broken = true; 145968 }) {inherit (pkgs) postgresql;}; 145969 145970 + "hpqtypes_1_11_0_0" = callPackage 145971 ({ mkDerivation, aeson, async, base, bytestring, containers 145972 , exceptions, HUnit, libpq, lifted-base, monad-control, mtl 145973 , QuickCheck, random, resource-pool, scientific, semigroups ··· 145977 }: 145978 mkDerivation { 145979 pname = "hpqtypes"; 145980 + version = "1.11.0.0"; 145981 + sha256 = "14d01gi2bqqf5hcgaysc5m8c2s9h8bfsbg76vdvzksjz08nj5klr"; 145982 libraryHaskellDepends = [ 145983 aeson async base bytestring containers exceptions lifted-base 145984 monad-control mtl resource-pool semigroups text text-show time ··· 145987 libraryPkgconfigDepends = [ libpq ]; 145988 testHaskellDepends = [ 145989 aeson base bytestring exceptions HUnit lifted-base monad-control 145990 + mtl QuickCheck random resource-pool scientific test-framework 145991 test-framework-hunit text text-show time transformers-base 145992 unordered-containers uuid-types vector 145993 ]; ··· 146023 }: 146024 mkDerivation { 146025 pname = "hpqtypes-extras"; 146026 + version = "1.16.3.0"; 146027 + sha256 = "157971qzbxbnwg81879x9rm76slac07s72gx4l1czs6ll53pkl3d"; 146028 libraryHaskellDepends = [ 146029 base base16-bytestring bytestring containers cryptohash exceptions 146030 extra hpqtypes log-base mtl text text-show ··· 146108 }: 146109 mkDerivation { 146110 pname = "hprox"; 146111 + version = "0.1.2"; 146112 + sha256 = "1ggi44lmfs8nny93i60b4s26ygi8qk5dk2ip5sm9mm6ysz907f73"; 146113 isLibrary = false; 146114 isExecutable = true; 146115 executableHaskellDepends = [ ··· 149524 mainProgram = "hsinstall"; 149525 }) {}; 149526 149527 + "hsinstall_2_8" = callPackage 149528 + ({ mkDerivation, ansi-wl-pprint, base, Cabal, directory, exceptions 149529 + , filepath, heredoc, newtype-generics, optparse-applicative 149530 + , process, safe-exceptions, transformers 149531 + }: 149532 + mkDerivation { 149533 + pname = "hsinstall"; 149534 + version = "2.8"; 149535 + sha256 = "1nxkmdvg7fsrmsy1033l7ghmjc859mrvc6gg6pz2xknpg0rwxx3h"; 149536 + isLibrary = true; 149537 + isExecutable = true; 149538 + libraryHaskellDepends = [ base directory filepath ]; 149539 + executableHaskellDepends = [ 149540 + ansi-wl-pprint base Cabal directory exceptions filepath heredoc 149541 + newtype-generics optparse-applicative process safe-exceptions 149542 + transformers 149543 + ]; 149544 + description = "Install Haskell software"; 149545 + license = lib.licenses.isc; 149546 + hydraPlatforms = lib.platforms.none; 149547 + mainProgram = "hsinstall"; 149548 + }) {}; 149549 + 149550 "hskeleton" = callPackage 149551 ({ mkDerivation, base, Cabal }: 149552 mkDerivation { ··· 149835 ({ mkDerivation, base, bytestring, hslua-core, tasty, tasty-lua }: 149836 mkDerivation { 149837 pname = "hslua-list"; 149838 + version = "1.1.0.1"; 149839 + sha256 = "1gjccs0fwbxavzkm7j8nm2sw2h8rs7d5zyv1nxwkavyd73wqsqlh"; 149840 libraryHaskellDepends = [ base bytestring hslua-core ]; 149841 testHaskellDepends = [ base hslua-core tasty tasty-lua ]; 149842 description = "Opinionated, but extensible Lua list type"; 149843 license = lib.licenses.mit; 149844 }) {}; 149845 149846 "hslua-marshalling" = callPackage ··· 149976 ]; 149977 description = "Lua module to work with file zips"; 149978 license = lib.licenses.mit; 149979 }) {}; 149980 149981 "hslua-objectorientation" = callPackage ··· 150410 license = lib.licenses.mit; 150411 }) {}; 150412 150413 + "hspec_2_10_9" = callPackage 150414 ({ mkDerivation, base, hspec-core, hspec-discover 150415 , hspec-expectations, QuickCheck 150416 }: 150417 mkDerivation { 150418 pname = "hspec"; 150419 + version = "2.10.9"; 150420 + sha256 = "0vbi07wpf7nvg2bxlp91gi7c7hkq29q8va83wawzlb0mzaxbsccl"; 150421 libraryHaskellDepends = [ 150422 base hspec-core hspec-discover hspec-expectations QuickCheck 150423 ]; ··· 150540 license = lib.licenses.mit; 150541 }) {}; 150542 150543 + "hspec-core_2_10_9" = callPackage 150544 ({ mkDerivation, ansi-terminal, array, base, base-orphans 150545 , call-stack, deepseq, directory, filepath, haskell-lexer 150546 , hspec-expectations, hspec-meta, HUnit, process, QuickCheck ··· 150549 }: 150550 mkDerivation { 150551 pname = "hspec-core"; 150552 + version = "2.10.9"; 150553 + sha256 = "1aby2axr9pqbb75va2n1szkl6jw402kin39xv2m8i6f14fy2hzpz"; 150554 libraryHaskellDepends = [ 150555 ansi-terminal array base call-stack deepseq directory filepath 150556 haskell-lexer hspec-expectations HUnit process QuickCheck ··· 150631 maintainers = [ lib.maintainers.maralorn ]; 150632 }) {}; 150633 150634 + "hspec-discover_2_10_9" = callPackage 150635 ({ mkDerivation, base, directory, filepath, hspec-meta, mockery 150636 , QuickCheck 150637 }: 150638 mkDerivation { 150639 pname = "hspec-discover"; 150640 + version = "2.10.9"; 150641 + sha256 = "16ahgiwgj1nkp0bhyvpvz5avaimigja0gz78576066rsgf6kcygj"; 150642 isLibrary = true; 150643 isExecutable = true; 150644 libraryHaskellDepends = [ base directory filepath ]; ··· 152303 mainProgram = "hsx2hs"; 152304 }) {}; 152305 152306 + "hsx2hs_0_14_1_11" = callPackage 152307 + ({ mkDerivation, base, bytestring, haskell-src-exts 152308 + , haskell-src-meta, mtl, template-haskell, utf8-string 152309 + }: 152310 + mkDerivation { 152311 + pname = "hsx2hs"; 152312 + version = "0.14.1.11"; 152313 + sha256 = "1jpf3m7hcpl38p0a9wqpbaqffdxbqszyqisipgjwn0qmbh56jvas"; 152314 + isLibrary = true; 152315 + isExecutable = true; 152316 + libraryHaskellDepends = [ 152317 + base bytestring haskell-src-exts haskell-src-meta mtl 152318 + template-haskell utf8-string 152319 + ]; 152320 + executableHaskellDepends = [ 152321 + base bytestring haskell-src-exts haskell-src-meta mtl 152322 + template-haskell utf8-string 152323 + ]; 152324 + description = "HSX (Haskell Source with XML) allows literal XML syntax in Haskell source code"; 152325 + license = lib.licenses.bsd3; 152326 + hydraPlatforms = lib.platforms.none; 152327 + mainProgram = "hsx2hs"; 152328 + }) {}; 152329 + 152330 "hsyscall" = callPackage 152331 ({ mkDerivation, base }: 152332 mkDerivation { ··· 153891 153892 "http-monad" = callPackage 153893 ({ mkDerivation, base, bytestring, containers, explicit-exception 153894 + , HTTP, lazyio, network, network-uri, network-uri-flag, parsec 153895 + , semigroups, transformers, utility-ht 153896 }: 153897 mkDerivation { 153898 pname = "http-monad"; 153899 + version = "0.1.1.4"; 153900 + sha256 = "00bzm1s896wdngz8clmjlfbdp4pw3xjk4sg1d2zznf4npssckm0z"; 153901 isLibrary = true; 153902 isExecutable = true; 153903 libraryHaskellDepends = [ 153904 base bytestring containers explicit-exception HTTP lazyio network 153905 + network-uri network-uri-flag parsec semigroups transformers 153906 + utility-ht 153907 ]; 153908 description = "Monad abstraction for HTTP allowing lazy transfer and non-I/O simulation"; 153909 license = lib.licenses.bsd3; ··· 157564 pname = "hyper"; 157565 version = "0.2.1.1"; 157566 sha256 = "14p7r57g75ny8l9h4ilbm6mhdsfiysfs3rd56300dl0jkpgrh8r2"; 157567 + revision = "2"; 157568 + editedCabalFile = "13r3dafkn9bn8jw1cvw18cc6v6drgj91bmfkgdpfnr5sk3ad6k6n"; 157569 libraryHaskellDepends = [ base blaze-html deepseq text ]; 157570 description = "Display class for the HyperHaskell graphical Haskell interpreter"; 157571 license = lib.licenses.bsd3; ··· 157873 }: 157874 mkDerivation { 157875 pname = "hyraxAbif"; 157876 + version = "0.2.4.2"; 157877 + sha256 = "0k0pwvcsdmjr8vynz61hja35k1bpny6d3j2wppqf9jwgl031nh13"; 157878 isLibrary = true; 157879 isExecutable = true; 157880 libraryHaskellDepends = [ 157881 + base binary bytestring directory filepath hscolour pretty-show 157882 + protolude text 157883 ]; 157884 executableHaskellDepends = [ 157885 base bytestring hscolour pretty-show protolude text ··· 158787 ({ mkDerivation, base, ghc, ghc-tcplugin-api }: 158788 mkDerivation { 158789 pname = "if-instance"; 158790 + version = "0.3.1.0"; 158791 + sha256 = "112f1nz684wdsmbg5srizb4j9lizrfwgdzm1fpyb5vsbj3ib0fh9"; 158792 libraryHaskellDepends = [ base ghc ghc-tcplugin-api ]; 158793 testHaskellDepends = [ base ghc ]; 158794 doHaddock = false; ··· 161555 license = lib.licenses.mit; 161556 }) {}; 161557 161558 + "inspection-testing_0_5_0_1" = callPackage 161559 ({ mkDerivation, base, containers, ghc, mtl, template-haskell 161560 , transformers 161561 }: 161562 mkDerivation { 161563 pname = "inspection-testing"; 161564 + version = "0.5.0.1"; 161565 + sha256 = "0zq7ickp6633y262nafi507zp0pmw8v6854sr1cncd3qqmrhnx99"; 161566 libraryHaskellDepends = [ 161567 base containers ghc mtl template-haskell transformers 161568 ]; ··· 161788 }) {}; 161789 161790 "instrument" = callPackage 161791 + ({ mkDerivation, array, async, atomic-primops, base, bytestring 161792 + , cereal, cereal-text, conduit, containers, csv-conduit 161793 + , data-default, errors, exceptions, hedis, hostname, HUnit, mtl 161794 + , network, path, path-io, QuickCheck, quickcheck-instances, retry 161795 + , safe-exceptions, safecopy, safecopy-hunit, statistics, stm, tasty 161796 + , tasty-hunit, tasty-quickcheck, text, time, transformers, unix 161797 + , vector, zlib 161798 }: 161799 mkDerivation { 161800 pname = "instrument"; 161801 + version = "0.6.1.0"; 161802 + sha256 = "0lp759kgssp1mgz5b3na9306987fxrifahissql7w2dajg9ma0nr"; 161803 libraryHaskellDepends = [ 161804 + array atomic-primops base bytestring cereal cereal-text conduit 161805 + containers csv-conduit data-default errors exceptions hedis 161806 + hostname mtl network retry safe-exceptions safecopy statistics text 161807 + time transformers unix vector zlib 161808 ]; 161809 testHaskellDepends = [ 161810 async base bytestring cereal containers data-default hedis HUnit ··· 161829 license = lib.licenses.gpl3Only; 161830 }) {}; 161831 161832 + "instrument-cloudwatch" = callPackage 161833 + ({ mkDerivation, amazonka, amazonka-cloudwatch, async, base 161834 + , containers, instrument, lens, QuickCheck, retry, safe-exceptions 161835 + , semigroups, stm, stm-chans, tasty, tasty-hunit, tasty-quickcheck 161836 + , text, time, transformers 161837 + }: 161838 + mkDerivation { 161839 + pname = "instrument-cloudwatch"; 161840 + version = "0.2.1.0"; 161841 + sha256 = "1iigjf9c1n7by13q13hzxn8ciwvadxszbvsj782pf2arm3mhhvyw"; 161842 + libraryHaskellDepends = [ 161843 + amazonka amazonka-cloudwatch async base containers instrument lens 161844 + retry safe-exceptions semigroups stm stm-chans text time 161845 + transformers 161846 + ]; 161847 + testHaskellDepends = [ 161848 + base QuickCheck semigroups stm stm-chans tasty tasty-hunit 161849 + tasty-quickcheck 161850 + ]; 161851 + description = "Adds a worker for the instrument package that exports to Amazon CloudWatch"; 161852 + license = lib.licenses.bsd3; 161853 + hydraPlatforms = lib.platforms.none; 161854 + }) {}; 161855 + 161856 "int-cast" = callPackage 161857 ({ mkDerivation, base, QuickCheck, test-framework 161858 , test-framework-quickcheck2 ··· 161970 pname = "integer-logarithms"; 161971 version = "1.0.3.1"; 161972 sha256 = "0zzapclfabc76g8jzsbsqwdllx2zn0gp4raq076ib6v0mfgry2lv"; 161973 + revision = "4"; 161974 + editedCabalFile = "1jml3fygxcbh9f6nl006mc2gmixlwkzpnnsfxgdmk6pi786b8vrk"; 161975 libraryHaskellDepends = [ array base ghc-bignum ghc-prim ]; 161976 testHaskellDepends = [ 161977 base QuickCheck smallcheck tasty tasty-hunit tasty-quickcheck ··· 162024 }) {}; 162025 162026 "integer-types" = callPackage 162027 + ({ mkDerivation, base, deepseq, exceptions, hedgehog, hspec 162028 + , hspec-hedgehog, quaalude 162029 + }: 162030 mkDerivation { 162031 pname = "integer-types"; 162032 + version = "0.0.0.1"; 162033 + sha256 = "0s12gsa8k9b2pgd0705ji6qj4whl1vv0wpxjn129ppdb9dmji6gg"; 162034 + libraryHaskellDepends = [ base deepseq quaalude ]; 162035 + testHaskellDepends = [ 162036 + base deepseq exceptions hedgehog hspec hspec-hedgehog quaalude 162037 + ]; 162038 description = "Integer, Natural, and Positive"; 162039 license = lib.licenses.asl20; 162040 }) {}; ··· 162264 }: 162265 mkDerivation { 162266 pname = "internetmarke"; 162267 + version = "0.0.4"; 162268 + sha256 = "19wf0mx67kz2ghkw47b0xjxq5p81hhkc6i8mi5qm565r5nq5ff5n"; 162269 isLibrary = false; 162270 isExecutable = true; 162271 enableSeparateDataOutput = true; ··· 165296 }: 165297 mkDerivation { 165298 pname = "jack"; 165299 + version = "0.7.2.2"; 165300 + sha256 = "0f47cyhsjw57k4cgbmwvawn02v9dvx4x1pn7k2z612srf5l1igb5"; 165301 + revision = "1"; 165302 + editedCabalFile = "08y9jiyqxxpv6kjivlk2qaiidj3hayyfi7baqzsfn28bskxr7d9b"; 165303 isLibrary = true; 165304 isExecutable = true; 165305 libraryHaskellDepends = [ ··· 167960 ({ mkDerivation, aeson, base, bytestring, conduit, hspec, jsonl }: 167961 mkDerivation { 167962 pname = "jsonl-conduit"; 167963 + version = "0.1.3"; 167964 + sha256 = "04xrkkyazj5ss8857ckngxd366a2lbyck1y6wfwisw2xnj3yxdqj"; 167965 libraryHaskellDepends = [ aeson base bytestring conduit jsonl ]; 167966 testHaskellDepends = [ aeson base bytestring conduit hspec ]; 167967 description = "Conduit interface to JSONL-encoded data"; ··· 170729 license = lib.licenses.bsd3; 170730 }) {}; 170731 170732 + "ki_1_0_0_2" = callPackage 170733 + ({ mkDerivation, base, containers, stm, tasty, tasty-hunit }: 170734 + mkDerivation { 170735 + pname = "ki"; 170736 + version = "1.0.0.2"; 170737 + sha256 = "1sxzgh8g9fahqwx7ky4f1g03fhy791hilfansx8kf39gfk646dcw"; 170738 + libraryHaskellDepends = [ base containers ]; 170739 + testHaskellDepends = [ base stm tasty tasty-hunit ]; 170740 + description = "A lightweight structured concurrency library"; 170741 + license = lib.licenses.bsd3; 170742 + hydraPlatforms = lib.platforms.none; 170743 + }) {}; 170744 + 170745 "ki-effectful" = callPackage 170746 ({ mkDerivation, base, effectful-core, ki, stm, tasty, tasty-hunit 170747 }: ··· 170869 license = lib.licenses.bsd3; 170870 }) {}; 170871 170872 + "kind-apply_0_4_0_0" = callPackage 170873 + ({ mkDerivation, base, first-class-families }: 170874 + mkDerivation { 170875 + pname = "kind-apply"; 170876 + version = "0.4.0.0"; 170877 + sha256 = "0bw41crzif6rdsfpskb8yanhzkcwn7hqwjawzifgi6jz3mvqqaha"; 170878 + libraryHaskellDepends = [ base first-class-families ]; 170879 + description = "Utilities to work with lists of types"; 170880 + license = lib.licenses.bsd3; 170881 + hydraPlatforms = lib.platforms.none; 170882 + }) {}; 170883 + 170884 "kind-generics" = callPackage 170885 ({ mkDerivation, base, kind-apply }: 170886 mkDerivation { ··· 170892 license = lib.licenses.bsd3; 170893 }) {}; 170894 170895 + "kind-generics_0_5_0_0" = callPackage 170896 + ({ mkDerivation, base, first-class-families, kind-apply }: 170897 + mkDerivation { 170898 + pname = "kind-generics"; 170899 + version = "0.5.0.0"; 170900 + sha256 = "0l26fx2gyh8lav28zdwx882zmg4qqrj51d8ra9zs5jidirwhi415"; 170901 + libraryHaskellDepends = [ base first-class-families kind-apply ]; 170902 + description = "Generic programming in GHC style for arbitrary kinds and GADTs"; 170903 + license = lib.licenses.bsd3; 170904 + hydraPlatforms = lib.platforms.none; 170905 + }) {}; 170906 + 170907 + "kind-generics-deriving" = callPackage 170908 + ({ mkDerivation, aeson, base, first-class-families, kind-apply 170909 + , kind-generics 170910 + }: 170911 + mkDerivation { 170912 + pname = "kind-generics-deriving"; 170913 + version = "0.3.0.0"; 170914 + sha256 = "03702p4kviy301vagzwybjak3kvfcxrsc22vq89ixlws7qpqakp1"; 170915 + libraryHaskellDepends = [ 170916 + aeson base first-class-families kind-apply kind-generics 170917 + ]; 170918 + description = "Generic programming in GHC style for arbitrary kinds and GADTs"; 170919 + license = lib.licenses.bsd3; 170920 + hydraPlatforms = lib.platforms.none; 170921 + broken = true; 170922 + }) {}; 170923 + 170924 "kind-generics-th" = callPackage 170925 ({ mkDerivation, base, ghc-prim, kind-generics, template-haskell 170926 , th-abstraction ··· 170939 license = lib.licenses.bsd3; 170940 }) {}; 170941 170942 + "kind-generics-th_0_2_3_0" = callPackage 170943 + ({ mkDerivation, base, fcf-family, ghc-prim, kind-generics 170944 + , template-haskell, th-abstraction 170945 + }: 170946 + mkDerivation { 170947 + pname = "kind-generics-th"; 170948 + version = "0.2.3.0"; 170949 + sha256 = "12rqqsvfwllq0k5dmgvab61j5n92xx6z6xlcmi4sm5zfxk2pi3b5"; 170950 + libraryHaskellDepends = [ 170951 + base fcf-family ghc-prim kind-generics template-haskell 170952 + th-abstraction 170953 + ]; 170954 + testHaskellDepends = [ base kind-generics template-haskell ]; 170955 + description = "Template Haskell support for generating `GenericK` instances"; 170956 + license = lib.licenses.bsd3; 170957 + hydraPlatforms = lib.platforms.none; 170958 + }) {}; 170959 + 170960 "kinds" = callPackage 170961 ({ mkDerivation, base }: 170962 mkDerivation { ··· 171000 pname = "kleene"; 171001 version = "0.1"; 171002 sha256 = "00w1gywdhqyy2k3y238gfjs9h2w4pjanmi45bna5lj215n0jb0hg"; 171003 + revision = "6"; 171004 + editedCabalFile = "15fkqfhf4pjskbivsvjnrq79667cdxf3jv2yx576vl8fkgx5l1ba"; 171005 libraryHaskellDepends = [ 171006 attoparsec base base-compat bytestring containers lattices MemoTrie 171007 QuickCheck range-set-list regex-applicative semigroupoids ··· 173247 }: 173248 mkDerivation { 173249 pname = "language-c"; 173250 version = "0.9.2"; 173251 sha256 = "1cvcxwnbg71xijadr4aqzwxaw29fxj5z2gpnz3lp5pqnv8phscdj"; 173252 libraryHaskellDepends = [ ··· 173257 testHaskellDepends = [ base directory filepath process ]; 173258 description = "Analysis and generation of C code"; 173259 license = lib.licenses.bsd3; 173260 maintainers = [ lib.maintainers.expipiplus1 ]; 173261 }) {}; 173262 ··· 174536 }: 174537 mkDerivation { 174538 pname = "lapack"; 174539 + version = "0.5.0.2"; 174540 + sha256 = "18gb8p2mx9hwhcqnqghvjhrdbxr7sziyr936vn2bnh33w9srnghi"; 174541 isLibrary = true; 174542 isExecutable = true; 174543 libraryHaskellDepends = [ ··· 174610 }: 174611 mkDerivation { 174612 pname = "lapack-ffi-tools"; 174613 + version = "0.1.3.1"; 174614 + sha256 = "1mf41wcbxkgiv71c3jjwhsdg9d7qpa88qsifpa5vgplpx2v1p6ya"; 174615 isLibrary = false; 174616 isExecutable = true; 174617 enableSeparateDataOutput = true; ··· 174630 }: 174631 mkDerivation { 174632 pname = "lapack-hmatrix"; 174633 + version = "0.0.0.2"; 174634 + sha256 = "16w7rwf1d7m3ml0zmdk2gf2ri0p9dljp67d8l6afwblzwqvlrkbd"; 174635 libraryHaskellDepends = [ 174636 base comfort-array hmatrix lapack netlib-ffi transformers 174637 utility-ht vector ··· 174665 ]; 174666 description = "Scalable anonymous records"; 174667 license = lib.licenses.bsd3; 174668 + hydraPlatforms = lib.platforms.none; 174669 }) {}; 174670 174671 "large-generics" = callPackage ··· 175032 license = lib.licenses.bsd3; 175033 }) {}; 175034 175035 + "lattices_2_1" = callPackage 175036 + ({ mkDerivation, base, base-compat, containers, deepseq, hashable 175037 + , integer-logarithms, QuickCheck, quickcheck-instances 175038 + , semigroupoids, tagged, tasty, tasty-quickcheck, transformers 175039 + , universe-base, universe-reverse-instances, unordered-containers 175040 + }: 175041 + mkDerivation { 175042 + pname = "lattices"; 175043 + version = "2.1"; 175044 + sha256 = "1wxam7c00bcfl3g1aiayxzjscmmbm393gfj8zmx77ijhs7v1zp3v"; 175045 + libraryHaskellDepends = [ 175046 + base base-compat containers deepseq hashable integer-logarithms 175047 + QuickCheck semigroupoids tagged transformers universe-base 175048 + universe-reverse-instances unordered-containers 175049 + ]; 175050 + testHaskellDepends = [ 175051 + base base-compat containers QuickCheck quickcheck-instances tasty 175052 + tasty-quickcheck transformers universe-base 175053 + universe-reverse-instances unordered-containers 175054 + ]; 175055 + description = "Fine-grained library for constructing and manipulating lattices"; 175056 + license = lib.licenses.bsd3; 175057 + hydraPlatforms = lib.platforms.none; 175058 + }) {}; 175059 + 175060 "launchdarkly-server-sdk" = callPackage 175061 ({ mkDerivation, aeson, attoparsec, base, base16-bytestring 175062 , bytestring, clock, containers, cryptohash, exceptions, extra ··· 175067 }: 175068 mkDerivation { 175069 pname = "launchdarkly-server-sdk"; 175070 + version = "3.1.0"; 175071 + sha256 = "17jq8fccppdivd2a662aax1hf12rgldjhk2d89m285k6pdcfyyrh"; 175072 libraryHaskellDepends = [ 175073 aeson attoparsec base base16-bytestring bytestring clock containers 175074 cryptohash exceptions extra generic-lens hashtables hedis ··· 175711 ({ mkDerivation, aeson, base, text }: 175712 mkDerivation { 175713 pname = "ldtk-types"; 175714 + version = "1.2.3"; 175715 + sha256 = "1xva58a0dsplw03sx2ip4ad88icp9mn5n5wpi81hgy9kj6szh22x"; 175716 libraryHaskellDepends = [ aeson base text ]; 175717 testHaskellDepends = [ aeson base text ]; 175718 description = "Datatypes and Aeson instances for parsing LDtk"; ··· 178106 ]; 178107 description = "Bindings for secp256k1"; 178108 license = lib.licenses.mit; 178109 + hydraPlatforms = lib.platforms.none; 178110 + broken = true; 178111 }) {inherit (pkgs) secp256k1;}; 178112 178113 "libsodium" = callPackage ··· 180524 180525 "list-t" = callPackage 180526 ({ mkDerivation, base, base-prelude, foldl, HTF, logict, mmorph 180527 , monad-control, mtl, mtl-prelude, transformers, transformers-base 180528 }: 180529 mkDerivation { ··· 180537 testHaskellDepends = [ base-prelude HTF mmorph mtl-prelude ]; 180538 description = "ListT done right"; 180539 license = lib.licenses.mit; 180540 }) {}; 180541 180542 "list-t-attoparsec" = callPackage ··· 180795 ({ mkDerivation, base }: 180796 mkDerivation { 180797 pname = "lists-flines"; 180798 + version = "0.1.3.0"; 180799 + sha256 = "015ln008c1nb9ajykn1kr91z8ab393xd59m8sgw1ih62k9g4f3f0"; 180800 + revision = "1"; 180801 + editedCabalFile = "0mb010y2p83n7cwxq35ynv35id6y1n14hfsjfgmvg1d8kax0g39k"; 180802 libraryHaskellDepends = [ base ]; 180803 description = "Additional data and structures to some 'String'-related lists"; 180804 license = lib.licenses.mit; ··· 181442 pname = "llvm-pkg-config"; 181443 version = "0.0.2"; 181444 sha256 = "1p4ww8ylhr4ag1dfz4sffkg2qsyjj4zxccda3nr50k3c26pmmdz1"; 181445 + revision = "1"; 181446 + editedCabalFile = "0wd3vvcas446skkmp2w3jp7f3d1cbl7b58kikwgrmlqa6ddzyzlk"; 181447 isLibrary = false; 181448 isExecutable = true; 181449 enableSeparateDataOutput = true; ··· 181788 }: 181789 mkDerivation { 181790 pname = "loc"; 181791 version = "0.1.4.1"; 181792 sha256 = "12bsbjl0808dfcshz38iih3cl3768zix23adznnq821ffxsxfiiw"; 181793 libraryHaskellDepends = [ base containers ]; ··· 181796 ]; 181797 description = "Line and column positions and ranges in text files"; 181798 license = lib.licenses.asl20; 181799 }) {}; 181800 181801 "loc-test" = callPackage ··· 182583 ({ mkDerivation, base }: 182584 mkDerivation { 182585 pname = "logical-constraints"; 182586 + version = "0.1.3.0"; 182587 + sha256 = "1jw64bajnz1fizgkw9b01fpk7iyf5w7b8rd1zmhkqxg85npx3kql"; 182588 libraryHaskellDepends = [ base ]; 182589 description = "Simple logical constraints 'syntax-sugar' writing library"; 182590 license = lib.licenses.mit; ··· 184751 }: 184752 mkDerivation { 184753 pname = "lzo"; 184754 + version = "0.1.1.5"; 184755 + sha256 = "1giv7ksmcgilmysdz26nmr37anvgyyddyzazx7cfwhrj6nv949w0"; 184756 libraryHaskellDepends = [ 184757 base binary bytestring digest digest-sig 184758 ]; ··· 187344 }) {}; 187345 187346 "math-programming" = callPackage 187347 + ({ mkDerivation, base, containers, exceptions, hspec, mtl 187348 + , QuickCheck, text, transformers 187349 }: 187350 mkDerivation { 187351 pname = "math-programming"; 187352 + version = "0.5.1"; 187353 + sha256 = "0lp1mjl3c01xmypcix0q8pa4id1acx418mc1vlj5hrprs30smin1"; 187354 + libraryHaskellDepends = [ 187355 + base containers exceptions mtl text transformers 187356 ]; 187357 + testHaskellDepends = [ base hspec mtl QuickCheck text ]; 187358 description = "A library for formulating and solving math programs"; 187359 license = lib.licenses.bsd3; 187360 }) {}; 187361 187362 "math-programming-glpk" = callPackage 187363 + ({ mkDerivation, base, glpk-headers, hspec, math-programming 187364 + , math-programming-tests, mtl, text, transformers, unliftio 187365 }: 187366 mkDerivation { 187367 pname = "math-programming-glpk"; 187368 + version = "0.5.1"; 187369 + sha256 = "0b7r81l1gc57kxbflp4189wx4mvyxf5lf86in6vw2n76qxz04fsq"; 187370 libraryHaskellDepends = [ 187371 + base glpk-headers math-programming mtl text transformers unliftio 187372 ]; 187373 testHaskellDepends = [ 187374 + base hspec math-programming math-programming-tests unliftio 187375 ]; 187376 description = "A GLPK backend to the math-programming library"; 187377 license = lib.licenses.bsd3; 187378 + }) {}; 187379 187380 "math-programming-tests" = callPackage 187381 + ({ mkDerivation, base, containers, hspec, math-programming 187382 + , microlens, microlens-mtl, microlens-th, mtl, QuickCheck, random 187383 + , text 187384 }: 187385 mkDerivation { 187386 pname = "math-programming-tests"; 187387 + version = "0.5.1"; 187388 + sha256 = "0mfx6vs6nniprgdcpgnc2z7mpampyiqada6rsa5gkd3k8vwy6aa2"; 187389 libraryHaskellDepends = [ 187390 + base containers hspec math-programming microlens microlens-mtl 187391 + microlens-th mtl QuickCheck random text 187392 ]; 187393 description = "Utility functions for testing implementations of the math-programming library"; 187394 license = lib.licenses.bsd3; 187395 }) {}; 187396 187397 "mathblog" = callPackage ··· 188208 }: 188209 mkDerivation { 188210 pname = "mcmc"; 188211 + version = "0.8.1.0"; 188212 + sha256 = "15sdqfq9sfjwkbzwi3qsjg8d59nj44qx3sh3sd9zk3hmc11k8wp4"; 188213 libraryHaskellDepends = [ 188214 ad aeson async base bytestring circular containers covariance 188215 directory dirichlet hmatrix log-domain math-functions microlens ··· 190602 }: 190603 mkDerivation { 190604 pname = "microstache"; 190605 version = "1.0.2.3"; 190606 sha256 = "16nj6ss8nmxd0z8lc2a9zpawgvi4kbd5wyjy17xknq43awbi6ynz"; 190607 libraryHaskellDepends = [ ··· 190614 ]; 190615 description = "Mustache templates for Haskell"; 190616 license = lib.licenses.bsd3; 190617 }) {}; 190618 190619 "microtimer" = callPackage ··· 190679 }: 190680 mkDerivation { 190681 pname = "midi"; 190682 + version = "0.2.2.4"; 190683 + sha256 = "14dv5ihlk5jqmvd3b0wfk4nzk4phan5gx6fmvq616mrp6dsflx58"; 190684 libraryHaskellDepends = [ 190685 base binary bytestring event-list explicit-exception 190686 monoid-transformer non-negative QuickCheck random semigroups ··· 192361 ({ mkDerivation, base }: 192362 mkDerivation { 192363 pname = "mmsyn2-array"; 192364 + version = "0.3.1.1"; 192365 + sha256 = "0f0lksih0mgfk70h3ws4yh5fshmcx2s32vva2yj3x5cx4c6w94n6"; 192366 libraryHaskellDepends = [ base ]; 192367 description = "A library that can be used for multiple Ord a => a -> b transformations"; 192368 license = lib.licenses.mit; ··· 192473 ]; 192474 description = "A musical instrument synthesizer or a tool for Ukrainian language listening"; 192475 license = lib.licenses.mit; 192476 + hydraPlatforms = lib.platforms.none; 192477 mainProgram = "mmsyn6ukra"; 192478 }) {}; 192479 ··· 192519 ]; 192520 description = "Modifies the amplitudes of the sounds representations created by mmsyn7ukr-array and mmsyn7ukr packages"; 192521 license = lib.licenses.mit; 192522 + hydraPlatforms = lib.platforms.none; 192523 mainProgram = "mmsyn7l"; 192524 + broken = true; 192525 }) {}; 192526 192527 "mmsyn7s" = callPackage ··· 192577 ]; 192578 description = "A simple reduced basic interface to some SoX functionality or to produce a voice that can be used by mmsyn7h-array, dobutokO2-array and other similar packages"; 192579 license = lib.licenses.mit; 192580 + hydraPlatforms = lib.platforms.none; 192581 + broken = true; 192582 }) {}; 192583 192584 "mmsyn7ukr-common" = callPackage ··· 193109 "mohws" = callPackage 193110 ({ mkDerivation, base, bytestring, containers, data-accessor 193111 , directory, explicit-exception, fail, filepath, html, HTTP 193112 + , network, network-bsd, network-uri, network-uri-flag, old-locale 193113 + , old-time, parsec, process, transformers, unix, utility-ht 193114 }: 193115 mkDerivation { 193116 pname = "mohws"; 193117 + version = "0.2.1.9"; 193118 + sha256 = "0a2hajnnngmarxpypbk1jvmwb8y93y2hhcnp86bj5rf3j5far5pf"; 193119 isLibrary = true; 193120 isExecutable = true; 193121 enableSeparateDataOutput = true; 193122 libraryHaskellDepends = [ 193123 base bytestring containers data-accessor directory 193124 + explicit-exception fail filepath html HTTP network network-bsd 193125 + network-uri network-uri-flag old-locale old-time parsec process 193126 + transformers unix utility-ht 193127 ]; 193128 executableHaskellDepends = [ base bytestring ]; 193129 description = "Modular Haskell Web Server"; ··· 193740 license = lib.licenses.mit; 193741 }) {}; 193742 193743 + "monad-logger_0_3_39" = callPackage 193744 + ({ mkDerivation, base, bytestring, conduit, conduit-extra 193745 + , exceptions, fast-logger, lifted-base, monad-control, monad-loops 193746 + , mtl, resourcet, stm, stm-chans, template-haskell, text 193747 + , transformers, transformers-base, transformers-compat 193748 + , unliftio-core 193749 + }: 193750 + mkDerivation { 193751 + pname = "monad-logger"; 193752 + version = "0.3.39"; 193753 + sha256 = "19992zh63axs0q86fgznk04dan8h3hbs72cjp1s3yynsgl23pwnk"; 193754 + libraryHaskellDepends = [ 193755 + base bytestring conduit conduit-extra exceptions fast-logger 193756 + lifted-base monad-control monad-loops mtl resourcet stm stm-chans 193757 + template-haskell text transformers transformers-base 193758 + transformers-compat unliftio-core 193759 + ]; 193760 + description = "A class of monads which can log messages"; 193761 + license = lib.licenses.mit; 193762 + hydraPlatforms = lib.platforms.none; 193763 + }) {}; 193764 + 193765 "monad-logger-aeson" = callPackage 193766 ({ mkDerivation, aeson, aeson-diff, base, bytestring, context 193767 , directory, exceptions, fast-logger, hspec, hspec-discover ··· 194868 pname = "monadplus"; 194869 version = "1.4.3"; 194870 sha256 = "1gwy7kkcp696plfsbry22nvvqnainyv1n1van8yzskilz26k2yc5"; 194871 + revision = "1"; 194872 + editedCabalFile = "177z7d8hzl53cwxzsj0hqc1icm89d8k2faz99j790ag2vjmsai5g"; 194873 libraryHaskellDepends = [ base ]; 194874 description = "Haskell98 partial maps and filters over MonadPlus"; 194875 license = lib.licenses.bsd3; ··· 199425 ({ mkDerivation, base, safe-exceptions }: 199426 mkDerivation { 199427 pname = "mvar-lock"; 199428 + version = "0.1.0.4"; 199429 + sha256 = "04hh9yydm6xkv526k5kivyimwbjic591527rl6r2c5bykmkdns38"; 199430 libraryHaskellDepends = [ base safe-exceptions ]; 199431 description = "A trivial lock based on MVar"; 199432 license = lib.licenses.asl20; ··· 200496 }: 200497 mkDerivation { 200498 pname = "named-text"; 200499 + version = "1.1.2.0"; 200500 + sha256 = "0yzz8vb4pjb177p3z3qr4rvn8nz5bdha0w7jmq1791g0g022jvqj"; 200501 libraryHaskellDepends = [ 200502 aeson base deepseq hashable prettyprinter sayable text 200503 ]; ··· 203337 license = lib.licenses.bsd3; 203338 }) {}; 203339 203340 + "network-udp" = callPackage 203341 + ({ mkDerivation, base, bytestring, containers, iproute, network }: 203342 + mkDerivation { 203343 + pname = "network-udp"; 203344 + version = "0.0.0"; 203345 + sha256 = "1fj7pa9ymbbf8kvklxk44ric1kc37lwx4n3x0jcb8mm39ww6x629"; 203346 + libraryHaskellDepends = [ 203347 + base bytestring containers iproute network 203348 + ]; 203349 + description = "UDP library"; 203350 + license = lib.licenses.bsd3; 203351 + }) {}; 203352 + 203353 "network-uri" = callPackage 203354 ({ mkDerivation, base, criterion, deepseq, HUnit, parsec 203355 , QuickCheck, tasty, tasty-hunit, tasty-quickcheck ··· 204426 pname = "nix-diff"; 204427 version = "1.0.19"; 204428 sha256 = "0iscad4ydgg1365k64bzxn15pl4jnsv17jbzda4s0fs9ff4c5ias"; 204429 + revision = "1"; 204430 + editedCabalFile = "0yf5x1wx33bgpr1gj24jsgp5gx2741xjchyhvjb3acvw7w5lzr0s"; 204431 isLibrary = true; 204432 isExecutable = true; 204433 libraryHaskellDepends = [ ··· 207973 }: 207974 mkDerivation { 207975 pname = "ogma-cli"; 207976 + version = "1.0.7"; 207977 + sha256 = "1xg4xjc7xw22vsra0iqslclhmz37nfvqhi6qj26f3xb30ivw43j3"; 207978 isLibrary = false; 207979 isExecutable = true; 207980 executableHaskellDepends = [ base ogma-core optparse-applicative ]; ··· 207988 }) {}; 207989 207990 "ogma-core" = callPackage 207991 + ({ mkDerivation, aeson, base, filepath, HUnit, IfElse, mtl 207992 + , ogma-extra, ogma-language-c, ogma-language-cocospec 207993 + , ogma-language-copilot, ogma-language-fret-cs 207994 + , ogma-language-fret-reqs, ogma-language-smv, QuickCheck 207995 + , test-framework, test-framework-hunit, test-framework-quickcheck2 207996 }: 207997 mkDerivation { 207998 pname = "ogma-core"; 207999 + version = "1.0.7"; 208000 + sha256 = "04axn5mjpfgiv91c6k3753m3349cgd3s8mknvmn5lh11gpwxhjx3"; 208001 enableSeparateDataOutput = true; 208002 libraryHaskellDepends = [ 208003 + aeson base filepath IfElse mtl ogma-extra ogma-language-c 208004 ogma-language-cocospec ogma-language-copilot ogma-language-fret-cs 208005 ogma-language-fret-reqs ogma-language-smv 208006 ]; ··· 208019 }: 208020 mkDerivation { 208021 pname = "ogma-extra"; 208022 + version = "1.0.7"; 208023 + sha256 = "0870ifglgb2r7c5rm6m5276bh6m5av6jxci89fdj2xba6rm9x9ag"; 208024 libraryHaskellDepends = [ 208025 base bytestring Cabal directory filepath 208026 ]; ··· 208037 }: 208038 mkDerivation { 208039 pname = "ogma-language-c"; 208040 + version = "1.0.7"; 208041 + sha256 = "1pqmgmhw4d736k8vnk02ggrcqh88k8kn2766pml5m2d4svzjddb6"; 208042 setupHaskellDepends = [ base BNFC Cabal process ]; 208043 libraryHaskellDepends = [ array base ]; 208044 testHaskellDepends = [ ··· 208056 }: 208057 mkDerivation { 208058 pname = "ogma-language-cocospec"; 208059 + version = "1.0.7"; 208060 + sha256 = "1i3w465prdaw734pnbydjs1k8k4lwivhdkvzxassam961n0gdnw6"; 208061 setupHaskellDepends = [ base BNFC Cabal process ]; 208062 libraryHaskellDepends = [ array base ]; 208063 testHaskellDepends = [ ··· 208073 ({ mkDerivation, base }: 208074 mkDerivation { 208075 pname = "ogma-language-copilot"; 208076 + version = "1.0.7"; 208077 + sha256 = "0fac170jnyv1yz1w4w53y13p79qb69rnvz6qkkxh7603lcajjzn8"; 208078 libraryHaskellDepends = [ base ]; 208079 description = "Ogma: Runtime Monitor translator: Copilot Language Endpoints"; 208080 license = "unknown"; ··· 208087 }: 208088 mkDerivation { 208089 pname = "ogma-language-fret-cs"; 208090 + version = "1.0.7"; 208091 + sha256 = "1dyqnm3yqih636dzkjh2hdw6ahmrczw8bagcgxch5v4w3pnpbhsc"; 208092 libraryHaskellDepends = [ 208093 aeson base ogma-language-cocospec ogma-language-smv 208094 ]; ··· 208108 }: 208109 mkDerivation { 208110 pname = "ogma-language-fret-reqs"; 208111 + version = "1.0.7"; 208112 + sha256 = "0q49la3kyh02pk7xccf9msmlw90wjd0chm3pbi5mng2rw865hkq3"; 208113 libraryHaskellDepends = [ 208114 aeson base ogma-language-cocospec ogma-language-smv text 208115 ]; ··· 208128 }: 208129 mkDerivation { 208130 pname = "ogma-language-smv"; 208131 + version = "1.0.7"; 208132 + sha256 = "1wnyjdi7s9l0aym9a06ldjk1zkpmk1yjxikdmgm79ww5zn42rmvq"; 208133 setupHaskellDepends = [ base BNFC Cabal process ]; 208134 libraryHaskellDepends = [ array base ]; 208135 testHaskellDepends = [ ··· 208955 }) {}; 208956 208957 "oops" = callPackage 208958 + ({ mkDerivation, base, base-compat, doctest, doctest-discover 208959 + , exceptions, Glob, hedgehog, hedgehog-quickcheck, hspec 208960 + , hspec-discover, hw-hspec-hedgehog, lens, mtl, QuickCheck 208961 + , template-haskell, transformers 208962 }: 208963 mkDerivation { 208964 pname = "oops"; 208965 + version = "0.2.0.0"; 208966 + sha256 = "0kqgilshjd0lrabfb4yllgqk93kyyy62h7igpyz48wvz0x9mvy3d"; 208967 + libraryHaskellDepends = [ 208968 + base exceptions mtl QuickCheck transformers 208969 + ]; 208970 testHaskellDepends = [ 208971 base base-compat doctest doctest-discover Glob hedgehog 208972 + hedgehog-quickcheck hspec hw-hspec-hedgehog lens mtl QuickCheck 208973 template-haskell 208974 ]; 208975 testToolDepends = [ doctest-discover hspec-discover ]; ··· 210990 }: 210991 mkDerivation { 210992 pname = "optparse-generic"; 210993 version = "1.4.9"; 210994 sha256 = "1kxrhh4h2jd2i9fi1lr3sx6wij71n1y50crl0r0j6b3c8hj3c05j"; 210995 isLibrary = true; ··· 211001 executableHaskellDepends = [ base ]; 211002 description = "Auto-generate a command-line parser for your datatype"; 211003 license = lib.licenses.bsd3; 211004 maintainers = [ lib.maintainers.Gabriel439 ]; 211005 }) {}; 211006 ··· 211677 mainProgram = "ormolu"; 211678 }) {}; 211679 211680 + "ormolu_0_5_3_0" = callPackage 211681 ({ mkDerivation, ansi-terminal, array, base, binary, bytestring 211682 , Cabal-syntax, containers, Diff, directory, dlist, file-embed 211683 + , filepath, ghc-lib-parser, hspec, hspec-discover, hspec-megaparsec 211684 + , megaparsec, MemoTrie, mtl, optparse-applicative, path, path-io 211685 + , QuickCheck, syb, temporary, text, th-env 211686 }: 211687 mkDerivation { 211688 pname = "ormolu"; 211689 + version = "0.5.3.0"; 211690 + sha256 = "13x0iasi2mrwv6mnhg2clkaa0znm6i058vssyxri9mdi147sb3pk"; 211691 isLibrary = true; 211692 isExecutable = true; 211693 libraryHaskellDepends = [ ··· 211696 MemoTrie mtl syb text 211697 ]; 211698 executableHaskellDepends = [ 211699 + base containers directory filepath ghc-lib-parser 211700 + optparse-applicative text th-env 211701 ]; 211702 testHaskellDepends = [ 211703 + base Cabal-syntax containers directory filepath ghc-lib-parser 211704 + hspec hspec-megaparsec path path-io QuickCheck temporary text 211705 ]; 211706 testToolDepends = [ hspec-discover ]; 211707 description = "A formatter for Haskell source code"; ··· 212960 ]; 212961 }) {}; 212962 212963 + "pandoc_3_0_1" = callPackage 212964 + ({ mkDerivation, aeson, aeson-pretty, array, attoparsec, base 212965 + , base64, binary, blaze-html, blaze-markup, bytestring 212966 + , case-insensitive, citeproc, commonmark, commonmark-extensions 212967 + , commonmark-pandoc, connection, containers, data-default, deepseq 212968 + , Diff, directory, doclayout, doctemplates, emojis, exceptions 212969 + , file-embed, filepath, Glob, gridtables, haddock-library 212970 + , http-client, http-client-tls, http-types, ipynb, jira-wiki-markup 212971 + , JuicyPixels, mime-types, mtl, network, network-uri, pandoc-types 212972 + , parsec, pretty, pretty-show, process, random, safe, scientific 212973 + , SHA, skylighting, skylighting-core, split, syb, tagsoup, tasty 212974 + , tasty-bench, tasty-golden, tasty-hunit, tasty-quickcheck 212975 + , temporary, texmath, text, text-conversions, time 212976 + , unicode-collation, unicode-transforms, unix, xml, xml-conduit 212977 + , xml-types, yaml, zip-archive, zlib 212978 + }: 212979 + mkDerivation { 212980 + pname = "pandoc"; 212981 + version = "3.0.1"; 212982 + sha256 = "0yxrcr589z1wbk1ng7qg6ni7zy1vm2v5fg5df639xgk1na4sn0jc"; 212983 + configureFlags = [ "-f-trypandoc" ]; 212984 + enableSeparateDataOutput = true; 212985 + libraryHaskellDepends = [ 212986 + aeson aeson-pretty array attoparsec base base64 binary blaze-html 212987 + blaze-markup bytestring case-insensitive citeproc commonmark 212988 + commonmark-extensions commonmark-pandoc connection containers 212989 + data-default deepseq directory doclayout doctemplates emojis 212990 + exceptions file-embed filepath Glob gridtables haddock-library 212991 + http-client http-client-tls http-types ipynb jira-wiki-markup 212992 + JuicyPixels mime-types mtl network network-uri pandoc-types parsec 212993 + pretty pretty-show process random safe scientific SHA skylighting 212994 + skylighting-core split syb tagsoup temporary texmath text 212995 + text-conversions time unicode-collation unicode-transforms unix xml 212996 + xml-conduit xml-types yaml zip-archive zlib 212997 + ]; 212998 + testHaskellDepends = [ 212999 + base bytestring containers Diff directory doctemplates filepath 213000 + Glob mtl pandoc-types process tasty tasty-golden tasty-hunit 213001 + tasty-quickcheck text time xml zip-archive 213002 + ]; 213003 + benchmarkHaskellDepends = [ 213004 + base bytestring deepseq mtl tasty-bench text 213005 + ]; 213006 + doHaddock = false; 213007 + postInstall = '' 213008 + mkdir -p $out/share/man/man1 213009 + mv "man/"*.1 $out/share/man/man1/ 213010 + ''; 213011 + description = "Conversion between markup formats"; 213012 + license = lib.licenses.gpl2Plus; 213013 + hydraPlatforms = lib.platforms.none; 213014 + maintainers = [ 213015 + lib.maintainers.maralorn lib.maintainers.sternenseemann 213016 + ]; 213017 + }) {}; 213018 + 213019 "pandoc-citeproc" = callPackage 213020 ({ mkDerivation, aeson, aeson-pretty, attoparsec, base, bytestring 213021 , Cabal, containers, data-default, directory, filepath, hs-bibutils ··· 213072 mainProgram = "pandoc-citeproc-preamble"; 213073 }) {}; 213074 213075 + "pandoc-cli" = callPackage 213076 + ({ mkDerivation, base, hslua-cli, pandoc, pandoc-lua-engine 213077 + , pandoc-server, safe, text, wai-extra, warp 213078 + }: 213079 + mkDerivation { 213080 + pname = "pandoc-cli"; 213081 + version = "0.1"; 213082 + sha256 = "01fb51nbx6ljv7jkmny3bxlgkg307radr5n6d4m0rg7wxigsrmn5"; 213083 + isLibrary = false; 213084 + isExecutable = true; 213085 + executableHaskellDepends = [ 213086 + base hslua-cli pandoc pandoc-lua-engine pandoc-server safe text 213087 + wai-extra warp 213088 + ]; 213089 + description = "Conversion between documentation formats"; 213090 + license = lib.licenses.gpl2Plus; 213091 + mainProgram = "pandoc"; 213092 + maintainers = [ lib.maintainers.maralorn ]; 213093 + }) {}; 213094 + 213095 "pandoc-crossref" = callPackage 213096 ({ mkDerivation, base, containers, criterion, data-default, deepseq 213097 , directory, filepath, gitrev, hspec, microlens, microlens-mtl ··· 213125 description = "Pandoc filter for cross-references"; 213126 license = lib.licenses.gpl2Only; 213127 mainProgram = "pandoc-crossref"; 213128 + maintainers = [ lib.maintainers.maralorn ]; 213129 + }) {}; 213130 + 213131 + "pandoc-crossref_0_3_15_0" = callPackage 213132 + ({ mkDerivation, base, containers, criterion, data-default, deepseq 213133 + , directory, filepath, gitrev, hspec, microlens, microlens-mtl 213134 + , microlens-th, mtl, open-browser, optparse-applicative, pandoc 213135 + , pandoc-cli, pandoc-types, syb, template-haskell, temporary, text 213136 + , utility-ht 213137 + }: 213138 + mkDerivation { 213139 + pname = "pandoc-crossref"; 213140 + version = "0.3.15.0"; 213141 + sha256 = "0kzxdpqkhm09vizsyb7ck0mnic32kci8plqlbsawdjkg4knvdn5r"; 213142 + isLibrary = true; 213143 + isExecutable = true; 213144 + enableSeparateDataOutput = true; 213145 + libraryHaskellDepends = [ 213146 + base containers data-default directory filepath microlens 213147 + microlens-mtl microlens-th mtl pandoc pandoc-types syb 213148 + template-haskell text utility-ht 213149 + ]; 213150 + executableHaskellDepends = [ 213151 + base deepseq gitrev open-browser optparse-applicative pandoc 213152 + pandoc-types template-haskell temporary text 213153 + ]; 213154 + testHaskellDepends = [ 213155 + base containers data-default directory filepath hspec microlens mtl 213156 + pandoc pandoc-types text 213157 + ]; 213158 + testToolDepends = [ pandoc-cli ]; 213159 + benchmarkHaskellDepends = [ 213160 + base criterion pandoc pandoc-types text 213161 + ]; 213162 + doHaddock = false; 213163 + description = "Pandoc filter for cross-references"; 213164 + license = lib.licenses.gpl2Only; 213165 + hydraPlatforms = lib.platforms.none; 213166 + mainProgram = "pandoc-crossref"; 213167 + maintainers = [ lib.maintainers.maralorn ]; 213168 }) {}; 213169 213170 "pandoc-csv2table" = callPackage ··· 213388 license = lib.licenses.bsd3; 213389 }) {}; 213390 213391 + "pandoc-lua-engine" = callPackage 213392 + ({ mkDerivation, base, bytestring, citeproc, containers 213393 + , data-default, directory, doclayout, doctemplates, exceptions 213394 + , filepath, hslua, hslua-aeson, hslua-core, hslua-module-doclayout 213395 + , hslua-module-path, hslua-module-system, hslua-module-text 213396 + , hslua-module-version, hslua-module-zip, lpeg, mtl, pandoc 213397 + , pandoc-lua-marshal, pandoc-types, parsec, SHA, tasty 213398 + , tasty-golden, tasty-hunit, tasty-lua, text 213399 + }: 213400 + mkDerivation { 213401 + pname = "pandoc-lua-engine"; 213402 + version = "0.1"; 213403 + sha256 = "08r7zfv8jpxscypdd814rirghmpxgh5a2wwv6bwl3ifhrxlrn4dq"; 213404 + libraryHaskellDepends = [ 213405 + base bytestring citeproc containers data-default doclayout 213406 + doctemplates exceptions hslua hslua-aeson hslua-core 213407 + hslua-module-doclayout hslua-module-path hslua-module-system 213408 + hslua-module-text hslua-module-version hslua-module-zip lpeg mtl 213409 + pandoc pandoc-lua-marshal pandoc-types parsec SHA text 213410 + ]; 213411 + testHaskellDepends = [ 213412 + base bytestring data-default directory exceptions filepath hslua 213413 + pandoc pandoc-types tasty tasty-golden tasty-hunit tasty-lua text 213414 + ]; 213415 + description = "Lua engine to power custom pandoc conversions"; 213416 + license = lib.licenses.gpl2Plus; 213417 + hydraPlatforms = lib.platforms.none; 213418 + broken = true; 213419 + }) {}; 213420 + 213421 "pandoc-lua-marshal" = callPackage 213422 ({ mkDerivation, base, bytestring, containers, exceptions, hslua 213423 , hslua-marshalling, lua, pandoc-types, QuickCheck, safe, tasty ··· 213438 ]; 213439 description = "Use pandoc types in Lua"; 213440 license = lib.licenses.mit; 213441 + }) {}; 213442 + 213443 + "pandoc-lua-marshal_0_2_0" = callPackage 213444 + ({ mkDerivation, base, bytestring, containers, exceptions, hslua 213445 + , hslua-list, hslua-marshalling, lua, pandoc-types, QuickCheck 213446 + , safe, tasty, tasty-hunit, tasty-lua, tasty-quickcheck, text 213447 + }: 213448 + mkDerivation { 213449 + pname = "pandoc-lua-marshal"; 213450 + version = "0.2.0"; 213451 + sha256 = "1sha2yxvwy31s4i1qhkk1jig37pbw5j5bxkfkwvvq0y52pl14j0g"; 213452 + libraryHaskellDepends = [ 213453 + base bytestring containers exceptions hslua hslua-list 213454 + hslua-marshalling lua pandoc-types safe text 213455 + ]; 213456 + testHaskellDepends = [ 213457 + base bytestring containers exceptions hslua hslua-list 213458 + hslua-marshalling lua pandoc-types QuickCheck safe tasty 213459 + tasty-hunit tasty-lua tasty-quickcheck text 213460 + ]; 213461 + description = "Use pandoc types in Lua"; 213462 + license = lib.licenses.mit; 213463 + hydraPlatforms = lib.platforms.none; 213464 }) {}; 213465 213466 "pandoc-markdown-ghci-filter" = callPackage ··· 213576 mainProgram = "pandoc-plot"; 213577 }) {}; 213578 213579 + "pandoc-plot_1_6_1" = callPackage 213580 + ({ mkDerivation, aeson, base, bytestring, containers, criterion 213581 + , data-default, directory, filepath, gitrev, hashable 213582 + , hspec-expectations, lifted-async, lifted-base, mtl 213583 + , optparse-applicative, pandoc, pandoc-types, shakespeare, tagsoup 213584 + , tasty, tasty-hspec, tasty-hunit, template-haskell, text 213585 + , typed-process, unix, yaml 213586 + }: 213587 + mkDerivation { 213588 + pname = "pandoc-plot"; 213589 + version = "1.6.1"; 213590 + sha256 = "02ryb5bcdwli8fliwm7kngka4010a21wzz9ak8lgszgqm9d58li3"; 213591 + isLibrary = true; 213592 + isExecutable = true; 213593 + libraryHaskellDepends = [ 213594 + sha256 = "1h3av9mpgsqfdrd817fz0isqrxn3lxmjyanw33dk9jax136ivi1h"; 213595 + hashable lifted-async lifted-base mtl pandoc pandoc-types 213596 + shakespeare tagsoup template-haskell text typed-process unix yaml 213597 + ]; 213598 + executableHaskellDepends = [ 213599 + base containers directory filepath gitrev optparse-applicative 213600 + pandoc pandoc-types template-haskell text typed-process 213601 + ]; 213602 + testHaskellDepends = [ 213603 + base containers directory filepath hspec-expectations pandoc-types 213604 + tasty tasty-hspec tasty-hunit text 213605 + ]; 213606 + benchmarkHaskellDepends = [ 213607 + base criterion pandoc-types template-haskell text 213608 + ]; 213609 + description = "A Pandoc filter to include figures generated from code blocks using your plotting toolkit of choice"; 213610 + license = lib.licenses.gpl2Plus; 213611 + hydraPlatforms = lib.platforms.none; 213612 + mainProgram = "pandoc-plot"; 213613 + }) {}; 213614 + 213615 "pandoc-pyplot" = callPackage 213616 ({ mkDerivation, base, containers, data-default-class, deepseq 213617 , directory, filepath, hashable, hspec, hspec-expectations, mtl ··· 213645 broken = true; 213646 }) {}; 213647 213648 + "pandoc-server" = callPackage 213649 + ({ mkDerivation, aeson, base, base64, bytestring, containers 213650 + , data-default, doctemplates, pandoc, pandoc-types, servant-server 213651 + , skylighting, text, unicode-collation, wai, wai-cors 213652 + }: 213653 + mkDerivation { 213654 + pname = "pandoc-server"; 213655 + version = "0.1"; 213656 + sha256 = "1l0nvzq4p06lsn3q5krkddgl9qf5lv7s8siqhpvnz8gjzdnxi12q"; 213657 + libraryHaskellDepends = [ 213658 + aeson base base64 bytestring containers data-default doctemplates 213659 + pandoc pandoc-types servant-server skylighting text 213660 + unicode-collation wai wai-cors 213661 + ]; 213662 + description = "Pandoc document conversion as an HTTP servant-server"; 213663 + license = lib.licenses.gpl2Plus; 213664 + hydraPlatforms = lib.platforms.none; 213665 + broken = true; 213666 + }) {}; 213667 + 213668 "pandoc-sidenote" = callPackage 213669 ({ mkDerivation, base, mtl, pandoc-types, text }: 213670 mkDerivation { ··· 213686 }: 213687 mkDerivation { 213688 pname = "pandoc-stylefrommeta"; 213689 + version = "0.3.0.0"; 213690 + sha256 = "1r7i22d4jkhd11srzxbchl9bx337800pliyvwa59i9n6hhqkycvg"; 213691 isLibrary = false; 213692 isExecutable = true; 213693 executableHaskellDepends = [ ··· 213698 mainProgram = "styleFromMeta"; 213699 }) {}; 213700 213701 + "pandoc-symreg" = callPackage 213702 + ({ mkDerivation, attoparsec, attoparsec-expr, base, bytestring, mtl 213703 + , optparse-applicative, srtree 213704 + }: 213705 + mkDerivation { 213706 + pname = "pandoc-symreg"; 213707 + version = "0.1.0.1"; 213708 + sha256 = "0lw82q4mygcnwfasiz3gps1y1i5cn80q7ch2g6xshjyxrbqq3qnf"; 213709 + isLibrary = true; 213710 + isExecutable = true; 213711 + libraryHaskellDepends = [ 213712 + attoparsec attoparsec-expr base bytestring mtl optparse-applicative 213713 + srtree 213714 + ]; 213715 + executableHaskellDepends = [ 213716 + attoparsec attoparsec-expr base bytestring mtl optparse-applicative 213717 + srtree 213718 + ]; 213719 + testHaskellDepends = [ 213720 + attoparsec attoparsec-expr base bytestring mtl optparse-applicative 213721 + srtree 213722 + ]; 213723 + description = "A tool to convert symbolic regression expressions into different formats"; 213724 + license = lib.licenses.gpl3Only; 213725 + mainProgram = "pandoc-symreg"; 213726 + }) {}; 213727 + 213728 "pandoc-throw" = callPackage 213729 ({ mkDerivation, base, exceptions, pandoc }: 213730 mkDerivation { ··· 213759 license = lib.licenses.bsd3; 213760 }) {}; 213761 213762 + "pandoc-types_1_23" = callPackage 213763 + ({ mkDerivation, aeson, base, bytestring, containers, criterion 213764 + , deepseq, ghc-prim, HUnit, QuickCheck, string-qq, syb 213765 + , test-framework, test-framework-hunit, test-framework-quickcheck2 213766 + , text, transformers 213767 + }: 213768 + mkDerivation { 213769 + pname = "pandoc-types"; 213770 + version = "1.23"; 213771 + sha256 = "0b8na6516rkwx3b7la58zwpmjia7hvljswzw0nds7h0r090j2rsy"; 213772 + libraryHaskellDepends = [ 213773 + aeson base bytestring containers deepseq ghc-prim QuickCheck syb 213774 + text transformers 213775 + ]; 213776 + testHaskellDepends = [ 213777 + aeson base bytestring containers HUnit QuickCheck string-qq syb 213778 + test-framework test-framework-hunit test-framework-quickcheck2 text 213779 + ]; 213780 + benchmarkHaskellDepends = [ base criterion text ]; 213781 + description = "Types for representing a structured document"; 213782 + license = lib.licenses.bsd3; 213783 + hydraPlatforms = lib.platforms.none; 213784 + }) {}; 213785 + 213786 "pandoc-unlit" = callPackage 213787 ({ mkDerivation, base, pandoc }: 213788 mkDerivation { ··· 215830 ({ mkDerivation, base, hedgehog }: 215831 mkDerivation { 215832 pname = "partial-semigroup"; 215833 version = "0.6.0.1"; 215834 sha256 = "1zzpv5b860k22wng7qa0pcj129vgzm2vxda5x1f26f9vc0bm8q18"; 215835 libraryHaskellDepends = [ base ]; 215836 testHaskellDepends = [ base hedgehog ]; 215837 description = "A partial binary associative operator"; 215838 license = lib.licenses.asl20; 215839 }) {}; 215840 215841 "partial-semigroup-hedgehog" = callPackage ··· 216450 ({ mkDerivation, base, bytestring, path, safe-exceptions, text }: 216451 mkDerivation { 216452 pname = "path-text-utf8"; 216453 version = "0.0.1.11"; 216454 sha256 = "1dxqbcwsr3ayijssm7wr6z96p3vrwrfqhr15zhg7m3i2ad44wz8c"; 216455 libraryHaskellDepends = [ ··· 216457 ]; 216458 description = "Read and write UTF-8 text files"; 216459 license = lib.licenses.asl20; 216460 }) {}; 216461 216462 "path-tree" = callPackage ··· 216591 }: 216592 mkDerivation { 216593 pname = "patrol"; 216594 + version = "1.0.0.0"; 216595 + sha256 = "1zlnfj8a4ijxjzqvp07fsnm40wdgpcjnqb1cn8nczhl7r1d0kil6"; 216596 libraryHaskellDepends = [ 216597 aeson base bytestring case-insensitive containers exceptions 216598 http-client http-types network-uri text time uuid ··· 218629 broken = true; 218630 }) {}; 218631 218632 + "persistent-event-source" = callPackage 218633 + ({ mkDerivation, base, esqueleto, monad-logger, persistent 218634 + , persistent-mtl, tasty, tasty-hunit, tasty-quickcheck, text, time 218635 + , unliftio-core 218636 + }: 218637 + mkDerivation { 218638 + pname = "persistent-event-source"; 218639 + version = "0.1.0"; 218640 + sha256 = "1pk0655hv6rvkk9rfdnc03fy90q16yn53yfv83rc1vrxghs17mnr"; 218641 + libraryHaskellDepends = [ 218642 + base esqueleto monad-logger persistent persistent-mtl text time 218643 + unliftio-core 218644 + ]; 218645 + testHaskellDepends = [ 218646 + base esqueleto monad-logger persistent persistent-mtl tasty 218647 + tasty-hunit tasty-quickcheck text time unliftio-core 218648 + ]; 218649 + description = "Persistent based event sourcing"; 218650 + license = lib.licenses.mit; 218651 + hydraPlatforms = lib.platforms.none; 218652 + }) {}; 218653 + 218654 + "persistent-eventsource" = callPackage 218655 + ({ mkDerivation, base, esqueleto, monad-logger, persistent 218656 + , persistent-mtl, tasty, tasty-hunit, tasty-quickcheck, text, time 218657 + , unliftio-core 218658 + }: 218659 + mkDerivation { 218660 + pname = "persistent-eventsource"; 218661 + version = "0.2.0"; 218662 + sha256 = "0fp23hxg217zbm3ak85rixd06dipscgsl2ldiyhp09f2jxkskslv"; 218663 + libraryHaskellDepends = [ 218664 + base esqueleto monad-logger persistent persistent-mtl text time 218665 + unliftio-core 218666 + ]; 218667 + testHaskellDepends = [ 218668 + base esqueleto monad-logger persistent persistent-mtl tasty 218669 + tasty-hunit tasty-quickcheck text time unliftio-core 218670 + ]; 218671 + description = "Persistent based event sourcing"; 218672 + license = lib.licenses.mit; 218673 + hydraPlatforms = lib.platforms.none; 218674 + }) {}; 218675 + 218676 "persistent-generic" = callPackage 218677 ({ mkDerivation, base, persistent, text }: 218678 mkDerivation { ··· 218822 pname = "persistent-mtl"; 218823 version = "0.5.0.1"; 218824 sha256 = "17sxwa8p95nrkacjr1wnpihwfq121z1pkyh1nvlfjy76b4aalqhi"; 218825 + revision = "1"; 218826 + editedCabalFile = "1qhazc2jqrhz6bkhn55nsikgf8kdvajb2ai6826nwrq657glzqa4"; 218827 testHaskellDepends = [ 218828 base bytestring conduit containers esqueleto explainable-predicates 218829 monad-logger persistent persistent-postgresql persistent-sqlite ··· 218862 license = lib.licenses.mit; 218863 }) {}; 218864 218865 + "persistent-mysql_2_13_1_4" = callPackage 218866 + ({ mkDerivation, aeson, base, blaze-builder, bytestring, conduit 218867 + , containers, fast-logger, hspec, http-api-data, HUnit 218868 + , monad-logger, mysql, mysql-simple, path-pieces, persistent 218869 + , persistent-qq, persistent-test, QuickCheck, quickcheck-instances 218870 + , resource-pool, resourcet, text, time, transformers, unliftio-core 218871 + }: 218872 + mkDerivation { 218873 + pname = "persistent-mysql"; 218874 + version = "2.13.1.4"; 218875 + sha256 = "10i8x5byqjqgqmjwfjj56dgjhnkv7wf4bg1pad9dd1ld3crlaf8d"; 218876 + libraryHaskellDepends = [ 218877 + aeson base blaze-builder bytestring conduit containers monad-logger 218878 + mysql mysql-simple persistent resource-pool resourcet text 218879 + transformers unliftio-core 218880 + ]; 218881 + testHaskellDepends = [ 218882 + aeson base bytestring conduit containers fast-logger hspec 218883 + http-api-data HUnit monad-logger mysql path-pieces persistent 218884 + persistent-qq persistent-test QuickCheck quickcheck-instances 218885 + resourcet text time transformers unliftio-core 218886 + ]; 218887 + description = "Backend for the persistent library using MySQL database server"; 218888 + license = lib.licenses.mit; 218889 + hydraPlatforms = lib.platforms.none; 218890 + }) {}; 218891 + 218892 "persistent-mysql-haskell" = callPackage 218893 ({ mkDerivation, aeson, base, bytestring, conduit, containers 218894 , fast-logger, hspec, HUnit, io-streams, monad-logger ··· 219009 ]; 219010 description = "Backend for the persistent library using postgresql"; 219011 license = lib.licenses.mit; 219012 + }) {}; 219013 + 219014 + "persistent-postgresql_2_13_5_1" = callPackage 219015 + ({ mkDerivation, aeson, attoparsec, base, blaze-builder, bytestring 219016 + , conduit, containers, fast-logger, hspec, hspec-expectations 219017 + , hspec-expectations-lifted, http-api-data, HUnit, monad-logger 219018 + , mtl, path-pieces, persistent, persistent-qq, persistent-test 219019 + , postgresql-libpq, postgresql-simple, QuickCheck 219020 + , quickcheck-instances, resource-pool, resourcet 219021 + , string-conversions, text, time, transformers, unliftio 219022 + , unliftio-core, unordered-containers, vault, vector 219023 + }: 219024 + mkDerivation { 219025 + pname = "persistent-postgresql"; 219026 + version = "2.13.5.1"; 219027 + sha256 = "1snvzm01qgyiz3y12pzyy4phxwqpr7c47fi395w3cnl915y9i8rp"; 219028 + isLibrary = true; 219029 + isExecutable = true; 219030 + libraryHaskellDepends = [ 219031 + aeson attoparsec base blaze-builder bytestring conduit containers 219032 + monad-logger mtl persistent postgresql-libpq postgresql-simple 219033 + resource-pool resourcet string-conversions text time transformers 219034 + unliftio-core vault 219035 + ]; 219036 + testHaskellDepends = [ 219037 + aeson base bytestring containers fast-logger hspec 219038 + hspec-expectations hspec-expectations-lifted http-api-data HUnit 219039 + monad-logger path-pieces persistent persistent-qq persistent-test 219040 + QuickCheck quickcheck-instances resourcet text time transformers 219041 + unliftio unliftio-core unordered-containers vector 219042 + ]; 219043 + description = "Backend for the persistent library using postgresql"; 219044 + license = lib.licenses.mit; 219045 + hydraPlatforms = lib.platforms.none; 219046 }) {}; 219047 219048 "persistent-postgresql-streaming" = callPackage ··· 219248 maintainers = [ lib.maintainers.psibi ]; 219249 }) {inherit (pkgs) sqlite;}; 219250 219251 + "persistent-sqlite_2_13_1_1" = callPackage 219252 + ({ mkDerivation, aeson, base, bytestring, conduit, containers 219253 + , exceptions, fast-logger, hspec, HUnit, microlens, microlens-th 219254 + , monad-logger, mtl, persistent, persistent-test, QuickCheck 219255 + , resource-pool, resourcet, sqlite, system-fileio, system-filepath 219256 + , temporary, text, time, transformers, unliftio-core 219257 + , unordered-containers 219258 + }: 219259 + mkDerivation { 219260 + pname = "persistent-sqlite"; 219261 + version = "2.13.1.1"; 219262 + sha256 = "0a7s0znm4580spgadiqy14dhvm2kzbh6v3kc4px41yyk8br6vnpj"; 219263 + configureFlags = [ "-fsystemlib" ]; 219264 + isLibrary = true; 219265 + isExecutable = true; 219266 + libraryHaskellDepends = [ 219267 + aeson base bytestring conduit containers microlens-th monad-logger 219268 + mtl persistent resource-pool resourcet text time transformers 219269 + unliftio-core unordered-containers 219270 + ]; 219271 + librarySystemDepends = [ sqlite ]; 219272 + testHaskellDepends = [ 219273 + base bytestring conduit containers exceptions fast-logger hspec 219274 + HUnit microlens monad-logger mtl persistent persistent-test 219275 + QuickCheck resourcet system-fileio system-filepath temporary text 219276 + time transformers unliftio-core 219277 + ]; 219278 + description = "Backend for the persistent library using sqlite3"; 219279 + license = lib.licenses.mit; 219280 + hydraPlatforms = lib.platforms.none; 219281 + maintainers = [ lib.maintainers.psibi ]; 219282 + }) {inherit (pkgs) sqlite;}; 219283 + 219284 "persistent-stm" = callPackage 219285 ({ mkDerivation, base, binary, bytestring, containers, directory 219286 , extra, filelock, filepath, focus, hspec, stm, stm-containers ··· 219587 }: 219588 mkDerivation { 219589 pname = "pg-entity"; 219590 + version = "0.0.4.2"; 219591 + sha256 = "0rdmdrch9q4sz23svsr52ymkllvfxi6kgc7mrfr0zdarah2sc8ip"; 219592 isLibrary = true; 219593 isExecutable = true; 219594 libraryHaskellDepends = [ ··· 220148 libraryHaskellDepends = [ base subG ]; 220149 description = "Constraints to filter the needed permutations"; 220150 license = lib.licenses.mit; 220151 + hydraPlatforms = lib.platforms.none; 220152 + broken = true; 220153 }) {}; 220154 220155 "phonetic-languages-examples" = callPackage ··· 220195 libraryHaskellDepends = [ base filters-basic mmsyn2-array ]; 220196 description = "Allows to change the structure of the function output"; 220197 license = lib.licenses.mit; 220198 + hydraPlatforms = lib.platforms.none; 220199 + broken = true; 220200 }) {}; 220201 220202 "phonetic-languages-general" = callPackage ··· 220237 libraryHaskellDepends = [ base subG ]; 220238 description = "Permutations and universal set related functions for the phonetic-languages series"; 220239 license = lib.licenses.mit; 220240 + hydraPlatforms = lib.platforms.none; 220241 + broken = true; 220242 }) {}; 220243 220244 "phonetic-languages-phonetics-basics" = callPackage ··· 220259 ]; 220260 description = "A library for working with generalized phonetic languages usage"; 220261 license = lib.licenses.mit; 220262 + hydraPlatforms = lib.platforms.none; 220263 mainProgram = "pldPL"; 220264 + broken = true; 220265 }) {}; 220266 220267 "phonetic-languages-plus" = callPackage ··· 220284 ]; 220285 description = "Some common shared between different packages functions"; 220286 license = lib.licenses.mit; 220287 + hydraPlatforms = lib.platforms.none; 220288 mainProgram = "distributionTextG"; 220289 + broken = true; 220290 }) {}; 220291 220292 "phonetic-languages-properties" = callPackage ··· 220332 ]; 220333 description = "A basics of the phonetic-languages functionality that can be groupped"; 220334 license = lib.licenses.mit; 220335 + hydraPlatforms = lib.platforms.none; 220336 }) {}; 220337 220338 "phonetic-languages-simplified-common" = callPackage ··· 220399 ]; 220400 description = "Helps to create Ukrainian texts with the given phonetic properties"; 220401 license = lib.licenses.mit; 220402 + hydraPlatforms = lib.platforms.none; 220403 }) {}; 220404 220405 "phonetic-languages-simplified-examples-common" = callPackage ··· 220418 ]; 220419 description = "Some commonly used by phonetic-languages-simplified* series functions"; 220420 license = lib.licenses.mit; 220421 + hydraPlatforms = lib.platforms.none; 220422 }) {}; 220423 220424 "phonetic-languages-simplified-generalized-examples-array" = callPackage ··· 220450 ]; 220451 description = "Helps to create texts with the given phonetic properties (e. g. poetic)."; 220452 license = lib.licenses.mit; 220453 + hydraPlatforms = lib.platforms.none; 220454 }) {}; 220455 220456 "phonetic-languages-simplified-generalized-examples-common" = callPackage ··· 220467 ]; 220468 description = "Some common code for phonetic languages generalized functionality"; 220469 license = lib.licenses.mit; 220470 + hydraPlatforms = lib.platforms.none; 220471 }) {}; 220472 220473 "phonetic-languages-simplified-generalized-properties-array" = callPackage ··· 220485 ]; 220486 description = "Some 'properties' of the phonetic languages approach text"; 220487 license = lib.licenses.mit; 220488 + hydraPlatforms = lib.platforms.none; 220489 }) {}; 220490 220491 "phonetic-languages-simplified-lists-examples" = callPackage ··· 220542 ]; 220543 description = "Some properties of the data related to rhythmicity"; 220544 license = lib.licenses.mit; 220545 + hydraPlatforms = lib.platforms.none; 220546 }) {}; 220547 220548 "phonetic-languages-simplified-properties-array-common" = callPackage ··· 220645 executableHaskellDepends = [ base mmsyn2-array mmsyn5 ]; 220646 description = "Prepares Ukrainian text to be used as a phonetic language text"; 220647 license = lib.licenses.mit; 220648 + hydraPlatforms = lib.platforms.none; 220649 mainProgram = "unconcatUkr"; 220650 + broken = true; 220651 }) {}; 220652 220653 "phonetic-languages-vector" = callPackage ··· 224572 pname = "polyparse"; 224573 version = "1.13"; 224574 sha256 = "0yvhg718dlksiw3v27m2d8m1sn4r4f5s0p56zq3lynhy1sc74k0w"; 224575 + revision = "6"; 224576 + editedCabalFile = "0xrmzz7p2akgdyr7gm54yvq83lm9qixcrk72ia2w9xcs2r4b76vz"; 224577 libraryHaskellDepends = [ base bytestring text ]; 224578 description = "A variety of alternative parser combinator libraries"; 224579 license = "LGPL"; ··· 228008 }: 228009 mkDerivation { 228010 pname = "prairie"; 228011 + version = "0.0.2.0"; 228012 + sha256 = "1z9l8a45shvv1z8zsp4d1c0nrp7zblma8g0alhp2flp7wxfv7qf3"; 228013 libraryHaskellDepends = [ 228014 aeson base constraints containers lens template-haskell text 228015 ]; 228016 + testHaskellDepends = [ aeson base lens ]; 228017 description = "A first class record field library"; 228018 license = lib.licenses.bsd3; 228019 hydraPlatforms = lib.platforms.none; ··· 229027 pname = "prettyprinter-combinators"; 229028 version = "0.1.1"; 229029 sha256 = "1m6338w6cd7fsib00zs8dk16b4mxfa1vswg5bmkzafas1db6qbcg"; 229030 + revision = "3"; 229031 + editedCabalFile = "0kvfw63g2a6mn4sk3lf8i7g469gz5xazlniivbxxan91gcg7rfb2"; 229032 libraryHaskellDepends = [ 229033 base bimap bytestring containers dlist pretty-show prettyprinter 229034 syb template-haskell text unordered-containers vector ··· 229037 license = lib.licenses.asl20; 229038 }) {}; 229039 229040 + "prettyprinter-combinators_0_1_1_1" = callPackage 229041 + ({ mkDerivation, base, bimap, bytestring, containers, dlist 229042 + , pretty-show, prettyprinter, syb, template-haskell, text 229043 + , unordered-containers, vector 229044 + }: 229045 + mkDerivation { 229046 + pname = "prettyprinter-combinators"; 229047 + version = "0.1.1.1"; 229048 + sha256 = "1553qii74af7a5xxj3n6ch9vv84kr5ayd1z69x0d78lqqraibx4y"; 229049 + libraryHaskellDepends = [ 229050 + base bimap bytestring containers dlist pretty-show prettyprinter 229051 + syb template-haskell text unordered-containers vector 229052 + ]; 229053 + description = "Some useful combinators for the prettyprinter package"; 229054 + license = lib.licenses.asl20; 229055 + hydraPlatforms = lib.platforms.none; 229056 + }) {}; 229057 + 229058 "prettyprinter-compat-annotated-wl-pprint" = callPackage 229059 ({ mkDerivation, base, prettyprinter, text }: 229060 mkDerivation { ··· 229412 pname = "primitive"; 229413 version = "0.7.4.0"; 229414 sha256 = "1mddh42i6xg02z315c4lg3zsxlr3wziwnpzh2nhzdcifh716sbav"; 229415 + revision = "1"; 229416 + editedCabalFile = "0av20kv9ib795qr62yzby5l46vhkifzc6fdj8cppzsfwnfbyvw62"; 229417 libraryHaskellDepends = [ 229418 base deepseq template-haskell transformers 229419 ]; ··· 231067 }: 231068 mkDerivation { 231069 pname = "prolude"; 231070 + version = "0.0.0.30"; 231071 + sha256 = "1jcfr6mw5rkcr0vfs53szymwkkdr5jxy8ph9n8cfrn56yqhcdvqj"; 231072 libraryHaskellDepends = [ 231073 aeson base bytestring cassava containers esqueleto generic-random 231074 lens mongoDB network-uri persistent persistent-mongoDB QuickCheck ··· 231526 }: 231527 mkDerivation { 231528 pname = "proteaaudio"; 231529 + version = "0.9.4"; 231530 + sha256 = "1vgrwx36liqkshrfqkrb38nsbq84a6fbnmn0p2v0y76iccd2shid"; 231531 isLibrary = true; 231532 isExecutable = true; 231533 libraryHaskellDepends = [ base bytestring ]; ··· 233282 license = lib.licenses.bsd3; 233283 }) {}; 233284 233285 + "purescript-bridge_0_15_0_0" = callPackage 233286 + ({ mkDerivation, base, containers, directory, filepath 233287 + , generic-deriving, hspec, hspec-expectations-pretty-diff, lens 233288 + , mtl, text, transformers 233289 + }: 233290 + mkDerivation { 233291 + pname = "purescript-bridge"; 233292 + version = "0.15.0.0"; 233293 + sha256 = "09bjlmwq3vsprngsrvx3g1ah9n60bng91kfswv61lh1bhca0q9z0"; 233294 + libraryHaskellDepends = [ 233295 + base containers directory filepath generic-deriving lens mtl text 233296 + transformers 233297 + ]; 233298 + testHaskellDepends = [ 233299 + base containers hspec hspec-expectations-pretty-diff text 233300 + ]; 233301 + description = "Generate PureScript data types from Haskell data types"; 233302 + license = lib.licenses.bsd3; 233303 + hydraPlatforms = lib.platforms.none; 233304 + }) {}; 233305 + 233306 "purescript-bundle-fast" = callPackage 233307 ({ mkDerivation, base, containers, directory, filepath 233308 , optparse-applicative, text, vector ··· 234487 hydraPlatforms = lib.platforms.none; 234488 }) {inherit (pkgs.qt5) qtbase;}; 234489 234490 + "quaalude" = callPackage 234491 + ({ mkDerivation, base }: 234492 + mkDerivation { 234493 + pname = "quaalude"; 234494 + version = "0.0.0.1"; 234495 + sha256 = "0wwsrpm2s7gs2c4fwh4qvhnjywxfyf94dw715bz34q7bzyyk3lc6"; 234496 + libraryHaskellDepends = [ base ]; 234497 + description = "Extremely minimal prelude"; 234498 + license = lib.licenses.asl20; 234499 + }) {}; 234500 + 234501 "quack" = callPackage 234502 ({ mkDerivation, aeson, attoparsec, base, http-types, mtl, text }: 234503 mkDerivation { ··· 234628 ({ mkDerivation, base, subG, uniqueness-periods-vector-stats }: 234629 mkDerivation { 234630 pname = "quantizer"; 234631 + version = "0.2.1.1"; 234632 + sha256 = "073sz728am6sj9zj2n2pnzvn5asvnj8lqcb8hbi09qp36w4mgvy4"; 234633 libraryHaskellDepends = [ 234634 base subG uniqueness-periods-vector-stats 234635 ]; ··· 238490 license = lib.licenses.bsd3; 238491 }) {}; 238492 238493 + "reactive-banana_1_3_2_0" = callPackage 238494 + ({ mkDerivation, base, containers, deepseq, hashable, pqueue 238495 + , QuickCheck, random, semigroups, stm, tasty, tasty-bench 238496 + , tasty-hunit, tasty-quickcheck, these, transformers 238497 + , unordered-containers, vault 238498 + }: 238499 + mkDerivation { 238500 + pname = "reactive-banana"; 238501 + version = "1.3.2.0"; 238502 + sha256 = "0mrsw3hkl0sgwcbay4m1lzs4bilss80g9p6njbbhapbfjyzsr36k"; 238503 + libraryHaskellDepends = [ 238504 + base containers deepseq hashable pqueue semigroups stm these 238505 + transformers unordered-containers vault 238506 + ]; 238507 + testHaskellDepends = [ 238508 + base containers deepseq hashable pqueue QuickCheck semigroups tasty 238509 + tasty-hunit tasty-quickcheck these transformers 238510 + unordered-containers vault 238511 + ]; 238512 + benchmarkHaskellDepends = [ 238513 + base containers QuickCheck random tasty tasty-bench 238514 + tasty-quickcheck 238515 + ]; 238516 + description = "Library for functional reactive programming (FRP)"; 238517 + license = lib.licenses.bsd3; 238518 + hydraPlatforms = lib.platforms.none; 238519 + }) {}; 238520 + 238521 "reactive-banana-automation" = callPackage 238522 ({ mkDerivation, base, doctest, reactive-banana, stm, time 238523 , transformers ··· 238699 }: 238700 mkDerivation { 238701 pname = "reactive-jack"; 238702 + version = "0.4.1.2"; 238703 + sha256 = "1ckm95dr3y14bh73nxapm9rl39bz1lpxmclgcnd9n2mkn0b1q54w"; 238704 libraryHaskellDepends = [ 238705 base containers data-accessor event-list explicit-exception 238706 extensible-exceptions jack midi non-negative random ··· 241096 }: 241097 mkDerivation { 241098 pname = "reflex-test-host"; 241099 + version = "0.1.2.2"; 241100 + sha256 = "1km340p317yscwjmx20pazraczsilb6mna5ka9mx7al7864jcyk1"; 241101 libraryHaskellDepends = [ 241102 base dependent-sum lens mtl primitive ref-tf reflex these 241103 transformers ··· 241207 ]; 241208 description = "Happstack support for reform"; 241209 license = lib.licenses.bsd3; 241210 + }) {}; 241211 + 241212 + "reform-happstack_0_2_5_6" = callPackage 241213 + ({ mkDerivation, base, bytestring, happstack-server, mtl, random 241214 + , reform, text, utf8-string 241215 + }: 241216 + mkDerivation { 241217 + pname = "reform-happstack"; 241218 + version = "0.2.5.6"; 241219 + sha256 = "1v76z620b0iw3j2cr7mjs13jcf2lk800ilnl2k46jixc4zk75biy"; 241220 + libraryHaskellDepends = [ 241221 + base bytestring happstack-server mtl random reform text utf8-string 241222 + ]; 241223 + description = "Happstack support for reform"; 241224 + license = lib.licenses.bsd3; 241225 + hydraPlatforms = lib.platforms.none; 241226 }) {}; 241227 241228 "reform-hsp" = callPackage ··· 242476 }) {}; 242477 242478 "regression-simple" = callPackage 242479 + ({ mkDerivation, ad, base, deepseq, math-functions, splitmix 242480 + , statistics, tasty, tasty-hunit 242481 + }: 242482 mkDerivation { 242483 pname = "regression-simple"; 242484 + version = "0.2"; 242485 + sha256 = "15axsj9zfllyc98dpvxm7mr1vq2jxj5g7a8lkpbr24fxn3avd708"; 242486 + libraryHaskellDepends = [ base deepseq ]; 242487 + testHaskellDepends = [ 242488 + ad base math-functions splitmix statistics tasty tasty-hunit 242489 + ]; 242490 description = "Simple linear and quadratic regression"; 242491 license = lib.licenses.bsd3; 242492 }) {}; ··· 242675 maintainers = [ lib.maintainers.sternenseemann ]; 242676 }) {}; 242677 242678 + "rel8_1_4_1_0" = callPackage 242679 + ({ mkDerivation, aeson, base, bifunctors, bytestring 242680 + , case-insensitive, comonad, containers, contravariant, hasql 242681 + , hasql-transaction, hedgehog, mmorph, opaleye, pretty 242682 + , product-profunctors, profunctors, scientific, semialign 242683 + , semigroupoids, tasty, tasty-hedgehog, text, these, time 242684 + , tmp-postgres, transformers, uuid 242685 + }: 242686 + mkDerivation { 242687 + pname = "rel8"; 242688 + version = "1.4.1.0"; 242689 + sha256 = "0590pjiphpknxnc3g4y3f3rf134q9z5nbwrrbq81r1gx4nxb8d6n"; 242690 + libraryHaskellDepends = [ 242691 + aeson base bifunctors bytestring case-insensitive comonad 242692 + contravariant hasql opaleye pretty product-profunctors profunctors 242693 + scientific semialign semigroupoids text these time uuid 242694 + ]; 242695 + testHaskellDepends = [ 242696 + base bytestring case-insensitive containers hasql hasql-transaction 242697 + hedgehog mmorph scientific tasty tasty-hedgehog text time 242698 + tmp-postgres transformers uuid 242699 + ]; 242700 + description = "Hey! Hey! Can u rel8?"; 242701 + license = lib.licenses.bsd3; 242702 + hydraPlatforms = lib.platforms.none; 242703 + maintainers = [ lib.maintainers.sternenseemann ]; 242704 + }) {}; 242705 + 242706 "relacion" = callPackage 242707 ({ mkDerivation, array, base, containers }: 242708 mkDerivation { ··· 244047 }: 244048 mkDerivation { 244049 pname = "reqcatcher"; 244050 + version = "0.2.2.3"; 244051 + sha256 = "1nwdvjvhd2msv6lzapdg1nkasp7wvc75mdg82ixqhwh8h7sgqs5p"; 244052 libraryHaskellDepends = [ base http-types network text wai warp ]; 244053 testHaskellDepends = [ 244054 base http-client http-types HUnit lens tasty tasty-hunit wai wreq ··· 244422 license = lib.licenses.bsd3; 244423 }) {}; 244424 244425 + "resource-pool_0_4_0_0" = callPackage 244426 + ({ mkDerivation, base, hashable, primitive, time }: 244427 mkDerivation { 244428 pname = "resource-pool"; 244429 + version = "0.4.0.0"; 244430 + sha256 = "1cg99a88zlaxxb1aqjv8f2xip7wr6a8k0mwiyxjqsy3m7qz7h3cc"; 244431 + libraryHaskellDepends = [ base hashable primitive time ]; 244432 description = "A high-performance striped resource pooling implementation"; 244433 license = lib.licenses.bsd3; 244434 hydraPlatforms = lib.platforms.none; ··· 244922 }: 244923 mkDerivation { 244924 pname = "ret"; 244925 + version = "0.2.0.0"; 244926 + sha256 = "16cymbh678qh0r237kffqmxjwgja8aryf4j8xj9z2nz40flklbca"; 244927 isLibrary = false; 244928 isExecutable = true; 244929 executableHaskellDepends = [ ··· 248079 broken = true; 248080 }) {}; 248081 248082 + "rpmostree-update" = callPackage 248083 + ({ mkDerivation, base, directory, extra, filepath, simple-cmd 248084 + , xdg-basedir 248085 + }: 248086 + mkDerivation { 248087 + pname = "rpmostree-update"; 248088 + version = "0.1.0"; 248089 + sha256 = "073mn1yzczz73vyivwsvbdbxb2q15i2li5v22d5y8jimsc59b232"; 248090 + isLibrary = false; 248091 + isExecutable = true; 248092 + executableHaskellDepends = [ 248093 + base directory extra filepath simple-cmd xdg-basedir 248094 + ]; 248095 + description = "rpm-ostree update wrapper that caches change info"; 248096 + license = lib.licenses.bsd3; 248097 + mainProgram = "rpmostree-update"; 248098 + }) {}; 248099 + 248100 "rrb-vector" = callPackage 248101 ({ mkDerivation, base, deepseq, indexed-traversable, primitive 248102 , tasty, tasty-bench, tasty-quickcheck ··· 250597 }: 250598 mkDerivation { 250599 pname = "sayable"; 250600 + version = "1.1.0.0"; 250601 + sha256 = "0xaw4x4v1ir88by5dsffdxb8rdy06czq6amlxkj2wix871hyvm5j"; 250602 libraryHaskellDepends = [ 250603 base bytestring exceptions prettyprinter text 250604 ]; ··· 250633 license = lib.licenses.mit; 250634 }) {}; 250635 250636 + "sbp_4_11_0" = callPackage 250637 ({ mkDerivation, aeson, aeson-pretty, array, base 250638 , base64-bytestring, basic-prelude, binary, binary-conduit 250639 , bytestring, cmdargs, conduit, conduit-extra, data-binary-ieee754 ··· 250642 }: 250643 mkDerivation { 250644 pname = "sbp"; 250645 + version = "4.11.0"; 250646 + sha256 = "0flwy85dvdmaqpl8b652as8zhdypq0a513v1pvp0hrnp1z0ylg1p"; 250647 isLibrary = true; 250648 isExecutable = true; 250649 libraryHaskellDepends = [ ··· 250742 broken = true; 250743 }) {inherit (pkgs) z3;}; 250744 250745 + "sbv_9_2" = callPackage 250746 ({ mkDerivation, array, async, base, bytestring, containers 250747 , deepseq, directory, filepath, hlint, libBF, mtl, pretty, process 250748 , QuickCheck, random, syb, tasty, tasty-bench, tasty-golden ··· 250751 }: 250752 mkDerivation { 250753 pname = "sbv"; 250754 + version = "9.2"; 250755 + sha256 = "0qmjdklrjcvyfkqbwafs79arjg46icnsbq018j0c6aqzhl94zknf"; 250756 enableSeparateDataOutput = true; 250757 libraryHaskellDepends = [ 250758 array async base containers deepseq directory filepath libBF mtl ··· 250773 broken = true; 250774 }) {inherit (pkgs) z3;}; 250775 250776 + "sbv-program" = callPackage 250777 + ({ mkDerivation, base, bifunctors, containers, pretty-simple, sbv 250778 + }: 250779 + mkDerivation { 250780 + pname = "sbv-program"; 250781 + version = "1.1.0.0"; 250782 + sha256 = "0bdddln73f27zy4a8j51n82wqpcsziagzviv3vfsq7s990dmkb2g"; 250783 + libraryHaskellDepends = [ 250784 + base bifunctors containers pretty-simple sbv 250785 + ]; 250786 + testHaskellDepends = [ base sbv ]; 250787 + description = "Component-based program synthesis using SBV"; 250788 + license = lib.licenses.bsd3; 250789 + hydraPlatforms = lib.platforms.none; 250790 + }) {}; 250791 + 250792 "sbvPlugin" = callPackage 250793 ({ mkDerivation, base, containers, directory, filepath, ghc 250794 , ghc-prim, mtl, process, sbv, tasty, tasty-golden ··· 250796 }: 250797 mkDerivation { 250798 pname = "sbvPlugin"; 250799 + version = "9.4.4"; 250800 + sha256 = "0ibz3drbr6x4mx5253gwg2gmfvf6933x8nazlg3hf8f6zwmhcm4f"; 250801 libraryHaskellDepends = [ 250802 base containers ghc ghc-prim mtl sbv template-haskell 250803 ]; ··· 255870 }) {}; 255871 255872 "servant-hmac-auth" = callPackage 255873 + ({ mkDerivation, base, base64-bytestring, bytestring 255874 , case-insensitive, containers, cryptonite, filepath, hspec 255875 , hspec-discover, hspec-golden, http-client, http-types, memory 255876 , mtl, servant, servant-client, servant-client-core, servant-server 255877 + , text, transformers, wai, warp 255878 }: 255879 mkDerivation { 255880 pname = "servant-hmac-auth"; 255881 + version = "0.1.5"; 255882 + sha256 = "1vpa699lrx20309z0brqlbiqn1mwjjqgb5k5nwxgqm67p8k3y0sx"; 255883 libraryHaskellDepends = [ 255884 + base base64-bytestring bytestring case-insensitive containers 255885 + cryptonite http-client http-types memory mtl servant servant-client 255886 + servant-client-core servant-server transformers wai 255887 ]; 255888 testHaskellDepends = [ 255889 + base case-insensitive filepath hspec hspec-golden http-client 255890 + http-types servant-client servant-server text warp 255891 ]; 255892 testToolDepends = [ hspec-discover ]; 255893 description = "Servant authentication with HMAC"; ··· 256120 testHaskellDepends = [ base lucid servant-server wai warp ]; 256121 description = "Servant support for lucid"; 256122 license = lib.licenses.bsd3; 256123 + }) {}; 256124 + 256125 + "servant-lucid_0_9_0_6" = callPackage 256126 + ({ mkDerivation, base, http-media, lucid, servant, servant-server 256127 + , text, wai, warp 256128 + }: 256129 + mkDerivation { 256130 + pname = "servant-lucid"; 256131 + version = "0.9.0.6"; 256132 + sha256 = "1z894w9hfcnsdwivy2qvwa254l9d9bsbdjvzlvksxy92aw1p6fd0"; 256133 + libraryHaskellDepends = [ base http-media lucid servant text ]; 256134 + testHaskellDepends = [ base lucid servant-server wai warp ]; 256135 + description = "Servant support for lucid"; 256136 + license = lib.licenses.bsd3; 256137 + hydraPlatforms = lib.platforms.none; 256138 }) {}; 256139 256140 "servant-machines" = callPackage ··· 256897 }) {}; 256898 256899 "servant-serf" = callPackage 256900 + ({ mkDerivation, base, Cabal-syntax, directory, exceptions 256901 + , filepath 256902 + }: 256903 mkDerivation { 256904 pname = "servant-serf"; 256905 + version = "0.3.1.3"; 256906 + sha256 = "0zlfy0xc4ssy7s68i6hddlkz41fa95490yhg19m1lvkqvc6mac2c"; 256907 isLibrary = true; 256908 isExecutable = true; 256909 libraryHaskellDepends = [ 256910 + base Cabal-syntax directory exceptions filepath 256911 ]; 256912 executableHaskellDepends = [ base ]; 256913 description = "Automatically generate Servant API modules"; 256914 license = lib.licenses.mit; 256915 + hydraPlatforms = lib.platforms.none; 256916 mainProgram = "servant-serf"; 256917 + broken = true; 256918 + }) {}; 256919 + 256920 + "servant-serialization" = callPackage 256921 + ({ mkDerivation, aeson, base, binary, bytestring, cereal, doctest 256922 + , flat, http-api-data, http-client, http-media, persist, QuickCheck 256923 + , serialise, servant, servant-client, servant-server, text, warp 256924 + }: 256925 + mkDerivation { 256926 + pname = "servant-serialization"; 256927 + version = "0.2.0"; 256928 + sha256 = "159vbiifpjn86vid0r88sgrm639pqaqzyvxmv1yssx6pr7yw3xb6"; 256929 + isLibrary = true; 256930 + isExecutable = true; 256931 + libraryHaskellDepends = [ 256932 + base binary bytestring cereal flat http-media persist serialise 256933 + servant text 256934 + ]; 256935 + executableHaskellDepends = [ 256936 + aeson base binary bytestring cereal flat http-api-data http-client 256937 + http-media persist QuickCheck serialise servant servant-client 256938 + servant-server text warp 256939 + ]; 256940 + testHaskellDepends = [ 256941 + base binary bytestring cereal doctest flat http-media persist 256942 + QuickCheck serialise servant text 256943 + ]; 256944 + license = lib.licenses.mit; 256945 + mainProgram = "example"; 256946 }) {}; 256947 256948 "servant-server" = callPackage ··· 256959 pname = "servant-server"; 256960 version = "0.19.2"; 256961 sha256 = "1a7msh8p59v5mgsnj5li9s3jg0jwq2zjsznr0cg7g0fncn7r1axy"; 256962 + revision = "1"; 256963 + editedCabalFile = "0qlc6bg31abfhdgwalmb89bkrdsxv21rcb2gdli85xy1jvcs4z7v"; 256964 isLibrary = true; 256965 isExecutable = true; 256966 libraryHaskellDepends = [ ··· 257229 license = lib.licenses.bsd3; 257230 hydraPlatforms = lib.platforms.none; 257231 mainProgram = "servant-streamly-example"; 257232 + broken = true; 257233 }) {}; 257234 257235 "servant-subscriber" = callPackage ··· 258848 pname = "shake"; 258849 version = "0.19.7"; 258850 sha256 = "1lcr6q53qwm308bny6gfawcjhxsmalqi3dnwckam02zp2apmcaim"; 258851 + revision = "1"; 258852 + editedCabalFile = "1hz57kw5pp5cpbicbi7x8sz8c6qy58dzyiljz9b9f2r1rr683d9w"; 258853 isLibrary = true; 258854 isExecutable = true; 258855 enableSeparateDataOutput = true; ··· 259912 license = lib.licenses.bsd3; 259913 }) {}; 259914 259915 + "shelly_1_11_0" = callPackage 259916 + ({ mkDerivation, async, base, bytestring, containers, directory 259917 + , enclosed-exceptions, exceptions, filepath, hspec, hspec-contrib 259918 + , HUnit, lifted-async, lifted-base, monad-control, mtl, process 259919 + , text, time, transformers, transformers-base, unix-compat 259920 + }: 259921 + mkDerivation { 259922 + pname = "shelly"; 259923 + version = "1.11.0"; 259924 + sha256 = "0vmi8qbp1w9ir25k2p05p4jx9r7v67kkyygygl660ji6l6a89h50"; 259925 + isLibrary = true; 259926 + isExecutable = true; 259927 + libraryHaskellDepends = [ 259928 + async base bytestring containers directory enclosed-exceptions 259929 + exceptions filepath lifted-async lifted-base monad-control mtl 259930 + process text time transformers transformers-base unix-compat 259931 + ]; 259932 + testHaskellDepends = [ 259933 + base bytestring directory filepath hspec hspec-contrib HUnit 259934 + lifted-async mtl text transformers unix-compat 259935 + ]; 259936 + description = "shell-like (systems) programming in Haskell"; 259937 + license = lib.licenses.bsd3; 259938 + hydraPlatforms = lib.platforms.none; 259939 + }) {}; 259940 + 259941 "shelly-extra" = callPackage 259942 ({ mkDerivation, async, base, hspec, HUnit, mtl, SafeSemaphore 259943 , shelly, text ··· 260825 ({ mkDerivation, base, containers }: 260826 mkDerivation { 260827 pname = "signed-multiset"; 260828 + version = "0.5"; 260829 + sha256 = "0ajpy07n57x8gbnxym1fdmwhwzyk2a5cxvhc3hjjn3lpn50hiicl"; 260830 libraryHaskellDepends = [ base containers ]; 260831 description = "Multisets with negative membership"; 260832 license = lib.licenses.bsd3; ··· 263140 }: 263141 mkDerivation { 263142 pname = "sketch-frp-copilot"; 263143 + version = "1.0.7"; 263144 + sha256 = "02yyiplcdjad3dzcv7x4npj5h93q756ck892kdhzdrm9qbr96z66"; 263145 libraryHaskellDepends = [ 263146 base containers copilot copilot-c99 copilot-language mtl 263147 optparse-applicative ··· 263948 }: 263949 mkDerivation { 263950 pname = "slynx"; 263951 + version = "0.7.1.0"; 263952 + sha256 = "1g69ybqfhsl74n516dzby2dswp5z4qr9xhc1fcxh9j6ynan1vcmz"; 263953 isLibrary = true; 263954 isExecutable = true; 263955 libraryHaskellDepends = [ ··· 265034 description = "blaze-html-clay integration for Snap"; 265035 license = lib.licenses.bsd3; 265036 hydraPlatforms = lib.platforms.none; 265037 + broken = true; 265038 }) {}; 265039 265040 "snap-configuration-utilities" = callPackage ··· 267464 }: 267465 mkDerivation { 267466 pname = "sox"; 267467 + version = "0.2.3.2"; 267468 + sha256 = "1ys6xm08gr3pvyrial2z1b3gvyd44b9510dpp4ifxqf882igkjgb"; 267469 libraryHaskellDepends = [ 267470 base containers explicit-exception extensible-exceptions process 267471 sample-frame semigroups transformers unix utility-ht 267472 ]; 267473 description = "Play, write, read, convert audio signals using Sox"; 267474 + license = lib.licenses.gpl3Only; 267475 }) {}; 267476 267477 "soxlib" = callPackage ··· 267481 }: 267482 mkDerivation { 267483 pname = "soxlib"; 267484 + version = "0.0.3.2"; 267485 + sha256 = "12pkalrwqcgz77wv948mkjldc57pj090rkrjw6k3xzqvsgvnrrpd"; 267486 isLibrary = true; 267487 isExecutable = true; 267488 libraryHaskellDepends = [ ··· 268740 pname = "splitmix"; 268741 version = "0.1.0.4"; 268742 sha256 = "1apck3nzzl58r0b9al7cwaqwjhhkl8q4bfrx14br2yjf741581kd"; 268743 + revision = "2"; 268744 + editedCabalFile = "13ixb8qfll9x26v0zdk2kajlqd1zpab1p2xb8rh6pak7g7hw49fv"; 268745 libraryHaskellDepends = [ base deepseq ]; 268746 testHaskellDepends = [ 268747 async base base-compat base-compat-batteries bytestring containers ··· 268901 }: 268902 mkDerivation { 268903 pname = "spreadsheet"; 268904 + version = "0.1.3.9"; 268905 + sha256 = "10sdywp24c0prvgkdndimc6jnkalzbsbdb1dxw6cv86xxphk65in"; 268906 isLibrary = true; 268907 isExecutable = true; 268908 libraryHaskellDepends = [ ··· 269310 }) {}; 269311 269312 "sqlite-simple-interpolate" = callPackage 269313 + ({ mkDerivation, base, custom-interpolation, sqlite-simple 269314 , template-haskell 269315 }: 269316 mkDerivation { 269317 pname = "sqlite-simple-interpolate"; 269318 + version = "0.2.0.0"; 269319 + sha256 = "1wf68a6jia64grxl590zzpq5xj33k4n20jly0dpqj17brbqwv8fa"; 269320 libraryHaskellDepends = [ 269321 + base custom-interpolation sqlite-simple template-haskell 269322 ]; 269323 testHaskellDepends = [ base sqlite-simple ]; 269324 description = "Interpolated SQLite queries via quasiquotation"; ··· 269520 pname = "sr-extra"; 269521 version = "1.88"; 269522 sha256 = "1cpigfdpgcy3bpp51snza0wwd88ky04hwqlzbmvmwkwznd7wqxrb"; 269523 + revision = "1"; 269524 + editedCabalFile = "0lak0dd0p2c8qf870q4ahz9qjnjak7nfaswf69lrnc3yls1s7618"; 269525 libraryHaskellDepends = [ 269526 base base64-bytestring bytestring bzlib Cabal cereal containers 269527 Diff directory exceptions fgl filemanip filepath generic-data ··· 269644 license = lib.licenses.mit; 269645 }) {}; 269646 269647 + "srtree" = callPackage 269648 + ({ mkDerivation, base, containers, mtl, random, vector }: 269649 + mkDerivation { 269650 + pname = "srtree"; 269651 + version = "0.1.2.1"; 269652 + sha256 = "1laybjb57vq50bkk2mqllxwygxg7i04ng2czm8vwy18577psbz11"; 269653 + libraryHaskellDepends = [ base containers mtl random vector ]; 269654 + testHaskellDepends = [ base containers mtl random vector ]; 269655 + description = "A general framework to work with Symbolic Regression expression trees"; 269656 + license = lib.licenses.bsd3; 269657 + }) {}; 269658 + 269659 "srv" = callPackage 269660 ({ mkDerivation, async, base, bytestring, containers, directory 269661 , raw-strings-qq, wai, wai-app-static, warp, warp-tls, yaml ··· 271032 }: 271033 mkDerivation { 271034 pname = "stackctl"; 271035 + version = "1.3.0.1"; 271036 + sha256 = "09328aw0bxps541nkb5h9r2v7lsqnsv2wv27r693r8a9fw9lsqxj"; 271037 isLibrary = true; 271038 isExecutable = true; 271039 libraryHaskellDepends = [ ··· 271041 amazonka-core amazonka-ec2 amazonka-lambda amazonka-sts base Blammo 271042 bytestring cfn-flip conduit containers envparse errors exceptions 271043 extra filepath Glob lens lens-aeson monad-logger mtl 271044 + optparse-applicative QuickCheck resourcet rio semigroups text time 271045 + unliftio unliftio-core unordered-containers uuid yaml 271046 ]; 271047 executableHaskellDepends = [ base ]; 271048 testHaskellDepends = [ ··· 272250 }: 272251 mkDerivation { 272252 pname = "stm-actor"; 272253 + version = "0.3.0.0"; 272254 + sha256 = "03cwrb4fd62mi16g11lf06hjkwk529nh016z5vlvq9jbaxalv873"; 272255 libraryHaskellDepends = [ 272256 base mtl stm stm-queue transformers unliftio-core 272257 ]; ··· 272489 }: 272490 mkDerivation { 272491 pname = "stm-queue"; 272492 + version = "0.2.0.0"; 272493 + sha256 = "0g4w5wv1wmhg2sj6pyq5bd0fi1b7zf99f1z0sjl3l8q0jwks16cy"; 272494 libraryHaskellDepends = [ base stm ]; 272495 testHaskellDepends = [ async base hspec stm ]; 272496 benchmarkHaskellDepends = [ ··· 272780 pname = "storable-record"; 272781 version = "0.0.6"; 272782 sha256 = "1d4c1ccbrpq8rnacsjib9nmxhgxk9yb1zxx1nvfavhqhv8nwq2fd"; 272783 + revision = "1"; 272784 + editedCabalFile = "0gmyc50r9nzfwr5iyiixascgkv2lvk7xccvimqv2ix4zyi2fwdad"; 272785 isLibrary = true; 272786 isExecutable = true; 272787 libraryHaskellDepends = [ ··· 273859 ]; 273860 description = "Library for streamly and bytestring interoperation"; 273861 license = lib.licenses.bsd3; 273862 + maintainers = [ lib.maintainers.maralorn ]; 273863 }) {}; 273864 273865 "streamly-cassava" = callPackage ··· 273987 testToolDepends = [ hspec-discover ]; 273988 description = "Posix related streaming APIs"; 273989 license = lib.licenses.bsd3; 273990 }) {}; 273991 273992 "streamly-process" = callPackage ··· 274601 ]; 274602 description = "Is used in the phonetic languages approach (e. g. in the recursive mode)."; 274603 license = lib.licenses.mit; 274604 + hydraPlatforms = lib.platforms.none; 274605 }) {}; 274606 274607 "string-isos" = callPackage ··· 274737 }: 274738 mkDerivation { 274739 pname = "string-variants"; 274740 + version = "0.2.1.0"; 274741 + sha256 = "06dgb0f9l05jb2m51n285rnhw9s3r61m7z7mmzbd1a078cs30ndf"; 274742 libraryHaskellDepends = [ 274743 aeson base bytestring mono-traversable QuickCheck refined refinery 274744 string-conversions template-haskell text ··· 275275 license = lib.licenses.bsd3; 275276 }) {}; 275277 275278 + "structs_0_1_7" = callPackage 275279 + ({ mkDerivation, base, deepseq, ghc-prim, primitive, QuickCheck 275280 + , tasty, tasty-hunit, tasty-quickcheck, template-haskell 275281 + , th-abstraction 275282 + }: 275283 + mkDerivation { 275284 + pname = "structs"; 275285 + version = "0.1.7"; 275286 + sha256 = "072gbzxh0cnrdmbwmksqfrdvv7xhsamjrmgd6vya17md76mqndab"; 275287 + libraryHaskellDepends = [ 275288 + base deepseq ghc-prim primitive template-haskell th-abstraction 275289 + ]; 275290 + testHaskellDepends = [ 275291 + base primitive QuickCheck tasty tasty-hunit tasty-quickcheck 275292 + ]; 275293 + description = "Strict GC'd imperative object-oriented programming with cheap pointers"; 275294 + license = lib.licenses.bsd3; 275295 + hydraPlatforms = lib.platforms.none; 275296 + }) {}; 275297 + 275298 "structural-induction" = callPackage 275299 ({ mkDerivation, base, containers, genifunctors, geniplate 275300 , language-haskell-extract, mtl, pretty, QuickCheck, safe ··· 275778 ({ mkDerivation, base }: 275779 mkDerivation { 275780 pname = "subG"; 275781 + version = "0.6.1.0"; 275782 + sha256 = "0y2hxb6rvzmyb8863wv7v4x3pai2fw8w968rzlgfrjh8vk1cw23r"; 275783 libraryHaskellDepends = [ base ]; 275784 description = "Some extension to the Foldable and Monoid classes"; 275785 license = lib.licenses.mit; ··· 276693 pname = "supply-chain"; 276694 version = "0.0.0.1"; 276695 sha256 = "0g7hfbzqwrl30bkrk1pxiriyg2xdzv5ia77mba58sv7g0bacjz2a"; 276696 + revision = "1"; 276697 + editedCabalFile = "1nnc5k8fp5bd5na9sd9qk5cbra2zjjmddxcn4qs1ahw4lxfy9gxx"; 276698 libraryHaskellDepends = [ base supply-chain-core ]; 276699 description = "Composable request-response pipelines"; 276700 license = lib.licenses.asl20; ··· 276712 license = lib.licenses.asl20; 276713 }) {}; 276714 276715 + "supply-next" = callPackage 276716 + ({ mkDerivation, base, containers, gambler, hspec, integer-types 276717 + , quaalude, supply-chain, transformers 276718 + }: 276719 + mkDerivation { 276720 + pname = "supply-next"; 276721 + version = "0.0.1.1"; 276722 + sha256 = "0xvihbw7732w6n8qrfhdb78d8n206v5yd3ap26dcvwja58s7w7y1"; 276723 + libraryHaskellDepends = [ 276724 + base gambler integer-types quaalude supply-chain transformers 276725 + ]; 276726 + testHaskellDepends = [ 276727 + base containers gambler hspec integer-types quaalude supply-chain 276728 + transformers 276729 + ]; 276730 + description = "Supply-chain interface for basic streaming"; 276731 + license = lib.licenses.asl20; 276732 + }) {}; 276733 + 276734 "surjective" = callPackage 276735 ({ mkDerivation, base, lens, mtl, template-haskell }: 276736 mkDerivation { ··· 277586 277587 "sydtest" = callPackage 277588 ({ mkDerivation, async, autodocodec, autodocodec-yaml, base 277589 + , bytestring, containers, dlist, envparse, filepath, MonadRandom 277590 + , mtl, optparse-applicative, path, path-io, pretty-show, QuickCheck 277591 + , quickcheck-io, random, random-shuffle, safe, safe-coloured-text 277592 + , safe-coloured-text-terminfo, stm, sydtest-discover, text, vector 277593 }: 277594 mkDerivation { 277595 pname = "sydtest"; 277596 + version = "0.13.0.1"; 277597 + sha256 = "0am1bgg2figd3zwd80ia8jayp3ikvvb50wvjaivy4y66gz7x4qb3"; 277598 libraryHaskellDepends = [ 277599 + async autodocodec autodocodec-yaml base bytestring containers dlist 277600 + envparse filepath MonadRandom mtl optparse-applicative path path-io 277601 + pretty-show QuickCheck quickcheck-io random random-shuffle safe 277602 + safe-coloured-text safe-coloured-text-terminfo stm text vector 277603 ]; 277604 testHaskellDepends = [ 277605 base bytestring path path-io QuickCheck random safe-coloured-text 277606 + stm text vector 277607 ]; 277608 testToolDepends = [ sydtest-discover ]; 277609 description = "A modern testing framework for Haskell with good defaults and advanced testing features"; ··· 278138 }: 278139 mkDerivation { 278140 pname = "symantic-base"; 278141 + version = "0.5.0.20221211"; 278142 + sha256 = "00wkvvwyfy8g2ya86m8jy21656qrfapbf27k4hg6x2r0h87i5ddd"; 278143 libraryHaskellDepends = [ 278144 base containers hashable template-haskell transformers 278145 unordered-containers ··· 278933 pname = "synthesizer-core"; 278934 version = "0.8.3"; 278935 sha256 = "0a12qmr7fdlz5mbrki9nd1fl07670hll3wrdpp1apvf6zd36h7mn"; 278936 + revision = "1"; 278937 + editedCabalFile = "0ig8ysmw2hnbxgdv1p4h4vpyq782anw1g8wsqjrj6b0n4kazk5i8"; 278938 libraryHaskellDepends = [ 278939 array base binary bytestring containers deepseq event-list 278940 explicit-exception filepath non-empty non-negative numeric-prelude ··· 278965 pname = "synthesizer-dimensional"; 278966 version = "0.8.1.1"; 278967 sha256 = "0giaa6v2yvb0amvdzdv5bq7dsns9pgbzv7sgjdi4a4zy0x4gmhc4"; 278968 + revision = "1"; 278969 + editedCabalFile = "15wb7v43ijbjqnnjdjf7c547wjbk4047in84q26b0vzi5nvrb3ij"; 278970 isLibrary = true; 278971 isExecutable = true; 278972 libraryHaskellDepends = [ ··· 279027 pname = "synthesizer-llvm"; 279028 version = "0.9"; 279029 sha256 = "0bqncysaq164235792657yyf1ngkr7gm9vkzkbiqy6f7g7a62shd"; 279030 + revision = "2"; 279031 + editedCabalFile = "1p9wr4i1q8mv3ghnw46k4dzfagid1f7sx45zbam3ja68ksq1da99"; 279032 isLibrary = true; 279033 isExecutable = true; 279034 libraryHaskellDepends = [ ··· 279875 }: 279876 mkDerivation { 279877 pname = "tagchup"; 279878 + version = "0.4.1.2"; 279879 + sha256 = "0zlrdlb0f6dhhx163i62ljh1spr0d5gcf0c96m5z7nzq529qq792"; 279880 isLibrary = true; 279881 isExecutable = true; 279882 enableSeparateDataOutput = true; ··· 281416 }: 281417 mkDerivation { 281418 pname = "tasty-hspec"; 281419 + version = "1.2.0.2"; 281420 + sha256 = "0cfcpi25jmnmzfzsx364qsj68q6gyph5z112kl8ja222hnhhr2n2"; 281421 libraryHaskellDepends = [ 281422 base hspec hspec-core QuickCheck tasty tasty-quickcheck 281423 tasty-smallcheck ··· 281517 pname = "tasty-inspection-testing"; 281518 version = "0.2"; 281519 sha256 = "1gdwbg545gwfx2a26s7hkgz9l9mfb13i6v20j09hqrlbh1xsi3qz"; 281520 + revision = "1"; 281521 + editedCabalFile = "1539r8zxbpwf1ia48syslq2j5v6l8czigp4fjwfwdcsf8x5k9j6g"; 281522 libraryHaskellDepends = [ 281523 base ghc inspection-testing tasty template-haskell 281524 ]; ··· 281708 mainProgram = "tasty-mgolden-example"; 281709 broken = true; 281710 }) {}; 281711 + 281712 + "tasty-papi" = callPackage 281713 + ({ mkDerivation, base, containers, deepseq, papi, stm, tasty }: 281714 + mkDerivation { 281715 + pname = "tasty-papi"; 281716 + version = "0.1.0.1"; 281717 + sha256 = "0qlxdcjr8fv05vaspr4bna5wn28c0l0hn9a4znxcrrqlr1wqb3g8"; 281718 + libraryHaskellDepends = [ base containers deepseq stm tasty ]; 281719 + librarySystemDepends = [ papi ]; 281720 + testHaskellDepends = [ base tasty ]; 281721 + description = "Bencmarking using instruction counting"; 281722 + license = lib.licenses.bsd3; 281723 + platforms = lib.platforms.linux; 281724 + }) {inherit (pkgs) papi;}; 281725 281726 "tasty-prelude" = callPackage 281727 ({ mkDerivation, base, tasty, tasty-expected-failure, tasty-focus ··· 284692 }: 284693 mkDerivation { 284694 pname = "texmath"; 284695 + version = "0.12.5.5"; 284696 + sha256 = "0hm88495sql6dz10hkrhfdnzfpgaa8zcy00v3irkzibq886nbcva"; 284697 + isLibrary = true; 284698 + isExecutable = true; 284699 + libraryHaskellDepends = [ 284700 + base containers mtl pandoc-types parsec split syb text xml 284701 + ]; 284702 + testHaskellDepends = [ 284703 + base bytestring directory filepath pretty-show tagged tasty 284704 + tasty-golden text xml 284705 + ]; 284706 + description = "Conversion between math formats"; 284707 + license = lib.licenses.gpl2Only; 284708 + }) {}; 284709 + 284710 + "texmath_0_12_6" = callPackage 284711 + ({ mkDerivation, base, bytestring, containers, directory, filepath 284712 + , mtl, pandoc-types, parsec, pretty-show, split, syb, tagged, tasty 284713 + , tasty-golden, text, xml 284714 + }: 284715 + mkDerivation { 284716 + pname = "texmath"; 284717 + version = "0.12.6"; 284718 + sha256 = "167y2flpsq3f3npjhrb3bxdbxys2aamgfrs1dr3f6l36hyg8mhvg"; 284719 isLibrary = true; 284720 isExecutable = true; 284721 libraryHaskellDepends = [ ··· 284727 ]; 284728 description = "Conversion between math formats"; 284729 license = lib.licenses.gpl2Only; 284730 + hydraPlatforms = lib.platforms.none; 284731 }) {}; 284732 284733 "texrunner" = callPackage ··· 286059 hydraPlatforms = lib.platforms.none; 286060 }) {}; 286061 286062 + "th-data-compat_0_1_1_1" = callPackage 286063 + ({ mkDerivation, base, template-haskell }: 286064 + mkDerivation { 286065 + pname = "th-data-compat"; 286066 + version = "0.1.1.1"; 286067 + sha256 = "1ry22k1fr50az4gjy6vs3b11a4gp22hkagbbq4r3irqaz059z6dp"; 286068 + libraryHaskellDepends = [ base template-haskell ]; 286069 + description = "Compatibility for data definition template of TH"; 286070 + license = lib.licenses.bsd3; 286071 + hydraPlatforms = lib.platforms.none; 286072 + }) {}; 286073 + 286074 "th-data-compat" = callPackage 286075 ({ mkDerivation, base, template-haskell }: 286076 mkDerivation { 286077 pname = "th-data-compat"; 286078 + version = "0.1.2.0"; 286079 + sha256 = "1x8znbzzkrmp1vfq6blwnwb5cxyr9gkiwj6c5ab4nds4diy3j3cq"; 286080 libraryHaskellDepends = [ base template-haskell ]; 286081 description = "Compatibility for data definition template of TH"; 286082 license = lib.licenses.bsd3; ··· 287240 license = lib.licenses.bsd3; 287241 hydraPlatforms = lib.platforms.none; 287242 mainProgram = "threepenny-flexbox-exe"; 287243 + broken = true; 287244 }) {}; 287245 287246 "thrift" = callPackage ··· 288818 "tinkoff-invest-sdk" = callPackage 288819 ({ mkDerivation, async, base, bytestring, Cabal, concurrent-extra 288820 , errors, http2-client, http2-client-grpc, http2-grpc-proto-lens 288821 + , lens, mtl, proto-lens, proto-lens-protoc, proto-lens-runtime 288822 + , proto-lens-setup, text, unordered-containers 288823 }: 288824 mkDerivation { 288825 pname = "tinkoff-invest-sdk"; 288826 + version = "0.1.1.1"; 288827 + sha256 = "04l94l77243ik727lbqiy1brcvbgbyns0yl50xq9p87y0spbkrsi"; 288828 setupHaskellDepends = [ base Cabal proto-lens-setup ]; 288829 libraryHaskellDepends = [ 288830 async base bytestring concurrent-extra errors http2-client 288831 http2-client-grpc http2-grpc-proto-lens lens mtl proto-lens 288832 proto-lens-runtime text unordered-containers 288833 ]; 288834 + libraryToolDepends = [ proto-lens-protoc ]; 288835 description = "gRPC based SDK for Tinkoff Invest API V2"; 288836 license = lib.licenses.mit; 288837 hydraPlatforms = lib.platforms.none; ··· 289445 }: 289446 mkDerivation { 289447 pname = "tlynx"; 289448 + version = "0.7.1.0"; 289449 + sha256 = "1hf4zfm6gapqd2yi0pylrmrjsgx98c21diixiv7bc7z6xs7g4pbl"; 289450 isLibrary = true; 289451 isExecutable = true; 289452 libraryHaskellDepends = [ ··· 289865 pname = "token-bucket"; 289866 version = "0.1.0.1"; 289867 sha256 = "1l3axqdkrjf28pxhrvdvlpf9wi79czsfvhi33w4v2wbj0g00j9ii"; 289868 + revision = "7"; 289869 + editedCabalFile = "1nf6ciwh4llnmxsdff0shr8vh3j9x7cpi9hgn1dlas8glz4c6vn1"; 289870 libraryHaskellDepends = [ base ]; 289871 testHaskellDepends = [ base time ]; 289872 description = "Rate limiter using lazy bucket algorithm"; ··· 290170 }) {}; 290171 290172 "toml-reader-parse" = callPackage 290173 + ({ mkDerivation, base, comonad, containers, deepseq, dlist 290174 , optparse-applicative, prettyprinter, prettyprinter-combinators 290175 , tasty, tasty-hunit, text, time, toml-reader, vector 290176 }: 290177 mkDerivation { 290178 pname = "toml-reader-parse"; 290179 + version = "0.1.1.1"; 290180 + sha256 = "0fijwv9zs5ivbxyss81rr5sav99dxn3x35adfrb6pli4qmr7mlzi"; 290181 libraryHaskellDepends = [ 290182 + base comonad containers deepseq dlist prettyprinter 290183 prettyprinter-combinators text time toml-reader vector 290184 ]; 290185 testHaskellDepends = [ ··· 291542 license = lib.licenses.bsd3; 291543 }) {}; 291544 291545 + "transformers-either_0_1_3" = callPackage 291546 + ({ mkDerivation, base, exceptions, text, transformers }: 291547 + mkDerivation { 291548 + pname = "transformers-either"; 291549 + version = "0.1.3"; 291550 + sha256 = "0vk4pyk26rpyn17r3imn0phl10lgdfw5cpabf77zpkdq8lr154yr"; 291551 + libraryHaskellDepends = [ base exceptions text transformers ]; 291552 + description = "An Either monad transformer"; 291553 + license = lib.licenses.bsd3; 291554 + hydraPlatforms = lib.platforms.none; 291555 + }) {}; 291556 + 291557 "transformers-except" = callPackage 291558 ({ mkDerivation, base, exceptions, text, transformers }: 291559 mkDerivation { 291560 pname = "transformers-except"; 291561 + version = "0.1.3"; 291562 + sha256 = "038c4gywkhq3qry4h7589z1afh2dw25d6nrhr1yfi0mx4kqanjs8"; 291563 libraryHaskellDepends = [ base exceptions text transformers ]; 291564 description = "An Except monad transformer with"; 291565 license = lib.licenses.bsd3; ··· 292076 license = lib.licenses.gpl2Plus; 292077 }) {}; 292078 292079 + "tree-diff_0_3" = callPackage 292080 + ({ mkDerivation, aeson, ansi-terminal, ansi-wl-pprint, base 292081 + , base-compat, bytestring, bytestring-builder, containers 292082 + , criterion, data-array-byte, deepseq, Diff, hashable, parsec 292083 + , parsers, pretty, primitive, QuickCheck, scientific, semialign 292084 + , strict, tagged, tasty, tasty-golden, tasty-quickcheck, text 292085 + , these, time, trifecta, unordered-containers, uuid-types, vector 292086 + }: 292087 + mkDerivation { 292088 + pname = "tree-diff"; 292089 + version = "0.3"; 292090 + sha256 = "12qwq7jv5fd8qrpbx12ldwwz6r3jzil0d3w9wb11nlnzrqv5dh51"; 292091 + libraryHaskellDepends = [ 292092 + aeson ansi-terminal ansi-wl-pprint base base-compat bytestring 292093 + bytestring-builder containers data-array-byte deepseq hashable 292094 + parsec parsers pretty primitive QuickCheck scientific semialign 292095 + strict tagged text these time unordered-containers uuid-types 292096 + vector 292097 + ]; 292098 + testHaskellDepends = [ 292099 + ansi-terminal ansi-wl-pprint base base-compat parsec primitive 292100 + QuickCheck tagged tasty tasty-golden tasty-quickcheck trifecta 292101 + unordered-containers 292102 + ]; 292103 + benchmarkHaskellDepends = [ base criterion deepseq Diff ]; 292104 + description = "Diffing of (expression) trees"; 292105 + license = lib.licenses.gpl2Plus; 292106 + hydraPlatforms = lib.platforms.none; 292107 + }) {}; 292108 + 292109 "tree-fun" = callPackage 292110 ({ mkDerivation, base, containers, mtl }: 292111 mkDerivation { ··· 293746 pname = "turtle"; 293747 version = "1.6.1"; 293748 sha256 = "171viripwn8hg3afkkswr243bv7q0r0bz3mn0bflddm4jdf49597"; 293749 + revision = "2"; 293750 + editedCabalFile = "0zkw1mn9z09gkc0yjx6pfqyvrda076qi7ya12vfd1j3b7yljhpdn"; 293751 libraryHaskellDepends = [ 293752 ansi-wl-pprint async base bytestring clock containers directory 293753 exceptions filepath foldl hostname managed optional-args ··· 294905 license = lib.licenses.mit; 294906 }) {}; 294907 294908 + "type-level-kv-list_2_0_1_2" = callPackage 294909 + ({ mkDerivation, base, doctest, Glob }: 294910 + mkDerivation { 294911 + pname = "type-level-kv-list"; 294912 + version = "2.0.1.2"; 294913 + sha256 = "0pm6zz37i57d6xnihybl2q0iqhb7cn1wrz8kxy7id4mpzhkysjis"; 294914 + libraryHaskellDepends = [ base ]; 294915 + testHaskellDepends = [ base doctest Glob ]; 294916 + description = "Type level Key-Value list"; 294917 + license = lib.licenses.mit; 294918 + hydraPlatforms = lib.platforms.none; 294919 + }) {}; 294920 + 294921 "type-level-kv-list-esqueleto" = callPackage 294922 ({ mkDerivation, base, esqueleto, text, type-level-kv-list }: 294923 mkDerivation { ··· 295740 testHaskellDepends = [ base tasty tasty-hunit tasty-quickcheck ]; 295741 description = "Plugin to faciliate type-level let"; 295742 license = lib.licenses.bsd3; 295743 + hydraPlatforms = lib.platforms.none; 295744 + broken = true; 295745 }) {}; 295746 295747 "typelevel" = callPackage ··· 296681 ]; 296682 description = "A library to work with the basic Ukrainian phonetics and syllable segmentation"; 296683 license = lib.licenses.mit; 296684 + hydraPlatforms = lib.platforms.none; 296685 + broken = true; 296686 }) {}; 296687 296688 "ukrainian-phonetics-basic-array-bytestring" = callPackage ··· 296698 ]; 296699 description = "A library to work with the basic Ukrainian phonetics and syllable segmentation"; 296700 license = lib.licenses.mit; 296701 + hydraPlatforms = lib.platforms.none; 296702 + broken = true; 296703 }) {}; 296704 296705 "ukrainian-phonetics-common" = callPackage ··· 297089 pname = "unescaping-print"; 297090 version = "0.1"; 297091 sha256 = "0a1ryvnpgsk668wagwwapksi7i9kbhhjfpqlvmg2z9kv1anr6mp5"; 297092 + revision = "4"; 297093 + editedCabalFile = "1n09a1nsb6fm2abcg6zm4xhkgirhfwqbcxym84qaq82d8zmlyxqj"; 297094 libraryHaskellDepends = [ base ]; 297095 description = "Tiny package providing unescaping versions of show and print"; 297096 license = lib.licenses.bsd3; ··· 297386 pname = "unicode-data"; 297387 version = "0.4.0.1"; 297388 sha256 = "1030n3h11hk1rbq0fdbpry3aclz6yz8bki2abjvbwh0rh2kdx99p"; 297389 + revision = "1"; 297390 + editedCabalFile = "1lvsn8r1xh8ip5gyrbwv7pk41yf2ynjimpd6g4am3n7j92djc7h8"; 297391 isLibrary = true; 297392 isExecutable = true; 297393 libraryHaskellDepends = [ base ]; ··· 297406 pname = "unicode-data-names"; 297407 version = "0.2.0"; 297408 sha256 = "0i28rp5g6wmnga6i95a6cq3dhkjg3v477xwycbcl38dfwdj3iy2c"; 297409 + revision = "1"; 297410 + editedCabalFile = "1pxpg1mkv9yq26h9xcvxa6wza14y65g3j73gvs2nfmg4byksfdml"; 297411 isLibrary = true; 297412 isExecutable = true; 297413 libraryHaskellDepends = [ base ]; ··· 297428 pname = "unicode-data-scripts"; 297429 version = "0.2.0.1"; 297430 sha256 = "0kpa2g59w9yiyl3adak7k0g9wnkwzv97c82x7bsrqvk23bdljxc0"; 297431 + revision = "1"; 297432 + editedCabalFile = "1f6kz6kwv9v087bzjss29qaid03vig6njnsa1w46p93dn2xscvsm"; 297433 libraryHaskellDepends = [ base unicode-data ]; 297434 testHaskellDepends = [ base hspec unicode-data ]; 297435 benchmarkHaskellDepends = [ ··· 297449 pname = "unicode-data-security"; 297450 version = "0.2.0"; 297451 sha256 = "10x58l62i7bj9kmnchp1rggln40sfbsyw4pxlzbk8dmhkh5zmdlx"; 297452 + revision = "1"; 297453 + editedCabalFile = "0mbsz5ynisjclzprvqvwd8q6l7kmv31qc2nkpbix05ipcrm0p4qg"; 297454 libraryHaskellDepends = [ base unicode-data ]; 297455 testHaskellDepends = [ base hspec ]; 297456 testToolDepends = [ hspec-discover ]; ··· 297983 }: 297984 mkDerivation { 297985 pname = "unique-logic"; 297986 + version = "0.4.0.1"; 297987 + sha256 = "05y401k00qminds1di27sxvhwjl5xn6yn1qq1vnbhs0ib4s8csvy"; 297988 libraryHaskellDepends = [ 297989 base explicit-exception transformers utility-ht 297990 ]; ··· 298003 pname = "unique-logic-tf"; 298004 version = "0.5.1"; 298005 sha256 = "0a2hjkm7kwfnqyscxxdw2r2cq3gsydv5ny91vpxxd3paknqqr0cb"; 298006 + revision = "1"; 298007 + editedCabalFile = "1bnd8jyrrawszaxz5w7jibys9qygp2gx39g5y312f0k5468x25qh"; 298008 libraryHaskellDepends = [ 298009 base containers data-ref semigroups transformers utility-ht 298010 ]; ··· 298181 ({ mkDerivation, base, ghc-prim }: 298182 mkDerivation { 298183 pname = "uniqueness-periods-vector-stats"; 298184 + version = "0.4.0.0"; 298185 + sha256 = "0ip401h6mgyz2qi391d1pjg37mrpf1qfa9pxdxga7r0bkmzs26hg"; 298186 libraryHaskellDepends = [ base ghc-prim ]; 298187 description = "A very basic descriptive statistics"; 298188 license = lib.licenses.mit; ··· 302211 pname = "vector"; 302212 version = "0.13.0.0"; 302213 sha256 = "0ksvs6ldb8bzbjy4gk39wds2lrwill2g7pbr13h54bz12myidly5"; 302214 + revision = "2"; 302215 + editedCabalFile = "19d6c1gp5d6v5wlg386aphn7893axba0zicpi7n5s4a55bqazs51"; 302216 libraryHaskellDepends = [ base deepseq primitive vector-stream ]; 302217 testHaskellDepends = [ 302218 base base-orphans doctest HUnit primitive QuickCheck random tasty ··· 302619 ({ mkDerivation, base, tasty, tasty-quickcheck, vector }: 302620 mkDerivation { 302621 pname = "vector-rotcev"; 302622 + version = "0.1.0.2"; 302623 + sha256 = "1ch8r6v07qvczp7cn7l4hxy7pakj37hkx5vp7vz5yk3bcnjb1mqc"; 302624 libraryHaskellDepends = [ base vector ]; 302625 testHaskellDepends = [ base tasty tasty-quickcheck vector ]; 302626 description = "Vectors with O(1) reverse"; ··· 302723 }: 302724 mkDerivation { 302725 pname = "vector-split"; 302726 + version = "1.0.0.3"; 302727 + sha256 = "1y2imndpyx15jmiajhabi34522jcayrz05zrxiv1srj4fssz56bd"; 302728 libraryHaskellDepends = [ base vector ]; 302729 testHaskellDepends = [ 302730 base QuickCheck split tasty tasty-quickcheck vector ··· 302763 pname = "vector-stream"; 302764 version = "0.1.0.0"; 302765 sha256 = "0v40vdpp35lhnnnx7q17fah0c14jrkjlnwsk0q4mbwb7ch7j3258"; 302766 + revision = "2"; 302767 + editedCabalFile = "1jldm2bh9d0y7vmyv3l85ilps4n8ypqr6da0cgqg5dfi3hlxbmpm"; 302768 libraryHaskellDepends = [ base ghc-prim ]; 302769 description = "Efficient Streams"; 302770 license = lib.licenses.bsd3; ··· 304282 license = lib.licenses.bsd3; 304283 }) {}; 304284 304285 + "vty_5_38" = callPackage 304286 + ({ mkDerivation, ansi-terminal, base, binary, blaze-builder 304287 + , bytestring, containers, deepseq, directory, filepath, microlens 304288 + , microlens-mtl, microlens-th, mtl, parsec, stm, terminfo, text 304289 + , transformers, unix, utf8-string, vector 304290 + }: 304291 + mkDerivation { 304292 + pname = "vty"; 304293 + version = "5.38"; 304294 + sha256 = "18s84rrc1dhm5j8c24r8lgk8hjdrwsdjgf6hilqcdm90dx6jz0al"; 304295 + isLibrary = true; 304296 + isExecutable = true; 304297 + libraryHaskellDepends = [ 304298 + ansi-terminal base binary blaze-builder bytestring containers 304299 + deepseq directory filepath microlens microlens-mtl microlens-th mtl 304300 + parsec stm terminfo text transformers unix utf8-string vector 304301 + ]; 304302 + executableHaskellDepends = [ 304303 + base containers directory filepath microlens microlens-mtl mtl 304304 + ]; 304305 + description = "A simple terminal UI library"; 304306 + license = lib.licenses.bsd3; 304307 + hydraPlatforms = lib.platforms.none; 304308 + }) {}; 304309 + 304310 "vty-examples" = callPackage 304311 ({ mkDerivation, array, base, bytestring, Cabal, containers 304312 , data-default, deepseq, lens, mtl, parallel, parsec, QuickCheck ··· 304388 }: 304389 mkDerivation { 304390 pname = "vulkan"; 304391 + version = "3.24.4"; 304392 + sha256 = "0lpgnmdk05lc4za98i8p7l0g1c5c4cvigm423k1qh2k287wcdhan"; 304393 libraryHaskellDepends = [ base bytestring transformers vector ]; 304394 libraryPkgconfigDepends = [ vulkan ]; 304395 testHaskellDepends = [ ··· 306692 pname = "warp"; 306693 version = "3.3.23"; 306694 sha256 = "0y1r7czq5zrgklqrx1b9pmxn5lhmf7zpqdjz7hfmnzsmr3vndmms"; 306695 + revision = "1"; 306696 + editedCabalFile = "04akn70kmgmw7scapks11srfy44nqj9cy03qsp6rawlzwbxwk9id"; 306697 libraryHaskellDepends = [ 306698 array auto-update base bsb-http-chunked bytestring case-insensitive 306699 containers ghc-prim hashable http-date http-types http2 iproute ··· 307280 description = "Monoidally construct web pages"; 307281 license = lib.licenses.bsd3; 307282 hydraPlatforms = lib.platforms.none; 307283 + broken = true; 307284 }) {}; 307285 307286 "web-plugins" = callPackage ··· 307407 license = lib.licenses.bsd3; 307408 }) {}; 307409 307410 + "web-routes-happstack_0_23_12_3" = callPackage 307411 + ({ mkDerivation, base, bytestring, happstack-server, text 307412 + , web-routes 307413 + }: 307414 + mkDerivation { 307415 + pname = "web-routes-happstack"; 307416 + version = "0.23.12.3"; 307417 + sha256 = "1qkbaq5k9as5s0bdaiza02jfg17vwmsfwg6r3gg95sh4l5rvwyx6"; 307418 + libraryHaskellDepends = [ 307419 + base bytestring happstack-server text web-routes 307420 + ]; 307421 + description = "Adds support for using web-routes with Happstack"; 307422 + license = lib.licenses.bsd3; 307423 + hydraPlatforms = lib.platforms.none; 307424 + }) {}; 307425 + 307426 "web-routes-hsp" = callPackage 307427 ({ mkDerivation, base, hsp, text, web-routes }: 307428 mkDerivation { ··· 307784 }: 307785 mkDerivation { 307786 pname = "webauthn"; 307787 + version = "0.5.0.0"; 307788 + sha256 = "1kyjwg5hf3v1hxpsk9w9mdz601dyahr0a50z83bwaqgys9fb7m8d"; 307789 libraryHaskellDepends = [ 307790 aeson asn1-encoding asn1-parse asn1-types base base16-bytestring 307791 base64-bytestring binary bytestring cborg containers cryptonite ··· 308446 pname = "websockets"; 308447 version = "0.12.7.3"; 308448 sha256 = "0g3z0n4irf3gvbdf9p97jq05ybdg0gwjy5bj4nfc7ivsvyhaic6k"; 308449 + revision = "2"; 308450 + editedCabalFile = "045dsjhhwv73wrs6f91az9hvxygznmx14g6f3fv69yhz9s6lbkry"; 308451 isLibrary = true; 308452 isExecutable = true; 308453 libraryHaskellDepends = [ ··· 308603 }) {}; 308604 308605 "wedged" = callPackage 308606 + ({ mkDerivation, array, base, containers, random }: 308607 mkDerivation { 308608 pname = "wedged"; 308609 + version = "4"; 308610 + sha256 = "19zkwzj9daz1zz0g20bgr6ardqkgizhfnajdq44g7lydykjnnij4"; 308611 isLibrary = false; 308612 isExecutable = true; 308613 + executableHaskellDepends = [ array base containers random ]; 308614 description = "Wedged postcard generator"; 308615 license = "unknown"; 308616 hydraPlatforms = lib.platforms.none; ··· 308672 maintainers = [ lib.maintainers.maralorn ]; 308673 }) {}; 308674 308675 + "weeder_2_4_1" = callPackage 308676 ({ mkDerivation, algebraic-graphs, base, bytestring, containers 308677 , dhall, directory, filepath, generic-lens, ghc, lens, mtl 308678 , optparse-applicative, regex-tdfa, text, transformers ··· 308694 ]; 308695 description = "Detect dead code"; 308696 license = lib.licenses.bsd3; 308697 + hydraPlatforms = lib.platforms.none; 308698 + mainProgram = "weeder"; 308699 + maintainers = [ lib.maintainers.maralorn ]; 308700 + }) {}; 308701 + 308702 + "weeder" = callPackage 308703 + ({ mkDerivation, algebraic-graphs, base, bytestring, containers 308704 + , dhall, directory, filepath, generic-lens, ghc, lens, mtl 308705 + , optparse-applicative, regex-tdfa, text, transformers 308706 + }: 308707 + mkDerivation { 308708 + pname = "weeder"; 308709 + version = "2.5.0"; 308710 + sha256 = "17i8mmkmqf0fc1gad3r5zw3ypc31q2vwqryl5n1wbh402sycn7il"; 308711 + isLibrary = true; 308712 + isExecutable = true; 308713 + libraryHaskellDepends = [ 308714 + algebraic-graphs base bytestring containers dhall directory 308715 + filepath generic-lens ghc lens mtl optparse-applicative regex-tdfa 308716 + text transformers 308717 + ]; 308718 + executableHaskellDepends = [ 308719 + base bytestring containers directory filepath ghc 308720 + optparse-applicative transformers 308721 + ]; 308722 + description = "Detect dead code"; 308723 + license = lib.licenses.bsd3; 308724 mainProgram = "weeder"; 308725 maintainers = [ lib.maintainers.maralorn ]; 308726 }) {}; ··· 308961 308962 "what4" = callPackage 308963 ({ mkDerivation, async, attoparsec, base, bifunctors, bimap 308964 + , BoundedChan, bv-sized, bytestring, concurrent-extra, config-value 308965 + , containers, contravariant, deepseq, deriving-compat, directory 308966 + , exceptions, filepath, fingertree, ghc-prim, hashable, hashtables 308967 + , hedgehog, io-streams, lens, libBF, lumberjack, megaparsec, mtl 308968 + , ordered-containers, panic, parameterized-utils, parsec 308969 + , prettyprinter, process, QuickCheck, s-cargot, scientific, stm 308970 + , tasty, tasty-checklist, tasty-expected-failure, tasty-hedgehog 308971 + , tasty-hunit, tasty-quickcheck, tasty-sugar, template-haskell 308972 + , temporary, text, th-abstraction, th-lift, th-lift-instances, time 308973 + , transformers, unliftio, unordered-containers, utf8-string, vector 308974 + , versions, zenc 308975 }: 308976 mkDerivation { 308977 pname = "what4"; 308978 + version = "1.4"; 308979 + sha256 = "1cmvf1cn4x3g86idbhs27f2hpm0vri51hcrvlss2bx4z85vk649b"; 308980 isLibrary = true; 308981 isExecutable = true; 308982 enableSeparateDataOutput = true; 308983 libraryHaskellDepends = [ 308984 + async attoparsec base bifunctors bimap BoundedChan bv-sized 308985 + bytestring concurrent-extra config-value containers deepseq 308986 + deriving-compat directory exceptions filepath fingertree ghc-prim 308987 + hashable hashtables io-streams lens libBF megaparsec mtl 308988 + ordered-containers panic parameterized-utils parsec prettyprinter 308989 + process s-cargot scientific stm template-haskell temporary text 308990 + th-abstraction th-lift th-lift-instances time transformers unliftio 308991 + unordered-containers utf8-string vector versions zenc 308992 ]; 308993 executableHaskellDepends = [ base parameterized-utils ]; 308994 testHaskellDepends = [ 308995 + async base bv-sized bytestring containers contravariant directory 308996 + exceptions hedgehog io-streams libBF lumberjack ordered-containers 308997 parameterized-utils prettyprinter process QuickCheck tasty 308998 tasty-checklist tasty-expected-failure tasty-hedgehog tasty-hunit 308999 + tasty-quickcheck tasty-sugar temporary text transformers versions 309000 ]; 309001 description = "Solver-agnostic symbolic values support for issuing queries"; 309002 license = lib.licenses.bsd3; ··· 310254 }: 310255 mkDerivation { 310256 pname = "wordchoice"; 310257 + version = "0.1.2.9"; 310258 + sha256 = "0i0bdxm9pr7a1qzr73657xy62d05a54k3ksy229q07ydz04j5mmz"; 310259 + revision = "1"; 310260 + editedCabalFile = "0fmbhinfg1lcqym0b3wx5q0zv3r7pl9l0as3rv33gh2gjcvvf2nv"; 310261 isLibrary = true; 310262 isExecutable = true; 310263 libraryHaskellDepends = [ ··· 310273 benchmarkHaskellDepends = [ base criterion pandoc text ]; 310274 description = "Get word counts and distributions"; 310275 license = lib.licenses.bsd3; 310276 + hydraPlatforms = lib.platforms.none; 310277 mainProgram = "wrd"; 310278 + broken = true; 310279 }) {}; 310280 310281 "wordcloud" = callPackage ··· 310710 }: 310711 mkDerivation { 310712 pname = "wraxml"; 310713 + version = "0.4.4.3"; 310714 + sha256 = "11b48rjpj2glm5bxg8mw9m73qfprb2a8gc57s06sh0n50295di2z"; 310715 isLibrary = true; 310716 isExecutable = true; 310717 libraryHaskellDepends = [ ··· 311439 }) {}; 311440 311441 "wuss" = callPackage 311442 + ({ mkDerivation, base, bytestring, connection, exceptions, network 311443 + , websockets 311444 }: 311445 mkDerivation { 311446 pname = "wuss"; 311447 + version = "2.0.1.0"; 311448 + sha256 = "0hl8s3fwmvxw0zamz72mzhs0pf84qvpyzhd6fjk03whrvg3f4qh7"; 311449 libraryHaskellDepends = [ 311450 + base bytestring connection exceptions network websockets 311451 ]; 311452 description = "Secure WebSocket (WSS) clients"; 311453 license = lib.licenses.mit; ··· 312491 }: 312492 mkDerivation { 312493 pname = "xml-basic"; 312494 + version = "0.1.3.2"; 312495 + sha256 = "0kj26v20rakmmxk0gf6dccmxkcv39mnpcj9dfx45yr27a53b8170"; 312496 libraryHaskellDepends = [ 312497 base containers data-accessor explicit-exception semigroups 312498 utility-ht ··· 312821 pname = "xml-lens"; 312822 version = "0.3.1"; 312823 sha256 = "0i6c4xqacinhxnyszzna7s9x79rrcs1c7jq6zimcwh4302l5d6cm"; 312824 + revision = "2"; 312825 + editedCabalFile = "0n4clndkzg6cjw0slkbrn64byzdnlsxrf6va3xgvsry9d1i18ihf"; 312826 libraryHaskellDepends = [ 312827 base case-insensitive containers lens text xml-conduit 312828 ]; ··· 318651 testHaskellDepends = [ base MonadRandom random yu-utils ]; 318652 description = "Auth module for Yu"; 318653 license = lib.licenses.gpl3Only; 318654 + hydraPlatforms = lib.platforms.none; 318655 + broken = true; 318656 }) {}; 318657 318658 "yu-core" = callPackage ··· 319149 }: 319150 mkDerivation { 319151 pname = "zephyr-copilot"; 319152 + version = "1.0.7"; 319153 + sha256 = "1ss7p1wzcxiap8zm3i6hqllkd0hkrp6bgk4magbaxpy7ic9kifb9"; 319154 libraryHaskellDepends = [ 319155 base containers copilot copilot-c99 copilot-language directory 319156 filepath mtl optparse-applicative sketch-frp-copilot temporary
+40
pkgs/development/haskell-modules/lib/compose.nix
··· 464 allowInconsistentDependencies = overrideCabal (drv: { 465 allowInconsistentDependencies = true; 466 }); 467 }
··· 464 allowInconsistentDependencies = overrideCabal (drv: { 465 allowInconsistentDependencies = true; 466 }); 467 + 468 + # Work around a Cabal bug requiring pkg-config --static --libs to work even 469 + # when linking dynamically, affecting Cabal 3.8 and 3.9. 470 + # https://github.com/haskell/cabal/issues/8455 471 + # 472 + # For this, we treat the runtime system/pkg-config dependencies of a Haskell 473 + # derivation as if they were propagated from their dependencies which allows 474 + # pkg-config --static to work in most cases. 475 + # 476 + # Warning: This function may change or be removed at any time, e.g. if we find 477 + # a different workaround, upstream fixes the bug or we patch Cabal. 478 + __CabalEagerPkgConfigWorkaround = 479 + let 480 + # Take list of derivations and return list of the transitive dependency 481 + # closure, only taking into account buildInputs. Loosely based on 482 + # closePropagationFast. 483 + propagatedPlainBuildInputs = drvs: 484 + builtins.map (i: i.val) ( 485 + builtins.genericClosure { 486 + startSet = builtins.map (drv: 487 + { key = drv.outPath; val = drv; } 488 + ) drvs; 489 + operator = { val, ... }: 490 + if !lib.isDerivation val 491 + then [ ] 492 + else 493 + builtins.concatMap (drv: 494 + if !lib.isDerivation drv 495 + then [ ] 496 + else [ { key = drv.outPath; val = drv; } ] 497 + ) (val.buildInputs or [ ] ++ val.propagatedBuildInputs or [ ]); 498 + } 499 + ); 500 + in 501 + overrideCabal (old: { 502 + benchmarkPkgconfigDepends = propagatedPlainBuildInputs old.benchmarkPkgconfigDepends or [ ]; 503 + executablePkgconfigDepends = propagatedPlainBuildInputs old.executablePkgconfigDepends or [ ]; 504 + libraryPkgconfigDepends = propagatedPlainBuildInputs old.libraryPkgconfigDepends or [ ]; 505 + testPkgconfigDepends = propagatedPlainBuildInputs old.testPkgconfigDepends or [ ]; 506 + }); 507 }
+12
pkgs/development/haskell-modules/patches/gtk2hs-buildtools-fix-ghc-9.4.x.patch
···
··· 1 + diff --git a/src/Gtk2HsSetup.hs b/src/Gtk2HsSetup.hs 2 + index 598048f..b652b76 100644 3 + --- a/src/Gtk2HsSetup.hs 4 + +++ b/src/Gtk2HsSetup.hs 5 + @@ -300,6 +300,7 @@ ourC2hs :: BuildInfo -> LocalBuildInfo -> PreProcessor 6 + ourC2hs bi lbi = PreProcessor { 7 + #endif 8 + platformIndependent = False, 9 + + ppOrdering = (\ _ _ ms -> return ms), 10 + runPreProcessor = runC2HS bi lbi 11 + } 12 +
+4 -3
pkgs/development/haskell-modules/with-packages-wrapper.nix
··· 49 isHaLVM = ghc.isHaLVM or false; 50 ghc761OrLater = isGhcjs || isHaLVM || lib.versionOlder "7.6.1" ghc.version; 51 packageDBFlag = if ghc761OrLater then "--global-package-db" else "--global-conf"; 52 - ghcCommand' = if isGhcjs then "ghcjs" else "ghc"; 53 - ghcCommand = "${ghc.targetPrefix}${ghcCommand'}"; 54 ghcCommandCaps= lib.toUpper ghcCommand'; 55 libDir = if isHaLVM then "$out/lib/HaLVM-${ghc.version}" 56 - else "$out/lib/${ghc.targetPrefix}${ghc.haskellCompilerName}"; 57 docDir = "$out/share/doc/ghc/html"; 58 packageCfgDir = "${libDir}/package.conf.d"; 59 paths = lib.concatLists (
··· 49 isHaLVM = ghc.isHaLVM or false; 50 ghc761OrLater = isGhcjs || isHaLVM || lib.versionOlder "7.6.1" ghc.version; 51 packageDBFlag = if ghc761OrLater then "--global-package-db" else "--global-conf"; 52 + ghcCommand' = if isGhcjs then "ghcjs" else "ghc"; 53 + ghcCommand = "${ghc.targetPrefix}${ghcCommand'}"; 54 ghcCommandCaps= lib.toUpper ghcCommand'; 55 libDir = if isHaLVM then "$out/lib/HaLVM-${ghc.version}" 56 + else "$out/lib/${ghc.targetPrefix}${ghc.haskellCompilerName}" 57 + + lib.optionalString (ghc ? hadrian) "/lib"; 58 docDir = "$out/share/doc/ghc/html"; 59 packageCfgDir = "${libDir}/package.conf.d"; 60 paths = lib.concatLists (