We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de13540 commit 1d24fddCopy full SHA for 1d24fdd
src/Data/ConfigFile.hs
@@ -797,7 +797,7 @@ standalone example of doing that:
797
>main = do
798
> rv <- runErrorT $
799
> do
800
-> cp <- join $ liftIO $ readfile empty "/etc/passwd"
+> cp <- join $ liftIO $ readfile emptyCP "/etc/passwd"
801
> let x = cp
802
> liftIO $ putStrLn "In the test"
803
> nb <- get x "DEFAULT" "nobody"
0 commit comments