Skip to content

Commit

Permalink
Improve .cabal.
Browse files Browse the repository at this point in the history
  • Loading branch information
davnils committed Jul 14, 2014
1 parent bf71cc5 commit e75dbe1
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion spoty.cabal
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
name: spoty
version: 0.1.0.0
synopsis: Spotify web API wrapper
description: TBD
description: Access to public endpoints in the spotify web API.
license: BSD3
license-file: LICENSE
author: David Nilsson
maintainer: [email protected]
category: Web
build-type: Simple
cabal-version: >=1.10
homepage: https://github.com/davnils/spoty
bug-reports: https://github.com/davnils/spoty/issues
extra-source-files: Examples/Search.hs Examples/Albums.hs

library
exposed-modules: Utils.Spoty, Utils.Spoty.Types
Expand All @@ -25,3 +28,7 @@ library
hs-source-dirs: src
default-language: Haskell2010
ghc-options: -O2 -Wall

source-repository head
type: git
location: https://github.com/davnils/spoty.git

0 comments on commit e75dbe1

Please sign in to comment.