Hoogle Search
Within LTS Haskell 24.26 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
createDirectoryIfMissingVerbose :: Verbosity -> Bool -> FilePath -> IO ()Cabal Distribution.Simple.Utils Same as createDirectoryIfMissing but logs at higher verbosity levels.
-
ghc GHC.Tc.Utils.Monad No documentation available.
-
ghc GHC.Tc.Utils.Monad No documentation available.
createDirIfMissing :: MonadIO m => Bool -> Path b Dir -> m ()path-io Path.IO createDirIfMissing parents dir creates a new directory dir if it doesn't exist. If the first argument is True the function will also create all parent directories if they are missing.
extractExifMetas :: Metadatas -> [(ExifTag, ExifData)]JuicyPixels Codec.Picture.Metadata Extract all Exif specific metadatas
-
HTTP Network.HTTP.Headers No documentation available.
HdrIfModifiedSince :: HeaderNameHTTP Network.HTTP.Headers No documentation available.
insertHeaderIfMissing :: HasHeaders a => HeaderSetter aHTTP Network.HTTP.Headers insertHeaderIfMissing hdr val x adds the new header only if no previous header with name hdr exists in x.
scifmt :: FPFormat -> Maybe Int -> Format r (Scientific -> r)formatting Formatting.Formatters Render a scientific number with options.
throwErrnoIfMinus1 :: (Eq a, Num a) => String -> IO a -> IO aghc-internal GHC.Internal.Foreign.C.Error Throw an IOError corresponding to the current value of getErrno if the IO action returns a result of -1.