summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml
blob: e79dd7e72fe445ab0c81bc8d18da99f9ef9d2915 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
# pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml

# This is a list of packages with versions from the latest Stackage LTS release.
#
# The packages and versions in this list cause the `hackage2nix` tool to
# generate the package at the given version.
#
# For instance, with a line like the following:
#
# - aeson ==1.4.6.0
#
# `hackage2nix` will generate the `aeson` package at version 1.4.6.0 in the
# ./hackage-packages.nix file.
#
# Since the packages in the LTS package set are sometimes older than the latest
# on Hackage, `hackage2nix` is smart enough to also generate the latest version
# of a given package.
#
# In the above example with aeson, if there was version 1.5.0.0 of aeson
# available on Hackage, `hackage2nix` would generate two packages, `aeson`
# at version 1.4.6.0 and `aeson_1_5_0_0` at version 1.5.0.0.
#
# WARNING: We import a list of default-package-overrides from stackage which is
# tracked in stackage.yaml. Adding conflicting overrides with stackage here will
# not work.
default-package-overrides:
  # gi-gdkx11-4.x requires gtk-4.x, but stackage still restricts gi-gtk to 3.*
  - gi-gdkx11 < 4
  # 2021-11-09: ghc-bignum is bundled starting with 9.0.1; only 1.0 builds with GHCs prior to 9.2.1
  - ghc-bignum == 1.0
  # needs http-client >= 0.7.11 which isn't part of Stackage LTS 18
  - http-client-restricted < 0.0.5
  # Downgrade hasql-dynamic-statements until hasql 1.6 is in Stackage
  - hasql-dynamic-statements < 0.3.1.2
  - rope-utf16-splay < 0.4.0.0
  # hnix < 0.17 (unreleased) needs hnix-store-* 0.5.*
  - hnix-store-core == 0.5.0.0            # 2022-06-17: Until hnix 0.17
  - hnix-store-remote == 0.5.0.0        # 2022-06-17: Until hnix 0.17

  # 2023-04-22: For dhall < 1.42 compatibility
  - dhall-nixpkgs == 1.0.9
  - dhall-nix == 1.1.25

  # 2023-07-06: ghcide-2.0.0.1 explicitly needs implicit-hie < 0.1.3, because some sort of
  # breaking change was introduced in implicit-hie-0.1.3.0.
  # https://github.com/haskell/haskell-language-server/blob/feb596592de95f09cf4ee885f3e74178161919f1/ghcide/ghcide.cabal#L107-L111
  - implicit-hie < 0.1.3
  - hie-bios < 0.13

  # pandoc-crossref 0.3.17 needs pandoc >= 3.1.8
  - pandoc-crossref < 0.3.17.0

  # 2023-09-17: reflex-dom 0.6.3.0 is broken https://github.com/reflex-frp/reflex-dom/issues/462
  - reflex-dom < 0.6.2.0

  # Only an older version of dependent-sum-template is compatible with ghc 9.4
  # https://github.com/obsidiansystems/dependent-sum-template/issues/5
  - dependent-sum-template < 0.1.2

  # hls-floskell-plugin 2.4 does not yet support floskell 0.11
  - floskell < 0.11

  # Newer daemons requires GHC 9.6
  - daemons == 0.3.0

