Archived
1
0
Fork 0

gnu: Use HTTPS for hackage.haskell.org home pages.

* gnu/packages/haskell-xyz.scm (ghc-network-byte-order)
(ghc-base-compat-batteries, ghc-regex-tdfa-text, ghc-sdl2-image)
(ghc-language-glsl, ghc-sop-core, ghc-libffi, ghc-path, ghc-io-streams)
(ghc-openssl-streams, ghc-haskell-lexer, ghc-prettyclass, ghc-ifelse)
(ghc-sdl2-mixer, ghc-errorcall-eq-instance, ghc-filepath-bytestring)
(ghc-refact, ghc-pointedlist, ghc-string-qq, ghc-tls-session-manager)
(ghc-magic, ghc-exactprint, ghc-inline-c, ghc-infer-license)
(ghc-unagi-chan)[home-page]: Use HTTPS.
This commit is contained in:
Tobias Geerinckx-Rice 2020-01-18 21:19:31 +01:00
parent d5840fec16
commit 3ef91e1534
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79
3 changed files with 25 additions and 25 deletions

View file

@ -827,7 +827,7 @@ implementation of SSL.")
`(("ghc-hunit" ,ghc-hunit) `(("ghc-hunit" ,ghc-hunit)
("ghc-test-framework" ,ghc-test-framework) ("ghc-test-framework" ,ghc-test-framework)
("ghc-test-framework-hunit" ,ghc-test-framework-hunit))) ("ghc-test-framework-hunit" ,ghc-test-framework-hunit)))
(home-page "http://hackage.haskell.org/package/openssl-streams") (home-page "https://hackage.haskell.org/package/openssl-streams")
(synopsis "OpenSSL network support for io-streams") (synopsis "OpenSSL network support for io-streams")
(description "This library contains io-streams routines for secure (description "This library contains io-streams routines for secure
networking using OpenSSL (by way of HsOpenSSL).") networking using OpenSSL (by way of HsOpenSSL).")

View file

@ -620,7 +620,7 @@ based WAI (Web Application Interface in Haskell).")
("ghc-clock" ,ghc-clock) ("ghc-clock" ,ghc-clock)
("ghc-psqueues" ,ghc-psqueues) ("ghc-psqueues" ,ghc-psqueues)
("ghc-tls" ,ghc-tls))) ("ghc-tls" ,ghc-tls)))
(home-page "http://hackage.haskell.org/package/tls-session-manager") (home-page "https://hackage.haskell.org/package/tls-session-manager")
(synopsis "In-memory TLS session manager") (synopsis "In-memory TLS session manager")
(description "This Haskell library provides a TLS session manager with (description "This Haskell library provides a TLS session manager with
limitation, automatic pruning, energy saving and replay resistance.") limitation, automatic pruning, energy saving and replay resistance.")

View file

