{- This file is part of the Haskell package themoviedb. It is subject to the license terms in the LICENSE file found in the top-level directory of this distribution and at git://pmade.com/themoviedb/LICENSE. No part of themoviedb package, including this file, may be copied, modified, propagated, or distributed except according to the terms contained in the LICENSE file. -} module Network.API.TheMovieDB.Types ( Key , SearchQuery , Context(..) , Error(..) , ReleaseDate(..) , Configuration(..) , GenreID , Genre(..) , MovieID , Movie(..) , moviePosterURLs , mkContext ) where import Network.API.TheMovieDB.Types.API import Network.API.TheMovieDB.Types.Configuration import Network.API.TheMovieDB.Types.Context import Network.API.TheMovieDB.Types.Genre import Network.API.TheMovieDB.Types.Movie import Network.API.TheMovieDB.Types.ReleaseDate