summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-01-20 14:32:06 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-01-20 14:32:06 -0400
commit5534e89870b7d0885f6fe113068c0514a03a74bd (patch)
treeb93322142671b636def24e61b5f4d89add9bd24c /doc
parent387ae5aeb31bdf54ac43696377fc7ff5e4acf8be (diff)
promote stm dependency, since Remote.External needs it
Diffstat (limited to 'doc')
-rw-r--r--doc/bugs/__96__minimal_build__39____fails_due_to_missing_stm_dependency.mdwn2
-rw-r--r--doc/install/fromscratch.mdwn2
2 files changed, 3 insertions, 1 deletions
diff --git a/doc/bugs/__96__minimal_build__39____fails_due_to_missing_stm_dependency.mdwn b/doc/bugs/__96__minimal_build__39____fails_due_to_missing_stm_dependency.mdwn
index 7f1dc9c0d..12a5e0c14 100644
--- a/doc/bugs/__96__minimal_build__39____fails_due_to_missing_stm_dependency.mdwn
+++ b/doc/bugs/__96__minimal_build__39____fails_due_to_missing_stm_dependency.mdwn
@@ -91,3 +91,5 @@ ExitFailure 1
# End of transcript or log.
"""]]
+
+> [[fixed|done]] --[[Joey]]
diff --git a/doc/install/fromscratch.mdwn b/doc/install/fromscratch.mdwn
index 7f78da537..2c8bf4b71 100644
--- a/doc/install/fromscratch.mdwn
+++ b/doc/install/fromscratch.mdwn
@@ -25,9 +25,9 @@ quite a lot.
* [extensible-exceptions](http://hackage.haskell.org/package/extensible-exceptions)
* [feed](http://hackage.haskell.org/package/feed)
* [async](http://hackage.haskell.org/package/async)
-* Optional haskell stuff, used by the [[assistant]] and its webapp
* [stm](http://hackage.haskell.org/package/stm)
(version 2.3 or newer)
+* Optional haskell stuff, used by the [[assistant]] and its webapp
* [hinotify](http://hackage.haskell.org/package/hinotify)
(Linux only)
* [dbus](http://hackage.haskell.org/package/dbus)