2021-05-20 23:08:51 +00:00
|
|
|
|
# pkgs/development/haskell-modules/configuration-hackage2nix.yaml
|
|
|
|
|
|
2022-12-28 21:21:41 +00:00
|
|
|
|
compiler: ghc-9.2.4
|
2021-05-20 23:08:51 +00:00
|
|
|
|
|
|
|
|
|
core-packages:
|
2022-12-28 21:21:41 +00:00
|
|
|
|
- Cabal-3.6.3.0
|
2021-05-20 23:08:51 +00:00
|
|
|
|
- array-0.5.4.0
|
2022-12-28 21:21:41 +00:00
|
|
|
|
- base-4.16.3.0
|
|
|
|
|
- binary-0.8.9.0
|
|
|
|
|
- bytestring-0.11.3.1
|
|
|
|
|
- containers-0.6.5.1
|
|
|
|
|
- deepseq-1.4.6.1
|
2022-04-03 18:54:34 +00:00
|
|
|
|
- directory-1.3.6.2
|
2021-05-20 23:08:51 +00:00
|
|
|
|
- exceptions-0.10.4
|
2022-12-28 21:21:41 +00:00
|
|
|
|
- filepath-1.4.2.2
|
|
|
|
|
- ghc-9.2.4
|
|
|
|
|
- ghc-bignum-1.2
|
|
|
|
|
- ghc-boot-9.2.4
|
|
|
|
|
- ghc-boot-th-9.2.4
|
2021-05-20 23:08:51 +00:00
|
|
|
|
- ghc-compact-0.1.0.0
|
2022-12-28 21:21:41 +00:00
|
|
|
|
- ghc-heap-9.2.4
|
|
|
|
|
- ghc-prim-0.8.0
|
|
|
|
|
- ghci-9.2.4
|
2022-04-03 18:54:34 +00:00
|
|
|
|
- haskeline-0.8.2
|
2021-05-20 23:08:51 +00:00
|
|
|
|
- hpc-0.6.1.0
|
2022-04-03 18:54:34 +00:00
|
|
|
|
- integer-gmp-1.1
|
2022-12-28 21:21:41 +00:00
|
|
|
|
- libiserv-9.2.4
|
2021-05-20 23:08:51 +00:00
|
|
|
|
- mtl-2.2.2
|
2022-12-28 21:21:41 +00:00
|
|
|
|
- parsec-3.1.15.0
|
2021-05-20 23:08:51 +00:00
|
|
|
|
- pretty-1.1.3.6
|
2022-04-03 18:54:34 +00:00
|
|
|
|
- process-1.6.13.2
|
|
|
|
|
- rts-1.0.2
|
2022-12-28 21:21:41 +00:00
|
|
|
|
- stm-2.5.0.2
|
|
|
|
|
- template-haskell-2.18.0.0
|
2022-04-03 18:54:34 +00:00
|
|
|
|
- terminfo-0.4.1.5
|
|
|
|
|
- text-1.2.5.0
|
2022-12-28 21:21:41 +00:00
|
|
|
|
- time-1.11.1.1
|
2021-05-20 23:08:51 +00:00
|
|
|
|
- transformers-0.5.6.2
|
|
|
|
|
- unix-2.7.2.2
|
|
|
|
|
- xhtml-3000.2.2.1
|
|
|
|
|
|
|
|
|
|
# Hack: The following package is a core package of GHCJS. If we don't declare
|
|
|
|
|
# it, then hackage2nix will generate a Hackage database where all dependants
|
|
|
|
|
# of this library are marked as "broken".
|
|
|
|
|
- ghcjs-base-0
|
|
|
|
|
|
|
|
|
|
# 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.
|
|
|
|
|
#
|
2021-09-18 10:52:07 +00:00
|
|
|
|
# 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.
|
2021-05-20 23:08:51 +00:00
|
|
|
|
default-package-overrides:
|
2022-04-27 09:35:20 +00:00
|
|
|
|
# gi-gdkx11-4.x requires gtk-4.x, but stackage still restricts gi-gtk to 3.*
|
2021-05-20 23:08:51 +00:00
|
|
|
|
- gi-gdkx11 < 4
|
2021-12-06 16:07:01 +00:00
|
|
|
|
# 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
|
2022-02-20 05:27:41 +00:00
|
|
|
|
# needs http-client >= 0.7.11 which isn't part of Stackage LTS 18
|
|
|
|
|
- http-client-restricted < 0.0.5
|
2022-08-12 12:06:08 +00:00
|
|
|
|
# Downgrade hasql-dynamic-statements until hasql 1.6 is in Stackage
|
|
|
|
|
- hasql-dynamic-statements < 0.3.1.2
|
2022-12-28 21:21:41 +00:00
|
|
|
|
- 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
|
|
|
|
|
# reflex-dom-core 0.7.0.2 has no reflex 0.9 compatible release and most likely most people will want to use them together
|
|
|
|
|
- reflex < 0.9.0.0
|
2023-01-11 07:51:40 +00:00
|
|
|
|
# reqired by haskell-language-server 1.9.0.0
|
|
|
|
|
- implicit-hie < 0.1.3
|
2023-02-02 18:25:31 +00:00
|
|
|
|
# latest version requires Cabal >= 3.8
|
|
|
|
|
- shake-cabal < 0.2.2.3
|
2023-02-16 17:41:37 +00:00
|
|
|
|
# needed as long as we have pandoc < 3.0, i.e. stackage lts 20
|
|
|
|
|
- pandoc-crossref < 0.3.15.0
|
2021-05-20 23:08:51 +00:00
|
|
|
|
|
|
|
|
|
extra-packages:
|
|
|
|
|
- Cabal == 2.2.* # required for jailbreak-cabal etc.
|
|
|
|
|
- Cabal == 2.4.* # required for cabal-install etc.
|
|
|
|
|
- Cabal == 3.2.* # required for cabal-install etc.
|
2021-08-11 14:56:57 +00:00
|
|
|
|
- Cabal == 3.4.* # required for cabal-install etc.
|
2022-09-09 14:08:57 +00:00
|
|
|
|
- Cabal == 3.6.* # required for cabal-install-parsers etc.
|
2022-08-21 13:32:41 +00:00
|
|
|
|
- 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
|
2022-12-28 21:21:41 +00:00
|
|
|
|
- apply-refact == 0.9.* # 2022-12-12: needed for GHC < 9.2
|
2023-02-16 17:41:37 +00:00
|
|
|
|
- apply-refact == 0.11.* # 2023-02-02: needed for hls-hlint-plugin on GHC 9.2
|
2022-08-21 13:32:41 +00:00
|
|
|
|
- attoparsec == 0.13.* # 2022-02-23: Needed to compile elm for now
|
|
|
|
|
- base16-bytestring < 1 # required for cabal-install etc.
|
2022-10-06 18:32:54 +00:00
|
|
|
|
- basement < 0.0.15 # 2022-08-30: last version to support GHC < 8.10
|
2022-08-21 13:32:41 +00:00
|
|
|
|
- bower-json == 1.0.0.1 # 2022-05-21: Needed for spago 0.20.9
|
2022-10-06 18:32:54 +00:00
|
|
|
|
- brick == 0.70.* # 2022-08-13: needed by matterhorn-50200.17.0
|
2023-02-02 18:25:31 +00:00
|
|
|
|
- brick-skylighting < 1.0 # 2022-08-13: needed by matterhorn-50200.17.0 to match brick
|
2022-10-06 18:32:54 +00:00
|
|
|
|
- brittany == 0.13.1.2 # 2022-09-20: needed for hls on ghc 8.8
|
|
|
|
|
- cabal-install-parsers < 0.5 # 2022-08-31: required by haskell-ci 0.14.3
|
2022-08-21 13:32:41 +00:00
|
|
|
|
- crackNum < 3.0 # 2021-05-21: 3.0 removed the lib which sbv 7.13 uses
|
2021-05-20 23:08:51 +00:00
|
|
|
|
- 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
|
2021-06-28 23:13:55 +00:00
|
|
|
|
- dhall == 1.38.1 # required for spago
|
2022-08-21 13:32:41 +00:00
|
|
|
|
- doctest == 0.18.* # 2021-11-19: closest to stackage version for GHC 9.*
|
2022-10-06 18:32:54 +00:00
|
|
|
|
- foundation < 0.0.29 # 2022-08-30: last version to support GHC < 8.10
|
|
|
|
|
- fourmolu == 0.3.0.0 # 2022-09-21: needed for hls on ghc 8.8
|
2022-08-21 13:32:41 +00:00
|
|
|
|
- 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
|
2022-12-28 21:21:41 +00:00
|
|
|
|
- ghc-exactprint == 0.6.* # 2022-12-12: needed for GHC < 9.2
|
2022-08-21 13:32:41 +00:00
|
|
|
|
- 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-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-ex == 8.10.* # 2022-02-17: preserve for GHC 8.10.7
|
2022-09-22 12:36:57 +00:00
|
|
|
|
- ghc-lib-parser-ex == 9.2.* # 2022-07-13: preserve for GHC 9.2
|
2022-08-21 13:32:41 +00:00
|
|
|
|
- ghc-lib-parser-ex >= 9.2.0.3 && < 9.2.1 # 2022-07-13: needed by hlint 3.4.1
|
2021-05-20 23:08:51 +00:00
|
|
|
|
- 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
|
2021-09-18 10:52:07 +00:00
|
|
|
|
- happy == 1.19.12 # for ghcjs
|
2021-05-20 23:08:51 +00:00
|
|
|
|
- hinotify == 0.3.9 # for xmonad-0.26: https://github.com/kolmodin/hinotify/issues/29
|
2022-10-06 18:32:54 +00:00
|
|
|
|
- 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
|
|
|
|
|
- hpack == 0.35.0 # 2022-09-29: Needed for stack-2.9.1
|
2022-08-21 13:32:41 +00:00
|
|
|
|
- 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
|
2022-12-28 21:21:41 +00:00
|
|
|
|
- hspec-meta < 2.8 # 2022-12-07: Needed for elmPackages.elm / hspec-discover
|
2022-08-21 13:32:41 +00:00
|
|
|
|
- hspec-golden == 0.1.* # 2022-04-07: Needed for elm-format
|
2021-05-20 23:08:51 +00:00
|
|
|
|
- immortal == 0.2.2.1 # required by Hasura 1.3.1, 2020-08-20
|
2022-11-21 17:40:18 +00:00
|
|
|
|
- language-docker == 11.0.0 # required by hadolint 2.12.0, 2022-11-16
|
2021-12-06 16:07:01 +00:00
|
|
|
|
- language-javascript == 0.7.0.0 # required by purescript
|
2022-12-28 21:21:41 +00:00
|
|
|
|
- lens-aeson < 1.2 # 2022-12-17: For aeson < 2.0 compat
|
2022-10-06 18:32:54 +00:00
|
|
|
|
- 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
|
2021-05-20 23:08:51 +00:00
|
|
|
|
- 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
|
2022-10-06 18:32:54 +00:00
|
|
|
|
- ormolu == 0.1.4.1 # 2022-09-21: needed for hls on ghc 8.8
|
2022-08-21 13:32:41 +00:00
|
|
|
|
- ormolu == 0.2.* # 2022-02-21: For ghc 8.8 and 8.10
|
2022-04-03 18:54:34 +00:00
|
|
|
|
- pantry == 0.5.2.1 # needed for stack-2.7.3
|
2022-01-07 04:07:37 +00:00
|
|
|
|
- path == 0.9.0 # 2021-12-03: path version building with stackage genvalidity and GHC 9.0.2
|
2022-04-03 18:54:34 +00:00
|
|
|
|
- relude == 0.7.0.0 # 2022-02-25: Needed for ema 0.6
|
2022-08-21 13:32:41 +00:00
|
|
|
|
- resolv == 0.1.1.2 # required to build cabal-install-3.0.0.0 with pre ghc-8.8.x
|
|
|
|
|
- sbv == 7.13 # required for pkgs.petrinizer
|
2022-10-06 18:32:54 +00:00
|
|
|
|
- stylish-haskell == 0.13.0.0 # 2022-09-19: needed for hls on ghc 8.8
|
2022-04-15 01:41:22 +00:00
|
|
|
|
- tasty-hspec == 1.1.6 # 2022-04-07: Needed for elm-format
|
2022-07-14 12:49:19 +00:00
|
|
|
|
- vty == 5.35.1 # 2022-07-08: needed for glirc-2.39.0.1
|
2022-08-21 13:32:41 +00:00
|
|
|
|
- weeder == 2.2.* # 2022-02-21: preserve for GHC 8.10.7
|
|
|
|
|
- weeder == 2.3.* # 2022-05-31: preserve for GHC 9.0.2
|
2023-02-16 17:41:37 +00:00
|
|
|
|
- weeder == 2.4.* # 2023-02-02: preserve for GHC 9.2.*
|
2022-12-28 21:21:41 +00:00
|
|
|
|
- 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)
|
2023-01-11 07:51:40 +00:00
|
|
|
|
- ShellCheck == 0.8.0 # 2022-12-28: required by haskell-ci 0.14.3
|
|
|
|
|
- retrie < 1.2.0.0 # 2022-12-30: required for hls on ghc < 9.2
|
2023-02-22 10:55:15 +00:00
|
|
|
|
- ghc-tags == 1.5.* # 2023-02-18: preserve for ghc-lib == 9.2.*
|
2021-05-20 23:08:51 +00:00
|
|
|
|
|
|
|
|
|
package-maintainers:
|
|
|
|
|
abbradar:
|
|
|
|
|
- Agda
|
2021-08-05 21:33:18 +00:00
|
|
|
|
Anton-Latukha:
|
|
|
|
|
- hnix
|
|
|
|
|
- hnix-store-core
|
|
|
|
|
- hnix-store-remote
|
2022-09-22 12:36:57 +00:00
|
|
|
|
arturcygan:
|
|
|
|
|
- hevm
|
2021-06-04 09:07:49 +00:00
|
|
|
|
berberman:
|
|
|
|
|
- nvfetcher
|
|
|
|
|
- arch-web
|
2021-06-28 23:13:55 +00:00
|
|
|
|
- uusi
|
2021-05-20 23:08:51 +00:00
|
|
|
|
bdesham:
|
|
|
|
|
- pinboard-notes-backup
|
|
|
|
|
cdepillabout:
|
|
|
|
|
- password
|
|
|
|
|
- password-instances
|
|
|
|
|
- pretty-simple
|
2021-12-06 16:07:01 +00:00
|
|
|
|
- purenix
|
2021-05-20 23:08:51 +00:00
|
|
|
|
- spago
|
2022-04-03 18:54:34 +00:00
|
|
|
|
- stack
|
2021-05-20 23:08:51 +00:00
|
|
|
|
- termonad
|
2022-08-12 12:06:08 +00:00
|
|
|
|
centromere:
|
|
|
|
|
- nfc
|
2021-10-17 09:34:42 +00:00
|
|
|
|
dalpd:
|
2021-10-28 06:52:43 +00:00
|
|
|
|
- ghc-vis
|
2021-10-17 09:34:42 +00:00
|
|
|
|
- svgcairo
|
2021-06-28 23:13:55 +00:00
|
|
|
|
domenkozar:
|
|
|
|
|
- cachix
|
|
|
|
|
- cachix-api
|
2021-10-01 09:20:50 +00:00
|
|
|
|
dschrempf:
|
|
|
|
|
- circular
|
|
|
|
|
- covariance
|
|
|
|
|
- dirichlet
|
|
|
|
|
- elynx
|
|
|
|
|
- elynx-markov
|
|
|
|
|
- elynx-nexus
|
|
|
|
|
- elynx-seq
|
|
|
|
|
- elynx-tools
|
|
|
|
|
- elynx-tree
|
|
|
|
|
- glasso
|
|
|
|
|
- mcmc
|
|
|
|
|
- pava
|
|
|
|
|
- slynx
|
|
|
|
|
- tlynx
|
2022-12-02 08:20:57 +00:00
|
|
|
|
- xmonad
|
|
|
|
|
- xmonad-contrib
|
2021-06-04 09:07:49 +00:00
|
|
|
|
expipiplus1:
|
|
|
|
|
- VulkanMemoryAllocator
|
|
|
|
|
- autoapply
|
|
|
|
|
- exact-real
|
|
|
|
|
- language-c
|
|
|
|
|
- orbits
|
|
|
|
|
- update-nix-fetchgit
|
|
|
|
|
- vector-sized
|
|
|
|
|
- vulkan
|
|
|
|
|
- vulkan-utils
|
|
|
|
|
erictapen:
|
|
|
|
|
- hakyll
|
|
|
|
|
- hakyll-contrib-hyphenation
|
|
|
|
|
- webify
|
2022-06-16 17:23:12 +00:00
|
|
|
|
- squeal-postgresql
|
2021-05-20 23:08:51 +00:00
|
|
|
|
Gabriel439:
|
|
|
|
|
- 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
|
2022-04-15 01:41:22 +00:00
|
|
|
|
gebner:
|
|
|
|
|
- wstunnel
|
2021-05-20 23:08:51 +00:00
|
|
|
|
gridaphobe:
|
|
|
|
|
- located-base
|
2023-02-22 10:55:15 +00:00
|
|
|
|
iblech:
|
|
|
|
|
- Agda
|
2022-12-02 08:20:57 +00:00
|
|
|
|
ivanbrennan:
|
|
|
|
|
- xmonad
|
|
|
|
|
- xmonad-contrib
|
2021-05-20 23:08:51 +00:00
|
|
|
|
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
|
2022-04-27 09:35:20 +00:00
|
|
|
|
libjared:
|
|
|
|
|
- sensei
|
2021-05-20 23:08:51 +00:00
|
|
|
|
maralorn:
|
|
|
|
|
- cabal-fmt
|
2023-02-16 17:41:37 +00:00
|
|
|
|
- clay
|
2021-12-30 13:39:12 +00:00
|
|
|
|
- ema
|
2022-11-21 17:40:18 +00:00
|
|
|
|
- emanote
|
2021-05-20 23:08:51 +00:00
|
|
|
|
- generic-optics
|
2021-10-01 09:20:50 +00:00
|
|
|
|
- ghcid
|
2023-02-16 17:41:37 +00:00
|
|
|
|
- graphql-client
|
2021-05-20 23:08:51 +00:00
|
|
|
|
- haskell-language-server
|
|
|
|
|
- hedgehog
|
2022-12-28 21:21:41 +00:00
|
|
|
|
- hledger
|
|
|
|
|
- hledger-ui
|
|
|
|
|
- hledger-web
|
2021-06-04 09:07:49 +00:00
|
|
|
|
- hlint
|
2021-05-20 23:08:51 +00:00
|
|
|
|
- hmatrix
|
2021-10-01 09:20:50 +00:00
|
|
|
|
- hspec-discover
|
2021-05-20 23:08:51 +00:00
|
|
|
|
- iCalendar
|
2021-07-03 03:11:41 +00:00
|
|
|
|
- matrix-client
|
2021-05-20 23:08:51 +00:00
|
|
|
|
- optics
|
2022-12-28 21:21:41 +00:00
|
|
|
|
- pandoc
|
2023-02-16 17:41:37 +00:00
|
|
|
|
- pandoc-cli
|
|
|
|
|
- pandoc-crossref
|
2021-10-01 09:20:50 +00:00
|
|
|
|
- paths
|
|
|
|
|
- postgresql-simple
|
2023-02-02 18:25:31 +00:00
|
|
|
|
- purebred-email
|
2021-05-20 23:08:51 +00:00
|
|
|
|
- reflex-dom
|
|
|
|
|
- releaser
|
2021-10-01 09:20:50 +00:00
|
|
|
|
- replace-megaparsec
|
2021-05-20 23:08:51 +00:00
|
|
|
|
- req
|
|
|
|
|
- shake-bench
|
|
|
|
|
- shh
|
2021-10-01 09:20:50 +00:00
|
|
|
|
- shh-extras
|
2021-05-20 23:08:51 +00:00
|
|
|
|
- snap
|
|
|
|
|
- stm-containers
|
|
|
|
|
- streamly
|
2023-02-16 17:41:37 +00:00
|
|
|
|
- streamly-bytestring
|
2021-05-20 23:08:51 +00:00
|
|
|
|
- taskwarrior
|
2021-10-01 09:20:50 +00:00
|
|
|
|
- tz
|
|
|
|
|
- weeder
|
2021-08-11 14:56:57 +00:00
|
|
|
|
- witch
|
2021-09-18 10:52:07 +00:00
|
|
|
|
ncfavier:
|
|
|
|
|
- lambdabot
|
2021-10-04 12:37:57 +00:00
|
|
|
|
nomeata:
|
|
|
|
|
- candid
|
|
|
|
|
- leb128-cereal
|
|
|
|
|
- tasty-expected-failure
|
2022-05-18 14:49:53 +00:00
|
|
|
|
- lhs2tex
|
2022-10-06 18:32:54 +00:00
|
|
|
|
- rec-def
|
2021-05-20 23:08:51 +00:00
|
|
|
|
pacien:
|
|
|
|
|
- ldgallery-compiler
|
|
|
|
|
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
|
2023-02-02 18:25:31 +00:00
|
|
|
|
raehik:
|
|
|
|
|
- strongweak
|
|
|
|
|
- binrep
|
|
|
|
|
- bytepatch
|
2021-05-20 23:08:51 +00:00
|
|
|
|
roberth:
|
|
|
|
|
- arion-compose
|
2022-04-03 18:54:34 +00:00
|
|
|
|
- cabal-pkg-config-version-hook
|
2021-05-20 23:08:51 +00:00
|
|
|
|
- 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
|
2022-04-15 01:41:22 +00:00
|
|
|
|
- inline-c
|
|
|
|
|
- inline-c-cpp
|
2022-07-14 12:49:19 +00:00
|
|
|
|
roosemberth:
|
|
|
|
|
- git-annex
|
2021-05-20 23:08:51 +00:00
|
|
|
|
rvl:
|
|
|
|
|
- taffybar
|
|
|
|
|
- arbtt
|
|
|
|
|
- lentil
|
|
|
|
|
sorki:
|
|
|
|
|
- cayenne-lpp
|
2022-06-26 10:26:21 +00:00
|
|
|
|
- blockfrost-client
|
|
|
|
|
- data-lens-light
|
2021-05-20 23:08:51 +00:00
|
|
|
|
- data-stm32
|
|
|
|
|
- gcodehs
|
2022-06-26 10:26:21 +00:00
|
|
|
|
- hnix
|
|
|
|
|
- hnix-store-core
|
|
|
|
|
- hnix-store-remote
|
|
|
|
|
- implicit
|
2021-05-20 23:08:51 +00:00
|
|
|
|
- nix-derivation
|
2022-06-26 10:26:21 +00:00
|
|
|
|
- nix-diff
|
2021-05-20 23:08:51 +00:00
|
|
|
|
- nix-narinfo
|
|
|
|
|
- ttn
|
|
|
|
|
- ttn-client
|
|
|
|
|
- update-nix-fetchgit
|
|
|
|
|
- zre
|
|
|
|
|
sternenseemann:
|
|
|
|
|
# also maintain upstream package
|
2022-12-28 21:21:41 +00:00
|
|
|
|
- cabal2nix
|
|
|
|
|
- distribution-nixpkgs
|
|
|
|
|
- hackage-db
|
|
|
|
|
- language-nix
|
|
|
|
|
- jailbreak-cabal
|
2021-05-20 23:08:51 +00:00
|
|
|
|
- spacecookie
|
|
|
|
|
- gopher-proxy
|
|
|
|
|
# other packages I can help out for
|
2022-12-28 21:21:41 +00:00
|
|
|
|
- cabal-install
|
|
|
|
|
- hledger
|
|
|
|
|
- pandoc
|
2021-05-20 23:08:51 +00:00
|
|
|
|
- systemd
|
|
|
|
|
- fast-logger
|
|
|
|
|
- flat
|
|
|
|
|
- Euterpea2
|
|
|
|
|
- utc
|
|
|
|
|
- socket
|
|
|
|
|
- gitit
|
|
|
|
|
- yarn-lock
|
|
|
|
|
- yarn2nix
|
|
|
|
|
- large-hashable
|
2021-06-28 23:13:55 +00:00
|
|
|
|
- haskell-ci
|
|
|
|
|
- diagrams
|
|
|
|
|
- rel8
|
2022-01-25 03:21:06 +00:00
|
|
|
|
- regex-rure
|
|
|
|
|
- jacinda
|
2022-11-02 22:02:43 +00:00
|
|
|
|
- citeproc
|
2021-06-28 23:13:55 +00:00
|
|
|
|
# owothia
|
|
|
|
|
- irc-client
|
|
|
|
|
- chatter
|
|
|
|
|
- envy
|
2021-05-20 23:08:51 +00:00
|
|
|
|
terlar:
|
|
|
|
|
- nix-diff
|
|
|
|
|
turion:
|
2022-12-28 21:21:41 +00:00
|
|
|
|
- Agda
|
|
|
|
|
- dunai
|
2021-05-20 23:08:51 +00:00
|
|
|
|
- essence-of-live-coding
|
|
|
|
|
- essence-of-live-coding-gloss
|
|
|
|
|
- essence-of-live-coding-pulse
|
|
|
|
|
- essence-of-live-coding-quickcheck
|
2022-12-28 21:21:41 +00:00
|
|
|
|
- essence-of-live-coding-warp
|
2021-05-20 23:08:51 +00:00
|
|
|
|
- finite-typelits
|
2022-12-28 21:21:41 +00:00
|
|
|
|
- has-transformers
|
|
|
|
|
- monad-bayes
|
|
|
|
|
- monad-schedule
|
2021-05-20 23:08:51 +00:00
|
|
|
|
- pulse-simple
|
2022-12-28 21:21:41 +00:00
|
|
|
|
- rhine
|
|
|
|
|
- rhine-gloss
|
2021-05-20 23:08:51 +00:00
|
|
|
|
- simple-affine-space
|
2022-12-28 21:21:41 +00:00
|
|
|
|
- time-domain
|
2021-05-20 23:08:51 +00:00
|
|
|
|
utdemir:
|
|
|
|
|
- nix-tree
|
2023-01-11 07:51:40 +00:00
|
|
|
|
zowoq:
|
|
|
|
|
- ShellCheck
|
2021-05-20 23:08:51 +00:00
|
|
|
|
|
|
|
|
|
unsupported-platforms:
|
2022-06-26 10:26:21 +00:00
|
|
|
|
Allure: [ platforms.darwin ]
|
|
|
|
|
bdcs-api: [ platforms.darwin ]
|
|
|
|
|
bindings-directfb: [ platforms.darwin ]
|
|
|
|
|
bindings-sane: [ platforms.darwin ]
|
|
|
|
|
bustle: [ platforms.darwin ] # uses glibc-specific ptsname_r
|
2023-02-16 17:41:37 +00:00
|
|
|
|
bytelog: [ platforms.darwin ] # due to posix-api
|
2022-04-03 18:54:34 +00:00
|
|
|
|
camfort: [ aarch64-linux ]
|
2021-05-20 23:08:51 +00:00
|
|
|
|
charsetdetect: [ aarch64-linux ] # not supported by vendored lib / not configured properly https://github.com/batterseapower/libcharsetdetect/issues/3
|
2022-06-26 10:26:21 +00:00
|
|
|
|
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 ]
|
2022-11-21 17:40:18 +00:00
|
|
|
|
ghc-gc-hook: [ platforms.darwin ] # requires C11 threads which Apple doesn't support
|
2022-06-26 10:26:21 +00:00
|
|
|
|
gi-adwaita: [ platforms.darwin ]
|
|
|
|
|
gi-dbusmenugtk3: [ platforms.darwin ]
|
|
|
|
|
gi-dbusmenu: [ platforms.darwin ]
|
|
|
|
|
gi-ggit: [ platforms.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 ]
|
|
|
|
|
gnome-keyring: [ platforms.darwin ]
|
|
|
|
|
grid-proto: [ platforms.darwin ]
|
|
|
|
|
gtk-sni-tray: [ platforms.darwin ]
|
|
|
|
|
haskell-snake: [ platforms.darwin ]
|
2022-08-12 12:06:08 +00:00
|
|
|
|
hb3sum: [ aarch64-linux ] # depends on blake3, which is not supported on aarch64-linux
|
2022-06-26 10:26:21 +00:00
|
|
|
|
hcwiid: [ platforms.darwin ]
|
|
|
|
|
HDRUtils: [ platforms.darwin ]
|
|
|
|
|
hidapi: [ platforms.darwin ]
|
|
|
|
|
hinotify-bytestring: [ platforms.darwin ]
|
|
|
|
|
honk: [ platforms.darwin ]
|
|
|
|
|
HSoM: [ platforms.darwin ]
|
|
|
|
|
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 ]
|
2021-05-20 23:08:51 +00:00
|
|
|
|
large-hashable: [ aarch64-linux ] # https://github.com/factisresearch/large-hashable/issues/17
|
2022-06-26 10:26:21 +00:00
|
|
|
|
libmodbus: [ platforms.darwin ]
|
|
|
|
|
libsystemd-journal: [ platforms.darwin ]
|
|
|
|
|
libtelnet: [ platforms.darwin ]
|
|
|
|
|
libvirt-hs: [ platforms.darwin ] # spidermonkey is not supported on darwin
|
|
|
|
|
libzfs: [ platforms.darwin ]
|
2021-05-20 23:08:51 +00:00
|
|
|
|
linearEqSolver: [ aarch64-linux ]
|
2022-06-26 10:26:21 +00:00
|
|
|
|
lio-fs: [ platforms.darwin ]
|
|
|
|
|
logging-facade-journald: [ platforms.darwin ]
|
2022-04-03 18:54:34 +00:00
|
|
|
|
longshot: [ aarch64-linux ]
|
2022-06-26 10:26:21 +00:00
|
|
|
|
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 ]
|
2021-05-20 23:08:51 +00:00
|
|
|
|
mplayer-spot: [ aarch64-linux ]
|
2022-06-26 10:26:21 +00:00
|
|
|
|
mptcp-pm: [ platforms.darwin ]
|
|
|
|
|
netlink: [ platforms.darwin ]
|
|
|
|
|
notifications-tray-icon: [ platforms.darwin ] # depends on gi-dbusmenu
|
|
|
|
|
oculus: [ platforms.darwin ]
|
|
|
|
|
pam: [ platforms.darwin ]
|
|
|
|
|
parport: [ platforms.darwin ]
|
2021-05-20 23:08:51 +00:00
|
|
|
|
persist-state: [ aarch64-linux, armv7l-linux ] # https://github.com/minad/persist-state/blob/6fd68c0b8b93dec78218f6d5a1f4fa06ced4e896/src/Data/PersistState.hs#L122-L128
|
2022-06-26 10:26:21 +00:00
|
|
|
|
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, aarch64-linux ]
|
|
|
|
|
reflex-localize-dom: [ platforms.darwin, aarch64-linux ]
|
|
|
|
|
rtlsdr: [ platforms.darwin ]
|
|
|
|
|
rubberband: [ platforms.darwin ]
|
|
|
|
|
sdl2-mixer: [ platforms.darwin ]
|
|
|
|
|
sdl2-ttf: [ platforms.darwin ]
|
|
|
|
|
sensei: [ platforms.darwin ]
|
2022-12-28 21:21:41 +00:00
|
|
|
|
spade: [ platforms.darwin ] # depends on sdl2-mixer, which doesn't work on darwin
|
2022-06-26 10:26:21 +00:00
|
|
|
|
synthesizer-alsa: [ platforms.darwin ]
|
|
|
|
|
taffybar: [ platforms.darwin ]
|
2022-11-21 17:40:18 +00:00
|
|
|
|
emanote: [ x86_64-darwin ] # Depends on stork which is broken on macOS sdk < 10.14
|
2022-06-26 10:26:21 +00:00
|
|
|
|
termonad: [ platforms.darwin ]
|
|
|
|
|
tokyotyrant-haskell: [ platforms.darwin ]
|
|
|
|
|
Unixutils-shadow: [ platforms.darwin ]
|
2021-05-20 23:08:51 +00:00
|
|
|
|
verifiable-expressions: [ aarch64-linux ]
|
2022-06-26 10:26:21 +00:00
|
|
|
|
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 ]
|
|
|
|
|
xattr: [ platforms.darwin ]
|
2021-05-20 23:08:51 +00:00
|
|
|
|
xgboost-haskell: [ aarch64-linux, armv7l-linux ]
|
2022-06-26 10:26:21 +00:00
|
|
|
|
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
|
2023-02-16 17:41:37 +00:00
|
|
|
|
bytepatch: [ platforms.x86 ] # due to blake3
|
2022-06-26 10:26:21 +00:00
|
|
|
|
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 ]
|
2022-09-11 15:47:08 +00:00
|
|
|
|
evdev: [ platforms.linux ]
|
|
|
|
|
evdev-streamly: [ platforms.linux ]
|
2022-06-26 10:26:21 +00:00
|
|
|
|
geomancy: [ platforms.x86 ] # x86 intrinsics
|
|
|
|
|
gi-gtkosxapplication: [ platforms.darwin ]
|
|
|
|
|
gtk-mac-integration: [ platforms.darwin ]
|
|
|
|
|
gtk3-mac-integration: [ platforms.darwin ]
|
|
|
|
|
hommage-ds: [ platforms.windows ]
|
|
|
|
|
hpapi: [ platforms.linux ] # limited by pkgs.papi
|
|
|
|
|
hsignal: [ platforms.x86 ] # -msse2
|
|
|
|
|
HFuse: [ platforms.linux ]
|
2022-08-12 12:06:08 +00:00
|
|
|
|
HQu: [ platforms.x86 ] # vendored C++ library needs i686/x86_64
|
2022-06-26 10:26:21 +00:00
|
|
|
|
hw-prim-bits: [ platforms.x86 ] # x86 assembler
|
|
|
|
|
inline-asm: [ platforms.x86 ] # x86 assembler
|
2022-08-12 12:06:08 +00:00
|
|
|
|
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, …)
|
2022-06-26 10:26:21 +00:00
|
|
|
|
kqueue: [ platforms.netbsd, platforms.freebsd, platforms.openbsd, platforms.darwin ]
|
|
|
|
|
linux-evdev: [ platforms.linux ]
|
|
|
|
|
linux-file-extents: [ platforms.linux ]
|
|
|
|
|
linux-inotify: [ platforms.linux ]
|
|
|
|
|
linux-mount: [ platforms.linux ]
|
|
|
|
|
linux-namespaces: [ platforms.linux ]
|
|
|
|
|
lxc: [ platforms.linux ]
|
|
|
|
|
midi-alsa: [ platforms.linux ]
|
2022-12-28 21:21:41 +00:00
|
|
|
|
OrderedBits: [ platforms.x86 ] # lacks implementations for non-x86: https://github.com/choener/OrderedBits/blob/401cbbe933b1635aa33e8e9b29a4a570b0a8f044/lib/Data/Bits/Ordered.hs#L316
|
2022-08-12 12:06:08 +00:00
|
|
|
|
password: [ platforms.x86 ] # uses scrypt, which requries x86
|
|
|
|
|
password-instances: [ platforms.x86 ] # uses scrypt, which requries x86
|
2022-06-26 10:26:21 +00:00
|
|
|
|
reactivity: [ platforms.windows ]
|
2022-08-12 12:06:08 +00:00
|
|
|
|
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
|
2022-06-26 10:26:21 +00:00
|
|
|
|
seqalign: [ platforms.x86 ] # x86 intrinsics
|
2023-02-16 17:41:37 +00:00
|
|
|
|
tasty-papi: [ platforms.linux ] # limited by pkgs.papi
|
2022-06-26 10:26:21 +00:00
|
|
|
|
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 ]
|
2022-08-12 12:06:08 +00:00
|
|
|
|
yesod-auth-simple: [ platforms.x86 ] # requires scrypt which only supports x86
|
2021-05-20 23:08:51 +00:00
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
2023-02-09 11:40:11 +00:00
|
|
|
|
# These packages don’t build because they use deprecated webkit versions.
|
2021-05-20 23:08:51 +00:00
|
|
|
|
- diagrams-hsqml
|
|
|
|
|
- dialog
|
|
|
|
|
- ghcjs-dom-webkit
|
|
|
|
|
- gi-webkit
|
|
|
|
|
- hsqml
|
|
|
|
|
- hsqml-datamodel
|
2022-11-21 17:40:18 +00:00
|
|
|
|
- hsqml-datamodel-vinyl
|
2021-05-20 23:08:51 +00:00
|
|
|
|
- hsqml-demo-manic
|
2022-11-21 17:40:18 +00:00
|
|
|
|
- hsqml-demo-morris
|
2021-05-20 23:08:51 +00:00
|
|
|
|
- hsqml-demo-notes
|
|
|
|
|
- hsqml-demo-samples
|
2022-11-21 17:40:18 +00:00
|
|
|
|
- hsqml-morris
|
2021-05-20 23:08:51 +00:00
|
|
|
|
- hstorchat
|
|
|
|
|
- jsaddle-webkitgtk
|
|
|
|
|
- jsc
|
|
|
|
|
- lambdacat
|
|
|
|
|
- manatee-all
|
|
|
|
|
- manatee-browser
|
|
|
|
|
- manatee-reader
|
|
|
|
|
- markup-preview
|
|
|
|
|
- spike
|
|
|
|
|
- web-browser-in-haskell
|
|
|
|
|
- webkit
|
|
|
|
|
- webkitgtk3-javascriptcore
|
|
|
|
|
- websnap
|
2022-01-19 23:45:15 +00:00
|
|
|
|
|
2022-02-20 05:27:41 +00:00
|
|
|
|
# mesos was removed from nixpkgs
|
|
|
|
|
- hs-mesos
|
2022-08-12 12:06:08 +00:00
|
|
|
|
|
|
|
|
|
# Output exceeds Hydra's maximum allowable size
|
|
|
|
|
- stripeapi
|