Skip to content

Commit 5612772

Browse files
committed
Change Type Families user manual link to specify GHC 8.8.1
1 parent ec80f25 commit 5612772

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/tutorial/Authentication.lhs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ genAuthAPI = Proxy
318318
319319
Now we need to bring everything together for the server. We have the
320320
`AuthHandler Request Account` value and an `AuthProtected` endpoint. To bind these
321-
together, we need to provide a [Type Family](https://downloads.haskell.org/~ghc/latest/docs/html/users_guide/glasgow_exts.html#type-families)
321+
together, we need to provide a [Type Family](https://downloads.haskell.org/~ghc/8.8.1/docs/html/users_guide/glasgow_exts.html#type-families)
322322
instance that tells the `HasServer` instance that our `Context` will supply a
323323
`Account` (via `AuthHandler Request Account`) and that downstream combinators will
324324
have access to this `Account` value (or an error will be thrown if authentication

0 commit comments

Comments
 (0)