extra-packages:
  - Cabal-syntax == 3.6.*               # Dummy package that ensures packages depending on Cabal-syntax can work for Cabal < 3.8
  - Cabal == 3.2.*                      # Used for packages needing newer Cabal on ghc 8.6 and 8.8
  - Cabal == 3.6.*                      # used for packages needing newer Cabal on ghc 8.10 and 9.0
  - Cabal-syntax == 3.8.*               # version required for ormolu and fourmolu on ghc 9.2 and 9.0
  - Cabal-syntax == 3.10.*              # newest version required for cabal-install and other packages
  - cachix < 1.4                        # 2023-04-02: cachix 1.4{,.1} have known on multi-user Nix systems
  - directory == 1.3.7.*                # required to build cabal-install 3.10.* with GHC 9.2
  - Diff < 0.4                          # required by liquidhaskell-0.8.10.2: https://github.com/ucsd-progsys/liquidhaskell/issues/1729
  - aeson < 2                           # required by pantry-0.5.2
  - apply-refact == 0.9.*               # 2022-12-12: needed for GHC < 9.2
  - apply-refact == 0.11.*              # 2023-02-02: needed for hls-hlint-plugin on GHC 9.2
  - attoparsec == 0.13.*                # 2022-02-23: Needed to compile elm for now
  - base16-bytestring < 1               # required for cabal-install etc.
  - basement < 0.0.15                   # 2022-08-30: last version to support GHC < 8.10
  - bower-json == 1.0.0.1               # 2022-05-21: Needed for spago 0.20.9
  - brick == 0.70.*                     # 2022-08-13: needed by matterhorn-50200.17.0
  - brick-skylighting < 1.0             # 2022-08-13: needed by matterhorn-50200.17.0 to match brick
  - brittany == 0.13.1.2                # 2022-09-20: needed for hls on ghc 8.8
  - crackNum < 3.0                      # 2021-05-21: 3.0 removed the lib which sbv 7.13 uses
  - dependent-map == 0.2.4.0            # required by Hasura 1.3.1, 2020-08-20
  - dependent-sum == 0.4                # required by Hasura 1.3.1, 2020-08-20
  - dhall == 1.29.0                     # required for ats-pkg
  - dhall == 1.38.1                     # required for spago
  - doctest == 0.18.*                   # 2021-11-19: closest to stackage version for GHC 9.*
  - foundation < 0.0.29                 # 2022-08-30: last version to support GHC < 8.10
  - ghc-api-compat == 8.10.7            # 2022-02-17: preserve for GHC 8.10.7
  - ghc-api-compat == 8.6               # 2021-09-07: preserve for GHC 8.8.4
  - ghc-exactprint == 0.6.*             # 2022-12-12: needed for GHC < 9.2
  - ghc-exactprint == 1.5.*             # 2023-03-30: needed for GHC == 9.2
  - ghc-exactprint == 1.6.*             # 2023-03-30: needed for GHC == 9.4
  - ghc-lib == 8.10.7.*                 # 2022-02-17: preserve for GHC 8.10.7
  - ghc-lib == 9.2.*                    # 2022-02-17: preserve for GHC 9.2
  - ghc-lib == 9.4.*                    # 2023-03-17: preserve for GHC 9.4
  - ghc-lib == 9.6.*                    # 2023-03-17: preserve for GHC 9.6
  - ghc-lib-parser == 8.10.7.*          # 2022-02-17: preserve for GHC 8.10.7
  - ghc-lib-parser == 9.2.*             # 2022-02-17: preserve for GHC 9.2
  - ghc-lib-parser == 9.4.*             # 2023-03-17: preserve for GHC 9.4
  - ghc-lib-parser == 9.6.*             # 2023-10-24: preserve for GHC 9.6
  - ghc-lib-parser-ex == 8.10.*         # 2022-02-17: preserve for GHC 8.10.7
  - ghc-lib-parser-ex == 9.2.*          # 2022-07-13: preserve for GHC 9.2
  - ghc-lib-parser-ex == 9.4.*          # 2023-03-17: preserve for GHC 9.4
  - ghc-lib-parser-ex == 9.6.*          # 2023-10-24: preserve for GHC 9.6
  - gi-soup == 2.4.28                   # 2023-04-05: the last version to support libsoup-2.4 (and thus be compatible with our other gi- packages)
  - haddock == 2.23.*                   # required on GHC < 8.10.x
  - haddock-api == 2.23.*               # required on GHC < 8.10.x
  - haddock-library ==1.7.*             # required by stylish-cabal-0.5.0.0
  - happy == 1.19.12                    # for ghcjs
  - hinotify == 0.3.9                   # for xmonad-0.26: https://github.com/kolmodin/hinotify/issues/29
  - hlint == 3.2.8                      # 2022-09-21: needed for hls on ghc 8.8
  - hlint == 3.4.1                      # 2022-09-21: needed for hls with ghc-lib-parser 9.2
  - hspec < 2.8                         # 2022-04-07: Needed for tasty-hspec 1.1.6
  - hspec-core < 2.8                    # 2022-04-07: Needed for tasty-hspec 1.1.6
  - hspec-discover < 2.8                # 2022-04-07: Needed for tasty-hspec 1.1.6
  - hspec-meta < 2.8                    # 2022-12-07: Needed for elmPackages.elm / hspec-discover
  - hspec-golden == 0.1.*               # 2022-04-07: Needed for elm-format
  - http2 < 3.3                         # 2023-08-24: Needed for twain <https://github.com/alexmingoia/twain/issues/5>
  - immortal == 0.2.2.1                 # required by Hasura 1.3.1, 2020-08-20
  - language-docker == 11.0.0           # required by hadolint 2.12.0, 2022-11-16
  - language-javascript == 0.7.0.0      # required by purescript
  - lens-aeson < 1.2                    # 2022-12-17: For aeson < 2.0 compat
  - lsp == 1.4.0.0                      # 2022-09-18: need for dhall-lsp-server 1.1.2
  - lsp-types == 1.4.0.1                # 2022-09-18: need for dhall-lsp-server 1.1.2
  - mmorph == 1.1.3                     # Newest working version of mmorph on ghc 8.6.5. needed for hls
  - network == 2.6.3.1                  # required by pkgs/games/hedgewars/default.nix, 2020-11-15
  - optparse-applicative < 0.16         # needed for niv-0.2.19
  - fourmolu == 0.11.*                  # 2023-10-22: for hls on ghc 9.0
  - ormolu == 0.5.2.0                   # 2023-08-08: for hls on ghc 9.0 and 9.2
  - pantry == 0.5.2.1                   # needed for stack-2.7.3
  - path == 0.9.0                       # 2021-12-03: path version building with stackage genvalidity and GHC 9.0.2
  - resolv < 0.2                        # required to build cabal-install-3.10.1.0 with Stackage LTS 21
  - sbv == 7.13                         # required for pkgs.petrinizer
  - stylish-haskell == 0.14.4.0         # 2022-09-19: needed for hls on ghc 9.2
  - tasty-hspec == 1.1.6                # 2022-04-07: Needed for elm-format
  - text == 2.0.2                       # 2023-09-14: Needed for elm (which is currently on ghc-8.10)
  - th-abstraction < 0.6                # 2023-09-11: needed for aeson-2.2.0.0
  - vty == 5.35.1                       # 2022-07-08: needed for glirc-2.39.0.1
  - weeder == 2.2.*                     # 2022-02-21: preserve for GHC 8.10.7
  - weeder == 2.3.*                     # 2022-05-31: preserve for GHC 9.0.2
  - weeder == 2.4.*                     # 2023-02-02: preserve for GHC 9.2.*
  - 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)
  - retrie < 1.2.0.0                    # 2022-12-30: required for hls on ghc < 9.2
  - ghc-tags == 1.5.*                   # 2023-02-18: preserve for ghc-lib == 9.2.*
  - ghc-tags == 1.6.*                   # 2023-02-18: preserve for ghc-lib == 9.4.*
  - shake-cabal < 0.2.2.3               # 2023-07-01: last version to support Cabal 3.6.*
  - unix-compat < 0.7                   # 2023-07-04: Need System.PosixCompat.User for git-annex
  - algebraic-graphs < 0.7              # 2023-08-14: Needed for building weeder < 2.6.0

