Cabal-syntax-3.11.0.0: A library for working with .cabal files
Safe HaskellSafe-Inferred
LanguageHaskell2010

Distribution.Compat.Binary

Synopsis

Documentation

decodeFileOrFail' :: Binary a => FilePath -> IO (Either String a) Source #

Lazily reconstruct a value previously written to a file.