mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-25 14:06:27 +00:00
chore(manager/haskell-cabal): Run prettier
This commit is contained in:
parent
122aab9a8d
commit
ac0b8bf71e
1 changed files with 1 additions and 4 deletions
|
@ -1,10 +1,7 @@
|
|||
import type { Category } from '../../../constants';
|
||||
import { HackageDatasource } from '../../datasource/hackage';
|
||||
import * as pvpVersioning from '../../versioning/pvp';
|
||||
import type {
|
||||
PackageDependency,
|
||||
PackageFileContent,
|
||||
} from '../types';
|
||||
import type { PackageDependency, PackageFileContent } from '../types';
|
||||
import type { CabalDependency } from './extract';
|
||||
import { extractNamesAndRanges, findDepends } from './extract';
|
||||
|
||||
|
|
Loading…
Reference in a new issue