File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Updating Hackage and Stackage Nix expressions
2
+
3
+ The [ ` hackage.nix ` ] ( https://github.com/input-output-hk/hackage.nix )
4
+ and [ ` stackage.nix ` ] ( https://github.com/input-output-hk/stackage.nix )
5
+ repos and corresponding files ` hackage-src.json ` and
6
+ ` stackage-src.json ` will be regularly and automatically updated using
7
+ scripts in this repo.
8
+
9
+ To run the updater scripts manually, use:
10
+
11
+ nix-build -A maintainer-scripts.update-hackage -o update-hackage.sh
12
+ ./update-hackage.sh
13
+
14
+ nix-build -A maintainer-scripts.update-stackage -o update-stackage.sh
15
+ ./update-stackage.sh
16
+
17
+ The scripts will clone the repo, generate the latest data, then
18
+ attempt to push back to the repo and update the source JSON file.
You can’t perform that action at this time.
0 commit comments