summaryrefslogtreecommitdiff
path: root/doc/bugs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-11-11 18:05:01 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-11-11 18:05:01 -0400
commit3a6456a7b786e1cb41605a1ad46004e4de6d27b7 (patch)
tree4bebe117c5ae5f97698b5abbdda24b191afa28e3 /doc/bugs
parentba1615a18964ddd97006b1f0eb4e90842d0b3568 (diff)
use cabal macro to detect if old version of network is being used
Diffstat (limited to 'doc/bugs')
-rw-r--r--doc/bugs/network___62____61___2.4.0.1_is_not_in_Haskell_Platform_2012.4.0.0.mdwn3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/bugs/network___62____61___2.4.0.1_is_not_in_Haskell_Platform_2012.4.0.0.mdwn b/doc/bugs/network___62____61___2.4.0.1_is_not_in_Haskell_Platform_2012.4.0.0.mdwn
index 98a893236..1b90f593f 100644
--- a/doc/bugs/network___62____61___2.4.0.1_is_not_in_Haskell_Platform_2012.4.0.0.mdwn
+++ b/doc/bugs/network___62____61___2.4.0.1_is_not_in_Haskell_Platform_2012.4.0.0.mdwn
@@ -7,3 +7,6 @@ Do you think it's possible to support *both* versions of the network library, ma
That would increase the portability of git-annex quite a bit.
Thank you for your consideration.
+
+> Ok, I think I've figured out how to use the CPP macros defined by cabal
+> to deal with this. [[done]], will be in next release. --[[Joey]]