package-maintainers:
  abbradar:
    - Agda
  Anton-Latukha:
    - hnix
    - hnix-store-core
    - hnix-store-remote
  arturcygan:
    - hevm
  athas:
    - futhark
  berberman:
    - nvfetcher
    - arch-web
    - uusi
  bdesham:
    - pinboard-notes-backup
  cdepillabout:
    - password
    - password-instances
    - pretty-simple
    - stack
    - termonad
  centromere:
    - nfc
  dalpd:
    - dhall-lsp-server
    - espial
    - ghc-vis
    - patat
    - svgcairo
  danielrolls:
    - byte-count-reader
    - shellify
  domenkozar:
    - cachix
    - cachix-api
  dschrempf:
    - circular
    - covariance
    - dirichlet
    - elynx
    - elynx-markov
    - elynx-nexus
    - elynx-seq
    - elynx-tools
    - elynx-tree
    - glasso
    - mcmc
    - pava
    - slynx
    - tlynx
    - xmonad
    - xmonad-contrib
  expipiplus1:
    - VulkanMemoryAllocator
    - autoapply
    - exact-real
    - language-c
    - orbits
    - update-nix-fetchgit
    - vector-sized
    - vulkan
    - vulkan-utils
  erictapen:
    - hakyll
  evenbrenden:
    - unleash-client-haskell
    - unleash-client-haskell-core
  Gabriella439:
    - annah
    - bench
    - break
    - dhall-bash
    - dhall-docs
    - dhall-json
    - dhall-lsp-server
    - dhall-nix
    - dhall-nixpkgs
    - dhall-openapi
    - dhall-text
    - dhall-yaml
    - dhall
    - dirstream
    - errors
    - foldl
    - index-core
    - lens-tutorial
    - list-transformer
    - managed
    - mmorph
    - morte
    - mvc-updates
    - mvc
    - nix-derivation
    - nix-diff
    - optional-args
    - optparse-generic
    - pipes-bytestring
    - pipes-concurrency
    - pipes-csv
    - pipes-extras
    - pipes-group
    - pipes-http
    - pipes-parse
    - pipes-safe
    - pipes
    - server-generic
    - total
    - turtle
    - typed-spreadsheet
  gebner:
    - wstunnel
  gridaphobe:
    - located-base
  iblech:
    - Agda
  ivanbrennan:
    - xmonad
    - xmonad-contrib
  jb55:
    # - bson-lens
    - cased
    - elm-export-persistent
    # - pipes-mongodb
    - streaming-wai
  kiwi:
    - config-schema
    - config-value
    - glirc
    - irc-core
    - matterhorn
    - mattermost-api
    - mattermost-api-qc
    - Unique
  libjared:
    - sensei
  maralorn:
    - cabal-fmt
    - clay
    - eventlog2html
    - generic-optics
    - ghc-debug-brick
    - ghc-debug-stub
    - ghcid
    - graphql-client
    - haskell-language-server
    - hedgehog
    - hledger
    - hledger-ui
    - hledger-web
    - hlint
    - hmatrix
    - hspec-discover
    - iCalendar
    - matrix-client
    - optics
    - pandoc
    - pandoc-cli
    - pandoc-crossref
    - paths
    - postgresql-simple
    - purebred-email
    - reflex-dom
    - releaser
    - replace-megaparsec
    - req
    - shake-bench
    - shh
    - shh-extras
    - snap
    - stm-containers
    - streamly
    - streamly-bytestring
    - taskwarrior
    - threadscope
    - tz
    - weeder
    - witch
  ncfavier:
    - lambdabot
  nomeata:
    - cabal-plan-bounds
    - candid
    - leb128-cereal
    - lhs2tex
    - rec-def
    - tasty-expected-failure
  peti:
    - cabal2spec
    - funcmp
    - git-annex
    - hledger-interest
    - hopenssl
    - hsdns
    - hsemail
    - hsyslog
    - logging-facade-syslog
    - nix-paths
    - structured-haskell-mode
    - titlecase
    - xmonad
    - xmonad-contrib
  poscat:
    - hinit
  psibi:
    - path-pieces
    - persistent
    - persistent-sqlite
    - persistent-template
    - shakespeare
  raehik:
    - strongweak
    - generic-data-functions
    - binrep
    - bytepatch
    - heystone
    - refined
    - refined1
    - flatparse
  roberth:
    - arion-compose
    - cabal-pkg-config-version-hook
    - hercules-ci-agent
    - hercules-ci-api
    - hercules-ci-api-agent
    - hercules-ci-api-core
    - hercules-ci-cli
    - hercules-ci-cnix-expr
    - hercules-ci-cnix-store
    - inline-c
    - inline-c-cpp
  roosemberth:
    - git-annex
  rvl:
    - taffybar
    - arbtt
    - lentil
  sheepforce:
    - mpi-hs
    - mpi-hs-store
    - mpi-hs-cereal
    - mpi-hs-binary
  shlok:
    - streamly-archive
    - streamly-lmdb
  sorki:
    - cayenne-lpp
    - blockfrost-client
    - data-lens-light
    - data-stm32
    - gcodehs
    - hnix
    - hnix-store-core
    - hnix-store-remote
    - implicit
    - nix-derivation
    - nix-diff
    - nix-narinfo
    - ttn
    - ttn-client
    - update-nix-fetchgit
    - zre
  srid:
    - ema
    - emanote
  sternenseemann:
    # also maintain upstream package
    - cabal2nix
    - distribution-nixpkgs
    - hackage-db
    - language-nix
    - jailbreak-cabal
    - spacecookie
    - gopher-proxy
    # other packages I can help out for
    - cabal-install
    - hledger
    - pandoc
    - systemd
    - fast-logger
    - flat
    - Euterpea2
    - utc
    - socket
    - gitit
    - yarn-lock
    - yarn2nix
    - large-hashable
    - haskell-ci
    - diagrams
    - rel8
    - regex-rure
    - jacinda
    - citeproc
    # owothia
    - irc-client
    - chatter
    - envy
  tbidne:
    - rest-rewrite
  terlar:
    - nix-diff
  turion:
    - Agda
    - dunai
    - essence-of-live-coding
    - essence-of-live-coding-gloss
    - essence-of-live-coding-pulse
    - essence-of-live-coding-quickcheck
    - essence-of-live-coding-warp
    - finite-typelits
    - has-transformers
    - monad-bayes
    - monad-schedule
    - pulse-simple
    - rhine
    - rhine-gloss
    - simple-affine-space
    - time-domain
  thielema:
    - accelerate-arithmetic
    - accelerate-fftw
    - accelerate-fourier
    - accelerate-utility
    - align-audio
    - alsa-core
    - alsa-pcm
    - alsa-seq
    - apportionment
    - audacity
    - battleship-combinatorics
    - bibtex
    - board-games
    - buffer-pipe
    - cabal-flatpak
    - calendar-recycling
    - checksum
    - check-pvp
    - coinor-clp
    - combinatorial
    - comfort-graph
    - comfort-array
    - comfort-array-shape
    - comfort-fftw
    - comfort-glpk
    - concurrent-split
    - cutter
    - data-accessor
    - data-accessor-mtl
    - data-accessor-template
    - data-accessor-transformers
    - data-ref
    - doctest-exitcode-stdio
    - doctest-extract
    - doctest-lib
    - dsp
    - enumset
    - equal-files
    - event-list
    - explicit-exception
    - fixed-length
    - fftw-ffi
    - gnuplot
    - group-by-date
    - guarded-allocation
    - iff
    - interpolation
    - jack
    - latex
    - lazyio
    - linear-programming
    - markov-chain
    - midi
    - midi-alsa
    - midi-music-box
    - mbox-utility
    - med-module
    - monoid-transformer
    - non-empty
    - non-negative
    - numeric-prelude
    - numeric-quest
    - pathtype
    - pooled-io
    - probability
    - quickcheck-transformer
    - reactive-midyim
    - reactive-balsa
    - reactive-jack
    - sample-frame
    - sample-frame-np
    - set-cover
    - shell-utility
    - sound-collage
    - sox
    - soxlib
    - split-record
    - spreadsheet
    - stm-split
    - storable-record
    - storable-tuple
    - storablevector
    - synthesizer-core
    - synthesizer-dimensional
    - synthesizer-alsa
    - synthesizer-midi
    - tagchup
    - tfp
    - unicode
    - unique-logic
    - unique-logic-tf
    - unsafe
    - utility-ht
    - wuerfelschlange
    - xml-basic
    - youtube
    - prelude-compat
    - fft
    - carray
    - lapack-ffi-tools
    - netlib-ffi
    - blas-ffi
    - lapack-ffi
    - netlib-carray
    - blas-carray
    - lapack-carray
    - netlib-comfort-array
    - blas-comfort-array
    - lapack-comfort-array
    - comfort-blas
    - lapack
    - lapack-hmatrix
    - hmm-lapack
    - magico
    - resistor-cube
    - linear-circuit
  utdemir:
    - nix-tree
  zowoq:
    - ShellCheck

