Merge branch 'staging' into upstream-wasm-cross-nixpkgs-4

This commit is contained in:
Divam Narula
2020-08-16 10:13:57 +05:30
committed by GitHub
1494 changed files with 29457 additions and 14355 deletions
@@ -69,7 +69,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 = "vwKcY7Yk+R0YkaXjJ7xKyQWGjySTUPox0xIaurbQZk0=";
sha256 = "1d24080xh7gl197i0y5bkn3j94hvh8zqyg9gfcnx2qdlxfca1knb";
};
}).override {
dbus = if pkgs.stdenv.isLinux then self.dbus else null;
@@ -564,18 +564,6 @@ self: super: {
bustle = overrideCabal super.bustle (drv: {
buildDepends = [ pkgs.libpcap ];
buildTools = with pkgs.buildPackages; [ gettext perl help2man ];
patches = [
# fix build
# https://gitlab.freedesktop.org/bustle/bustle/merge_requests/14
(pkgs.fetchpatch {
url = "https://gitlab.freedesktop.org/bustle/bustle/commit/ee4b81cbc232d47ba9940f1987777b17452e71ff.patch";
sha256 = "0v9cvbmrma5jcqcg1narpm1549h0cg8mr6i00qxmq0x6hs04dnwa";
})
(pkgs.fetchpatch {
url = "https://gitlab.freedesktop.org/bustle/bustle/commit/aae6843f51f54679d440fb3813e61355dc8406b9.patch";
sha256 = "1a8hr38hd1gdkqhsy56hyl7njw8ci79iigr81aalkb7hn4ckvh2a";
})
];
postInstall = ''
make install PREFIX=$out
'';
@@ -1347,8 +1335,8 @@ self: super: {
'';
})).override {
# we are faster than stack here
hie-bios = dontCheck self.hie-bios_0_6_1;
lsp-test = dontCheck self.lsp-test_0_11_0_3;
hie-bios = dontCheck self.hie-bios_0_6_2;
lsp-test = dontCheck self.lsp-test_0_11_0_4;
});
haskell-language-server = (overrideCabal super.haskell-language-server
@@ -1367,21 +1355,35 @@ self: super: {
# use a fork of ghcide
ghcide = self.hls-ghcide;
# we are faster than stack here
hie-bios = dontCheck self.hie-bios_0_6_1;
lsp-test = dontCheck self.lsp-test_0_11_0_3;
hie-bios = dontCheck self.hie-bios_0_6_2;
lsp-test = dontCheck self.lsp-test_0_11_0_4;
};
# https://github.com/kowainik/policeman/issues/57
policeman = doJailbreak super.policeman;
# 2020-06-29: These three packages have bumped their dependencies for haskell-gi and haskell-gi-base beyond stack-lts.
# Choosing a jailbreak, because a version override would rebuild most of the glibverse and the packages still build with the older version.
gi-javascriptcore =
# Remove these jailbreaks, when assert fails.
assert (pkgs.lib.versionOlder super.haskell-gi-base.version "0.24");
doJailbreak super.gi-javascriptcore;
gi-soup = doJailbreak super.gi-soup;
gi-webkit2 = doJailbreak super.gi-webkit2;
# 2020-08-14: gi-pango from stackage is to old for the C libs it links against in nixpkgs.
# That's why we need to bump a ton of dependency versions to unbreak them.
gi-pango = assert super.gi-pango.version == "1.0.22"; self.gi-pango_1_0_23;
haskell-gi-base = assert super.haskell-gi-base.version == "0.23.0"; addBuildDepends (self.haskell-gi-base_0_24_2) [ pkgs.gobject-introspection ];
haskell-gi = assert super.haskell-gi.version == "0.23.1"; self.haskell-gi_0_24_4;
gi-cairo = assert super.gi-cairo.version == "1.0.23"; self.gi-cairo_1_0_24;
gi-glib = assert super.gi-glib.version == "2.0.23"; self.gi-glib_2_0_24;
gi-gobject = assert super.gi-gobject.version == "2.0.22"; self.gi-gobject_2_0_24;
gi-atk = assert super.gi-atk.version == "2.0.21"; self.gi-atk_2_0_22;
gi-gio = assert super.gi-gio.version == "2.0.26"; self.gi-gio_2_0_27;
gi-gdk = assert super.gi-gdk.version == "3.0.22"; self.gi-gdk_3_0_23;
gi-gtk = assert super.gi-gtk.version == "3.0.33"; self.gi-gtk_3_0_35;
gi-gdkpixbuf = assert super.gi-gdkpixbuf.version == "2.0.23"; self.gi-gdkpixbuf_2_0_24;
# 2020-08-14: Needs some manual patching to be compatible with haskell-gi-base 0.24
# Created upstream PR @ https://github.com/ghcjs/jsaddle/pull/119
jsaddle-webkit2gtk = appendPatch super.jsaddle-webkit2gtk (pkgs.fetchpatch {
url = "https://github.com/ghcjs/jsaddle/compare/9727365...f842748.patch";
sha256 = "07l4l999lmlx7sqxf7v4f70rmxhx9r0cjblkgc4n0y6jin4iv1cb";
stripLen = 2;
extraPrefix = "";
});
# Missing -Iinclude parameter to doc-tests (pull has been accepted, so should be resolved when 0.5.3 released)
# https://github.com/lehins/massiv/pull/104
@@ -1464,4 +1466,7 @@ self: super: {
};
};
# https://github.com/bos/statistics/issues/170
statistics = dontCheck super.statistics;
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super
@@ -67,9 +67,9 @@ self: super: {
unliftio-core = doJailbreak super.unliftio-core;
# Use the latest version to fix the build.
dhall = self.dhall_1_33_1;
dhall = self.dhall_1_34_0;
lens = self.lens_4_19_2;
optics-core = self.optics-core_0_3;
optics-core = self.optics-core_0_3_0_1;
repline = self.repline_0_4_0_0;
singletons = self.singletons_2_7;
th-desugar = self.th-desugar_1_11;
@@ -26,6 +26,7 @@ self: super: {
filepath = null;
ghc-boot = null;
ghc-boot-th = null;
ghc-bignum = null;
ghc-compact = null;
ghc-heap = null;
ghci = null;
@@ -72,7 +72,7 @@ default-package-overrides:
# gi-gdkx11-4.x requires gtk-4.x, which is still under development and
# not yet available in Nixpkgs
- gi-gdkx11 < 4
# LTS Haskell 16.7
# LTS Haskell 16.9
- abstract-deque ==0.3
- abstract-par ==0.3.3
- AC-Angle ==1.0
@@ -103,7 +103,7 @@ default-package-overrides:
- aeson-yak ==0.1.1.3
- aeson-yaml ==1.0.6.0
- al ==0.1.4.2
- alarmclock ==0.7.0.4
- alarmclock ==0.7.0.5
- alerts ==0.1.2.0
- alex ==3.2.5
- alg ==0.2.13.1
@@ -244,7 +244,7 @@ default-package-overrides:
- asn1-parse ==0.9.5
- asn1-types ==0.3.4
- assert-failure ==0.1.2.3
- assoc ==1.0.1
- assoc ==1.0.2
- astro ==0.4.2.1
- async ==2.2.2
- async-extra ==0.2.0.0
@@ -271,7 +271,7 @@ default-package-overrides:
- avers ==0.0.17.1
- avro ==0.5.2.0
- aws-cloudfront-signed-cookies ==0.2.0.6
- bank-holidays-england ==0.2.0.4
- bank-holidays-england ==0.2.0.5
- base16 ==0.2.1.0
- base16-bytestring ==0.1.1.7
- base16-lens ==0.1.2.0
@@ -323,7 +323,7 @@ default-package-overrides:
- bins ==0.1.2.0
- bitarray ==0.0.1.1
- bits ==0.5.2
- bitset-word8 ==0.1.1.1
- bitset-word8 ==0.1.1.2
- bits-extra ==0.0.2.0
- bitvec ==1.0.3.0
- blake2 ==0.3.0
@@ -439,9 +439,9 @@ default-package-overrides:
- cipher-des ==0.0.6
- cipher-rc4 ==0.1.4
- circle-packing ==0.1.0.6
- clash-ghc ==1.2.3
- clash-lib ==1.2.3
- clash-prelude ==1.2.3
- clash-ghc ==1.2.4
- clash-lib ==1.2.4
- clash-prelude ==1.2.4
- classy-prelude ==1.5.0
- classy-prelude-conduit ==1.5.0
- classy-prelude-yesod ==1.5.0
@@ -518,9 +518,9 @@ default-package-overrides:
- control-monad-omega ==0.3.2
- convertible ==1.1.1.0
- cookie ==0.4.5
- core-data ==0.2.1.5
- core-program ==0.2.4.2
- core-text ==0.2.3.3
- core-data ==0.2.1.8
- core-program ==0.2.4.5
- core-text ==0.2.3.6
- countable ==1.0
- cpio-conduit ==0.7.0
- cpphs ==1.20.9.1
@@ -699,7 +699,7 @@ default-package-overrides:
- editor-open ==0.6.0.0
- egison ==4.0.3
- egison-pattern-src ==0.2.1.0
- egison-pattern-src-th-mode ==0.2.1.0
- egison-pattern-src-th-mode ==0.2.1.1
- either ==5.0.1.1
- either-both ==0.1.1.1
- either-unwrap ==1.1
@@ -777,7 +777,7 @@ default-package-overrides:
- feed ==1.3.0.1
- FenwickTree ==0.1.2.1
- fft ==0.1.8.6
- fgl ==5.7.0.2
- fgl ==5.7.0.3
- filecache ==0.4.1
- file-embed ==0.0.11.2
- file-embed-lzma ==0
@@ -787,7 +787,7 @@ default-package-overrides:
- file-path-th ==0.1.0.0
- filepattern ==0.1.2
- fileplow ==0.1.0.0
- filtrable ==0.1.3.0
- filtrable ==0.1.4.0
- fin ==0.1.1
- FindBin ==0.0.5
- fingertree ==0.1.4.2
@@ -902,9 +902,9 @@ default-package-overrides:
- ghcid ==0.8.7
- ghci-hexcalc ==0.1.1.0
- ghcjs-codemirror ==0.0.0.2
- ghc-lib ==8.10.1.20200523
- ghc-lib-parser ==8.10.1.20200523
- ghc-lib-parser-ex ==8.10.0.15
- ghc-lib ==8.10.2.20200808
- ghc-lib-parser ==8.10.2.20200808
- ghc-lib-parser-ex ==8.10.0.16
- ghc-parser ==0.2.2.0
- ghc-paths ==0.1.0.12
- ghc-prof ==1.4.1.7
@@ -936,7 +936,7 @@ default-package-overrides:
- gi-pango ==1.0.22
- giphy-api ==0.7.0.0
- githash ==0.1.4.0
- github-rest ==1.0.2
- github-rest ==1.0.3
- github-types ==0.2.1
- gitlab-haskell ==0.1.8
- gitrev ==1.3.1
@@ -957,7 +957,7 @@ default-package-overrides:
- graph-core ==0.3.0.0
- graphite ==0.10.0.1
- graphs ==0.7.1
- graphviz ==2999.20.0.4
- graphviz ==2999.20.1.0
- graph-wrapper ==0.2.6.0
- gravatar ==0.8.0
- greskell ==1.1.0.3
@@ -976,6 +976,7 @@ default-package-overrides:
- hadoop-streaming ==0.2.0.3
- hakyll ==4.13.4.0
- half ==0.3
- hall-symbols ==0.1.0.6
- hamtsolo ==1.0.3
- HandsomeSoup ==0.4.2
- hapistrano ==0.4.1.0
@@ -1026,7 +1027,7 @@ default-package-overrides:
- hedgehog-fakedata ==0.0.1.3
- hedgehog-fn ==1.0
- hedgehog-quickcheck ==0.1.1
- hedis ==0.12.13
- hedis ==0.12.14
- here ==1.2.13
- heredoc ==0.2.0.0
- heterocephalus ==1.0.5.3
@@ -1046,7 +1047,7 @@ default-package-overrides:
- hint ==0.9.0.3
- hjsmin ==0.2.0.4
- hkd-default ==1.1.0.0
- hkgr ==0.2.6
- hkgr ==0.2.6.1
- hlibcpuid ==0.2.0
- hlibgit2 ==0.18.0.16
- hmatrix ==0.20.0.0
@@ -1080,7 +1081,7 @@ default-package-overrides:
- hsebaysdk ==0.4.1.0
- hsemail ==2.2.0
- hset ==2.2.0
- hs-functors ==0.1.6.0
- hs-functors ==0.1.7.1
- hs-GeoIP ==0.3
- hsini ==0.5.1.2
- hsinstall ==2.6
@@ -1102,7 +1103,7 @@ default-package-overrides:
- hspec-expectations ==0.8.2
- hspec-expectations-lifted ==0.10.0
- hspec-expectations-pretty-diff ==0.7.2.5
- hspec-golden ==0.1.0.2
- hspec-golden ==0.1.0.3
- hspec-golden-aeson ==0.7.0.0
- hspec-hedgehog ==0.0.1.2
- hspec-leancheck ==0.0.4
@@ -1144,7 +1145,7 @@ default-package-overrides:
- http-link-header ==1.0.3.1
- http-media ==0.8.0.0
- http-reverse-proxy ==0.6.0
- http-streams ==0.8.7.1
- http-streams ==0.8.7.2
- http-types ==0.12.3
- human-readable-duration ==0.2.1.4
- HUnit ==1.6.0.0
@@ -1228,8 +1229,8 @@ default-package-overrides:
- intro ==0.7.0.0
- intset-imperative ==0.1.0.0
- invariant ==0.5.3
- invertible ==0.2.0.6
- invertible-grammar ==0.1.2
- invertible ==0.2.0.7
- invertible-grammar ==0.1.3
- io-machine ==0.2.0.0
- io-manager ==0.1.0.2
- io-memoize ==1.1.1.0
@@ -1397,7 +1398,7 @@ default-package-overrides:
- matplotlib ==0.7.5
- matrices ==0.5.0
- matrix ==0.3.6.1
- matrix-as-xyz ==0.1.1.3
- matrix-as-xyz ==0.1.2.2
- matrix-market-attoparsec ==0.1.1.3
- matrix-static ==0.3
- maximal-cliques ==0.1.1
@@ -1444,7 +1445,7 @@ default-package-overrides:
- miso ==1.6.0.0
- missing-foreign ==0.1.1
- MissingH ==1.4.3.0
- mixed-types-num ==0.4.0.1
- mixed-types-num ==0.4.0.2
- mixpanel-client ==0.2.1
- mltool ==0.2.0.1
- mmap ==0.5.9
@@ -1511,7 +1512,7 @@ default-package-overrides:
- MusicBrainz ==0.4.1
- mustache ==2.3.1
- mutable-containers ==0.3.4
- mwc-probability ==2.3.0
- mwc-probability ==2.3.1
- mwc-random ==0.14.0.0
- mx-state-codes ==1.0.0.0
- mysql ==0.1.7
@@ -1557,7 +1558,7 @@ default-package-overrides:
- nonce ==1.0.7
- nondeterminism ==1.4
- non-empty ==0.3.2
- nonempty-containers ==0.3.3.0
- nonempty-containers ==0.3.4.0
- nonemptymap ==0.0.6.0
- non-empty-sequence ==0.2.0.4
- nonempty-vector ==0.2.0.2
@@ -1588,7 +1589,7 @@ default-package-overrides:
- OneTuple ==0.2.2.1
- Only ==0.1
- oo-prototypes ==0.1.0.0
- opaleye ==0.6.7004.2
- opaleye ==0.6.7005.0
- OpenAL ==1.7.0.5
- open-browser ==0.2.1.0
- openexr-write ==0.1.0.2
@@ -1627,7 +1628,7 @@ default-package-overrides:
- pandoc-plot ==0.6.1.0
- pandoc-pyplot ==2.3.0.1
- pandoc-types ==1.20
- pantry ==0.4.0.1
- pantry ==0.4.0.2
- papillon ==0.1.1.1
- parallel ==3.2.2.0
- parallel-io ==0.3.3
@@ -1680,7 +1681,7 @@ default-package-overrides:
- pg-transact ==0.3.1.1
- phantom-state ==0.2.1.2
- pid1 ==0.1.2.0
- pipes ==4.3.13
- pipes ==4.3.14
- pipes-aeson ==0.4.1.8
- pipes-attoparsec ==0.5.1.5
- pipes-binary ==0.4.2
@@ -1732,11 +1733,11 @@ default-package-overrides:
- pretty-class ==1.0.1.1
- pretty-hex ==1.1
- prettyprinter ==1.6.2
- prettyprinter-ansi-terminal ==1.1.1.2
- prettyprinter-ansi-terminal ==1.1.2
- prettyprinter-compat-annotated-wl-pprint ==1
- prettyprinter-compat-ansi-wl-pprint ==1.0.1
- prettyprinter-compat-wl-pprint ==1.0.0.1
- prettyprinter-convert-ansi-wl-pprint ==1.1
- prettyprinter-convert-ansi-wl-pprint ==1.1.1
- pretty-relative-time ==0.2.0.0
- pretty-show ==1.10
- pretty-simple ==3.2.3.0
@@ -1825,7 +1826,7 @@ default-package-overrides:
- rawstring-qm ==0.2.3.0
- raw-strings-qq ==1.1
- rcu ==0.2.4
- rdf ==0.1.0.3
- rdf ==0.1.0.4
- rdtsc ==1.3.0.1
- re2 ==0.3
- readable ==0.3.1
@@ -1885,9 +1886,9 @@ default-package-overrides:
- rhine ==0.6.0
- rhine-gloss ==0.6.0.1
- rigel-viz ==0.2.0.0
- rio ==0.1.17.0
- rio ==0.1.18.0
- rio-orphans ==0.1.1.0
- rio-prettyprint ==0.1.0.0
- rio-prettyprint ==0.1.1.0
- roc-id ==0.1.0.0
- rocksdb-haskell ==1.0.1
- rocksdb-query ==0.3.2
@@ -1914,7 +1915,7 @@ default-package-overrides:
- salve ==1.0.10
- sample-frame ==0.0.3
- sample-frame-np ==0.0.4.1
- sampling ==0.3.4
- sampling ==0.3.5
- say ==0.1.0.1
- sbp ==2.6.3
- scalpel ==0.6.2
@@ -2061,7 +2062,7 @@ default-package-overrides:
- special-values ==0.1.0.0
- speculate ==0.4.2
- speedy-slice ==0.3.1
- Spintax ==0.3.4
- Spintax ==0.3.5
- splice ==0.6.1.1
- split ==0.2.3.4
- splitmix ==0.0.5
@@ -2122,7 +2123,7 @@ default-package-overrides:
- structs ==0.1.3
- structured ==0.1
- structured-cli ==2.5.2.0
- stylish-haskell ==0.11.0.0
- stylish-haskell ==0.11.0.3
- summoner ==2.0.1.1
- summoner-tui ==2.0.1.1
- sum-type-boilerplate ==0.1.1
@@ -2137,6 +2138,7 @@ default-package-overrides:
- syb ==0.7.1
- symbol ==0.2.4
- symengine ==0.1.2.0
- symmetry-operations-symbols ==0.0.2.1
- sysinfo ==0.1.1
- system-argv0 ==0.1.1
- systemd ==2.3.0
@@ -2231,10 +2233,10 @@ default-package-overrides:
- th-nowq ==0.1.0.5
- th-orphans ==0.13.10
- th-printf ==0.7
- thread-hierarchy ==0.3.0.1
- thread-hierarchy ==0.3.0.2
- thread-local-storage ==0.2
- threads ==0.5.1.6
- thread-supervisor ==0.1.0.0
- thread-supervisor ==0.1.0.1
- threepenny-gui ==0.9.0.0
- th-reify-compat ==0.0.1.5
- th-reify-many ==0.1.9
@@ -2426,9 +2428,9 @@ default-package-overrides:
- wave ==0.2.0
- wcwidth ==0.0.2
- webdriver ==0.9.0.1
- webex-teams-api ==0.2.0.0
- webex-teams-conduit ==0.2.0.0
- webex-teams-pipes ==0.2.0.0
- webex-teams-api ==0.2.0.1
- webex-teams-conduit ==0.2.0.1
- webex-teams-pipes ==0.2.0.1
- webrtc-vad ==0.1.0.3
- websockets ==0.12.7.1
- websockets-snap ==0.10.3.1
@@ -2474,7 +2476,7 @@ default-package-overrides:
- xdg-userdirs ==0.1.0.2
- xeno ==0.4.1
- xls ==0.1.3
- xlsx ==0.8.0
- xlsx ==0.8.1
- xlsx-tabular ==0.2.2.1
- xml ==1.3.14
- xml-basic ==0.1.3.1
@@ -2498,11 +2500,11 @@ default-package-overrides:
- xxhash-ffi ==0.2.0.0
- yaml ==0.11.4.0
- yamlparse-applicative ==0.1.0.1
- yesod ==1.6.0.2
- yesod ==1.6.1.0
- yesod-auth ==1.6.10
- yesod-auth-fb ==1.10.1
- yesod-auth-hashdb ==1.7.1.2
- yesod-bin ==1.6.0.5
- yesod-bin ==1.6.0.6
- yesod-core ==1.6.18
- yesod-fb ==0.6.1
- yesod-form ==1.6.7
@@ -2530,7 +2532,7 @@ default-package-overrides:
- zip-archive ==0.4.1
- zippers ==0.3
- zip-stream ==0.2.0.1
- zlib ==0.6.2.1
- zlib ==0.6.2.2
- zlib-bindings ==0.1.1.5
- zlib-lens ==0.1.2.1
- zot ==0.0.3
@@ -2558,6 +2560,8 @@ extra-packages:
- deepseq == 1.3.0.1 # required to build Cabal with GHC 6.12.3
- dhall == 1.29.0 # required for spago 0.14.0.
- doctemplates == 0.8 # required by pandoc-2.9.x
- gi-gdk == 3.0.23 # required for gi-pango 1.0.23
- gi-gtk == 3.0.35 # required for gi-pango 1.0.23
- generic-deriving == 1.10.5.* # new versions don't compile with GHC 7.10.x
- ghc-check == 0.3.0.1 # only version compatible with ghcide 0.2.0
- ghc-tcplugins-extra ==0.3.2 # required for polysemy-plugin 0.2.5.0
@@ -2645,7 +2649,9 @@ package-maintainers:
# - pipes-mongodb
- streaming-wai
kiwi:
- Unique
- glirc
- matterhorn
- mattermost-api
- mattermost-api-qc
psibi:
@@ -2989,6 +2995,7 @@ broken-packages:
- AMI
- ampersand
- amqp-conduit
- amqp-streamly
- analyze
- analyze-client
- anansi-pandoc
@@ -3745,6 +3752,7 @@ broken-packages:
- chart-histogram
- Chart-simple
- chart-svg
- chart-svg-various
- chart-unit
- chatter
- chatty-text
@@ -3903,6 +3911,7 @@ broken-packages:
- collections-api
- collections-base-instances
- colonnade
- Color
- color-counter
- colorless
- colorless-http-client
@@ -4079,6 +4088,7 @@ broken-packages:
- CoreDump
- CoreErlang
- CoreFoundation
- corenlp-parser
- Coroutine
- coroutine-enumerator
- coroutine-iteratee
@@ -4159,6 +4169,12 @@ broken-packages:
- crystalfontz
- cse-ghc-plugin
- csg
- csound-catalog
- csound-expression
- csound-expression-dynamic
- csound-expression-opcodes
- csound-expression-typed
- csound-sampler
- CSPM-cspm
- CSPM-FiringRules
- CSPM-Frontend
@@ -4187,6 +4203,7 @@ broken-packages:
- curve25519
- curves
- custom-prelude
- cut-the-crap
- CV
- cv-combinators
- cypher
@@ -4237,6 +4254,7 @@ broken-packages:
- data-filepath
- data-fin
- data-fin-simple
- data-fix-cse
- data-flagset
- data-forest
- data-ivar
@@ -4391,6 +4409,7 @@ broken-packages:
- dgim
- dgs
- dhall-check
- dhall-docs
- dhall-fly
- dhall-nix
- dhall-text
@@ -4708,6 +4727,7 @@ broken-packages:
- EnumMap
- enummapmap
- enummapset-th
- env-extra
- env-parser
- envstatus
- epanet-haskell
@@ -4739,10 +4759,6 @@ broken-packages:
- EsounD
- espial
- ess
- essence-of-live-coding
- essence-of-live-coding-gloss
- essence-of-live-coding-pulse
- essence-of-live-coding-quickcheck
- estimators
- EstProgress
- estreps
@@ -4953,7 +4969,6 @@ broken-packages:
- findhttp
- fingertree-psqueue
- fingertree-tf
- finitary
- finitary-derive
- finitary-optics
- FiniteMap
@@ -5304,28 +5319,6 @@ broken-packages:
- ghcprofview
- ght
- gi-cairo-again
- gi-ggit
- gi-girepository
- gi-graphene
- gi-gsk
- gi-gst
- gi-gstaudio
- gi-gstbase
- gi-gstpbutils
- gi-gsttag
- gi-gstvideo
- gi-gtkosxapplication
- gi-gtksource
- gi-handy
- gi-harfbuzz
- gi-ibus
- gi-notify
- gi-ostree
- gi-pangocairo
- gi-poppler
- gi-secret
- gi-vte
- gi-wnck
- giak
- Gifcurry
- ginsu
@@ -5540,6 +5533,8 @@ broken-packages:
- gtfs
- gtfs-realtime
- gtk-serialized-event
- gtk-sni-tray
- gtk-strut
- gtk-toy
- gtk2hs-hello
- gtk2hs-rpn
@@ -6781,6 +6776,7 @@ broken-packages:
- inilist
- initialize
- inject-function
- inline-asm
- inline-java
- inline-r
- inserts
@@ -6816,7 +6812,6 @@ broken-packages:
- introduction
- introduction-test
- intset
- invertible-grammar
- invertible-hlist
- invertible-syntax
- io-capture
@@ -7572,6 +7567,9 @@ broken-packages:
- marxup
- masakazu-bot
- MASMGen
- massiv
- massiv-io
- massiv-test
- master-plan
- matchable
- matchable-th
@@ -7589,7 +7587,6 @@ broken-packages:
- matrix-market
- matrix-sized
- matsuri
- matterhorn
- maude
- maxent
- maxent-learner-hw
@@ -7615,6 +7612,7 @@ broken-packages:
- mDNSResponder-client
- mdp
- mealstrom
- mealy
- MeanShift
- Measure
- mecab
@@ -8194,6 +8192,7 @@ broken-packages:
- om-actor
- om-elm
- om-fail
- om-http-logging
- omaketex
- ombra
- Omega
@@ -8490,6 +8489,7 @@ broken-packages:
- pg-store
- pg-transact
- pgdl
- pgf2
- pgsql-simple
- pgstream
- phasechange
@@ -8576,6 +8576,7 @@ broken-packages:
- plat
- platinum-parsing
- PlayingCards
- plex
- plist
- plist-buddy
- plocketed
@@ -8661,6 +8662,8 @@ broken-packages:
- postgresql-simple-sop
- postgresql-simple-typed
- postgresql-syntax
- postgresql-tx-query
- postgresql-tx-squeal
- postgresql-typed
- postgresql-typed-lifted
- postgrest-ws
@@ -9334,12 +9337,14 @@ broken-packages:
- SCalendar
- scalendar
- scalp-webhooks
- scalpel-search
- scan-vector-machine
- scc
- scenegraph
- scgi
- schedevr
- schedule-planner
- scheduler
- schedyield
- schema
- schemas
@@ -9400,6 +9405,7 @@ broken-packages:
- secure-sockets
- secureUDP
- sednaDBXML
- seitz-symbol
- selectors
- SelectSequencesFromMSA
- selenium
@@ -9516,7 +9522,6 @@ broken-packages:
- setoid
- setters
- sexp
- sexp-grammar
- sexpr-parser
- sext
- SFML
@@ -9996,6 +10001,8 @@ broken-packages:
- streamproc
- strelka
- strict-data
- strict-lens
- strict-optics
- strict-tuple-lens
- StrictBench
- StrictCheck
@@ -10074,6 +10081,7 @@ broken-packages:
- swearjure
- swf
- swift-lda
- swiss-ephemeris
- sws
- syb-extras
- syb-with-class-instances-text
@@ -10132,6 +10140,7 @@ broken-packages:
- Tablify
- tabloid
- tabs
- taffybar
- tag-bits
- tag-stream
- tagged-exception-core
@@ -10164,6 +10173,7 @@ broken-packages:
- taskell
- TaskMonad
- tasty-auto
- tasty-bdd
- tasty-fail-fast
- tasty-groundhog-converters
- tasty-hedgehog-coverage
@@ -10241,6 +10251,7 @@ broken-packages:
- test-simple
- testbench
- testCom
- testcontainers
- TestExplode
- testloop
- testpack
@@ -10615,7 +10626,6 @@ broken-packages:
- uniform-io
- union
- union-map
- Unique
- uniqueid
- uniquely-represented-sets
- units-attoparsec
File diff suppressed because it is too large Load Diff
@@ -10,6 +10,8 @@ self: super: {
multi-ghc-travis = throw ("haskellPackages.multi-ghc-travis has been renamed"
+ " to haskell-ci, which is now on hackage");
dconf2nix = self.callPackage ../tools/haskell/dconf2nix/dconf2nix.nix { };
# https://github.com/channable/vaultenv/issues/1
vaultenv = self.callPackage ../tools/haskell/vaultenv { };