Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 branch information