unsupported-platforms:
  Allure:                                       [ platforms.darwin ]
  bdcs-api:                                     [ platforms.darwin ]
  bindings-directfb:                            [ platforms.darwin ]
  bindings-sane:                                [ platforms.darwin ]
  bustle:                                       [ platforms.darwin ] # uses glibc-specific ptsname_r
  bytelog:                                      [ platforms.darwin ] # due to posix-api
  camfort:                                      [ aarch64-linux ]
  chalkboard:                                   [ platforms.darwin ] # depends on Codec-Image-DevIL
  chalkboard-viewer:                            [ platforms.darwin ] # depends on chalkboard
  charsetdetect:                                [ aarch64-linux ] # not supported by vendored lib / not configured properly https://github.com/batterseapower/libcharsetdetect/issues/3
  Codec-Image-DevIL:                            [ platforms.darwin ] # depends on mesa
  coinor-clp:                                   [ aarch64-linux ] # aarch64-linux is not supported by required system dependency clp
  cut-the-crap:                                 [ platforms.darwin ]
  essence-of-live-coding-PortMidi:              [ platforms.darwin ]
  Euterpea:                                     [ platforms.darwin ]
  follow-file:                                  [ platforms.darwin ]
  freenect:                                     [ platforms.darwin ]
  FTGL:                                         [ platforms.darwin ]
  fuzzytime:                                    [ platforms.darwin ] # https://github.com/kamwitsta/fuzzytime/issues/2
  ghcjs-dom-hello:                              [ platforms.darwin ]
  ghc-gc-hook:                                  [ platforms.darwin ] # requires C11 threads which Apple doesn't support
  gi-adwaita:                                   [ platforms.darwin ]
  gi-dbusmenugtk3:                              [ platforms.darwin ]
  gi-dbusmenu:                                  [ platforms.darwin ]
  gi-ggit:                                      [ platforms.darwin ]
  gi-gtk-layer-shell:                           [ platforms.darwin ] # depends on gtk-layer-shell which is not supported on darwin
  gi-ibus:                                      [ platforms.darwin ]
  gi-javascriptcore:                            [ platforms.darwin ] # webkitgtk marked broken on darwin
  gi-ostree:                                    [ platforms.darwin ]
  gi-vte:                                       [ platforms.darwin ]
  gi-webkit2webextension:                       [ platforms.darwin ] # webkitgtk marked broken on darwin
  gi-webkit2:                                   [ platforms.darwin ] # webkitgtk marked broken on darwin
  gi-wnck:                                      [ platforms.darwin ]
  gl:                                           [ platforms.darwin ] # depends on mesa
  GLHUI:                                        [ platforms.darwin ] # depends on mesa
  gnome-keyring:                                [ platforms.darwin ]
  grid-proto:                                   [ platforms.darwin ]
  gtk-sni-tray:                                 [ platforms.darwin ]
  h-raylib:                                     [ platforms.darwin ] # depends on mesa
  haskell-snake:                                [ platforms.darwin ]
  hcwiid:                                       [ platforms.darwin ]
  HDRUtils:                                     [ platforms.darwin ]
  hidapi:                                       [ platforms.darwin ]
  hinotify-bytestring:                          [ platforms.darwin ]
  honk:                                         [ platforms.darwin ]
  HSoM:                                         [ platforms.darwin ]
  intricacy:                                    [ platforms.darwin ] # depends on mesa
  iwlib:                                        [ platforms.darwin ]
  Jazzkell:                                     [ platforms.darwin ] # depends on Euterpea
  jsaddle-hello:                                [ platforms.darwin ] # depends on jsaddle-webkit2gtk
  jsaddle-webkit2gtk:                           [ platforms.darwin ]
  Kulitta:                                      [ platforms.darwin ] # depends on Euterpea
  LambdaHack:                                   [ platforms.darwin ]
  large-hashable:                               [ aarch64-linux ] # https://github.com/factisresearch/large-hashable/issues/17
  libmodbus:                                    [ platforms.darwin ]
  libsystemd-journal:                           [ platforms.darwin ]
  libtelnet:                                    [ platforms.darwin ]
  libvirt-hs:                                   [ platforms.darwin ] # spidermonkey is not supported on darwin
  libzfs:                                       [ platforms.darwin ]
  linearEqSolver:                               [ aarch64-linux ]
  lio-fs:                                       [ platforms.darwin ]
  logging-facade-journald:                      [ platforms.darwin ]
  longshot:                                     [ aarch64-linux ]
  mpi-hs:                                       [ aarch64-linux, platforms.darwin ]
  mpi-hs-binary:                                [ aarch64-linux, platforms.darwin ]
  mpi-hs-cereal:                                [ aarch64-linux, platforms.darwin ]
  mpi-hs-store:                                 [ aarch64-linux, platforms.darwin ]
  mplayer-spot:                                 [ aarch64-linux, platforms.darwin ]
  monomer:                                      [ platforms.darwin ] # depends on mesa
  monomer-hagrid:                               [ platforms.darwin ] # depends on mesa
  mptcp-pm:                                     [ platforms.darwin ]
  nanovg:                                       [ platforms.darwin ] # depends on mesa
  netlink:                                      [ platforms.darwin ]
  notifications-tray-icon:                      [ platforms.darwin ] # depends on gi-dbusmenu
  oculus:                                       [ platforms.darwin ]
  pam:                                          [ platforms.darwin ]
  parport:                                      [ platforms.darwin ]
  persist-state:                                [ aarch64-linux, armv7l-linux ] # https://github.com/minad/persist-state/blob/6fd68c0b8b93dec78218f6d5a1f4fa06ced4e896/src/Data/PersistState.hs#L122-L128
  piyo:                                         [ platforms.darwin ]
  PortMidi-simple:                              [ platforms.darwin ]
  PortMidi:                                     [ platforms.darwin ]
  posix-api:                                    [ platforms.darwin ]
  Raincat:                                      [ platforms.darwin ]
  reactive-balsa:                               [ platforms.darwin ] # depends on alsa-core
  reflex-dom-fragment-shader-canvas:            [ platforms.darwin, aarch64-linux ]
  reflex-dom:                                   [ platforms.darwin ]
  reflex-localize-dom:                          [ platforms.darwin, aarch64-linux ]
  rtlsdr:                                       [ platforms.darwin ]
  rubberband:                                   [ platforms.darwin ]
  SDL-mixer:                                    [ platforms.darwin ] # depends on mesa
  SDL-mpeg:                                     [ platforms.darwin ] # depends on mesa
  sdl2-mixer:                                   [ platforms.darwin ]
  sdl2-ttf:                                     [ platforms.darwin ]
  sdr:                                          [ platforms.darwin ] # depends on rtlsdr
  sensei:                                       [ platforms.darwin ]
  spade:                                        [ platforms.darwin ] # depends on sdl2-mixer, which doesn't work on darwin
  synthesizer-alsa:                             [ platforms.darwin ]
  taffybar:                                     [ platforms.darwin ]
  twirl:                                        [ platforms.darwin ] # depends on sdl2-mixer
  emanote:                                      [ x86_64-darwin ] # Depends on stork which is broken on macOS sdk < 10.14
  termonad:                                     [ platforms.darwin ]
  tokyotyrant-haskell:                          [ platforms.darwin ]
  Unixutils-shadow:                             [ platforms.darwin ]
  verifiable-expressions:                       [ aarch64-linux ]
  vrpn:                                         [ platforms.darwin ]
  vulkan:                                       [ i686-linux, armv7l-linux, platforms.darwin ]
  VulkanMemoryAllocator:                        [ i686-linux, armv7l-linux, platforms.darwin ]
  vulkan-utils:                                 [ platforms.darwin ]
  webkit2gtk3-javascriptcore:                   [ platforms.darwin ]
  wiringPi:                                     [ aarch64-darwin ]
  xattr:                                        [ platforms.darwin ]
  xgboost-haskell:                              [ aarch64-linux, armv7l-linux, platforms.darwin ]
  xmobar:                                       [ platforms.darwin ]
  xmonad-extras:                                [ platforms.darwin ]
  xmonad-volume:                                [ platforms.darwin ]

