[commit: packages/binary] master: fix unpack pragma link (d20f3da)

git at git.haskell.org git at git.haskell.org
Sun Feb 26 20:35:32 UTC 2017


Repository : ssh://git@git.haskell.org/binary

On branch  : master
Link       : http://git.haskell.org/packages/binary.git/commitdiff/d20f3daae617bb2d709eb6131abf9777981cb49f

>---------------------------------------------------------------

commit d20f3daae617bb2d709eb6131abf9777981cb49f
Author: brady.ouren <brady.ouren at gmail.com>
Date:   Sat Jan 7 20:59:24 2017 -0800

    fix unpack pragma link


>---------------------------------------------------------------

d20f3daae617bb2d709eb6131abf9777981cb49f
 src/Data/Binary/Get.hs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Data/Binary/Get.hs b/src/Data/Binary/Get.hs
index 6220759..166b211 100644
--- a/src/Data/Binary/Get.hs
+++ b/src/Data/Binary/Get.hs
@@ -41,7 +41,7 @@
 -- The fields in @Trade@ are marked as strict (using @!@) since we don't need
 -- laziness here. In practise, you would probably consider using the UNPACK
 -- pragma as well.
--- <http://www.haskell.org/ghc/docs/latest/html/users_guide/pragmas.html#unpack-pragma>
+-- <https://downloads.haskell.org/~ghc/latest/docs/html/users_guide/glasgow_exts.html#unpack-pragma>
 --
 -- Now, let's have a look at a decoder for this format.
 --



More information about the ghc-commits mailing list