Skip to content
Snippets Groups Projects
Commit 181d4e04 authored by Iustin Pop's avatar Iustin Pop
Browse files

Add an explicit export list to Instance.hs

This exports all functions, but it's still good to have.
parent 3a3c1eb4
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,17 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
-}
module Ganeti.HTools.Instance where
module Ganeti.HTools.Instance
( Instance(..)
, AssocList
, List
, create
, setIdx
, setName
, setPri
, setSec
, setBoth
) where
import qualified Ganeti.HTools.Types as T
import qualified Ganeti.HTools.Container as Container
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment