Move download info into library

This commit is contained in:
2020-04-22 19:32:48 +02:00
parent bcaccaaf31
commit 5edebd57d9
5 changed files with 77 additions and 11 deletions

View File

@@ -10,10 +10,10 @@
module Main where
import GHCup.Data.GHCupInfo
import GHCup.Types
import GHCup.Types.JSON ( )
import GHCup.Utils.Logger
import GHCupInfo
import Data.Aeson ( eitherDecode, encode )
import Data.Aeson.Encode.Pretty