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:
parent
aeb16e20a1
commit
75a64b54e2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=508085
@ -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/
|
||||
|
@ -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/
|
||||
|
@ -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/
|
||||
|
@ -1,3 +1,3 @@
|
||||
Happy is a parser generator system for Haskell.
|
||||
|
||||
WWW: http://www.haskell.org/happy/
|
||||
WWW: https://www.haskell.org/happy/
|
||||
|
@ -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/
|
||||
|
@ -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
|
||||
|
@ -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/
|
||||
|
@ -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/
|
||||
|
@ -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/
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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/
|
||||
|
@ -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/
|
||||
|
Loading…
Reference in New Issue
Block a user