add module that only exports abstract types

This commit is contained in:
Joey Hess 2010-10-14 02:12:41 -04:00
parent e47dca162a
commit eda80e44c5
7 changed files with 23 additions and 6 deletions

View file

@ -20,7 +20,7 @@ import List
import System.Cmd.Utils
import System.IO
import GitRepo
import Types
import AbstractTypes
type UUID = String