Skip to content

Commit cc85f14

Browse files
committed
Make all libraries public
1 parent fd69137 commit cc85f14

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

spotify.cabal

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 3.0
22
name: spotify
3-
version: 0.1.0.0
3+
version: 0.1.0.1
44
author: George Thomas
55
maintainer: George Thomas
66
description: Bindings for interacting with the Spotify Web API
@@ -63,6 +63,7 @@ common common
6363

6464
library spotify-types
6565
import: common
66+
visibility: public
6667
hs-source-dirs: types
6768
exposed-modules:
6869
Spotify.Types.Albums
@@ -83,6 +84,7 @@ library spotify-types
8384

8485
library spotify-servant
8586
import: common
87+
visibility: public
8688
hs-source-dirs: servant
8789
exposed-modules:
8890
Spotify.Servant.Core

0 commit comments

Comments
 (0)