| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
HIE.Bios.Cradle
Synopsis
- findCradle :: FilePath -> IO Cradle
- findCradleWithOpts :: CradleOpts -> FilePath -> IO Cradle
- defaultCradle :: FilePath -> Cradle
Documentation
findCradleWithOpts :: CradleOpts -> FilePath -> IO Cradle Source #
Finding Cradle.
Find a cabal file by tracing ancestor directories.
Find a sandbox according to a cabal sandbox config
in a cabal directory.
defaultCradle :: FilePath -> Cradle Source #