supported-platforms:
  AWin32Console:                                [ platforms.windows ]
  alsa-mixer:                                   [ platforms.linux ]
  alsa-pcm:                                     [ platforms.linux ]
  alsa-seq:                                     [ platforms.linux ]
  barbly:                                       [ platforms.darwin ]
  bindings-parport:                             [ platforms.linux ] # parport is a linux kernel component
  blake3:                                       [ platforms.x86 ] # uses x86 intrinsics
  btrfs:                                        [ platforms.linux ] # depends on linux
  bytepatch:                                    [ platforms.x86 ] # due to blake3
  cpuid:                                        [ platforms.x86 ] # needs to be i386 compatible (IA-32)
  crc32c:                                       [ platforms.x86 ] # uses x86 intrinsics
  d3d11binding:                                 [ platforms.windows ]
  DirectSound:                                  [ platforms.windows ]
  dx9base:                                      [ platforms.windows ]
  dx9d3d:                                       [ platforms.windows ]
  dx9d3dx:                                      [ platforms.windows ]
  evdev:                                        [ platforms.linux ]
  evdev-streamly:                               [ platforms.linux ]
  geomancy:                                     [ platforms.x86 ] # x86 intrinsics
  geomancy-layout:                              [ platforms.x86 ] # x86 intrinsics
  gi-gtkosxapplication:                         [ platforms.darwin ]
  gtk-mac-integration:                          [ platforms.darwin ]
  gtk3-mac-integration:                         [ platforms.darwin ]
  halide-haskell:                               [ platforms.linux ]
  halide-JuicyPixels:                           [ platforms.linux ]
  hb3sum:                                       [ platforms.x86 ] # due to blake3
  hommage-ds:                                   [ platforms.windows ]
  hpapi:                                        [ platforms.linux ] # limited by pkgs.papi
  hsignal:                                      [ platforms.x86 ] # -msse2
  HFuse:                                        [ platforms.linux ]
  HQu:                                          [ platforms.x86 ] # vendored C++ library needs i686/x86_64
  hs-swisstable-hashtables-class:               [ platforms.x86_64 ] # depends on swisstable, which Needs AVX2
  htune:                                        [ platforms.linux ] # depends on alsa-pcm
  hw-prim-bits:                                 [ platforms.x86 ] # x86 assembler
  inline-asm:                                   [ platforms.x86 ] # x86 assembler
  keid-core:                                    [ x86_64-linux ] # geomancy (only x86), vulkan (no i686, no darwin, …)
  keid-frp-banana:                              [ x86_64-linux ] # geomancy (only x86), vulkan (no i686, no darwin, …)
  keid-geometry:                                [ x86_64-linux ] # geomancy (only x86), vulkan (no i686, no darwin, …)
  keid-render-basic:                            [ x86_64-linux ] # geomancy (only x86), vulkan (no i686, no darwin, …)
  keid-resource-gltf:                           [ x86_64-linux ] # geomancy (only x86), vulkan (no i686, no darwin, …)
  keid-sound-openal:                            [ x86_64-linux ] # geomancy (only x86), vulkan (no i686, no darwin, …)
  keid-ui-dearimgui:                            [ x86_64-linux ] # geomancy (only x86), vulkan (no i686, no darwin, …)
  kqueue:                                       [ platforms.netbsd, platforms.freebsd, platforms.openbsd, platforms.darwin ]
  libfuse3:                                     [ platforms.linux ]
  linux-evdev:                                  [ platforms.linux ]
  linux-file-extents:                           [ platforms.linux ]
  linux-inotify:                                [ platforms.linux ]
  linux-mount:                                  [ platforms.linux ]
  linux-namespaces:                             [ platforms.linux ]
  lxc:                                          [ platforms.linux ]
  memfd:                                        [ platforms.linux ]
  midi-alsa:                                    [ platforms.linux ] # alsa-core only supported on linux
  midisurface:                                  [ platforms.linux ] # alsa-core only supported on linux
  OrderedBits:                                  [ platforms.x86 ] # lacks implementations for non-x86: https://github.com/choener/OrderedBits/blob/401cbbe933b1635aa33e8e9b29a4a570b0a8f044/lib/Data/Bits/Ordered.hs#L316
  password:                                     [ platforms.x86 ] # uses scrypt, which requries x86
  password-instances:                           [ platforms.x86 ] # uses scrypt, which requries x86
  reactivity:                                   [ platforms.windows ]
  reflex-libtelnet:                             [ platforms.linux ] # pkgs.libtelnet only supports linux
  scat:                                         [ platforms.x86 ] # uses scrypt, which requries x86
  scrypt:                                       [ platforms.x86 ] # https://github.com/informatikr/scrypt/issues/8
  seqalign:                                     [ platforms.x86 ] # x86 intrinsics
  streamed:                                     [ platforms.linux] # alsa-core only supported on linux
  swisstable:                                   [ platforms.x86_64 ] # Needs AVX2
  systemd-api:                                  [ platforms.linux ]
  tasty-papi:                                   [ platforms.linux ] # limited by pkgs.papi
  udev:                                         [ platforms.linux ]
  Win32-console:                                [ platforms.windows ]
  Win32-dhcp-server:                            [ platforms.windows ]
  Win32-errors:                                 [ platforms.windows ]
  Win32-extras:                                 [ platforms.windows ]
  Win32-junction-point:                         [ platforms.windows ]
  Win32-notify:                                 [ platforms.windows ]
  Win32:                                        [ platforms.windows ]
  Win32-security:                               [ platforms.windows ]
  Win32-services:                               [ platforms.windows ]
  Win32-services-wrapper:                       [ platforms.windows ]
  XInput:                                       [ platforms.windows ]
  yesod-auth-simple:                            [ platforms.x86 ] # requires scrypt which only supports x86

