packages feed

ormolu-0.7.2.0: data/examples/import/sorted-package-imports-out.hs

{-# LANGUAGE PackageImports #-}

import D
import "a" Ab
import "b" Aa
import "b" Bb
import "c" Ba
import "zzzz" Z
import "this" Y