@ -790,7 +790,7 @@ pragmas in your code.")
(arguments (arguments
`(#:cabal-revision `(#:cabal-revision
("1" "15sn2qc8k0hxbb2nai341kkrci98hlhzcj2ci087m0zxcg5jcdbp"))) ("1" "15sn2qc8k0hxbb2nai341kkrci98hlhzcj2ci087m0zxcg5jcdbp")))
(home-page "http://hackage.haskell.org/package/base-compat-batteries") (home-page "https://hackage.haskell.org/package/base-compat-batteries")
(synopsis "base-compat with extra batteries") (synopsis "base-compat with extra batteries")
(description "This library provides functions available in later (description "This library provides functions available in later
versions of @code{base} to a wider range of compilers, without requiring versions of @code{base} to a wider range of compilers, without requiring
@ -3577,7 +3577,7 @@ Double.")
`(("ghc-quickcheck" ,ghc-quickcheck) `(("ghc-quickcheck" ,ghc-quickcheck)
("ghc-hspec" ,ghc-hspec) ("ghc-hspec" ,ghc-hspec)
("hspec-discover" ,hspec-discover))) ("hspec-discover" ,hspec-discover)))
(home-page "http://hackage.haskell.org/package/errorcall-eq-instance") (home-page "https://hackage.haskell.org/package/errorcall-eq-instance")
(synopsis "Orphan Eq instance for ErrorCall") (synopsis "Orphan Eq instance for ErrorCall")
(description (description
"Prior to @code{base-4.7.0.0} there was no @code{Eq} instance for @code{ErrorCall}. "Prior to @code{base-4.7.0.0} there was no @code{Eq} instance for @code{ErrorCall}.
@ -3693,7 +3693,7 @@ generated SQL and optimize it for your backend.")
("ghc-silently" ,ghc-silently) ("ghc-silently" ,ghc-silently)
("ghc-filemanip" ,ghc-filemanip))) ("ghc-filemanip" ,ghc-filemanip)))
(home-page (home-page
"http://hackage.haskell.org/package/ghc-exactprint") "https://hackage.haskell.org/package/ghc-exactprint")
(synopsis "ExactPrint for GHC") (synopsis "ExactPrint for GHC")
(description (description
"Using the API Annotations available from GHC 7.10.2, this library "Using the API Annotations available from GHC 7.10.2, this library
@ -4018,7 +4018,7 @@ file contents, and more.")
(build-system haskell-build-system) (build-system haskell-build-system)
(native-inputs (native-inputs
`(("ghc-quickcheck" ,ghc-quickcheck))) `(("ghc-quickcheck" ,ghc-quickcheck)))
(home-page "http://hackage.haskell.org/package/filepath-bytestring") (home-page "https://hackage.haskell.org/package/filepath-bytestring")
(synopsis "Library for manipulating RawFilePaths in a cross-platform way") (synopsis "Library for manipulating RawFilePaths in a cross-platform way")
(description "This package provides a drop-in replacement for the standard (description "This package provides a drop-in replacement for the standard
@code{filepath} library, operating on @code{RawFilePath} values rather than @code{filepath} library, operating on @code{RawFilePath} values rather than
@ -5056,7 +5056,7 @@ a set of wrappers to use the hash tables in the IO monad.")
(sha256 (sha256
(base32 "1wyxd8x33x4v5vxyzkhm610pl86gbkc8y439092fr1735q9g7kfq")))) (base32 "1wyxd8x33x4v5vxyzkhm610pl86gbkc8y439092fr1735q9g7kfq"))))
(build-system haskell-build-system) (build-system haskell-build-system)
(home-page "http://hackage.haskell.org/package/haskell-lexer") (home-page "https://hackage.haskell.org/package/haskell-lexer")
(synopsis "Fully compliant Haskell 98 lexer") (synopsis "Fully compliant Haskell 98 lexer")
(description (description
"This package provides a fully compliant Haskell 98 lexer.") "This package provides a fully compliant Haskell 98 lexer.")
@ -5792,7 +5792,7 @@ for general types.")
(base32 (base32
"1kfx1bwfjczj93a8yqz1n8snqiq5655qgzwv1lrycry8wb1vzlwa")))) "1kfx1bwfjczj93a8yqz1n8snqiq5655qgzwv1lrycry8wb1vzlwa"))))
(build-system haskell-build-system) (build-system haskell-build-system)
(home-page "http://hackage.haskell.org/package/IfElse") (home-page "https://hackage.haskell.org/package/IfElse")
(synopsis "Monadic control flow with anaphoric variants") (synopsis "Monadic control flow with anaphoric variants")
(description "This library provides functions for control flow inside of (description "This library provides functions for control flow inside of
monads with anaphoric variants on @code{if} and @code{when} and a C-like monads with anaphoric variants on @code{if} and @code{when} and a C-like
@ -5845,7 +5845,7 @@ lines continued at an indented level below.")
(native-inputs (native-inputs
`(("ghc-hspec" ,ghc-hspec) `(("ghc-hspec" ,ghc-hspec)
("hspec-discover" ,hspec-discover))) ("hspec-discover" ,hspec-discover)))
(home-page "http://hackage.haskell.org/package/infer-license") (home-page "https://hackage.haskell.org/package/infer-license")
(synopsis "Infer software license from a given license file") (synopsis "Infer software license from a given license file")
(description "This library provides tools to infer a software (description "This library provides tools to infer a software
license from a given license file.") license from a given license file.")
@ -5876,7 +5876,7 @@ license from a given license file.")
("ghc-hspec" ,ghc-hspec) ("ghc-hspec" ,ghc-hspec)
("ghc-raw-strings-qq" ,ghc-raw-strings-qq) ("ghc-raw-strings-qq" ,ghc-raw-strings-qq)
("ghc-regex-posix" ,ghc-regex-posix))) ("ghc-regex-posix" ,ghc-regex-posix)))
(home-page "http://hackage.haskell.org/package/inline-c") (home-page "https://hackage.haskell.org/package/inline-c")
(synopsis "Write Haskell source files including C code inline") (synopsis "Write Haskell source files including C code inline")
(description (description
"inline-c lets you seamlessly call C libraries and embed high-performance "inline-c lets you seamlessly call C libraries and embed high-performance
@ -6100,7 +6100,7 @@ functors). For more information, see Edward Kmett's article
("ghc-test-framework-hunit" ,ghc-test-framework-hunit) ("ghc-test-framework-hunit" ,ghc-test-framework-hunit)
("ghc-test-framework-quickcheck2" ,ghc-test-framework-quickcheck2) ("ghc-test-framework-quickcheck2" ,ghc-test-framework-quickcheck2)
("ghc-zlib" ,ghc-zlib))) ("ghc-zlib" ,ghc-zlib)))
(home-page "http://hackage.haskell.org/package/io-streams") (home-page "https://hackage.haskell.org/package/io-streams")
(synopsis "Simple and composable stream I/O") (synopsis "Simple and composable stream I/O")
(description "This library contains simple and easy-to-use (description "This library contains simple and easy-to-use
primitives for I/O using streams.") primitives for I/O using streams.")
@ -6341,7 +6341,7 @@ and a large set of GNU extensions.")
`(#:tests? #f `(#:tests? #f
#:cabal-revision #:cabal-revision
("1" "10ac9pk4jy75k03j1ns4b5136l4kw8krr2d2nw2fdmpm5jzyghc5"))) ("1" "10ac9pk4jy75k03j1ns4b5136l4kw8krr2d2nw2fdmpm5jzyghc5")))
(home-page "http://hackage.haskell.org/package/language-glsl") (home-page "https://hackage.haskell.org/package/language-glsl")
(synopsis "GLSL abstract syntax tree, parser, and pretty-printer") (synopsis "GLSL abstract syntax tree, parser, and pretty-printer")
(description "This package is a Haskell library for the (description "This package is a Haskell library for the
representation, parsing, and pretty-printing of GLSL 1.50 code.") representation, parsing, and pretty-printing of GLSL 1.50 code.")
@ -6445,7 +6445,7 @@ indexed variants.")
(build-system haskell-build-system) (build-system haskell-build-system)
(native-inputs `(("pkg-config" ,pkg-config))) (native-inputs `(("pkg-config" ,pkg-config)))
(inputs `(("libffi" ,libffi))) (inputs `(("libffi" ,libffi)))
(home-page "http://hackage.haskell.org/package/libffi") (home-page "https://hackage.haskell.org/package/libffi")
(synopsis "Haskell binding to libffi") (synopsis "Haskell binding to libffi")
(description (description
"A binding to libffi, allowing C functions of types only known at runtime "A binding to libffi, allowing C functions of types only known at runtime
@ -6899,7 +6899,7 @@ compression algorithm used in the @code{.xz} file format.")
(base32 (base32
"10p0gjjjwr1dda7hahwrwn5njbfhl67arq3v3nf1jr3vymlkn75j")))) "10p0gjjjwr1dda7hahwrwn5njbfhl67arq3v3nf1jr3vymlkn75j"))))
(build-system haskell-build-system) (build-system haskell-build-system)
(home-page "http://hackage.haskell.org/package/magic") (home-page "https://hackage.haskell.org/package/magic")
(synopsis "Interface to C file/magic library") (synopsis "Interface to C file/magic library")
(description (description
"This package provides a full-featured binding to the C libmagic library. "This package provides a full-featured binding to the C libmagic library.
@ -7786,7 +7786,7 @@ network database (<netdb.h>) API.")
(build-system haskell-build-system) (build-system haskell-build-system)
(native-inputs (native-inputs
`(("ghc-doctest" ,ghc-doctest))) `(("ghc-doctest" ,ghc-doctest)))
(home-page "http://hackage.haskell.org/package/network-byte-order") (home-page "https://hackage.haskell.org/package/network-byte-order")
(synopsis "Network byte order utilities") (synopsis "Network byte order utilities")
(description "This library provides peek and poke functions for network (description "This library provides peek and poke functions for network
byte order.") byte order.")
@ -8568,7 +8568,7 @@ the parsers provided by @code{parsec}, @code{attoparsec} and @code{base}'s
("ghc-hspec" ,ghc-hspec) ("ghc-hspec" ,ghc-hspec)
("ghc-validity" ,ghc-validity))) ("ghc-validity" ,ghc-validity)))
(home-page (home-page
"http://hackage.haskell.org/package/path") "https://hackage.haskell.org/package/path")
(synopsis "Support for well-typed paths") (synopsis "Support for well-typed paths")
(description "This package introduces a type for paths upholding useful (description "This package introduces a type for paths upholding useful
invariants.") invariants.")
@ -8851,7 +8851,7 @@ dependencies
"16xsrzqql7i4z6a3xy07sqnbyqdmcar1jiacla58y4mvkkwb0g3l")))) "16xsrzqql7i4z6a3xy07sqnbyqdmcar1jiacla58y4mvkkwb0g3l"))))
(build-system haskell-build-system) (build-system haskell-build-system)
(home-page (home-page
"http://hackage.haskell.org/package/pointedlist") "https://hackage.haskell.org/package/pointedlist")
(synopsis (synopsis
"Zipper-like comonad which works as a list, tracking a position") "Zipper-like comonad which works as a list, tracking a position")
(description (description
@ -8946,7 +8946,7 @@ reduce @code{UndecidableInstances}.")
(base32 (base32
"11l9ajci7nh1r547hx8hgxrhq8mh5gdq30pdf845wvilg9p48dz5")))) "11l9ajci7nh1r547hx8hgxrhq8mh5gdq30pdf845wvilg9p48dz5"))))
(build-system haskell-build-system) (build-system haskell-build-system)
(home-page "http://hackage.haskell.org/package/prettyclass") (home-page "https://hackage.haskell.org/package/prettyclass")
(synopsis "Pretty printing class similar to Show") (synopsis "Pretty printing class similar to Show")
(description "This package provides a pretty printing class similar (description "This package provides a pretty printing class similar
to @code{Show}, based on the HughesPJ pretty printing library. It to @code{Show}, based on the HughesPJ pretty printing library. It
@ -9313,7 +9313,7 @@ containers and a general map/reduce framework for Haskell.")
(base32 (base32
"0v0zxcx29b8jxs2kgy9csykqcp8kzhdvyylw2xfwmj4pfxr2kl0a")))) "0v0zxcx29b8jxs2kgy9csykqcp8kzhdvyylw2xfwmj4pfxr2kl0a"))))
(build-system haskell-build-system) (build-system haskell-build-system)
(home-page "http://hackage.haskell.org/package/refact") (home-page "https://hackage.haskell.org/package/refact")
(synopsis "Specify refactorings to perform with apply-refact") (synopsis "Specify refactorings to perform with apply-refact")
(description (description
"This library provides a datatype which can be interpreted by "This library provides a datatype which can be interpreted by
@ -9581,7 +9581,7 @@ inspired by libtre.")
`(("ghc-regex-base" ,ghc-regex-base) `(("ghc-regex-base" ,ghc-regex-base)
("ghc-regex-tdfa" ,ghc-regex-tdfa))) ("ghc-regex-tdfa" ,ghc-regex-tdfa)))
(home-page (home-page
"http://hackage.haskell.org/package/regex-tdfa-text") "https://hackage.haskell.org/package/regex-tdfa-text")
(synopsis "Text interface for regex-tdfa") (synopsis "Text interface for regex-tdfa")
(description (description
"This provides an extra text interface for regex-tdfa.") "This provides an extra text interface for regex-tdfa.")
@ -10098,7 +10098,7 @@ programming.")
("sdl2-image" ,sdl2-image))) ("sdl2-image" ,sdl2-image)))
(native-inputs (native-inputs
`(("pkg-config" ,pkg-config))) `(("pkg-config" ,pkg-config)))
(home-page "http://hackage.haskell.org/package/sdl2-image") (home-page "https://hackage.haskell.org/package/sdl2-image")
(synopsis "Bindings to SDL2_image") (synopsis "Bindings to SDL2_image")
(description "This package provides Haskell bindings to (description "This package provides Haskell bindings to
@code{SDL2_image}.") @code{SDL2_image}.")
@ -10126,7 +10126,7 @@ programming.")
("sdl2-mixer" ,sdl2-mixer))) ("sdl2-mixer" ,sdl2-mixer)))
(native-inputs (native-inputs
`(("pkg-config" ,pkg-config))) `(("pkg-config" ,pkg-config)))
(home-page "http://hackage.haskell.org/package/sdl2-mixer") (home-page "https://hackage.haskell.org/package/sdl2-mixer")
(synopsis "Bindings to SDL2 mixer") (synopsis "Bindings to SDL2 mixer")
(description "This package provides Haskell bindings to (description "This package provides Haskell bindings to
@code{SDL2_mixer}.") @code{SDL2_mixer}.")
@ -10630,7 +10630,7 @@ automatically by SmallCheck.")
(base32 (base32
"07ci2mh8cbjvipb576rxsj3iyhkj5c5dnsns4xkdppp2p3pv10d3")))) "07ci2mh8cbjvipb576rxsj3iyhkj5c5dnsns4xkdppp2p3pv10d3"))))
(build-system haskell-build-system) (build-system haskell-build-system)
(home-page "http://hackage.haskell.org/package/sop-core") (home-page "https://hackage.haskell.org/package/sop-core")
(synopsis "True Sums of Products") (synopsis "True Sums of Products")
(description "This package provides an implementation of (description "This package provides an implementation of
@math{n}-ary sums and @math{n}-ary products. The module @code{Data.SOP} @math{n}-ary sums and @math{n}-ary products. The module @code{Data.SOP}
@ -11084,7 +11084,7 @@ literals.")
(build-system haskell-build-system) (build-system haskell-build-system)
(native-inputs (native-inputs
`(("ghc-hunit" ,ghc-hunit))) `(("ghc-hunit" ,ghc-hunit)))
(home-page "http://hackage.haskell.org/package/string-qq") (home-page "https://hackage.haskell.org/package/string-qq")
(synopsis (synopsis
"QuasiQuoter for non-interpolated strings, texts and bytestrings.") "QuasiQuoter for non-interpolated strings, texts and bytestrings.")
(description (description
@ -12213,7 +12213,7 @@ upon it.")
#:cabal-revision #:cabal-revision
("1" ("1"
"09pqi867wskwgc5lpn197f895mbn1174ydgllvcppcsmrz2b6yr6"))) "09pqi867wskwgc5lpn197f895mbn1174ydgllvcppcsmrz2b6yr6")))
(home-page "http://hackage.haskell.org/package/unagi-chan") (home-page "https://hackage.haskell.org/package/unagi-chan")
(synopsis "Fast concurrent queues with a Chan-like API, and more") (synopsis "Fast concurrent queues with a Chan-like API, and more")
(description (description
"This library provides implementations of concurrent FIFO queues (for "This library provides implementations of concurrent FIFO queues (for