Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add if statement in getAppDir for Library type
Added a statement in getAppDir function for if the package type is Library, then return Just [] to appDirs else perform normal return function. Removed noAppDirIfLibrary function as the new if statement handles the Library type. Resolves: haskell#6772
- Loading branch information