Skip to content

Commit f698d79

Browse files
committed
Remove outdated references to setUpHaskellLanguageServer from docs
1 parent 85b5a1b commit f698d79

File tree

4 files changed

+5
-7
lines changed

4 files changed

+5
-7
lines changed

.last-exported-commit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Last exported commit from parent repo: aaa042431723bcf4d4cd9f7d28cf59290a4350c7
1+
Last exported commit from parent repo: feecef05e61bf44eb9046aa4965a0e524c030b49

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -132,16 +132,14 @@ This section is for people who want to contribute to the nix-bootstrap tool.
132132
4. [Hook direnv into your shell](https://direnv.net/docs/hook.html)
133133
5. Clone [the nix-bootstrap repository](https://github.com/gchq/nix-bootstrap)
134134
6. 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

139138
You'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

nix-bootstrap.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ cabal-version: 2.0
55
-- see: https://github.com/sol/hpack
66

77
name: nix-bootstrap
8-
version: 2.2.2.1
8+
version: 2.2.2.2
99
author: gchquser
1010
maintainer: 48051938+sd234678@users.noreply.github.com
1111
copyright: Crown Copyright

package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414
name: nix-bootstrap
15-
version: 2.2.2.1
15+
version: 2.2.2.2
1616
author: gchquser
1717
maintainer: 48051938+sd234678@users.noreply.github.com
1818
copyright: Crown Copyright

0 commit comments

Comments
 (0)