Skip to content

Commit

Permalink
Make import lists more specific
Browse files Browse the repository at this point in the history
  • Loading branch information
acairncross committed Dec 31, 2020
1 parent 8ba63a1 commit b13d5e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Build.hs
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ import Development.Shake.FilePath
import Development.Shake.Classes

import Distribution.Simple.GHC (ghcPlatformAndVersionString)
import Distribution.System (Platform (..), buildArch, buildOS)
import Distribution.System (Platform (Platform), buildArch, buildOS)
import Distribution.Types.Version (mkVersion)

import Clash.Driver.Types (Manifest (..))
import Clash.Driver.Types (Manifest (fileNames))
import Data.List.Split (splitOn)

-- A string like "8.10.2"
Expand Down

0 comments on commit b13d5e9

Please sign in to comment.