Skip to content

Commit 3c37e68

Browse files
authored
Merge pull request #210 from pmiddend/fix-unpack-pragma-docs
Fix 404 link to GHC docs for the UNPACK pragma
2 parents 2a712db + 6418be2 commit 3c37e68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)