<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nixos/nixpkgs.git/pkgs/test/haskell/setBuildTarget, branch master</title>
<subtitle>Nix Packages collection</subtitle>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/'/>
<entry>
<title>tests.haskell.setBuildTarget: set to mit</title>
<updated>2025-09-29T18:51:58+00:00</updated>
<author>
<name>jopejoe1</name>
<email>jopejoe1@missing.ninja</email>
</author>
<published>2025-09-03T21:15:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=67af2b0ab3c2c3584705c2ed73189dd8ff5c11e3'/>
<id>67af2b0ab3c2c3584705c2ed73189dd8ff5c11e3</id>
<content type='text'>
this is part of the nixpkgs code so set it to mit
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
this is part of the nixpkgs code so set it to mit
</pre>
</div>
</content>
</entry>
<entry>
<title>tests.haskell.setBuildTarget: avoid `lib.fileset`</title>
<updated>2024-12-31T02:30:18+00:00</updated>
<author>
<name>Emily</name>
<email>vcs@emily.moe</email>
</author>
<published>2024-12-31T00:52:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=77def225cb60ae7c35ae9c82034aababed016f50'/>
<id>77def225cb60ae7c35ae9c82034aababed016f50</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>treewide: format all inactive Nix files</title>
<updated>2024-12-10T19:26:33+00:00</updated>
<author>
<name>Silvan Mosberger</name>
<email>silvan.mosberger@tweag.io</email>
</author>
<published>2024-12-10T19:26:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=4f0dadbf38ee4cf4cc38cbc232b7708fddf965bc'/>
<id>4f0dadbf38ee4cf4cc38cbc232b7708fddf965bc</id>
<content type='text'>
After final improvements to the official formatter implementation,
this commit now performs the first treewide reformat of Nix files using it.
This is part of the implementation of RFC 166.

Only "inactive" files are reformatted, meaning only files that
aren't being touched by any PR with activity in the past 2 months.
This is to avoid conflicts for PRs that might soon be merged.
Later we can do a full treewide reformat to get the rest,
which should not cause as many conflicts.

A CI check has already been running for some time to ensure that new and
already-formatted files are formatted, so the files being reformatted here
should also stay formatted.

This commit was automatically created and can be verified using

    nix-build https://github.com/infinisil/treewide-nixpkgs-reformat-script/archive/a08b3a4d199c6124ac5b36a889d9099b4383463f.tar.gz \
      --argstr baseRev b32a0943687d2a5094a6d92f25a4b6e16a76b5b7
    result/bin/apply-formatting $NIXPKGS_PATH
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
After final improvements to the official formatter implementation,
this commit now performs the first treewide reformat of Nix files using it.
This is part of the implementation of RFC 166.

Only "inactive" files are reformatted, meaning only files that
aren't being touched by any PR with activity in the past 2 months.
This is to avoid conflicts for PRs that might soon be merged.
Later we can do a full treewide reformat to get the rest,
which should not cause as many conflicts.

A CI check has already been running for some time to ensure that new and
already-formatted files are formatted, so the files being reformatted here
should also stay formatted.

This commit was automatically created and can be verified using

    nix-build https://github.com/infinisil/treewide-nixpkgs-reformat-script/archive/a08b3a4d199c6124ac5b36a889d9099b4383463f.tar.gz \
      --argstr baseRev b32a0943687d2a5094a6d92f25a4b6e16a76b5b7
    result/bin/apply-formatting $NIXPKGS_PATH
</pre>
</div>
</content>
</entry>
<entry>
<title>tests.haskell.setBuildTarget: prevent unnecessary rebuilds</title>
<updated>2024-06-17T16:49:33+00:00</updated>
<author>
<name>Philip Taron</name>
<email>philip.taron@gmail.com</email>
</author>
<published>2024-06-17T16:43:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=53f06894e108431799cf23b0069e98f4aeba8d0c'/>
<id>53f06894e108431799cf23b0069e98f4aeba8d0c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>haskell: switch from haskell.lib to haskell.lib.compose</title>
<updated>2021-11-07T12:18:45+00:00</updated>
<author>
<name>Ellie Hermaszewska</name>
<email>git@monoid.al</email>
</author>
<published>2021-10-26T10:20:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=15ae25f36ce057c1750f02e30bcd7b6dc38d523b'/>
<id>15ae25f36ce057c1750f02e30bcd7b6dc38d523b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>tests.haskell: set meta.platforms</title>
<updated>2021-07-13T13:37:22+00:00</updated>
<author>
<name>sternenseemann</name>
<email>0rpkxez4ksa01gb3typccl0i@systemli.org</email>
</author>
<published>2021-07-13T13:37:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=3e19234f34b4ac3090771e9b72e24870e820486a'/>
<id>3e19234f34b4ac3090771e9b72e24870e820486a</id>
<content type='text'>
This allows packagePlatforms to pick up on the overall supported
platforms and schedule builds on Hydra for more than the evaluation
platform (usually x86_64-linux).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This allows packagePlatforms to pick up on the overall supported
platforms and schedule builds on Hydra for more than the evaluation
platform (usually x86_64-linux).
</pre>
</div>
</content>
</entry>
<entry>
<title>tests.haskell-setBuildTarget: inline haskell package def to avoid IFD</title>
<updated>2021-05-02T04:35:14+00:00</updated>
<author>
<name>(cdep)illabout</name>
<email>cdep.illabout@gmail.com</email>
</author>
<published>2021-04-30T03:12:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=88d9f2419e58b1570e0fed5d9a871f72b9423855'/>
<id>88d9f2419e58b1570e0fed5d9a871f72b9423855</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add haskell.lib.setBuiltTarget, and support non library compiling of a single target</title>
<updated>2021-05-02T04:35:07+00:00</updated>
<author>
<name>Isaac Shapira</name>
<email>fresheyeball@protonmail.com</email>
</author>
<published>2021-04-23T19:55:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=d725ac794286e3464d80f5bce69da98ff4b2ebbf'/>
<id>d725ac794286e3464d80f5bce69da98ff4b2ebbf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
