Skip to content

Commit 9d278c2

Browse files
leonschoorlmartijnbastiaan
authored andcommitted
Update URLs
* clash-prelude.cabal was still pointing to the old clash-prelude repo * use https everywhere where possible * drop "www." from clash-lang.org, it will redirect there anyway
1 parent 5935d12 commit 9d278c2

File tree

16 files changed

+30
-25
lines changed

16 files changed

+30
-25
lines changed

benchmark/clash-benchmark.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: clash-benchmark
22
version: 0.1.0
33
synopsis: Criterion based Clash benchmark
44
-- description:
5-
homepage: http://www.clash-lang.org/
5+
homepage: https://clash-lang.org/
66
license: BSD2
77
author: Leon Schoorl
88
category: Testing

benchmark/profiling/prepare/clash-profiling-prepare.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: clash-profiling-prepare
22
version: 0.1.0
33
synopsis: Runs ghc frontend and prepares input for clash-profile-normalization-run
44
-- description:
5-
homepage: http://www.clash-lang.org/
5+
homepage: https://clash-lang.org/
66
license: BSD2
77
author: Leon Schoorl
88
category: Testing

benchmark/profiling/run/clash-profiling.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: clash-profiling
22
version: 0.1.0
33
synopsis: A profilable run of the Clash normalization process
44
-- description:
5-
homepage: http://www.clash-lang.org/
5+
homepage: https://clash-lang.org/
66
license: BSD2
77
author: Leon Schoorl
88
category: Testing

clash-cosim/clash-cosim.cabal

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ custom-setup
5757

5858
source-repository head
5959
type: git
60-
location: https://github.com/clash-lang/clash-cosim.git
60+
location: https://github.com/clash-lang/clash-compiler.git
61+
subdir: clash-cosim
6162

6263
Library
6364
default-language: Haskell2010

clash-ghc/clash-ghc.cabal

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ Description:
2929
* Clash Compiler binary using GHC/Haskell as a frontend
3030
.
3131
.
32-
Prelude library: <http://hackage.haskell.org/package/clash-prelude>
33-
Homepage: http://www.clash-lang.org/
34-
bug-reports: http://github.com/clash-lang/clash-compiler/issues
32+
Prelude library: <https://hackage.haskell.org/package/clash-prelude>
33+
Homepage: https://clash-lang.org/
34+
bug-reports: https://github.com/clash-lang/clash-compiler/issues
3535
License: BSD2
3636
License-file: LICENSE
3737
Author: The Clash Authors
@@ -54,6 +54,7 @@ Cabal-version: >=1.10
5454
source-repository head
5555
type: git
5656
location: https://github.com/clash-lang/clash-compiler.git
57+
subdir: clash-ghc
5758

5859
flag dynamic
5960
description:

clash-ghc/src-bin-821/Clash/GHCi/UI.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ defaultGhciSettings opts =
173173
ghciWelcomeMsg :: String
174174
ghciWelcomeMsg = "CLaSHi, version " ++ Data.Version.showVersion Paths_clash_ghc.version ++
175175
" (using clash-lib, version " ++ Data.Version.showVersion clashLibVersion ++
176-
"):\nhttp://www.clash-lang.org/ :? for help"
176+
"):\nhttps://clash-lang.org/ :? for help"
177177

178178
ghciCommands :: IORef ClashOpts -> [Command]
179179
ghciCommands opts = map mkCmd [

clash-ghc/src-bin-841/Clash/GHCi/UI.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ defaultGhciSettings opts =
175175
ghciWelcomeMsg :: String
176176
ghciWelcomeMsg = "CLaSHi, version " ++ Data.Version.showVersion Paths_clash_ghc.version ++
177177
" (using clash-lib, version " ++ Data.Version.showVersion clashLibVersion ++
178-
"):\nhttp://www.clash-lang.org/ :? for help"
178+
"):\nhttps://clash-lang.org/ :? for help"
179179

180180
ghciCommands :: IORef ClashOpts -> [Command]
181181
ghciCommands opts = map mkCmd [

clash-ghc/src-bin-861/Clash/GHCi/UI.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ defaultGhciSettings opts =
181181
ghciWelcomeMsg :: String
182182
ghciWelcomeMsg = "Clashi, version " ++ Data.Version.showVersion Paths_clash_ghc.version ++
183183
" (using clash-lib, version " ++ Data.Version.showVersion clashLibVersion ++
184-
"):\nhttp://www.clash-lang.org/ :? for help"
184+
"):\nhttps://clash-lang.org/ :? for help"
185185

186186
ghciCommands :: IORef ClashOpts -> [Command]
187187
ghciCommands opts = map mkCmd [

clash-ghc/src-bin-881/Clash/GHCi/UI.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ defaultGhciSettings opts =
184184
ghciWelcomeMsg :: String
185185
ghciWelcomeMsg = "Clashi, version " ++ Data.Version.showVersion Paths_clash_ghc.version ++
186186
" (using clash-lib, version " ++ Data.Version.showVersion clashLibVersion ++
187-
"):\nhttp://www.clash-lang.org/ :? for help"
187+
"):\nhttps://clash-lang.org/ :? for help"
188188

189189
ghciCommands :: IORef ClashOpts -> [Command]
190190
ghciCommands opts = map mkCmd [

clash-lib/clash-lib.cabal

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,14 @@ Description:
3636
.
3737
Front-ends (for: parsing, typecheck, etc.) are provided by separate packages:
3838
.
39-
* <http://hackage.haskell.org/package/clash-ghc GHC/Haskell Frontend>
39+
* <https://hackage.haskell.org/package/clash-ghc GHC/Haskell Frontend>
4040
.
4141
* <https://github.com/christiaanb/Idris-dev Idris Frontend>
4242
.
4343
.
44-
Prelude library: <http://hackage.haskell.org/package/clash-prelude>
45-
Homepage: http://www.clash-lang.org/
46-
bug-reports: http://github.com/clash-lang/clash-compiler/issues
44+
Prelude library: <https://hackage.haskell.org/package/clash-prelude>
45+
Homepage: https://clash-lang.org/
46+
bug-reports: https://github.com/clash-lang/clash-compiler/issues
4747
License: BSD2
4848
License-file: LICENSE
4949
Author: The Clash Authors
@@ -71,6 +71,7 @@ Cabal-version: >=1.10
7171
source-repository head
7272
type: git
7373
location: https://github.com/clash-lang/clash-compiler.git
74+
subdir: clash-lib
7475

7576
flag debug
7677
description:

0 commit comments

Comments
 (0)