Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions pkgs/data/misc/hackage/pin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"commit": "12bd870a1ed095ff74dbe08ef4d5d930821e878d",
"url": "https://github.com/commercialhaskell/all-cabal-hashes/archive/12bd870a1ed095ff74dbe08ef4d5d930821e878d.tar.gz",
"sha256": "196pl60xyv4ij1nxz4hv5fhmliisb5dmxl8w1jfl07z22cpd92p5",
"msg": "Update from Hackage at 2022-09-21T15:25:15Z"
"commit": "2712aaf8b4e5941ccc467326be418c19f4192703",
"url": "https://github.com/commercialhaskell/all-cabal-hashes/archive/2712aaf8b4e5941ccc467326be418c19f4192703.tar.gz",
"sha256": "0gsy99iqazv1cg0vznvdzf8q3zm5flv5645jx3q78fmq1rdzqwny",
"msg": "Update from Hackage at 2022-09-25T05:09:53Z"
}
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ assert stdenv.targetPlatform == stdenv.hostPlatform;
let
downloadsUrl = "https://downloads.haskell.org/ghc";

# Copy sha256 from https://downloads.haskell.org/~ghc/9.2.2/SHA256SUMS
version = "9.2.2";
# Copy sha256 from https://downloads.haskell.org/~ghc/9.2.4/SHA256SUMS
version = "9.2.4";

