summaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/news/version_0.20180326.mdwn3
-rw-r--r--doc/servers.mdwn5
-rw-r--r--doc/todo/Fails_to_build_with_cabal-2.0.mdwn10
3 files changed, 17 insertions, 1 deletions
diff --git a/doc/news/version_0.20180326.mdwn b/doc/news/version_0.20180326.mdwn
new file mode 100644
index 0000000..47868e3
--- /dev/null
+++ b/doc/news/version_0.20180326.mdwn
@@ -0,0 +1,3 @@
+keysafe 0.20180326 released with [[!toggle text="these changes"]]
+[[!toggleable text="""
+ * Updated to argon2-1.3."""]] \ No newline at end of file
diff --git a/doc/servers.mdwn b/doc/servers.mdwn
index d190603..06f8167 100644
--- a/doc/servers.mdwn
+++ b/doc/servers.mdwn
@@ -70,6 +70,9 @@ Keysafe's server list puts servers in three categories:
=RmK4
-----END PGP SIGNATURE-----
+(Unfortunately, Purism's keysafe server went down at some point before
+2020. Hopefully they will bring it back and meet their commitment above.)
+
### Alternate
#### keysafe.joeyh.name
@@ -108,7 +111,7 @@ Keysafe's server list puts servers in three categories:
Provided by Marek Isalski at [Faelix](http://www.faelix.net/).
Currently located in UK, but planned move to CH.
- Vetting to Recommended level in progress.
+ Vetting to Recommended level stalled several years ago.
## Detailed requirements
diff --git a/doc/todo/Fails_to_build_with_cabal-2.0.mdwn b/doc/todo/Fails_to_build_with_cabal-2.0.mdwn
new file mode 100644
index 0000000..42223dd
--- /dev/null
+++ b/doc/todo/Fails_to_build_with_cabal-2.0.mdwn
@@ -0,0 +1,10 @@
+`keysafe` and `zxcvbn-c` (and possibly others) fail to build with Cabal 2.0. Cabal now requires a top-level `custom-setup` and inner `setup-depends` stanza for packages with build-type `Custom`. This field specifies the dependencies of `Setup.hs` itself.
+
+For example:
+
+ custom-setup:
+ setup-depends:
+ base,
+ Cabal
+
+See https://github.com/haskell/cabal/issues/5278 for someone complaining about the horrible error message Cabal spits out in this situation.