Maintainer | ongy |
---|---|
Stability | experimental |
Portability | Linux |
Safe Haskell | None |
Language | Haskell2010 |
This module allows access to libblkid functionality
Since the library does not have to exist on every system we link against it on runtime when needed. We don't have a handle or something cool like that, so we will just load it when needed und unload again after
- evaluateTag :: String -> String -> IO (Maybe String)
- evaluateSpec :: String -> IO (Maybe String)
- evaluateTag' :: String -> String -> LibBlkid -> IO (Maybe String)
- evaluateSpec' :: String -> LibBlkid -> IO (Maybe String)
- withLibBlkid :: (LibBlkid -> IO a) -> IO a