dont-distribute-packages:
  # Depends on shine, which is a ghcjs project.
  - shine-varying

  # these packages depend on software with an unfree license
  - accelerate-bignum
  - accelerate-blas
  - accelerate-cublas
  - accelerate-cuda
  - accelerate-cufft
  - accelerate-examples
  - accelerate-fft
  - accelerate-fourier-benchmark
  - accelerate-io-array
  - accelerate-io-bmp
  - accelerate-io-bytestring
  - accelerate-io-cereal
  - accelerate-io-JuicyPixels
  - accelerate-io-repa
  - accelerate-io-vector
  - accelerate-kullback-liebler
  - accelerate-llvm-ptx
  - bindings-yices
  - boolector
  - ccelerate-cuda
  - containers-accelerate
  - cplex-hs
  - cublas
  - cuda # 2020-08-18 because of dependency nvidia-x11
  - cufft
  - cusolver
  - cusparse
  - gloss-raster-accelerate
  - hashable-accelerate
  - libnvvm
  - matlab
  - nvvm
  - Obsidian
  - odpic-raw
  - patch-image
  # license for input data unclear, dependency not on Hackage
  # see https://github.com/NixOS/nixpkgs/pull/88604
  - tensorflow-mnist
  - yices-easy
  - yices-painless

  # These packages don’t build because they use deprecated webkit versions.
  - diagrams-hsqml
  - dialog
  - ghcjs-dom-webkit
  - gi-webkit
  - hsqml
  - hsqml-datamodel
  - hsqml-datamodel-vinyl
  - hsqml-demo-manic
  - hsqml-demo-morris
  - hsqml-demo-notes
  - hsqml-demo-samples
  - hsqml-morris
  - hstorchat
  - jsaddle-webkitgtk
  - jsc
  - lambdacat
  - manatee-all
  - manatee-browser
  - manatee-reader
  - markup-preview
  - spike
  - web-browser-in-haskell
  - webkit
  - webkitgtk3-javascriptcore
  - websnap

  # mesos was removed from nixpkgs
  - hs-mesos

  # Output exceeds Hydra's maximum allowable size
  - stripeapi

  # Packages that (transitively) depend on insecure packages
  - distributed-process-zookeeper # depends on hzk
  - HDRUtils # depends on pfstools, which depends on imagemagick
  - hzk # depends on zookeeper_mt, which depends on openssl-1.1
  - jobqueue # depends on hzk
  - persistent-zookeeper # depends on hzk
  - pocket-dns # depends on persistent-zookeeper
  - zoovisitor # depends on zookeeper_mt, which depends on openssl-1.1