Merge pull request #160015 from NixOS/haskell-updates

haskellPackages: update stackage and hackage
This commit is contained in:
sterni 2022-02-16 13:07:04 +01:00 committed by GitHub
commit b66b39216b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 918 additions and 893 deletions

View File

@ -1,6 +1,6 @@
{
"commit": "a4422bb744c0b60e56ccbdd350df5c205caf0b20",
"url": "https://github.com/commercialhaskell/all-cabal-hashes/archive/a4422bb744c0b60e56ccbdd350df5c205caf0b20.tar.gz",
"sha256": "1ih77xavy81mjhf8d3nknbgvhpql14nbak01pddh7y195wv1dknd",
"msg": "Update from Hackage at 2022-02-06T15:34:38Z"
"commit": "aa8f2230d08c540df249147ea681a5c22314d083",
"url": "https://github.com/commercialhaskell/all-cabal-hashes/archive/aa8f2230d08c540df249147ea681a5c22314d083.tar.gz",
"sha256": "1h92r4si1vmf3v2m843xaqwr99hpnn1s0x08qcvd2gwjkc2qq10a",
"msg": "Update from Hackage at 2022-02-14T17:17:31Z"
}

View File

@ -1268,13 +1268,6 @@ self: super: {
# Tests disabled and broken override needed because of missing lib chrome-test-utils: https://github.com/reflex-frp/reflex-dom/issues/392
reflex-dom-core = doDistribute (unmarkBroken (dontCheck (doJailbreak super.reflex-dom-core)));
# add unreleased commit fixing version constraint as a patch
# Can be removed if https://github.com/lpeterse/haskell-utc/issues/8 is resolved
utc = appendPatch (pkgs.fetchpatch {
url = "https://github.com/lpeterse/haskell-utc/commit/e4502c08591e80d411129bb7c0414539f6302aaf.diff";
sha256 = "0v6kv1d4syjzgzc2s7a76c6k4vminlcq62n7jg3nn9xd00gwmmv7";
}) super.utc;
# Tests disabled because they assume to run in the whole jsaddle repo and not the hackage tarbal of jsaddle-warp.
jsaddle-warp = dontCheck super.jsaddle-warp;
@ -1459,10 +1452,6 @@ self: super: {
# https://github.com/haskell/haskell-language-server/issues/2375
hls-pragmas-plugin = dontCheck super.hls-pragmas-plugin;
# 2021-11-23: Too strict bounds on ghcide, pending new release
hls-rename-plugin = assert super.hls-rename-plugin.version == "1.0.0.0";
doJailbreak super.hls-rename-plugin;
# 2021-03-21: Test hangs
# https://github.com/haskell/haskell-language-server/issues/1562
# 2021-11-13: Too strict upper bound on implicit-hie-cradle

View File

@ -414,6 +414,7 @@ broken-packages:
- bkr
- blakesum
- blas
- blatex
- blaze-html-contrib
- blaze-html-hexpat
- blaze-html-truncate
@ -986,7 +987,6 @@ broken-packages:
- data-validation
- data-variant
- DataVersion
- dates
- datetime
- datetime-sb
- dawdle
@ -1005,6 +1005,7 @@ broken-packages:
- dclabel
- dclabel-eci11
- dcpu16
- ddate
- ddc-base
- ddc-code
- dead-code-detection
@ -1120,6 +1121,7 @@ broken-packages:
- dmcc
- dmenu
- dnscache
- dns-patterns
- dnsrbl
- dnssd
- dobutok
@ -2223,7 +2225,6 @@ broken-packages:
- hlongurl
- hlrdb-core
- hls-exactprint-utils
- hls-rename-plugin
- hlwm
- hmarkup
- hmatrix-banded
@ -2251,6 +2252,7 @@ broken-packages:
- hobbes
- hocilib
- hocker
- hocon
- hodatime
- HODE
- hoe
@ -2749,6 +2751,7 @@ broken-packages:
- kmp-dfa
- koellner-phonetic
- koji-install
- koneko
- Konf
- kontra-config
- kparams
@ -3315,6 +3318,7 @@ broken-packages:
- nanomsg
- nanomsg-haskell
- nanoparsec
- nanopass
- NanoProlog
- nanovg-simple
- nanq
@ -3912,6 +3916,7 @@ broken-packages:
- prints
- PriorityChansConverger
- priority-queue
- pro-abstract
- probable
- process-conduit
- processing
@ -4816,6 +4821,7 @@ broken-packages:
- SybWidget
- syb-with-class-instances-text
- sydtest-aeson
- sydtest-hedgehog
- sydtest-hedis
- sydtest-hspec
- sydtest-mongo
@ -5040,6 +5046,7 @@ broken-packages:
- tkyprof
- tmp-proc-example
- todo
- todos
- tofromxml
- to-haskell
- toilet
@ -5245,6 +5252,7 @@ broken-packages:
- urxml
- users-mysql-haskell
- users-persistent
- utc
- utf
- utf8-prelude
- utf8-validator
@ -5296,6 +5304,7 @@ broken-packages:
- vector-space-points
- vector-static
- Vec-Transform
- velma
- Verba
- verbalexpressions
- verdict
@ -5430,6 +5439,7 @@ broken-packages:
- windowslive
- winerror
- Wired
- wireguard-hs
- wires
- wiring
- witty
@ -5553,6 +5563,7 @@ broken-packages:
- yeshql-postgresql-simple
- yesod-angular
- yesod-angular-ui
- yesod-articles
- yesod-auth-account
- yesod-auth-account-fork
- yesod-auth-bcrypt

View File

@ -134,6 +134,8 @@ default-package-overrides:
# On the recommendation of hnix author:
# https://github.com/NixOS/nixpkgs/pull/154461#issuecomment-1015511883
- hnix < 0.15
# needs http-client >= 0.7.11 which isn't part of Stackage LTS 18
- http-client-restricted < 0.0.5
extra-packages:
- base16-bytestring < 1 # required for cabal-install etc.

View File

@ -1,4 +1,4 @@
# Stackage LTS 18.24
# Stackage LTS 18.25
# This file is auto-generated by
# maintainers/scripts/haskell/update-stackage.sh
default-package-overrides:
@ -192,7 +192,7 @@ default-package-overrides:
- attoparsec-expr ==0.1.1.2
- attoparsec-iso8601 ==1.0.2.0
- attoparsec-path ==0.0.0.1
- audacity ==0.0.2
- audacity ==0.0.2.1
- aur ==7.0.7
- aura ==3.2.5
- authenticate ==1.3.5.1
@ -407,7 +407,7 @@ default-package-overrides:
- clientsession ==0.9.1.2
- climb ==0.3.3
- Clipboard ==2.3.2.0
- clock ==0.8.2
- clock ==0.8.3
- closed ==0.2.0.1
- clumpiness ==0.17.0.2
- ClustalParser ==1.3.0
@ -444,7 +444,7 @@ default-package-overrides:
- concise ==0.1.0.1
- concurrency ==1.11.0.2
- concurrent-extra ==0.7.0.12
- concurrent-output ==1.10.14
- concurrent-output ==1.10.15
- concurrent-split ==0.0.1.1
- concurrent-supply ==0.1.8
- cond ==0.4.1.1
@ -591,7 +591,7 @@ default-package-overrides:
- depq ==0.4.2
- deque ==0.4.4
- deriveJsonNoPrefix ==0.1.0.1
- derive-topdown ==0.0.2.2
- derive-topdown ==0.0.3.0
- deriving-aeson ==0.2.8
- deriving-compat ==0.5.10
- derulo ==1.0.10
@ -615,7 +615,7 @@ default-package-overrides:
- discount ==0.1.1
- disk-free-space ==0.1.0.1
- distributed-closure ==0.4.2.0
- distribution-opensuse ==1.1.1
- distribution-opensuse ==1.1.3
- distributive ==0.6.2.1
- dlist ==1.0
- dlist-instances ==0.1.1.1
@ -999,20 +999,20 @@ default-package-overrides:
- haskell-lsp-types ==0.24.0.0
- haskell-names ==0.9.9
- HaskellNet ==0.6
- haskell-src ==1.0.3.1
- haskell-src ==1.0.4
- haskell-src-exts ==1.23.1
- haskell-src-exts-util ==0.2.5
- haskell-src-meta ==0.8.8
- haskell-src-meta ==0.8.9
- haskey-btree ==0.3.0.1
- hasktags ==0.72.0
- hasql ==1.4.5.3
- hasql-notifications ==0.2.0.0
- hasql-optparse-applicative ==0.3.0.7
- hasql-optparse-applicative ==0.3.0.8
- hasql-pool ==0.5.2.2
- hasql-queue ==1.2.0.2
- hasql-transaction ==1.0.1.1
- hasty-hamiltonian ==1.3.4
- HaTeX ==3.22.3.0
- HaTeX ==3.22.3.1
- HaXml ==1.25.8
- haxr ==3000.11.4.1
- HCodecs ==0.5.2
@ -1072,7 +1072,7 @@ default-package-overrides:
- hmm-lapack ==0.4
- hmpfr ==0.4.4
- hnock ==0.4.0
- hoauth2 ==1.16.1
- hoauth2 ==1.16.2
- hoogle ==5.0.18.3
- hOpenPGP ==2.9.7
- hopenpgp-tools ==0.23.6
@ -1168,13 +1168,13 @@ default-package-overrides:
- http-media ==0.8.0.0
- http-query ==0.1.1
- http-reverse-proxy ==0.6.0
- http-streams ==0.8.9.4
- http-streams ==0.8.9.6
- http-types ==0.12.3
- human-readable-duration ==0.2.1.4
- HUnit ==1.6.2.0
- HUnit-approx ==1.1.1.1
- hunit-dejafu ==2.0.0.5
- hvect ==0.4.0.0
- hvect ==0.4.0.1
- hvega ==0.11.0.1
- hw-balancedparens ==0.4.1.1
- hw-bits ==0.7.2.1
@ -1296,7 +1296,7 @@ default-package-overrides:
- java-adt ==0.2018.11.4
- jira-wiki-markup ==1.4.0
- jose ==0.8.4
- jose-jwt ==0.9.2
- jose-jwt ==0.9.3
- js-chart ==2.9.4.1
- js-dgtable ==0.5.2
- js-flot ==0.8.3
@ -1325,8 +1325,8 @@ default-package-overrides:
- keycode ==0.2.2
- keys ==3.12.3
- ki ==0.2.0.1
- kind-apply ==0.3.2.0
- kind-generics ==0.4.1.2
- kind-apply ==0.3.2.1
- kind-generics ==0.4.1.4
- kind-generics-th ==0.2.2.2
- kmeans ==0.1.3
- koji ==0.0.2
@ -1353,7 +1353,7 @@ default-package-overrides:
- lapack-carray ==0.0.3
- lapack-comfort-array ==0.0.1
- lapack-ffi ==0.0.3
- lapack-ffi-tools ==0.1.2.1
- lapack-ffi-tools ==0.1.3
- largeword ==1.2.5
- latex ==0.1.0.4
- lattices ==2.0.2
@ -1474,7 +1474,7 @@ default-package-overrides:
- mcmc-types ==1.0.3
- medea ==1.2.0
- median-stream ==0.7.0.0
- med-module ==0.1.2.1
- med-module ==0.1.2.2
- megaparsec ==9.0.1
- megaparsec-tests ==9.0.1
- membrain ==0.0.0.2
@ -1516,8 +1516,6 @@ default-package-overrides:
- mltool ==0.2.0.1
- mmap ==0.5.9
- mmark ==0.0.7.2
- mmark-cli ==0.0.5.0
- mmark-ext ==0.2.1.3
- mmorph ==1.1.5
- mnist-idx ==0.1.2.8
- mnist-idx-conduit ==0.4.0.0
@ -1525,7 +1523,7 @@ default-package-overrides:
- mock-time ==0.1.0
- mod ==0.1.2.2
- model ==0.5
- modern-uri ==0.3.4.2
- modern-uri ==0.3.4.3
- modular ==0.1.0.8
- monad-chronicle ==1.0.0.1
- monad-control ==1.0.3.1
@ -1648,9 +1646,9 @@ default-package-overrides:
- no-value ==1.0.0.0
- nowdoc ==0.1.1.0
- nqe ==0.6.3
- nri-env-parser ==0.1.0.7
- nri-observability ==0.1.1.3
- nri-prelude ==0.6.0.5
- nri-env-parser ==0.1.0.8
- nri-observability ==0.1.1.4
- nri-prelude ==0.6.0.6
- nsis ==0.3.3
- numbers ==3000.2.0.2
- numeric-extras ==0.1
@ -1665,8 +1663,8 @@ default-package-overrides:
- nvim-hs-ghcid ==2.0.0.0
- oauthenticated ==0.2.1.0
- ObjectName ==1.1.0.2
- o-clock ==1.2.1
- odbc ==0.2.5
- o-clock ==1.2.1.1
- odbc ==0.2.6
- oeis2 ==1.0.6
- ofx ==0.4.4.0
- old-locale ==1.0.0.7
@ -1901,7 +1899,7 @@ default-package-overrides:
- quickcheck-assertions ==0.3.0
- quickcheck-classes ==0.6.5.0
- quickcheck-classes-base ==0.6.2.0
- quickcheck-higherorder ==0.1.0.0
- quickcheck-higherorder ==0.1.0.1
- quickcheck-instances ==0.3.25.2
- quickcheck-io ==0.2.0
- quickcheck-simple ==0.1.1.1
@ -1951,7 +1949,7 @@ default-package-overrides:
- reanimate ==1.1.5.0
- reanimate-svg ==0.13.0.1
- rebase ==1.13.2
- record-dot-preprocessor ==0.2.13
- record-dot-preprocessor ==0.2.14
- record-hasfield ==1.0
- records-sop ==0.1.1.0
- record-wrangler ==0.1.1.0
@ -2092,10 +2090,10 @@ default-package-overrides:
- serf ==0.1.1.0
- serialise ==0.2.4.0
- servant ==0.18.3
- servant-auth ==0.4.0.0
- servant-auth ==0.4.1.0
- servant-auth-client ==0.4.1.0
- servant-auth-docs ==0.2.10.0
- servant-auth-server ==0.4.6.0
- servant-auth-server ==0.4.7.0
- servant-auth-swagger ==0.2.10.1
- servant-auth-wordpress ==1.0.0.2
- servant-blaze ==0.9.1
@ -2117,7 +2115,7 @@ default-package-overrides:
- servant-rawm ==1.0.0.0
- servant-server ==0.18.3
- servant-swagger ==1.1.10
- servant-swagger-ui ==0.3.5.3.52.5
- servant-swagger-ui ==0.3.5.4.5.0
- servant-swagger-ui-core ==0.3.5
- serverless-haskell ==0.12.6
- serversession ==1.0.2
@ -2254,14 +2252,14 @@ default-package-overrides:
- streaming ==0.2.3.1
- streaming-attoparsec ==1.0.0.1
- streaming-bytestring ==0.2.1
- streaming-commons ==0.2.2.3
- streaming-commons ==0.2.2.4
- streamly ==0.7.3
- streams ==3.3
- streamt ==0.5.0.0
- strict ==0.4.0.1
- strict-concurrency ==0.2.4.3
- strict-list ==0.1.6
- strict-tuple ==0.1.4
- strict-tuple ==0.1.5
- strict-tuple-lens ==0.1.0.1
- stringbuilder ==0.5.1
- string-class ==0.1.7.0
@ -2468,7 +2466,7 @@ default-package-overrides:
- tuples-homogenous-h98 ==0.1.1.0
- tuple-sop ==0.3.1.0
- tuple-th ==0.2.5
- turtle ==1.5.23
- turtle ==1.5.24
- typecheck-plugin-nat-simple ==0.1.0.2
- TypeCompose ==0.9.14
- typed-process ==0.2.8.0
@ -2529,7 +2527,7 @@ default-package-overrides:
- unix-bytestring ==0.3.7.6
- unix-compat ==0.5.4
- unix-time ==0.4.7
- unliftio ==0.2.20.1
- unliftio ==0.2.21.0
- unliftio-core ==0.2.0.1
- unliftio-pool ==0.2.1.1
- unliftio-streams ==0.1.1.1
@ -2615,7 +2613,7 @@ default-package-overrides:
- wai-slack-middleware ==0.2.0
- wai-websockets ==3.0.1.2
- wakame ==0.1.0.0
- warp ==3.3.18
- warp ==3.3.19
- warp-tls ==3.3.2
- warp-tls-uid ==0.2.0.6
- wave ==0.2.0
@ -2692,11 +2690,11 @@ default-package-overrides:
- xxhash-ffi ==0.2.0.0
- yaml ==0.11.7.0
- yamlparse-applicative ==0.2.0.1
- yesod ==1.6.1.2
- yesod-auth ==1.6.10.5
- yesod ==1.6.2
- yesod-auth ==1.6.11
- yesod-auth-hashdb ==1.7.1.7
- yesod-auth-oauth2 ==0.6.3.4
- yesod-bin ==1.6.1
- yesod-bin ==1.6.2
- yesod-core ==1.6.21.0
- yesod-fb ==0.6.1
- yesod-form ==1.7.0

View File

@ -589,7 +589,6 @@ dont-distribute-packages:
- bla
- blakesum-demo
- blastxml
- blatex
- blaze-builder-enumerator
- blaze-colonnade
- blink1
@ -700,7 +699,6 @@ dont-distribute-packages:
- chainweb-mining-client
- chalkboard-viewer
- charade
- chart-cli
- chart-svg
- chart-svg-various
- chart-unit
@ -728,8 +726,12 @@ dont-distribute-packages:
- claferwiki
- clash
- clash-ghc
- clash-ghc_1_6_1
- clash-lib
- clash-lib-hedgehog
- clash-lib_1_6_1
- clash-multisignal
- clash-prelude-hedgehog
- clash-prelude-quickcheck
- clash-shake
- clash-systemverilog
@ -897,10 +899,8 @@ dont-distribute-packages:
- data-structure-inferrer
- datadog-tracing
- dataflow
- date-conversions
- dbjava
- dbus-client
- ddate
- ddc-build
- ddc-core
- ddc-core-babel
@ -1196,7 +1196,7 @@ dont-distribute-packages:
- funnyprint
- funsat
- fused-effects-squeal
- futhark_0_21_5
- futhark_0_21_6
- fwgl-glfw
- fwgl-javascript
- fxpak
@ -2145,9 +2145,7 @@ dont-distribute-packages:
- mkbndl
- mlist
- mmark-cli
- mmark-cli_0_0_5_1
- mmark-ext
- mmark-ext_0_2_1_4
- mmtl-base
- moan
- modify-fasta
@ -3037,7 +3035,6 @@ dont-distribute-packages:
- tn
- to-string-instances
- toboggan
- todos
- toktok
- too-many-cells
- top
@ -3303,7 +3300,6 @@ dont-distribute-packages:
- ycextra
- yeamer
- yeshql
- yesod-articles
- yesod-auth-ldap
- yesod-colonnade
- yesod-continuations

File diff suppressed because it is too large Load Diff