diff --git a/Codec/Archive/FileCollection.hs b/Codec/Archive/FileCollection.hs
--- a/Codec/Archive/FileCollection.hs
+++ b/Codec/Archive/FileCollection.hs
@@ -16,7 +16,8 @@
 -------------------------------------------------------------------------------
 module Codec.Archive.FileCollection
        (
-         FileCollection(..)
+         FileCollection(..),
+         File(..)
        ) where
 
 import qualified System.Directory as SD
diff --git a/file-collection.cabal b/file-collection.cabal
--- a/file-collection.cabal
+++ b/file-collection.cabal
@@ -1,5 +1,5 @@
 name:                file-collection
-version:             0.1.1.1
+version:             0.1.1.2
 synopsis:            Provide a uniform interface over file archives and directories
 description:         The interface is essentially the same as that provided by
                      `directory`, except each function also take reference to the
