Skip to content

Commit 309c69a

Browse files
committed
remove export list
1 parent 825d57f commit 309c69a

File tree

1 file changed

+1
-17
lines changed

1 file changed

+1
-17
lines changed

external-stg/lib/Stg/Program.hs

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,5 @@
11
{-# LANGUAGE TupleSections, LambdaCase, RecordWildCards, OverloadedStrings #-}
2-
module Stg.Program
3-
( getGhcStgAppModules
4-
, StgAppLinkerInfo(..)
5-
, StgLibLinkerInfo(..)
6-
, getAppLinkerInfo
7-
, StgModuleInfo(..)
8-
, getFullpakModules
9-
, getJSONModules
10-
, StgAppLicenseInfo(..)
11-
, StgAppForeignSourceInfo(..)
12-
, collectProgramModules
13-
, getAppLicenseInfo
14-
, getAppForeignFiles
15-
, printSection
16-
--
17-
, getAppModuleMapping
18-
) where
2+
module Stg.Program where
193

204
import Control.Monad.IO.Class
215
import Control.Monad

0 commit comments

Comments
 (0)