Skip to content

Commit

Permalink
Migrate ghcup-gen to 'variant'
Browse files Browse the repository at this point in the history
  • Loading branch information
hasufell committed Aug 27, 2024
1 parent 511a259 commit e2d65ab
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ghcup-gen/Generate.hs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ import Data.Maybe
import Data.List
import Data.Map.Strict ( Map )
import Data.Versions
import Haskus.Utils.Variant.Excepts
import Data.Variant.Excepts
import System.Exit
import System.FilePath
import System.IO
Expand Down
2 changes: 1 addition & 1 deletion ghcup-gen/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import Data.Maybe
import Data.Semigroup ( (<>) )
#endif
import Options.Applicative hiding ( style )
import Haskus.Utils.Variant.Excepts
import Data.Variant.Excepts
import System.Console.Pretty
import System.Environment
import System.Exit
Expand Down
2 changes: 1 addition & 1 deletion ghcup-gen/Validate.hs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ import Data.Containers.ListUtils ( nubOrd )
import Data.IORef
import Data.List
import Data.Versions
import Haskus.Utils.Variant.Excepts
import Data.Variant.Excepts
import Optics
import System.FilePath
import System.Exit
Expand Down
2 changes: 1 addition & 1 deletion ghcup-gen/ghcup-gen.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ executable ghcup-gen
, deepseq ^>=1.4
, filepath ^>=1.4.2.1
, ghcup ^>=0.1.19.0
, haskus-utils-variant ^>=3.3
, variant ^>=1.0
, libarchive ^>=3.0.3.0
, megaparsec >=8.0.0 && <9.3
, mtl ^>=2.2
Expand Down

0 comments on commit e2d65ab

Please sign in to comment.