We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6fb59a commit b73c836Copy full SHA for b73c836
app/Foliage/PrepareSource.hs
@@ -18,7 +18,6 @@ import Foliage.FetchURL (fetchURL)
18
import Foliage.GitClone (gitClone)
19
import Foliage.Meta
20
import Foliage.UpdateCabalFile (rewritePackageVersion)
21
-import Foliage.Utils.GitHub (githubRepoTarballUrl)
22
import GHC.Generics
23
import Network.URI (URI (..))
24
import System.Directory qualified as IO
app/Foliage/Utils/GitHub.hs
foliage.cabal
@@ -40,7 +40,6 @@ executable foliage
40
Foliage.Time
41
Foliage.UpdateCabalFile
42
Foliage.Utils.Aeson
43
- Foliage.Utils.GitHub
44
Network.URI.Orphans
45
46
build-depends:
0 commit comments