File tree Expand file tree Collapse file tree 4 files changed +5
-7
lines changed
Expand file tree Collapse file tree 4 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 1- Last exported commit from parent repo: aaa042431723bcf4d4cd9f7d28cf59290a4350c7
1+ Last exported commit from parent repo: feecef05e61bf44eb9046aa4965a0e524c030b49
Original file line number Diff line number Diff line change @@ -132,16 +132,14 @@ This section is for people who want to contribute to the nix-bootstrap tool.
1321324 . [ Hook direnv into your shell] ( https://direnv.net/docs/hook.html )
1331335 . Clone [ the nix-bootstrap repository] ( https://github.com/gchq/nix-bootstrap )
1341346 . Run ` direnv allow ` in the cloned directory
135- 7 . Run ` setUpHaskellLanguageServer ` to ensure cabal and the HLS build correctly
136135
137136#### Building nix-bootstrap with Cabal
138137
139138You'll probably want to run your builds with Cabal during development as it builds incrementally by module.
140139
141- 1 . After a fresh clone, run ` setUpHaskellLanguageServer ` . This gets around [ a bug in Cabal] ( https://github.com/haskell/cabal/issues/7641 ) .
142- 2 . During development, run builds with ` cabal build -O0 ` . The ` -O0 ` (optimisation zero) flag speeds up the compilation
140+ 1 . During development, run builds with ` cabal build -O0 ` . The ` -O0 ` (optimisation zero) flag speeds up the compilation
143141 process at the expense of not optimising the code for quicker run times.
144- 3 . You can run tests with ` cabal test --test-show-details=streaming -O0 `
142+ 2 . You can run tests with ` cabal test --test-show-details=streaming -O0 `
145143
146144#### Building nix-bootstrap with Nix
147145
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ cabal-version: 2.0
55-- see: https://github.com/sol/hpack
66
77name : nix-bootstrap
8- version : 2.2.2.1
8+ version : 2.2.2.2
99author : gchquser
1010maintainer : 48051938+sd234678@users.noreply.github.com
1111copyright : Crown Copyright
Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414name : nix-bootstrap
15- version : 2.2.2.1
15+ version : 2.2.2.2
1616author : gchquser
1717maintainer : 48051938+sd234678@users.noreply.github.com
1818copyright : Crown Copyright
You can’t perform that action at this time.
0 commit comments