Skip to content

Commit 6418be2

Browse files
committed
Fix 404 link to GHC docs for the UNPACK pragma
1 parent 2a712db commit 6418be2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Data/Binary/Get.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
-- The fields in @Trade@ are marked as strict (using @!@) since we don't need
4242
-- laziness here. In practise, you would probably consider using the UNPACK
4343
-- pragma as well.
44-
-- <https://downloads.haskell.org/~ghc/latest/docs/html/users_guide/glasgow_exts.html#unpack-pragma>
44+
-- <https://downloads.haskell.org/ghc/latest/docs/users_guide/exts/pragmas.html#unpack-pragma>
4545
--
4646
-- Now, let's have a look at a decoder for this format.
4747
--

0 commit comments

Comments
 (0)