summaryrefslogtreecommitdiff
path: root/dev-haskell
diff options
context:
space:
mode:
Diffstat (limited to 'dev-haskell')
-rw-r--r--dev-haskell/bits-atomic/metadata.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/bits-atomic/metadata.xml b/dev-haskell/bits-atomic/metadata.xml
index f2effb5a6bf..ae8dfaa7715 100644
--- a/dev-haskell/bits-atomic/metadata.xml
+++ b/dev-haskell/bits-atomic/metadata.xml
@@ -9,9 +9,9 @@
The implementation is using GCC's builtin atomic operations (available in GCC >=
4) in C wrappers called through the FFI. See these links for background:
- * GCC manual: <http://gcc.gnu.org/onlinedocs/gcc/Atomic-Builtins.html>
+ * GCC manual: <https://gcc.gnu.org/onlinedocs/gcc/Atomic-Builtins.html>
- * GCC wiki: <http://gcc.gnu.org/wiki/Atomic>
+ * GCC wiki: <https://gcc.gnu.org/wiki/Atomic>
/Portability/: This package is primarily developed on a Linux system, but
should work wherever GCC >= 4 is available. It has been confirmed as working