File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,6 @@ library
62
62
, aeson
63
63
, binary
64
64
, bytestring
65
- , Cabal
66
65
, cabal-helper >= 1.1
67
66
, containers
68
67
, data-default
Original file line number Diff line number Diff line change @@ -7,8 +7,6 @@ module Ide.Version where
7
7
8
8
import Data.Maybe
9
9
import Development.GitRev (gitCommitCount )
10
- import Distribution.System (buildArch )
11
- import Distribution.Text (display )
12
10
import Options.Applicative.Simple (simpleVersion )
13
11
import Ide.Cradle (execProjectGhc )
14
12
import qualified HIE.Bios.Types as Bios
@@ -26,7 +24,7 @@ hlsVersion =
26
24
-- See https://github.com/commercialhaskell/stack/issues/792
27
25
, [" (" ++ commitCount ++ " commits)" | commitCount /= (" 1" :: String ) &&
28
26
commitCount /= (" UNKNOWN" :: String )]
29
- , [" " , display buildArch ]
27
+ , [" " , arch ]
30
28
, [" " , hlsGhcDisplayVersion]
31
29
]
32
30
You can’t perform that action at this time.
0 commit comments