Skip to content

Commit

Permalink
Reexport Spoty.Types from Spoty.
Browse files Browse the repository at this point in the history
  • Loading branch information
davnils committed Jul 14, 2014
1 parent 0a1d55e commit 73261d9
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Examples/Albums.hs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import Control.Lens
import Pipes
import qualified Pipes.Prelude as P
import Utils.Spoty
import Utils.Spoty.Types

main = runEffect $ getArtistAlbums artist >-> P.map (^. albumName) >-> P.print
where
Expand Down
1 change: 0 additions & 1 deletion Examples/Search.hs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
import Control.Lens (view)
import qualified Data.Text.IO as T
import Utils.Spoty
import Utils.Spoty.Types

main = do
Just artist <- fetchOne $ searchArtist "avicii" -- assume at least one match
Expand Down
1 change: 1 addition & 0 deletions src/Utils/Spoty.hs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

module Utils.Spoty
(
module Utils.Spoty.Types,
getAlbum, getAlbumTracks,
getArtist, getArtistAlbums, CountryID, getArtistTop, getArtistRelated,
SearchCategory(..),
Expand Down

0 comments on commit 73261d9

Please sign in to comment.