Skip to content

Commit 9231015

Browse files
committed
Move documentation to GHC 9.6.6
1 parent 3bab47e commit 9231015

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/script_command.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ snapshot as an extra-dep. The `stack script` command is specified using Stack's
206206

207207
~~~haskell
208208
{- stack script
209-
-- snapshot lts-22.21
209+
-- snapshot lts-22.28
210210
-- extra-dep acme-missiles-0.2
211211
-- package acme-missiles
212212
-}
@@ -308,7 +308,7 @@ A Haskell source file `MyScript.hs`, as follows:
308308

309309
~~~haskell
310310
{- stack script
311-
--snapshot lts-22.21
311+
--snapshot lts-22.28
312312
-}
313313

314314
{-# LANGUAGE OverloadedStrings #-}

0 commit comments

Comments
 (0)