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
6262 , aeson
6363 , binary
6464 , bytestring
65- , Cabal
6665 , cabal-helper >= 1.1
6766 , containers
6867 , data-default
Original file line number Diff line number Diff line change @@ -7,8 +7,6 @@ module Ide.Version where
77
88import Data.Maybe
99import Development.GitRev (gitCommitCount )
10- import Distribution.System (buildArch )
11- import Distribution.Text (display )
1210import Options.Applicative.Simple (simpleVersion )
1311import Ide.Cradle (execProjectGhc )
1412import qualified HIE.Bios.Types as Bios
@@ -26,7 +24,7 @@ hlsVersion =
2624 -- See https://github.com/commercialhaskell/stack/issues/792
2725 , [" (" ++ commitCount ++ " commits)" | commitCount /= (" 1" :: String ) &&
2826 commitCount /= (" UNKNOWN" :: String )]
29- , [" " , display buildArch ]
27+ , [" " , arch ]
3028 , [" " , hlsGhcDisplayVersion]
3129 ]
3230
You can’t perform that action at this time.
0 commit comments