# Information about available bindists that we use in the build.
#
Expand All @@ -46,7 +46,7 @@ let
variantSuffix = "";
src = {
url = "${downloadsUrl}/${version}/ghc-${version}-i386-deb9-linux.tar.xz";
sha256 = "24234486ed4508161c6f88f4750a36d38b135b0c6e5fe78efe2d85c612ecaf9e";
sha256 = "5dc1eb9c65f01b1e5c5693af72af07a4e9e75c6920e620fd598daeefa804487a";
};
exePathForLibraryCheck = "ghc/stage2/build/tmp/ghc-stage2";
archSpecificLibraries = [
Expand All @@ -61,19 +61,7 @@ let
variantSuffix = "";
src = {
url = "${downloadsUrl}/${version}/ghc-${version}-x86_64-deb10-linux.tar.xz";
sha256 = "fb61dea556a2023dc2d50ee61a22144bb23e4229a378e533065124c218f40cfc";
};
exePathForLibraryCheck = "ghc/stage2/build/tmp/ghc-stage2";
archSpecificLibraries = [
{ nixPackage = gmp; fileToCheckFor = null; }
{ nixPackage = ncurses6; fileToCheckFor = "libtinfo.so.6"; }
];
};
armv7l-linux = {
variantSuffix = "";
src = {
url = "${downloadsUrl}/${version}/ghc-${version}-armv7-deb10-linux.tar.xz";
sha256 = "ce5a7c3beb19d8c13a9e60bd39d3ba8ef0060b954ea42eb23f1ef8d077fa9e8b";
sha256 = "a77a91a39d9b0167124b7e97648b2b52973ae0978cb259e0d44f0752a75037cb";
};
exePathForLibraryCheck = "ghc/stage2/build/tmp/ghc-stage2";
archSpecificLibraries = [
Expand All @@ -85,7 +73,7 @@ let
variantSuffix = "";
src = {
url = "${downloadsUrl}/${version}/ghc-${version}-aarch64-deb10-linux.tar.xz";
sha256 = "f3621ccba7ae48fcd67a9505f61bb5ccfb05c4cbfecd5a6ea65fe3f150af0e98";
sha256 = "fc7dbc6bae36ea5ac30b7e9a263b7e5be3b45b0eb3e893ad0bc2c950a61f14ec";
};
exePathForLibraryCheck = "ghc/stage2/build/tmp/ghc-stage2";
archSpecificLibraries = [
Expand All @@ -98,7 +86,7 @@ let
variantSuffix = "";
src = {
url = "${downloadsUrl}/${version}/ghc-${version}-x86_64-apple-darwin.tar.xz";
sha256 = "934abbd6083d3aeb5ff081955682d7711d9e79db57b1613eb229c325dd06f83f";
sha256 = "f2e8366fd3754dd9388510792aba2d2abecb1c2f7f1e5555f6065c3c5e2ffec4";
};
exePathForLibraryCheck = null; # we don't have a library check for darwin yet
archSpecificLibraries = [
Expand All @@ -111,7 +99,7 @@ let
variantSuffix = "";
src = {
url = "${downloadsUrl}/${version}/ghc-${version}-aarch64-apple-darwin.tar.xz";
sha256 = "d1f04f7cc062ed134f863305c67dfe2c42df46ed658dd34f9dd552186f194e5c";
sha256 = "8cf8408544a1a43adf1bbbb0dd6b074efadffc68bfa1a792947c52e825171224";
};
exePathForLibraryCheck = null; # we don't have a library check for darwin yet
archSpecificLibraries = [
Expand All @@ -127,7 +115,7 @@ let
variantSuffix = "-musl";
src = {
url = "${downloadsUrl}/${version}/ghc-${version}-x86_64-alpine3.12-linux-gmp.tar.xz";
sha256 = "624523826e24eae33c03490267cddecc1d80c047f2a3f4b03580f1040112d5c0";
sha256 = "026348947d30a156b84de5d6afeaa48fdcb2795b47954cd8341db00d3263a481";
};
isStatic = true;
# We can't check the RPATH for statically linked executable
Expand Down
3 changes: 3 additions & 0 deletions pkgs/development/haskell-modules/configuration-common.nix
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,9 @@ self: super: {
postPatch = "sed -i s/home/tmp/ test/Spec.hs";
}) super.shell-conduit;

# https://github.com/cachix/cachix/pull/451
cachix = appendPatch ./patches/cachix.patch super.cachix;

# https://github.com/froozen/kademlia/issues/2
kademlia = dontCheck super.kademlia;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -454,6 +454,7 @@ broken-packages:
- BPS
- braid
- brain-bleep
- brassica
- Bravo
- brians-brain
- brick-dropdownmenu
Expand Down Expand Up @@ -3944,7 +3945,6 @@ broken-packages:
- polysemy-mocks
- polysemy-readline
- polysemy-scoped-fs
- polysemy-zoo
- polytypeable
- pomaps
- pomohoro
Expand All @@ -3959,6 +3959,8 @@ broken-packages:
- portager
- porte
- PortFusion
- portray-pretty
- portray-prettyprinter
- positron
- posix-acl
- posix-api
Expand Down Expand Up @@ -4216,6 +4218,7 @@ broken-packages:
- reanimate-svg
- reasonable-lens
- reason-export
- rec-def
- record
- record-encode
- record-impl
Expand Down Expand Up @@ -4357,6 +4360,7 @@ broken-packages:
- rivet-simple-deploy
- RJson
- Rlang-QQ
- rle
- rlglue
- RLP
- rl-satton
Expand Down Expand Up @@ -4525,6 +4529,7 @@ broken-packages:
- servant-namedargs
- servant-nix
- servant-pandoc
- servant-polysemy
- servant-pool
- servant-proto-lens
- servant-purescript
Expand Down Expand Up @@ -4649,6 +4654,7 @@ broken-packages:
- singnal
- singular-factory
- sink
- sint
- sitepipe
- sixfiguregroup
- sized-grid
Expand Down Expand Up @@ -5055,6 +5061,7 @@ broken-packages:
- tempodb
- temporal-csound
- tempus
- ten
- tensor
- tensorflow
- tensorflow-opgen
Expand Down Expand Up @@ -5202,6 +5209,7 @@ broken-packages:
- tomato-rubato-openal
- toml
- toml-parser
- toml-reader-parse
- tonalude
- tonaparser
- toodles
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Stackage LTS 19.24
# Stackage LTS 19.25
# This file is auto-generated by
# maintainers/scripts/haskell/update-stackage.sh
default-package-overrides:
Expand Down Expand Up @@ -352,7 +352,7 @@ default-package-overrides:
- clumpiness ==0.17.0.2
- ClustalParser ==1.3.0
- cmark ==0.6
- cmark-gfm ==0.2.3
- cmark-gfm ==0.2.4
- cmark-lucid ==0.1.0.0
- cmdargs ==0.10.21
- codec-beam ==0.2.0
Expand Down Expand Up @@ -408,7 +408,7 @@ default-package-overrides:
- conferer-aeson ==1.1.0.2
- conferer-warp ==1.1.0.0
- ConfigFile ==1.1.4
- config-ini ==0.2.4.0
- config-ini ==0.2.5.0
- configuration-tools ==0.6.1
- configurator ==0.3.0.0
- configurator-export ==0.1.0.1
Expand Down Expand Up @@ -622,7 +622,7 @@ default-package-overrides:
- drifter ==0.3.0
- drifter-postgresql ==0.2.1
- drifter-sqlite ==0.1.0.0
- dsp ==0.2.5.1
- dsp ==0.2.5.2
- dual ==0.1.1.1
- dual-tree ==0.2.3.1
- dublincore-xml-conduit ==0.1.0.2
Expand Down Expand Up @@ -708,7 +708,7 @@ default-package-overrides:
- exomizer ==1.0.0
- experimenter ==0.1.0.12
- expiring-cache-map ==0.0.6.1
- explainable-predicates ==0.1.2.2
- explainable-predicates ==0.1.2.3
- explicit-exception ==0.1.10
- exp-pairs ==0.2.1.0
- express ==1.0.10
Expand Down Expand Up @@ -846,7 +846,7 @@ default-package-overrides:
- genvalidity-bytestring ==1.0.0.0
- genvalidity-containers ==1.0.0.0
- genvalidity-criterion ==1.0.0.0
- genvalidity-hspec ==1.0.0.1
- genvalidity-hspec ==1.0.0.2
- genvalidity-hspec-aeson ==1.0.0.0
- genvalidity-hspec-binary ==1.0.0.0
- genvalidity-hspec-cereal ==1.0.0.0
Expand Down Expand Up @@ -2135,8 +2135,8 @@ default-package-overrides:
- search-algorithms ==0.3.2
- secp256k1-haskell ==0.6.1
- securemem ==0.1.10
- selda ==0.5.1.0
- selda-sqlite ==0.1.7.1
- selda ==0.5.2.0
- selda-sqlite ==0.1.7.2
- selections ==0.3.0.0
- selective ==0.5
- semialign ==1.2.0.1
Expand Down Expand Up @@ -2360,7 +2360,7 @@ default-package-overrides:
- string-conversions ==0.4.0.1
- string-interpolate ==0.3.1.2
- string-qq ==0.0.4
- string-random ==0.1.4.2
- string-random ==0.1.4.3
- stringsearch ==0.3.6.6
- string-transform ==1.1.1
- stripe-concepts ==1.0.3.1
Expand Down Expand Up @@ -2510,7 +2510,7 @@ default-package-overrides:
- through-text ==0.1.0.0
- th-strict-compat ==0.1.0.1
- th-test-utils ==1.1.1
- th-utilities ==0.2.4.3
- th-utilities ==0.2.5.0
- tidal ==1.7.10
- tile ==0.3.0.0
- time-compat ==1.9.6.1
Expand Down Expand Up @@ -2841,7 +2841,7 @@ with-compiler: ghc-9.0.2
- yesod-bin ==1.6.2.2
- yesod-core ==1.6.24.0
- yesod-eventsource ==1.6.0.1
- yesod-form ==1.7.0
- yesod-form ==1.7.2
- yesod-form-bootstrap4 ==3.0.1
- yesod-gitrepo ==0.3.0
- yesod-gitrev ==0.2.2
Expand All @@ -2854,7 +2854,7 @@ with-compiler: ghc-9.0.2
- yesod-routes-flow ==3.0.0.2
- yesod-sitemap ==1.6.0
- yesod-static ==1.6.1.0
- yesod-test ==1.6.14
- yesod-test ==1.6.15
- yesod-websockets ==0.3.0.3
- yes-precure5-command ==5.5.3
- yi-rope ==0.11
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1168,6 +1168,7 @@ dont-distribute-packages:
- dep-t-advice
- dep-t-dynamic
- dep-t-value
- dependent-literals
- dependent-literals-plugin
- dependent-state
- depends
Expand Down Expand Up @@ -1201,7 +1202,6 @@ dont-distribute-packages:
- direct-rocksdb
- directory-contents
- dirfiles
- disco
- discogs-haskell
- discord-gateway
- discord-hs
Expand Down Expand Up @@ -1283,6 +1283,7 @@ dont-distribute-packages:
- edge
- edges
- editable
- edits
- effective-aspects-mzv
- eflint
- egison
Expand Down Expand Up @@ -1413,6 +1414,7 @@ dont-distribute-packages:
- filepath-io-access
- filesystem-abstractions
- filesystem-enumerator
- fin-int
- find-clumpiness
- findhttp
- finitary-derive
Expand Down Expand Up @@ -2024,6 +2026,7 @@ dont-distribute-packages:
- hedgehog-gen-json
- hedis-pile
- heist-aeson
- heist-extra
- helic
- helics
- helics-wai
Expand Down Expand Up @@ -2564,6 +2567,7 @@ dont-distribute-packages:
- ltext
- luachunk
- lucid-colonnade
- lucid2-htmx
- lucienne
- luhn
- lui
Expand Down Expand Up @@ -2992,9 +2996,7 @@ dont-distribute-packages:
- poke
- polh-lexicon
- polydata
- polysemy-RandomFu
- polysemy-http
- polysemy-optics
- polyseq
- polytypeable-utils
- pomodoro
Expand All @@ -3003,6 +3005,8 @@ dont-distribute-packages:
- porcupine-core
- porcupine-http
- porcupine-s3
- portray-diff-hunit
- portray-diff-quickcheck
- ports
- poseidon
- poseidon-postgis
Expand Down Expand Up @@ -3390,7 +3394,6 @@ dont-distribute-packages:
- servant-matrix-param
- servant-oauth2
- servant-oauth2-examples
- servant-polysemy
- servant-postgresql
- servant-pushbullet-client
- servant-rate-limit
Expand Down Expand Up @@ -3675,10 +3678,11 @@ dont-distribute-packages:
- tdlib
- tdlib-gen
- tdlib-types
- techlab
- telega
- telegram-bot
- telegram-raw-api
- ten-lens
- ten-unordered-containers
- tensorflow-core-ops
- tensorflow-logging
- tensorflow-ops
Expand Down
Loading