diff options
author | Joey Hess <joeyh@joeyh.name> | 2016-02-14 20:49:03 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2016-02-14 20:49:03 -0400 |
commit | a88ef3f61e095226c2aa5e150b185a6150da570e (patch) | |
tree | a962f7cbf0702ebf0e74cdf334400a4fa5a85123 /Utility | |
parent | 3963190e166fce0246b482d0f348d612abc46691 (diff) |
deprecated
Diffstat (limited to 'Utility')
-rw-r--r-- | Utility/Mounts.hsc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Utility/Mounts.hsc b/Utility/Mounts.hsc index 97954705c..3f121233a 100644 --- a/Utility/Mounts.hsc +++ b/Utility/Mounts.hsc @@ -1,5 +1,7 @@ {- Interface to mtab (and fstab) - + - Deprecated; moving to mountpoints library on hackage. + - - Derived from hsshellscript, originally written by - Volker Wysk <hsss@volker-wysk.de> - @@ -7,6 +9,7 @@ - Joey Hess <id@joeyh.name> - - Licensed under the GNU LGPL version 2.1 or higher. + - -} {-# LANGUAGE ForeignFunctionInterface #-} |