diff --git a/Utility/Mounts.hsc b/Utility/Mounts.hsc index 97954705c3..3f121233ab 100644 --- a/Utility/Mounts.hsc +++ b/Utility/Mounts.hsc @@ -1,4 +1,6 @@ {- Interface to mtab (and fstab) + - + - Deprecated; moving to mountpoints library on hackage. - - Derived from hsshellscript, originally written by - Volker Wysk @@ -7,6 +9,7 @@ - Joey Hess - - Licensed under the GNU LGPL version 2.1 or higher. + - -} {-# LANGUAGE ForeignFunctionInterface #-}