Merge pull request #120446 from NixOS/haskell-updates
Update Haskell package set to Stackage Nightly 2021-04-23 (plus other fixes)
This commit is contained in:
commit
9a597deb23
|
@ -64,7 +64,7 @@ self: super: {
|
|||
name = "git-annex-${super.git-annex.version}-src";
|
||||
url = "git://git-annex.branchable.com/";
|
||||
rev = "refs/tags/" + super.git-annex.version;
|
||||
sha256 = "13n62v3cdkx23fywdccczcr8vsf0vmjbimmgin766bf428jlhh6h";
|
||||
sha256 = "1wig8nw2rxgq86y88m1f1qf93z5yckidf1cs33ribmhqa1hs300p";
|
||||
};
|
||||
}).override {
|
||||
dbus = if pkgs.stdenv.isLinux then self.dbus else null;
|
||||
|
@ -284,7 +284,10 @@ self: super: {
|
|||
hsbencher = dontCheck super.hsbencher;
|
||||
hsexif = dontCheck super.hsexif;
|
||||
hspec-server = dontCheck super.hspec-server;
|
||||
HTF = dontCheck super.HTF;
|
||||
HTF = overrideCabal super.HTF (orig: {
|
||||
# The scripts in scripts/ are needed to build the test suite.
|
||||
preBuild = "patchShebangs --build scripts";
|
||||
});
|
||||
htsn = dontCheck super.htsn;
|
||||
htsn-import = dontCheck super.htsn-import;
|
||||
http-link-header = dontCheck super.http-link-header; # non deterministic failure https://hydra.nixos.org/build/75041105
|
||||
|
|
|
@ -79,8 +79,8 @@ self: super: {
|
|||
|
||||
# Apply patches from head.hackage.
|
||||
alex = appendPatch (dontCheck super.alex) (pkgs.fetchpatch {
|
||||
url = "https://gitlab.haskell.org/ghc/head.hackage/-/raw/master/patches/alex-3.2.5.patch";
|
||||
sha256 = "0q8x49k3jjwyspcmidwr6b84s4y43jbf4wqfxfm6wz8x2dxx6nwh";
|
||||
url = "https://gitlab.haskell.org/ghc/head.hackage/-/raw/fe192e12b88b09499d4aff0e562713e820544bd6/patches/alex-3.2.6.patch";
|
||||
sha256 = "1rzs764a0nhx002v4fadbys98s6qblw4kx4g46galzjf5f7n2dn4";
|
||||
});
|
||||
doctest = dontCheck (doJailbreak super.doctest_0_18_1);
|
||||
generic-deriving = appendPatch (doJailbreak super.generic-deriving) (pkgs.fetchpatch {
|
||||
|
|
|
@ -101,7 +101,7 @@ default-package-overrides:
|
|||
- gi-secret < 0.0.13
|
||||
- gi-vte < 2.91.28
|
||||
|
||||
# Stackage Nightly 2021-04-15
|
||||
# Stackage Nightly 2021-04-28
|
||||
- abstract-deque ==0.3
|
||||
- abstract-par ==0.3.3
|
||||
- AC-Angle ==1.0
|
||||
|
@ -319,7 +319,7 @@ default-package-overrides:
|
|||
- base64-string ==0.2
|
||||
- base-compat ==0.11.2
|
||||
- base-compat-batteries ==0.11.2
|
||||
- basement ==0.0.11
|
||||
- basement ==0.0.12
|
||||
- base-orphans ==0.8.4
|
||||
- base-prelude ==1.4
|
||||
- base-unicode-symbols ==0.2.4.2
|
||||
|
@ -437,6 +437,7 @@ default-package-overrides:
|
|||
- calendar-recycling ==0.0.0.1
|
||||
- call-stack ==0.3.0
|
||||
- can-i-haz ==0.3.1.0
|
||||
- capability ==0.4.0.0
|
||||
- ca-province-codes ==1.0.0.0
|
||||
- cardano-coin-selection ==1.0.1
|
||||
- carray ==0.1.6.8
|
||||
|
@ -531,6 +532,7 @@ default-package-overrides:
|
|||
- composite-aeson ==0.7.5.0
|
||||
- composite-aeson-path ==0.7.5.0
|
||||
- composite-aeson-refined ==0.7.5.0
|
||||
- composite-aeson-throw ==0.1.0.0
|
||||
- composite-base ==0.7.5.0
|
||||
- composite-binary ==0.7.5.0
|
||||
- composite-ekg ==0.7.5.0
|
||||
|
@ -710,7 +712,7 @@ default-package-overrides:
|
|||
- distributed-closure ==0.4.2.0
|
||||
- distribution-opensuse ==1.1.1
|
||||
- distributive ==0.6.2.1
|
||||
- dl-fedora ==0.8
|
||||
- dl-fedora ==0.9
|
||||
- dlist ==0.8.0.8
|
||||
- dlist-instances ==0.1.1.1
|
||||
- dlist-nonempty ==0.1.1
|
||||
|
@ -825,13 +827,13 @@ default-package-overrides:
|
|||
- expiring-cache-map ==0.0.6.1
|
||||
- explicit-exception ==0.1.10
|
||||
- exp-pairs ==0.2.1.0
|
||||
- express ==0.1.4
|
||||
- express ==0.1.6
|
||||
- extended-reals ==0.2.4.0
|
||||
- extensible-effects ==5.0.0.1
|
||||
- extensible-exceptions ==0.1.1.4
|
||||
- extra ==1.7.9
|
||||
- extractable-singleton ==0.0.1
|
||||
- extrapolate ==0.4.2
|
||||
- extrapolate ==0.4.4
|
||||
- fail ==4.9.0.0
|
||||
- failable ==1.2.4.0
|
||||
- fakedata ==0.8.0
|
||||
|
@ -901,7 +903,8 @@ default-package-overrides:
|
|||
- forma ==1.1.3
|
||||
- format-numbers ==0.1.0.1
|
||||
- formatting ==6.3.7
|
||||
- foundation ==0.0.25
|
||||
- foundation ==0.0.26.1
|
||||
- fourmolu ==0.3.0.0
|
||||
- free ==5.1.5
|
||||
- free-categories ==0.2.0.2
|
||||
- freenect ==1.2.1
|
||||
|
@ -988,7 +991,7 @@ default-package-overrides:
|
|||
- ghc-lib ==8.10.4.20210206
|
||||
- ghc-lib-parser ==8.10.4.20210206
|
||||
- ghc-lib-parser-ex ==8.10.0.19
|
||||
- ghc-parser ==0.2.2.0
|
||||
- ghc-parser ==0.2.3.0
|
||||
- ghc-paths ==0.1.0.12
|
||||
- ghc-prof ==1.4.1.8
|
||||
- ghc-source-gen ==0.4.0.0
|
||||
|
@ -1081,6 +1084,7 @@ default-package-overrides:
|
|||
- hashmap ==1.3.3
|
||||
- hashtables ==1.2.4.1
|
||||
- haskeline ==0.8.1.2
|
||||
- haskell-awk ==1.2
|
||||
- haskell-gi ==0.24.7
|
||||
- haskell-gi-base ==0.24.5
|
||||
- haskell-gi-overloading ==1.0
|
||||
|
@ -1089,6 +1093,7 @@ default-package-overrides:
|
|||
- haskell-lsp ==0.22.0.0
|
||||
- haskell-lsp-types ==0.22.0.0
|
||||
- haskell-names ==0.9.9
|
||||
- HaskellNet ==0.6
|
||||
- haskell-src ==1.0.3.1
|
||||
- haskell-src-exts ==1.23.1
|
||||
- haskell-src-exts-util ==0.2.5
|
||||
|
@ -1187,15 +1192,15 @@ default-package-overrides:
|
|||
- hslua-module-path ==0.1.0.1
|
||||
- hslua-module-system ==0.2.2.1
|
||||
- hslua-module-text ==0.3.0.1
|
||||
- HsOpenSSL ==0.11.6.2
|
||||
- HsOpenSSL ==0.11.7
|
||||
- HsOpenSSL-x509-system ==0.1.0.4
|
||||
- hsp ==0.10.0
|
||||
- hspec ==2.7.9
|
||||
- hspec ==2.7.10
|
||||
- hspec-attoparsec ==0.1.0.2
|
||||
- hspec-checkers ==0.1.0.2
|
||||
- hspec-contrib ==0.5.1
|
||||
- hspec-core ==2.7.9
|
||||
- hspec-discover ==2.7.9
|
||||
- hspec-core ==2.7.10
|
||||
- hspec-discover ==2.7.10
|
||||
- hspec-expectations ==0.8.2
|
||||
- hspec-expectations-json ==1.0.0.3
|
||||
- hspec-expectations-lifted ==0.10.0
|
||||
|
@ -1228,7 +1233,7 @@ default-package-overrides:
|
|||
- html-entities ==1.1.4.5
|
||||
- html-entity-map ==0.1.0.0
|
||||
- htoml ==1.0.0.3
|
||||
- http2 ==2.0.6
|
||||
- http2 ==3.0.1
|
||||
- HTTP ==4000.3.16
|
||||
- http-api-data ==0.4.2
|
||||
- http-client ==0.6.4.1
|
||||
|
@ -1252,7 +1257,7 @@ default-package-overrides:
|
|||
- HUnit-approx ==1.1.1.1
|
||||
- hunit-dejafu ==2.0.0.4
|
||||
- hvect ==0.4.0.0
|
||||
- hvega ==0.11.0.0
|
||||
- hvega ==0.11.0.1
|
||||
- hw-balancedparens ==0.4.1.1
|
||||
- hw-bits ==0.7.2.1
|
||||
- hw-conduit ==0.2.1.0
|
||||
|
@ -1302,7 +1307,7 @@ default-package-overrides:
|
|||
- ieee754 ==0.8.0
|
||||
- if ==0.1.0.0
|
||||
- iff ==0.0.6
|
||||
- ihaskell ==0.10.1.2
|
||||
- ihaskell ==0.10.2.0
|
||||
- ihs ==0.1.0.3
|
||||
- ilist ==0.4.0.1
|
||||
- imagesize-conduit ==1.1
|
||||
|
@ -1330,7 +1335,7 @@ default-package-overrides:
|
|||
- inliterate ==0.1.0
|
||||
- input-parsers ==0.2.2
|
||||
- insert-ordered-containers ==0.2.4
|
||||
- inspection-testing ==0.4.3.0
|
||||
- inspection-testing ==0.4.4.0
|
||||
- instance-control ==0.1.2.0
|
||||
- int-cast ==0.2.0.0
|
||||
- integer-logarithms ==1.0.3.1
|
||||
|
@ -1356,6 +1361,7 @@ default-package-overrides:
|
|||
- io-streams ==1.5.2.0
|
||||
- io-streams-haproxy ==1.0.1.0
|
||||
- ip6addr ==1.0.2
|
||||
- ipa ==0.3
|
||||
- iproute ==1.7.11
|
||||
- IPv6Addr ==2.0.2
|
||||
- ipynb ==0.1.0.1
|
||||
|
@ -1410,6 +1416,7 @@ default-package-overrides:
|
|||
- kind-generics ==0.4.1.0
|
||||
- kind-generics-th ==0.2.2.2
|
||||
- kmeans ==0.1.3
|
||||
- koji ==0.0.1
|
||||
- koofr-client ==1.0.0.3
|
||||
- krank ==0.2.2
|
||||
- kubernetes-webhook-haskell ==0.2.0.3
|
||||
|
@ -1422,7 +1429,7 @@ default-package-overrides:
|
|||
- language-bash ==0.9.2
|
||||
- language-c ==0.8.3
|
||||
- language-c-quote ==0.12.2.1
|
||||
- language-docker ==9.2.0
|
||||
- language-docker ==9.3.0
|
||||
- language-java ==0.2.9
|
||||
- language-javascript ==0.7.1.0
|
||||
- language-protobuf ==1.0.1
|
||||
|
@ -1440,7 +1447,7 @@ default-package-overrides:
|
|||
- lazy-csv ==0.5.1
|
||||
- lazyio ==0.1.0.4
|
||||
- lca ==0.4
|
||||
- leancheck ==0.9.3
|
||||
- leancheck ==0.9.4
|
||||
- leancheck-instances ==0.0.4
|
||||
- leapseconds-announced ==2017.1.0.1
|
||||
- learn-physics ==0.6.5
|
||||
|
@ -1470,6 +1477,7 @@ default-package-overrides:
|
|||
- lifted-async ==0.10.2
|
||||
- lifted-base ==0.2.3.12
|
||||
- lift-generics ==0.2
|
||||
- lift-type ==0.1.0.1
|
||||
- line ==4.0.1
|
||||
- linear ==1.21.5
|
||||
- linear-circuit ==0.1.0.2
|
||||
|
@ -1659,7 +1667,7 @@ default-package-overrides:
|
|||
- mwc-random ==0.14.0.0
|
||||
- mwc-random-monad ==0.7.3.1
|
||||
- mx-state-codes ==1.0.0.0
|
||||
- mysql ==0.2
|
||||
- mysql ==0.2.0.1
|
||||
- mysql-simple ==0.4.5
|
||||
- n2o ==0.11.1
|
||||
- nagios-check ==0.3.2
|
||||
|
@ -1689,6 +1697,7 @@ default-package-overrides:
|
|||
- network-ip ==0.3.0.3
|
||||
- network-messagepack-rpc ==0.1.2.0
|
||||
- network-messagepack-rpc-websocket ==0.1.1.1
|
||||
- network-run ==0.2.4
|
||||
- network-simple ==0.4.5
|
||||
- network-simple-tls ==0.4
|
||||
- network-transport ==0.5.4
|
||||
|
@ -1713,9 +1722,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.6
|
||||
- nri-observability ==0.1.0.1
|
||||
- nri-prelude ==0.5.0.3
|
||||
- nri-env-parser ==0.1.0.7
|
||||
- nri-observability ==0.1.0.2
|
||||
- nri-prelude ==0.6.0.0
|
||||
- nsis ==0.3.3
|
||||
- numbers ==3000.2.0.2
|
||||
- numeric-extras ==0.1
|
||||
|
@ -1743,7 +1752,7 @@ default-package-overrides:
|
|||
- oo-prototypes ==0.1.0.0
|
||||
- opaleye ==0.7.1.0
|
||||
- OpenAL ==1.7.0.5
|
||||
- openapi3 ==3.0.2.0
|
||||
- openapi3 ==3.1.0
|
||||
- open-browser ==0.2.1.0
|
||||
- openexr-write ==0.1.0.2
|
||||
- OpenGL ==3.0.3.0
|
||||
|
@ -1777,7 +1786,9 @@ default-package-overrides:
|
|||
- pagination ==0.2.2
|
||||
- pagure-cli ==0.2
|
||||
- pandoc ==2.13
|
||||
- pandoc-dhall-decoder ==0.1.0.1
|
||||
- pandoc-plot ==1.1.1
|
||||
- pandoc-throw ==0.1.0.0
|
||||
- pandoc-types ==1.22
|
||||
- pantry ==0.5.1.5
|
||||
- parallel ==3.2.2.0
|
||||
|
@ -1861,7 +1872,7 @@ default-package-overrides:
|
|||
- pipes-safe ==2.3.3
|
||||
- pipes-wai ==3.2.0
|
||||
- pkcs10 ==0.2.0.0
|
||||
- pkgtreediff ==0.4
|
||||
- pkgtreediff ==0.4.1
|
||||
- place-cursor-at ==1.0.1
|
||||
- placeholders ==0.1
|
||||
- plaid ==0.1.0.4
|
||||
|
@ -1874,6 +1885,8 @@ default-package-overrides:
|
|||
- poly-arity ==0.1.0
|
||||
- polynomials-bernstein ==1.1.2
|
||||
- polyparse ==1.13
|
||||
- polysemy ==1.5.0.0
|
||||
- polysemy-plugin ==0.3.0.0
|
||||
- pooled-io ==0.0.2.2
|
||||
- port-utils ==0.2.1.0
|
||||
- posix-paths ==0.2.1.6
|
||||
|
@ -1929,7 +1942,7 @@ default-package-overrides:
|
|||
- promises ==0.3
|
||||
- prompt ==0.1.1.2
|
||||
- prospect ==0.1.0.0
|
||||
- proto3-wire ==1.2.0
|
||||
- proto3-wire ==1.2.1
|
||||
- protobuf ==0.2.1.3
|
||||
- protobuf-simple ==0.1.1.0
|
||||
- protocol-buffers ==2.4.17
|
||||
|
@ -1998,7 +2011,7 @@ default-package-overrides:
|
|||
- rate-limit ==1.4.2
|
||||
- ratel-wai ==1.1.5
|
||||
- rattle ==0.2
|
||||
- rattletrap ==11.0.1
|
||||
- rattletrap ==11.1.0
|
||||
- Rattus ==0.5
|
||||
- rawfilepath ==0.2.4
|
||||
- rawstring-qm ==0.2.3.0
|
||||
|
@ -2059,7 +2072,6 @@ default-package-overrides:
|
|||
- resolv ==0.1.2.0
|
||||
- resource-pool ==0.2.3.2
|
||||
- resourcet ==1.2.4.2
|
||||
- resourcet-pool ==0.1.0.0
|
||||
- result ==0.2.6.0
|
||||
- rethinkdb-client-driver ==0.0.25
|
||||
- retry ==0.8.1.2
|
||||
|
@ -2103,6 +2115,9 @@ default-package-overrides:
|
|||
- sample-frame ==0.0.3
|
||||
- sample-frame-np ==0.0.4.1
|
||||
- sampling ==0.3.5
|
||||
- sandwich ==0.1.0.3
|
||||
- sandwich-slack ==0.1.0.3
|
||||
- sandwich-webdriver ==0.1.0.4
|
||||
- say ==0.1.0.1
|
||||
- sbp ==2.6.3
|
||||
- scalpel ==0.6.2
|
||||
|
@ -2146,11 +2161,17 @@ default-package-overrides:
|
|||
- serf ==0.1.1.0
|
||||
- serialise ==0.2.3.0
|
||||
- servant ==0.18.2
|
||||
- servant-auth ==0.4.0.0
|
||||
- servant-auth-client ==0.4.1.0
|
||||
- servant-auth-docs ==0.2.10.0
|
||||
- servant-auth-server ==0.4.6.0
|
||||
- servant-auth-swagger ==0.2.10.1
|
||||
- servant-blaze ==0.9.1
|
||||
- servant-client ==0.18.2
|
||||
- servant-client-core ==0.18.2
|
||||
- servant-conduit ==0.15.1
|
||||
- servant-docs ==0.11.8
|
||||
- servant-elm ==0.7.2
|
||||
- servant-errors ==0.1.6.0
|
||||
- servant-exceptions ==0.2.1
|
||||
- servant-exceptions-server ==0.2.1
|
||||
|
@ -2158,13 +2179,13 @@ default-package-overrides:
|
|||
- servant-http-streams ==0.18.2
|
||||
- servant-machines ==0.15.1
|
||||
- servant-multipart ==0.12
|
||||
- servant-openapi3 ==2.0.1.1
|
||||
- servant-openapi3 ==2.0.1.2
|
||||
- servant-pipes ==0.15.2
|
||||
- servant-rawm ==1.0.0.0
|
||||
- servant-server ==0.18.2
|
||||
- servant-swagger ==1.1.10
|
||||
- servant-swagger-ui ==0.3.4.3.37.2
|
||||
- servant-swagger-ui-core ==0.3.4
|
||||
- servant-swagger-ui ==0.3.5.3.47.1
|
||||
- servant-swagger-ui-core ==0.3.5
|
||||
- serverless-haskell ==0.12.6
|
||||
- serversession ==1.0.2
|
||||
- serversession-frontend-wai ==1.0
|
||||
|
@ -2240,7 +2261,7 @@ default-package-overrides:
|
|||
- sop-core ==0.5.0.1
|
||||
- sort ==1.0.0.0
|
||||
- sorted-list ==0.2.1.0
|
||||
- sourcemap ==0.1.6
|
||||
- sourcemap ==0.1.6.1
|
||||
- sox ==0.2.3.1
|
||||
- soxlib ==0.0.3.1
|
||||
- spacecookie ==1.0.0.0
|
||||
|
@ -2248,7 +2269,7 @@ default-package-overrides:
|
|||
- sparse-tensor ==0.2.1.5
|
||||
- spatial-math ==0.5.0.1
|
||||
- special-values ==0.1.0.0
|
||||
- speculate ==0.4.4
|
||||
- speculate ==0.4.6
|
||||
- speedy-slice ==0.3.2
|
||||
- Spintax ==0.3.6
|
||||
- splice ==0.6.1.1
|
||||
|
@ -2289,7 +2310,7 @@ default-package-overrides:
|
|||
- storable-record ==0.0.5
|
||||
- storable-tuple ==0.0.3.3
|
||||
- storablevector ==0.2.13.1
|
||||
- store ==0.7.10
|
||||
- store ==0.7.11
|
||||
- store-core ==0.4.4.4
|
||||
- store-streaming ==0.2.0.3
|
||||
- stratosphere ==0.59.1
|
||||
|
@ -2459,7 +2480,7 @@ default-package-overrides:
|
|||
- th-test-utils ==1.1.0
|
||||
- th-utilities ==0.2.4.3
|
||||
- thyme ==0.3.5.5
|
||||
- tidal ==1.7.3
|
||||
- tidal ==1.7.4
|
||||
- tile ==0.3.0.0
|
||||
- time-compat ==1.9.5
|
||||
- timeit ==2.0
|
||||
|
@ -2645,10 +2666,11 @@ default-package-overrides:
|
|||
- wai-rate-limit-redis ==0.1.0.0
|
||||
- wai-saml2 ==0.2.1.2
|
||||
- wai-session ==0.3.3
|
||||
- wai-session-redis ==0.1.0.1
|
||||
- wai-slack-middleware ==0.2.0
|
||||
- wai-websockets ==3.0.1.2
|
||||
- wakame ==0.1.0.0
|
||||
- warp ==3.3.14
|
||||
- warp ==3.3.15
|
||||
- warp-tls ==3.3.0
|
||||
- warp-tls-uid ==0.2.0.6
|
||||
- wave ==0.2.0
|
||||
|
@ -2670,7 +2692,7 @@ default-package-overrides:
|
|||
- Win32 ==2.6.1.0
|
||||
- Win32-notify ==0.3.0.3
|
||||
- windns ==0.1.0.1
|
||||
- witch ==0.0.0.5
|
||||
- witch ==0.2.0.2
|
||||
- witherable ==0.4.1
|
||||
- within ==0.2.0.1
|
||||
- with-location ==0.1.0
|
||||
|
@ -2707,7 +2729,7 @@ default-package-overrides:
|
|||
- xlsx-tabular ==0.2.2.1
|
||||
- xml ==1.3.14
|
||||
- xml-basic ==0.1.3.1
|
||||
- xml-conduit ==1.9.1.0
|
||||
- xml-conduit ==1.9.1.1
|
||||
- xml-conduit-writer ==0.1.1.2
|
||||
- xmlgen ==0.6.2.2
|
||||
- xml-hamlet ==0.5.0.1
|
||||
|
@ -2726,16 +2748,16 @@ default-package-overrides:
|
|||
- xxhash-ffi ==0.2.0.0
|
||||
- yaml ==0.11.5.0
|
||||
- yamlparse-applicative ==0.1.0.3
|
||||
- yesod ==1.6.1.0
|
||||
- yesod-auth ==1.6.10.2
|
||||
- yesod-auth-hashdb ==1.7.1.5
|
||||
- yesod ==1.6.1.1
|
||||
- yesod-auth ==1.6.10.3
|
||||
- yesod-auth-hashdb ==1.7.1.6
|
||||
- yesod-auth-oauth2 ==0.6.3.0
|
||||
- yesod-bin ==1.6.1
|
||||
- yesod-core ==1.6.19.0
|
||||
- yesod-fb ==0.6.1
|
||||
- yesod-form ==1.6.7
|
||||
- yesod-gitrev ==0.2.1
|
||||
- yesod-markdown ==0.12.6.8
|
||||
- yesod-markdown ==0.12.6.9
|
||||
- yesod-newsfeed ==1.7.0.0
|
||||
- yesod-page-cursor ==2.0.0.6
|
||||
- yesod-paginator ==1.1.1.0
|
||||
|
@ -2857,8 +2879,6 @@ package-maintainers:
|
|||
cdepillabout:
|
||||
- pretty-simple
|
||||
- spago
|
||||
rkrzr:
|
||||
- icepeak
|
||||
terlar:
|
||||
- nix-diff
|
||||
maralorn:
|
||||
|
@ -3195,6 +3215,7 @@ broken-packages:
|
|||
- afv
|
||||
- ag-pictgen
|
||||
- Agata
|
||||
- agda-language-server
|
||||
- agda-server
|
||||
- agda-snippets
|
||||
- agda-snippets-hakyll
|
||||
|
@ -3399,6 +3420,8 @@ broken-packages:
|
|||
- asn1-data
|
||||
- assert
|
||||
- assert4hs
|
||||
- assert4hs-core
|
||||
- assert4hs-hspec
|
||||
- assert4hs-tasty
|
||||
- assertions
|
||||
- asset-map
|
||||
|
@ -3802,6 +3825,7 @@ broken-packages:
|
|||
- boring-window-switcher
|
||||
- bot
|
||||
- botpp
|
||||
- bottom
|
||||
- bound-extras
|
||||
- bounded-array
|
||||
- bowntz
|
||||
|
@ -4027,6 +4051,7 @@ broken-packages:
|
|||
- catnplus
|
||||
- cautious-file
|
||||
- cautious-gen
|
||||
- cayene-lpp
|
||||
- cayley-client
|
||||
- CBOR
|
||||
- CC-delcont-alt
|
||||
|
@ -4305,6 +4330,7 @@ broken-packages:
|
|||
- computational-algebra
|
||||
- computational-geometry
|
||||
- computations
|
||||
- ConClusion
|
||||
- concraft
|
||||
- concraft-hr
|
||||
- concraft-pl
|
||||
|
@ -4879,6 +4905,7 @@ broken-packages:
|
|||
- docker
|
||||
- docker-build-cacher
|
||||
- dockercook
|
||||
- dockerfile-creator
|
||||
- docopt
|
||||
- docrecords
|
||||
- DocTest
|
||||
|
@ -5543,6 +5570,7 @@ broken-packages:
|
|||
- funpat
|
||||
- funsat
|
||||
- funspection
|
||||
- fused-effects-exceptions
|
||||
- fused-effects-resumable
|
||||
- fused-effects-squeal
|
||||
- fused-effects-th
|
||||
|
@ -5612,6 +5640,7 @@ broken-packages:
|
|||
- generic-lens-labels
|
||||
- generic-lucid-scaffold
|
||||
- generic-maybe
|
||||
- generic-optics
|
||||
- generic-override-aeson
|
||||
- generic-pretty
|
||||
- generic-server
|
||||
|
@ -5699,6 +5728,7 @@ broken-packages:
|
|||
- ghcup
|
||||
- ght
|
||||
- gi-cairo-again
|
||||
- gi-gmodule
|
||||
- gi-graphene
|
||||
- gi-gsk
|
||||
- gi-gstaudio
|
||||
|
@ -5708,6 +5738,7 @@ broken-packages:
|
|||
- gi-gtksheet
|
||||
- gi-handy
|
||||
- gi-poppler
|
||||
- gi-vips
|
||||
- gi-wnck
|
||||
- giak
|
||||
- Gifcurry
|
||||
|
@ -5837,8 +5868,10 @@ broken-packages:
|
|||
- gpah
|
||||
- GPipe
|
||||
- GPipe-Collada
|
||||
- GPipe-Core
|
||||
- GPipe-Examples
|
||||
- GPipe-GLFW
|
||||
- GPipe-GLFW4
|
||||
- GPipe-TextureLoad
|
||||
- gps
|
||||
- gps2htmlReport
|
||||
|
@ -6564,6 +6597,9 @@ broken-packages:
|
|||
- hipchat-hs
|
||||
- hipe
|
||||
- Hipmunk-Utils
|
||||
- hipsql-api
|
||||
- hipsql-client
|
||||
- hipsql-server
|
||||
- hircules
|
||||
- hirt
|
||||
- Hish
|
||||
|
@ -6945,7 +6981,6 @@ broken-packages:
|
|||
- htdp-image
|
||||
- hTensor
|
||||
- htestu
|
||||
- HTF
|
||||
- HTicTacToe
|
||||
- htiled
|
||||
- htlset
|
||||
|
@ -6983,6 +7018,8 @@ broken-packages:
|
|||
- http-server
|
||||
- http-shed
|
||||
- http-wget
|
||||
- http2-client
|
||||
- http2-client-exe
|
||||
- http2-client-grpc
|
||||
- http2-grpc-proto-lens
|
||||
- http2-grpc-proto3-wire
|
||||
|
@ -7093,6 +7130,7 @@ broken-packages:
|
|||
- iban
|
||||
- ical
|
||||
- ice40-prim
|
||||
- icepeak
|
||||
- IcoGrid
|
||||
- iconv-typed
|
||||
- ide-backend
|
||||
|
@ -7274,6 +7312,7 @@ broken-packages:
|
|||
- isobmff-builder
|
||||
- isohunt
|
||||
- isotope
|
||||
- it-has
|
||||
- itcli
|
||||
- itemfield
|
||||
- iter-stats
|
||||
|
@ -8639,6 +8678,7 @@ broken-packages:
|
|||
- ois-input-manager
|
||||
- olwrapper
|
||||
- om-actor
|
||||
- om-doh
|
||||
- om-elm
|
||||
- om-fail
|
||||
- om-http-logging
|
||||
|
@ -8674,7 +8714,6 @@ broken-packages:
|
|||
- openai-servant
|
||||
- openapi-petstore
|
||||
- openapi-typed
|
||||
- openapi3
|
||||
- openapi3-code-generator
|
||||
- opench-meteo
|
||||
- OpenCL
|
||||
|
@ -8728,7 +8767,6 @@ broken-packages:
|
|||
- org-mode-lucid
|
||||
- organize-imports
|
||||
- orgmode
|
||||
- orgstat
|
||||
- origami
|
||||
- orizentic
|
||||
- OrPatterns
|
||||
|
@ -8911,6 +8949,9 @@ broken-packages:
|
|||
- perfecthash
|
||||
- perhaps
|
||||
- periodic
|
||||
- periodic-client
|
||||
- periodic-client-exe
|
||||
- periodic-common
|
||||
- periodic-server
|
||||
- perm
|
||||
- permutation
|
||||
|
@ -9085,7 +9126,10 @@ broken-packages:
|
|||
- polynomial
|
||||
- polysemy-chronos
|
||||
- polysemy-conc
|
||||
- polysemy-extra
|
||||
- polysemy-fskvstore
|
||||
- polysemy-http
|
||||
- polysemy-kvstore-jsonfile
|
||||
- polysemy-log
|
||||
- polysemy-log-co
|
||||
- polysemy-log-di
|
||||
|
@ -9097,6 +9141,8 @@ broken-packages:
|
|||
- polysemy-resume
|
||||
- polysemy-test
|
||||
- polysemy-time
|
||||
- polysemy-vinyl
|
||||
- polysemy-zoo
|
||||
- polyseq
|
||||
- polytypeable
|
||||
- polytypeable-utils
|
||||
|
@ -9626,6 +9672,7 @@ broken-packages:
|
|||
- remote-monad
|
||||
- remotion
|
||||
- render-utf8
|
||||
- reorder-expression
|
||||
- repa-algorithms
|
||||
- repa-array
|
||||
- repa-bytestring
|
||||
|
@ -9874,6 +9921,7 @@ broken-packages:
|
|||
- scalpel-search
|
||||
- scan-metadata
|
||||
- scan-vector-machine
|
||||
- scanner-attoparsec
|
||||
- scc
|
||||
- scenegraph
|
||||
- scgi
|
||||
|
@ -9994,6 +10042,7 @@ broken-packages:
|
|||
- servant-auth-token-rocksdb
|
||||
- servant-auth-wordpress
|
||||
- servant-avro
|
||||
- servant-benchmark
|
||||
- servant-cassava
|
||||
- servant-checked-exceptions
|
||||
- servant-checked-exceptions-core
|
||||
|
@ -10028,7 +10077,6 @@ broken-packages:
|
|||
- servant-multipart
|
||||
- servant-namedargs
|
||||
- servant-nix
|
||||
- servant-openapi3
|
||||
- servant-pagination
|
||||
- servant-pandoc
|
||||
- servant-polysemy
|
||||
|
@ -11380,6 +11428,7 @@ broken-packages:
|
|||
- vector-clock
|
||||
- vector-conduit
|
||||
- vector-endian
|
||||
- vector-fftw
|
||||
- vector-functorlazy
|
||||
- vector-heterogenous
|
||||
- vector-instances-collections
|
||||
|
@ -11493,6 +11542,7 @@ broken-packages:
|
|||
- wai-session-alt
|
||||
- wai-session-mysql
|
||||
- wai-session-postgresql
|
||||
- wai-session-redis
|
||||
- wai-static-cache
|
||||
- wai-thrift
|
||||
- wai-throttler
|
||||
|
@ -11502,6 +11552,7 @@ broken-packages:
|
|||
- wallpaper
|
||||
- warc
|
||||
- warp-dynamic
|
||||
- warp-grpc
|
||||
- warp-static
|
||||
- warp-systemd
|
||||
- warped
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue