We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd69137 commit cc85f14Copy full SHA for cc85f14
spotify.cabal
@@ -1,6 +1,6 @@
1
cabal-version: 3.0
2
name: spotify
3
-version: 0.1.0.0
+version: 0.1.0.1
4
author: George Thomas
5
maintainer: George Thomas
6
description: Bindings for interacting with the Spotify Web API
@@ -63,6 +63,7 @@ common common
63
64
library spotify-types
65
import: common
66
+ visibility: public
67
hs-source-dirs: types
68
exposed-modules:
69
Spotify.Types.Albums
@@ -83,6 +84,7 @@ library spotify-types
83
84
85
library spotify-servant
86
87
88
hs-source-dirs: servant
89
90
Spotify.Servant.Core
0 commit comments