Skip to content
  • Rebecca Turner's avatar
    76d5f2f8
    Fix `withFileContents` documentation · 76d5f2f8
    Rebecca Turner authored
    The documentation for `Distribution.Utils.Generic.withFileContents` is incorrect:
    
        $ cabal repl Cabal-syntax
        ghci> import Distribution.Utils.Generic
        ghci> withFileContents "README.md" $ \contents -> pure ("foo" `isInfixOf` contents)
        *** Exception: README.md: hGetContents: illegal operation (delayed read on closed handle)
    76d5f2f8
    Fix `withFileContents` documentation
    Rebecca Turner authored
    The documentation for `Distribution.Utils.Generic.withFileContents` is incorrect:
    
        $ cabal repl Cabal-syntax
        ghci> import Distribution.Utils.Generic
        ghci> withFileContents "README.md" $ \contents -> pure ("foo" `isInfixOf` contents)
        *** Exception: README.md: hGetContents: illegal operation (delayed read on closed handle)
Loading