1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

Use HTTPS in pkg-descr's of Haskell ports.

This commit is contained in:
Gleb Popov 2019-08-04 09:25:28 +00:00
parent aeb16e20a1
commit 75a64b54e2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=508085
13 changed files with 13 additions and 13 deletions

View File

@ -3,4 +3,4 @@ description of tokens based on regular expressions and generates a
Haskell module containing code for scanning text efficiently. It is
similar to the tool lex or flex for C/C++.
WWW: http://www.haskell.org/alex/
WWW: https://www.haskell.org/alex/

View File

@ -2,4 +2,4 @@ The 'cabal' command-line program simplifies the process of managing
Haskell software by automating the fetching, configuration, compilation
and installation of Haskell libraries and programs.
WWW: http://www.haskell.org/cabal/
WWW: https://www.haskell.org/cabal/

View File

@ -1,3 +1,3 @@
Haddock is a documentation-generation tool for Haskell libraries.
WWW: http://www.haskell.org/haddock/
WWW: https://www.haskell.org/haddock/

View File

@ -1,3 +1,3 @@
Happy is a parser generator system for Haskell.
WWW: http://www.haskell.org/happy/
WWW: https://www.haskell.org/happy/

View File

@ -11,4 +11,4 @@ provides highly accurate dependency tracking, including seamless support
for generated files, and dependencies on system information (e.g. compiler
version).
WWW: http://shakebuild.com/
WWW: https://shakebuild.com/

View File

@ -6,4 +6,4 @@ Haskell programs. Using Threadscope we can check to see that work is
well balanced across the available processors and spot performance
issues relating to garbage collection or poor load balancing.
WWW: http://www.haskell.org/haskellwiki/ThreadScope
WWW: https://www.haskell.org/haskellwiki/ThreadScope

View File

@ -17,4 +17,4 @@ interactive environment for the functional language Haskell. Highlights:
profiling.
* Comes with several libraries, and thousands more are available on Hackage.
WWW: http://www.haskell.org/ghc/
WWW: https://www.haskell.org/ghc/

View File

@ -11,4 +11,4 @@ including multi-parameter classes, extensible records, rank-2
polymorphism, existentials, scoped type variables, and restricted
type synonyms.
WWW: http://www.haskell.org/hugs/
WWW: https://www.haskell.org/hugs/

View File

@ -4,4 +4,4 @@ aims to produce small executables that run in small amounts of memory. It comes
with extensive tool support for automatic compilation, foreign language
interfacing, heap and time profiling, tracing, and debugging.
WWW: http://www.haskell.org/nhc98/
WWW: https://www.haskell.org/nhc98/

View File

@ -20,4 +20,4 @@ representation of the document, and a set of writers, which convert this
native representation into a target format. Thus, adding an input or
output format requires only adding a reader or writer.
WWW: http://pandoc.org
WWW: https://pandoc.org

View File

@ -1,3 +1,3 @@
Also provides some helper functions and datatypes for use outside of WAI.
WWW: http://www.yesodweb.com/book/web-application-interface
WWW: https://www.yesodweb.com/book/web-application-interface

View File

@ -10,4 +10,4 @@ In particular:
* XMonad.Doc.Developing, introduction to xmonad internals and
writing your own extensions.
WWW: http://xmonad.org/
WWW: https://xmonad.org/

View File

@ -2,4 +2,4 @@ Xmobar is a minimalistic text based status bar. Inspired by the Ion3
status bar, it supports similar features, like dynamic color management,
output templates, and extensibility through plugins.
WWW: http://xmobar.org/
WWW: https://xmobar.org/