Skip to content

Commit ec38563

Browse files
authored
Merge pull request #108 from leonschoorl/fix-links_to_ghc-manual
Fix some broken links to the GHC manual
2 parents 058de4d + b958456 commit ec38563

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/CLaSH/Prelude/Explicit/Safe.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Copyright : (C) 2013-2016, University of Twente
33
License : BSD2 (see the file LICENSE)
44
Maintainer : Christiaan Baaij <[email protected]>
55
6-
__This is the <https://downloads.haskell.org/~ghc/latest/docs/html/users_guide/safe-haskell.html Safe> API only of "CLaSH.Prelude.Explicit"__
6+
__This is the <https://downloads.haskell.org/~ghc/latest/docs/html/users_guide/safe_haskell.html Safe> API only of "CLaSH.Prelude.Explicit"__
77
88
This module defines the explicitly clocked counterparts of the functions
99
defined in "CLaSH.Prelude".

src/CLaSH/Prelude/Safe.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
License : BSD2 (see the file LICENSE)
44
Maintainer : Christiaan Baaij <[email protected]>
55
6-
__This is the <https://downloads.haskell.org/~ghc/latest/docs/html/users_guide/safe-haskell.html Safe> API only of "CLaSH.Prelude"__
6+
__This is the <https://downloads.haskell.org/~ghc/latest/docs/html/users_guide/safe_haskell.html Safe> API only of "CLaSH.Prelude"__
77
88
CλaSH (pronounced ‘clash’) is a functional hardware description language that
99
borrows both its syntax and semantics from the functional programming language

src/CLaSH/Sized/Fixed.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -731,7 +731,7 @@ fLit a = [|| Fixed (fromInteger sat) ||]
731731
--
732732
-- For those of us who like to live on the edge, another option is to convert
733733
-- our @Data.txt@ at compile-time using
734-
-- <https://downloads.haskell.org/~ghc/latest/docs/html/users_guide/template-haskell.html Template Haskell>.
734+
-- <https://downloads.haskell.org/~ghc/latest/docs/html/users_guide/glasgow_exts.html#template-haskell Template Haskell>.
735735
-- For this we first create a module @CreateRomFileTH.hs@:
736736
--
737737
-- @

0 commit comments

Comments
 (0)