lol
1# pkgs/development/haskell-modules/configuration-hackage2nix.yaml
2
3compiler: ghc-9.0.2
4
5core-packages:
6 - array-0.5.4.0
7 - base-4.15.1.0
8 - binary-0.8.8.0
9 - bytestring-0.10.12.1
10 - Cabal-3.4.1.0
11 - containers-0.6.4.1
12 - deepseq-1.4.5.0
13 - directory-1.3.6.2
14 - exceptions-0.10.4
15 - filepath-1.4.2.1
16 - ghc-9.0.2
17 - ghc-bignum-1.1
18 - ghc-boot-9.0.2
19 - ghc-boot-th-9.0.2
20 - ghc-compact-0.1.0.0
21 - ghc-heap-9.0.2
22 - ghc-prim-0.7.0
23 - ghci-9.0.2
24 - haskeline-0.8.2
25 - hpc-0.6.1.0
26 - integer-gmp-1.1
27 - libiserv-9.0.2
28 - mtl-2.2.2
29 - parsec-3.1.14.0
30 - pretty-1.1.3.6
31 - process-1.6.13.2
32 - rts-1.0.2
33 - stm-2.5.0.0
34 - template-haskell-2.17.0.0
35 - terminfo-0.4.1.5
36 - text-1.2.5.0
37 - time-1.9.3
38 - transformers-0.5.6.2
39 - unix-2.7.2.2
40 - xhtml-3000.2.2.1
41
42 # Hack: The following package is a core package of GHCJS. If we don't declare
43 # it, then hackage2nix will generate a Hackage database where all dependants
44 # of this library are marked as "broken".
45 - ghcjs-base-0
46
47# This is a list of packages with versions from the latest Stackage LTS release.
48#
49# The packages and versions in this list cause the `hackage2nix` tool to
50# generate the package at the given version.
51#
52# For instance, with a line like the following:
53#
54# - aeson ==1.4.6.0
55#
56# `hackage2nix` will generate the `aeson` package at version 1.4.6.0 in the
57# ./hackage-packages.nix file.
58#
59# Since the packages in the LTS package set are sometimes older than the latest
60# on Hackage, `hackage2nix` is smart enough to also generate the latest version
61# of a given package.
62#
63# In the above example with aeson, if there was version 1.5.0.0 of aeson
64# available on Hackage, `hackage2nix` would generate two packages, `aeson`
65# at version 1.4.6.0 and `aeson_1_5_0_0` at version 1.5.0.0.
66#
67# WARNING: We import a list of default-package-overrides from stackage which is
68# tracked in stackage.yaml. Adding conflicting overrides with stackage here will
69# not work.
70default-package-overrides:
71 # gi-gdkx11-4.x requires gtk-4.x, but stackage still restricts gi-gtk to 3.*
72 - gi-gdkx11 < 4
73 # reflex-dom-pandoc is only used by neuron which needs a version < 1.0.0.0
74 - reflex-dom-pandoc < 1.0.0.0
75 # 2022-02-18: pin to our current GHC version
76 - ghc-api-compat == 9.0.*
77 # 2021-11-09: ghc-bignum is bundled starting with 9.0.1; only 1.0 builds with GHCs prior to 9.2.1
78 - ghc-bignum == 1.0
79 # 1.2.0.0: “Dropped support for GHC <9.2 (might readd it later)”
80 - retrie < 1.2.0.0
81 # On the recommendation of hnix author:
82 # https://github.com/NixOS/nixpkgs/pull/154461#issuecomment-1015511883
83 - hnix < 0.15
84 # needs http-client >= 0.7.11 which isn't part of Stackage LTS 18
85 - http-client-restricted < 0.0.5
86 # Needs dhall 1.41.*, Stackage LTS 19 has 1.40
87 - dhall-nix < 1.1.24
88 # patch is primarily used by reflex packages not all of which are patch 0.0.7 compatible yet
89 - patch < 0.0.7
90 - reflex < 0.8.2.1
91 - reflex-dom-core < 0.7.0.2
92 # Downgrade hasql-dynamic-statements until hasql 1.6 is in Stackage
93 - hasql-dynamic-statements < 0.3.1.2
94 # Its dependency brick >= 1.0 is not yet in stackage
95 - brick-skylighting < 1.0
96
97extra-packages:
98 - Cabal == 2.2.* # required for jailbreak-cabal etc.
99 - Cabal == 2.4.* # required for cabal-install etc.
100 - Cabal == 3.2.* # required for cabal-install etc.
101 - Cabal == 3.4.* # required for cabal-install etc.
102 - Cabal == 3.6.* # required for cabal-install-parsers etc.
103 - Diff < 0.4 # required by liquidhaskell-0.8.10.2: https://github.com/ucsd-progsys/liquidhaskell/issues/1729
104 - ShellCheck == 0.7.2 # 2022-02-20: haskell-ci 0.14 needs this
105 - aeson < 2 # required by pantry-0.5.2
106 - attoparsec == 0.13.* # 2022-02-23: Needed to compile elm for now
107 - base16-bytestring < 1 # required for cabal-install etc.
108 - basement < 0.0.15 # 2022-08-30: last version to support GHC < 8.10
109 - bower-json == 1.0.0.1 # 2022-05-21: Needed for spago 0.20.9
110 - brick == 0.70.* # 2022-08-13: needed by matterhorn-50200.17.0
111 - brick == 1.3 # 2022-11-03: needed by swarm 0.2.0.0
112 - brittany == 0.13.1.2 # 2022-09-20: needed for hls on ghc 8.8
113 - cabal-install-parsers < 0.5 # 2022-08-31: required by haskell-ci 0.14.3
114 - clay < 0.14 # 2022-03-20: Needed for neuron 1.0.0.0
115 - crackNum < 3.0 # 2021-05-21: 3.0 removed the lib which sbv 7.13 uses
116 - dependent-map == 0.2.4.0 # required by Hasura 1.3.1, 2020-08-20
117 - dependent-sum == 0.4 # required by Hasura 1.3.1, 2020-08-20
118 - dhall == 1.29.0 # required for ats-pkg
119 - dhall == 1.38.1 # required for spago
120 - doctest == 0.18.* # 2021-11-19: closest to stackage version for GHC 9.*
121 - foundation < 0.0.29 # 2022-08-30: last version to support GHC < 8.10
122 - fourmolu == 0.3.0.0 # 2022-09-21: needed for hls on ghc 8.8
123 - ghc-api-compat == 8.10.7 # 2022-02-17: preserve for GHC 8.10.7
124 - ghc-api-compat == 8.6 # 2021-09-07: preserve for GHC 8.8.4
125 - ghc-lib == 8.10.7.* # 2022-02-17: preserve for GHC 8.10.7
126 - ghc-lib == 9.2.* # 2022-02-17: preserve for GHC 9.2
127 - ghc-lib-parser == 8.10.7.* # 2022-02-17: preserve for GHC 8.10.7
128 - ghc-lib-parser == 9.2.* # 2022-02-17: preserve for GHC 9.2
129 - ghc-lib-parser-ex == 8.10.* # 2022-02-17: preserve for GHC 8.10.7
130 - ghc-lib-parser-ex == 9.2.* # 2022-07-13: preserve for GHC 9.2
131 - ghc-lib-parser-ex >= 9.2.0.3 && < 9.2.1 # 2022-07-13: needed by hlint 3.4.1
132 - haddock == 2.23.* # required on GHC < 8.10.x
133 - haddock-api == 2.23.* # required on GHC < 8.10.x
134 - haddock-library ==1.7.* # required by stylish-cabal-0.5.0.0
135 - happy == 1.19.12 # for ghcjs
136 - hinotify == 0.3.9 # for xmonad-0.26: https://github.com/kolmodin/hinotify/issues/29
137 - hlint == 3.2.8 # 2022-09-21: needed for hls on ghc 8.8
138 - hlint == 3.4.1 # 2022-09-21: needed for hls with ghc-lib-parser 9.2
139 - hnix-store-core == 0.5.0.0 # 2022-06-17: Until hnix 0.17
140 - hnix-store-remote == 0.5.0.0 # 2022-06-17: Until hnix 0.17
141 - hpack == 0.35.0 # 2022-09-29: Needed for stack-2.9.1
142 - hspec < 2.8 # 2022-04-07: Needed for tasty-hspec 1.1.6
143 - hspec-core < 2.8 # 2022-04-07: Needed for tasty-hspec 1.1.6
144 - hspec-discover < 2.8 # 2022-04-07: Needed for tasty-hspec 1.1.6
145 - hspec-golden == 0.1.* # 2022-04-07: Needed for elm-format
146 - immortal == 0.2.2.1 # required by Hasura 1.3.1, 2020-08-20
147 - language-docker == 11.0.0 # required by hadolint 2.12.0, 2022-11-16
148 - language-javascript == 0.7.0.0 # required by purescript
149 - lsp == 1.4.0.0 # 2022-09-18: need for dhall-lsp-server 1.1.2
150 - lsp-types == 1.4.0.1 # 2022-09-18: need for dhall-lsp-server 1.1.2
151 - mmorph == 1.1.3 # Newest working version of mmorph on ghc 8.6.5. needed for hls
152 - network == 2.6.3.1 # required by pkgs/games/hedgewars/default.nix, 2020-11-15
153 - optparse-applicative < 0.16 # needed for niv-0.2.19
154 - ormolu == 0.1.4.1 # 2022-09-21: needed for hls on ghc 8.8
155 - ormolu == 0.2.* # 2022-02-21: For ghc 8.8 and 8.10
156 - pantry == 0.5.2.1 # needed for stack-2.7.3
157 - path == 0.9.0 # 2021-12-03: path version building with stackage genvalidity and GHC 9.0.2
158 - relude == 0.7.0.0 # 2022-02-25: Needed for ema 0.6
159 - resolv == 0.1.1.2 # required to build cabal-install-3.0.0.0 with pre ghc-8.8.x
160 - sbv == 7.13 # required for pkgs.petrinizer
161 - stylish-haskell == 0.13.0.0 # 2022-09-19: needed for hls on ghc 8.8
162 - tasty-hspec == 1.1.6 # 2022-04-07: Needed for elm-format
163 - vty == 5.35.1 # 2022-07-08: needed for glirc-2.39.0.1
164 - weeder == 2.2.* # 2022-02-21: preserve for GHC 8.10.7
165 - weeder == 2.3.* # 2022-05-31: preserve for GHC 9.0.2
166 - ghc-exactprint == 1.5.0 # 2022-10-06: newer versions of ghc-exactprint require ghc 9.4.2
167
168package-maintainers:
169 abbradar:
170 - Agda
171 Anton-Latukha:
172 - hnix
173 - hnix-store-core
174 - hnix-store-remote
175 arturcygan:
176 - hevm
177 berberman:
178 - nvfetcher
179 - arch-web
180 - uusi
181 bdesham:
182 - pinboard-notes-backup
183 cdepillabout:
184 - password
185 - password-instances
186 - pretty-simple
187 - purenix
188 - spago
189 - stack
190 - termonad
191 centromere:
192 - nfc
193 dalpd:
194 - ghc-vis
195 - svgcairo
196 domenkozar:
197 - cachix
198 - cachix-api
199 dschrempf:
200 - circular
201 - covariance
202 - dirichlet
203 - elynx
204 - elynx-markov
205 - elynx-nexus
206 - elynx-seq
207 - elynx-tools
208 - elynx-tree
209 - glasso
210 - mcmc
211 - pava
212 - slynx
213 - tlynx
214 expipiplus1:
215 - VulkanMemoryAllocator
216 - autoapply
217 - exact-real
218 - language-c
219 - orbits
220 - update-nix-fetchgit
221 - vector-sized
222 - vulkan
223 - vulkan-utils
224 erictapen:
225 - hakyll
226 - hakyll-contrib-hyphenation
227 - webify
228 - squeal-postgresql
229 Gabriel439:
230 - annah
231 - bench
232 - break
233 - dhall-bash
234 - dhall-docs
235 - dhall-json
236 - dhall-lsp-server
237 - dhall-nix
238 - dhall-nixpkgs
239 - dhall-openapi
240 - dhall-text
241 - dhall-yaml
242 - dhall
243 - dirstream
244 - errors
245 - foldl
246 - index-core
247 - lens-tutorial
248 - list-transformer
249 - managed
250 - mmorph
251 - morte
252 - mvc-updates
253 - mvc
254 - nix-derivation
255 - nix-diff
256 - optional-args
257 - optparse-generic
258 - pipes-bytestring
259 - pipes-concurrency
260 - pipes-csv
261 - pipes-extras
262 - pipes-group
263 - pipes-http
264 - pipes-parse
265 - pipes-safe
266 - pipes
267 - server-generic
268 - total
269 - turtle
270 - typed-spreadsheet
271 gebner:
272 - wstunnel
273 gridaphobe:
274 - located-base
275 jb55:
276 # - bson-lens
277 - cased
278 - elm-export-persistent
279 # - pipes-mongodb
280 - streaming-wai
281 kiwi:
282 - config-schema
283 - config-value
284 - glirc
285 - irc-core
286 - matterhorn
287 - mattermost-api
288 - mattermost-api-qc
289 - Unique
290 libjared:
291 - sensei
292 maralorn:
293 - cabal-fmt
294 - ema
295 - emanote
296 - generic-optics
297 - ghcid
298 - ghcide
299 - haskell-language-server
300 - hedgehog
301 - hlint
302 - hmatrix
303 - hspec-discover
304 - iCalendar
305 - matrix-client
306 - neuron
307 - optics
308 - paths
309 - postgresql-simple
310 - reflex-dom
311 - releaser
312 - replace-megaparsec
313 - req
314 - shake-bench
315 - shh
316 - shh-extras
317 - snap
318 - stm-containers
319 - streamly
320 - taskwarrior
321 - tz
322 - weeder
323 - witch
324 ncfavier:
325 - lambdabot
326 nomeata:
327 - candid
328 - leb128-cereal
329 - tasty-expected-failure
330 - lhs2tex
331 - rec-def
332 pacien:
333 - ldgallery-compiler
334 peti:
335 - cabal-install
336 - cabal2nix
337 - cabal2spec
338 - distribution-nixpkgs
339 - funcmp
340 - git-annex
341 - hackage-db
342 - hledger
343 - hledger-interest
344 - hledger-ui
345 - hledger-web
346 - hopenssl
347 - hsdns
348 - hsemail
349 - hsyslog
350 - jailbreak-cabal
351 - language-nix
352 - logging-facade-syslog
353 - nix-paths
354 - pandoc
355 - structured-haskell-mode
356 - titlecase
357 - xmonad
358 - xmonad-contrib
359 poscat:
360 - hinit
361 psibi:
362 - path-pieces
363 - persistent
364 - persistent-sqlite
365 - persistent-template
366 - shakespeare
367 roberth:
368 - arion-compose
369 - cabal-pkg-config-version-hook
370 - hercules-ci-agent
371 - hercules-ci-api
372 - hercules-ci-api-agent
373 - hercules-ci-api-core
374 - hercules-ci-cli
375 - hercules-ci-cnix-expr
376 - hercules-ci-cnix-store
377 - inline-c
378 - inline-c-cpp
379 roosemberth:
380 - git-annex
381 rvl:
382 - taffybar
383 - arbtt
384 - lentil
385 sorki:
386 - cayenne-lpp
387 - blockfrost-client
388 - data-lens-light
389 - data-stm32
390 - gcodehs
391 - hnix
392 - hnix-store-core
393 - hnix-store-remote
394 - implicit
395 - nix-derivation
396 - nix-diff
397 - nix-narinfo
398 - ttn
399 - ttn-client
400 - update-nix-fetchgit
401 - zre
402 sternenseemann:
403 # also maintain upstream package
404 - spacecookie
405 - gopher-proxy
406 # other packages I can help out for
407 - systemd
408 - fast-logger
409 - flat
410 - Euterpea2
411 - utc
412 - socket
413 - gitit
414 - yarn-lock
415 - yarn2nix
416 - large-hashable
417 - haskell-ci
418 - diagrams
419 - rel8
420 - regex-rure
421 - jacinda
422 - citeproc
423 # owothia
424 - irc-client
425 - chatter
426 - envy
427 terlar:
428 - nix-diff
429 turion:
430 - rhine
431 - rhine-gloss
432 - essence-of-live-coding
433 - essence-of-live-coding-gloss
434 - essence-of-live-coding-pulse
435 - essence-of-live-coding-quickcheck
436 - Agda
437 - dunai
438 - finite-typelits
439 - pulse-simple
440 - simple-affine-space
441 utdemir:
442 - nix-tree
443
444unsupported-platforms:
445 Allure: [ platforms.darwin ]
446 bdcs-api: [ platforms.darwin ]
447 bindings-directfb: [ platforms.darwin ]
448 bindings-sane: [ platforms.darwin ]
449 bustle: [ platforms.darwin ] # uses glibc-specific ptsname_r
450 camfort: [ aarch64-linux ]
451 charsetdetect: [ aarch64-linux ] # not supported by vendored lib / not configured properly https://github.com/batterseapower/libcharsetdetect/issues/3
452 cut-the-crap: [ platforms.darwin ]
453 essence-of-live-coding-PortMidi: [ platforms.darwin ]
454 Euterpea: [ platforms.darwin ]
455 follow-file: [ platforms.darwin ]
456 freenect: [ platforms.darwin ]
457 FTGL: [ platforms.darwin ]
458 fuzzytime: [ platforms.darwin ] # https://github.com/kamwitsta/fuzzytime/issues/2
459 ghcjs-dom-hello: [ platforms.darwin ]
460 ghc-gc-hook: [ platforms.darwin ] # requires C11 threads which Apple doesn't support
461 gi-adwaita: [ platforms.darwin ]
462 gi-dbusmenugtk3: [ platforms.darwin ]
463 gi-dbusmenu: [ platforms.darwin ]
464 gi-ggit: [ platforms.darwin ]
465 gi-ibus: [ platforms.darwin ]
466 gi-javascriptcore: [ platforms.darwin ] # webkitgtk marked broken on darwin
467 gi-ostree: [ platforms.darwin ]
468 gi-vte: [ platforms.darwin ]
469 gi-webkit2webextension: [ platforms.darwin ] # webkitgtk marked broken on darwin
470 gi-webkit2: [ platforms.darwin ] # webkitgtk marked broken on darwin
471 gi-wnck: [ platforms.darwin ]
472 gnome-keyring: [ platforms.darwin ]
473 grid-proto: [ platforms.darwin ]
474 gtk-sni-tray: [ platforms.darwin ]
475 haskell-snake: [ platforms.darwin ]
476 hb3sum: [ aarch64-linux ] # depends on blake3, which is not supported on aarch64-linux
477 hcwiid: [ platforms.darwin ]
478 HDRUtils: [ platforms.darwin ]
479 hidapi: [ platforms.darwin ]
480 hinotify-bytestring: [ platforms.darwin ]
481 honk: [ platforms.darwin ]
482 HSoM: [ platforms.darwin ]
483 iwlib: [ platforms.darwin ]
484 Jazzkell: [ platforms.darwin ] # depends on Euterpea
485 jsaddle-hello: [ platforms.darwin ] # depends on jsaddle-webkit2gtk
486 jsaddle-webkit2gtk: [ platforms.darwin ]
487 Kulitta: [ platforms.darwin ] # depends on Euterpea
488 LambdaHack: [ platforms.darwin ]
489 large-hashable: [ aarch64-linux ] # https://github.com/factisresearch/large-hashable/issues/17
490 libmodbus: [ platforms.darwin ]
491 libsystemd-journal: [ platforms.darwin ]
492 libtelnet: [ platforms.darwin ]
493 libvirt-hs: [ platforms.darwin ] # spidermonkey is not supported on darwin
494 libzfs: [ platforms.darwin ]
495 linearEqSolver: [ aarch64-linux ]
496 lio-fs: [ platforms.darwin ]
497 logging-facade-journald: [ platforms.darwin ]
498 longshot: [ aarch64-linux ]
499 mpi-hs: [ aarch64-linux, platforms.darwin ]
500 mpi-hs-binary: [ aarch64-linux, platforms.darwin ]
501 mpi-hs-cereal: [ aarch64-linux, platforms.darwin ]
502 mpi-hs-store: [ aarch64-linux, platforms.darwin ]
503 mplayer-spot: [ aarch64-linux ]
504 mptcp-pm: [ platforms.darwin ]
505 netlink: [ platforms.darwin ]
506 notifications-tray-icon: [ platforms.darwin ] # depends on gi-dbusmenu
507 oculus: [ platforms.darwin ]
508 pam: [ platforms.darwin ]
509 parport: [ platforms.darwin ]
510 persist-state: [ aarch64-linux, armv7l-linux ] # https://github.com/minad/persist-state/blob/6fd68c0b8b93dec78218f6d5a1f4fa06ced4e896/src/Data/PersistState.hs#L122-L128
511 piyo: [ platforms.darwin ]
512 PortMidi-simple: [ platforms.darwin ]
513 PortMidi: [ platforms.darwin ]
514 posix-api: [ platforms.darwin ]
515 Raincat: [ platforms.darwin ]
516 reactive-balsa: [ platforms.darwin ] # depends on alsa-core
517 reflex-dom-fragment-shader-canvas: [ platforms.darwin, aarch64-linux ]
518 reflex-dom: [ platforms.darwin, aarch64-linux ]
519 reflex-localize-dom: [ platforms.darwin, aarch64-linux ]
520 rtlsdr: [ platforms.darwin ]
521 rubberband: [ platforms.darwin ]
522 sdl2-mixer: [ platforms.darwin ]
523 sdl2-ttf: [ platforms.darwin ]
524 sensei: [ platforms.darwin ]
525 synthesizer-alsa: [ platforms.darwin ]
526 taffybar: [ platforms.darwin ]
527 emanote: [ x86_64-darwin ] # Depends on stork which is broken on macOS sdk < 10.14
528 termonad: [ platforms.darwin ]
529 tokyotyrant-haskell: [ platforms.darwin ]
530 Unixutils-shadow: [ platforms.darwin ]
531 verifiable-expressions: [ aarch64-linux ]
532 vrpn: [ platforms.darwin ]
533 vulkan: [ i686-linux, armv7l-linux, platforms.darwin ]
534 VulkanMemoryAllocator: [ i686-linux, armv7l-linux, platforms.darwin ]
535 vulkan-utils: [ platforms.darwin ]
536 webkit2gtk3-javascriptcore: [ platforms.darwin ]
537 xattr: [ platforms.darwin ]
538 xgboost-haskell: [ aarch64-linux, armv7l-linux ]
539 xmobar: [ platforms.darwin ]
540 xmonad-extras: [ platforms.darwin ]
541 xmonad-volume: [ platforms.darwin ]
542
543supported-platforms:
544 AWin32Console: [ platforms.windows ]
545 alsa-mixer: [ platforms.linux ]
546 alsa-pcm: [ platforms.linux ]
547 alsa-seq: [ platforms.linux ]
548 barbly: [ platforms.darwin ]
549 bindings-parport: [ platforms.linux ] # parport is a linux kernel component
550 blake3: [ platforms.x86 ] # uses x86 intrinsics
551 btrfs: [ platforms.linux ] # depends on linux
552 cpuid: [ platforms.x86 ] # needs to be i386 compatible (IA-32)
553 crc32c: [ platforms.x86 ] # uses x86 intrinsics
554 d3d11binding: [ platforms.windows ]
555 DirectSound: [ platforms.windows ]
556 dx9base: [ platforms.windows ]
557 dx9d3d: [ platforms.windows ]
558 dx9d3dx: [ platforms.windows ]
559 evdev: [ platforms.linux ]
560 evdev-streamly: [ platforms.linux ]
561 geomancy: [ platforms.x86 ] # x86 intrinsics
562 gi-gtkosxapplication: [ platforms.darwin ]
563 gtk-mac-integration: [ platforms.darwin ]
564 gtk3-mac-integration: [ platforms.darwin ]
565 hommage-ds: [ platforms.windows ]
566 hpapi: [ platforms.linux ] # limited by pkgs.papi
567 hsignal: [ platforms.x86 ] # -msse2
568 HFuse: [ platforms.linux ]
569 HQu: [ platforms.x86 ] # vendored C++ library needs i686/x86_64
570 hw-prim-bits: [ platforms.x86 ] # x86 assembler
571 inline-asm: [ platforms.x86 ] # x86 assembler
572 keid-core: [ x86_64-linux ] # geomancy (only x86), vulkan (no i686, no darwin, …)
573 keid-frp-banana: [ x86_64-linux ] # geomancy (only x86), vulkan (no i686, no darwin, …)
574 keid-geometry: [ x86_64-linux ] # geomancy (only x86), vulkan (no i686, no darwin, …)
575 keid-render-basic: [ x86_64-linux ] # geomancy (only x86), vulkan (no i686, no darwin, …)
576 keid-resource-gltf: [ x86_64-linux ] # geomancy (only x86), vulkan (no i686, no darwin, …)
577 keid-sound-openal: [ x86_64-linux ] # geomancy (only x86), vulkan (no i686, no darwin, …)
578 keid-ui-dearimgui: [ x86_64-linux ] # geomancy (only x86), vulkan (no i686, no darwin, …)
579 kqueue: [ platforms.netbsd, platforms.freebsd, platforms.openbsd, platforms.darwin ]
580 linux-evdev: [ platforms.linux ]
581 linux-file-extents: [ platforms.linux ]
582 linux-inotify: [ platforms.linux ]
583 linux-mount: [ platforms.linux ]
584 linux-namespaces: [ platforms.linux ]
585 lxc: [ platforms.linux ]
586 midi-alsa: [ platforms.linux ]
587 password: [ platforms.x86 ] # uses scrypt, which requries x86
588 password-instances: [ platforms.x86 ] # uses scrypt, which requries x86
589 reactivity: [ platforms.windows ]
590 reflex-libtelnet: [ platforms.linux ] # pkgs.libtelnet only supports linux
591 scat: [ platforms.x86 ] # uses scrypt, which requries x86
592 scrypt: [ platforms.x86 ] # https://github.com/informatikr/scrypt/issues/8
593 seqalign: [ platforms.x86 ] # x86 intrinsics
594 udev: [ platforms.linux ]
595 Win32-console: [ platforms.windows ]
596 Win32-dhcp-server: [ platforms.windows ]
597 Win32-errors: [ platforms.windows ]
598 Win32-extras: [ platforms.windows ]
599 Win32-junction-point: [ platforms.windows ]
600 Win32-notify: [ platforms.windows ]
601 Win32: [ platforms.windows ]
602 Win32-security: [ platforms.windows ]
603 Win32-services: [ platforms.windows ]
604 Win32-services-wrapper: [ platforms.windows ]
605 XInput: [ platforms.windows ]
606 yesod-auth-simple: [ platforms.x86 ] # requires scrypt which only supports x86
607
608dont-distribute-packages:
609 # Depends on shine, which is a ghcjs project.
610 - shine-varying
611
612 # these packages depend on software with an unfree license
613 - accelerate-bignum
614 - accelerate-blas
615 - accelerate-cublas
616 - accelerate-cuda
617 - accelerate-cufft
618 - accelerate-examples
619 - accelerate-fft
620 - accelerate-fourier-benchmark
621 - accelerate-io-array
622 - accelerate-io-bmp
623 - accelerate-io-bytestring
624 - accelerate-io-cereal
625 - accelerate-io-JuicyPixels
626 - accelerate-io-repa
627 - accelerate-io-vector
628 - accelerate-kullback-liebler
629 - accelerate-llvm-ptx
630 - bindings-yices
631 - boolector
632 - ccelerate-cuda
633 - containers-accelerate
634 - cplex-hs
635 - cublas
636 - cuda # 2020-08-18 because of dependency nvidia-x11
637 - cufft
638 - cusolver
639 - cusparse
640 - gloss-raster-accelerate
641 - hashable-accelerate
642 - libnvvm
643 - matlab
644 - nvvm
645 - Obsidian
646 - odpic-raw
647 - patch-image
648 # license for input data unclear, dependency not on Hackage
649 # see https://github.com/NixOS/nixpkgs/pull/88604
650 - tensorflow-mnist
651 - yices-easy
652 - yices-painless
653
654 # These packages don‘t build because they use deprecated webkit versions.
655 - diagrams-hsqml
656 - dialog
657 - ghcjs-dom-webkit
658 - gi-webkit
659 - hsqml
660 - hsqml-datamodel
661 - hsqml-datamodel-vinyl
662 - hsqml-demo-manic
663 - hsqml-demo-morris
664 - hsqml-demo-notes
665 - hsqml-demo-samples
666 - hsqml-morris
667 - hstorchat
668 - jsaddle-webkitgtk
669 - jsc
670 - lambdacat
671 - manatee-all
672 - manatee-browser
673 - manatee-reader
674 - markup-preview
675 - spike
676 - web-browser-in-haskell
677 - webkit
678 - webkitgtk3-javascriptcore
679 - websnap
680
681 # mesos was removed from nixpkgs
682 - hs-mesos
683
684 # Output exceeds Hydra's maximum allowable size
685 - stripeapi