Skip to content

Commit

Permalink
Update from Hackage at 2020-01-17T18:23:06Z
Browse files Browse the repository at this point in the history
  • Loading branch information
all-cabal-tool committed Jan 17, 2020
1 parent 2d396b5 commit b2812ed
Show file tree
Hide file tree
Showing 2 changed files with 71 additions and 0 deletions.
70 changes: 70 additions & 0 deletions musicScroll/0.1.0.0/musicScroll.cabal
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
cabal-version: >=1.10
-- Initial package description 'music-scroll.cabal' generated by 'cabal
-- init'. For further documentation, see
-- http://haskell.org/cabal/users-guide/

name: musicScroll
version: 0.1.0.0
synopsis: Supply your tunes info without leaving your music player.
description: Automatically retrive the lyrics of of your current
song on SMPlayer and update it on each change. See the
lyrics on a really elegant GTK app.
license: GPL-3
license-file: LICENSE
author: Ruben Astudillo
maintainer: ruben.astud@gmail.com
homepage: https://github.com/RubenAstudillo/MusicScroll
bug-reports: https://github.com/RubenAstudillo/MusicScroll/issues
-- copyright:
category: Music
build-type: Simple
extra-source-files: CHANGELOG.md
README.md
shell.nix
data-dir: resources
data-files: app.glade

source-repository head
type: git
location: https://github.com/RubenAstudillo/MusicScroll.git

library
default-language: Haskell2010
hs-source-dirs: src
build-depends: base <4.13 ,
containers,
dbus,
gi-gtk,
gi-gtk-hs,
text,
bytestring,
stm,
async,
req,
tagsoup
exposed-modules: MusicScroll.UI,
MusicScroll.RealMain
MusicScroll.MPRIS
MusicScroll.AZLyrics
MusicScroll.TagParsing
MusicScroll.TrackInfo
MusicScroll.DBusNames
other-modules: Paths_musicScroll

-- test-suite playground
-- type: exitcode-stdio-1.0
-- main-is: test-foo.hs
-- -- NOTE: no constraints on 'foo-internal' as same-package
-- -- dependencies implicitly refer to the same package instance
-- build-depends: foo-internal, base

executable music-scroll
main-is: Main.hs
-- other-modules:
-- other-extensions:
build-depends: base,
musicScroll
hs-source-dirs: app
default-language: Haskell2010
pkgconfig-depends: gtk+-3.0
ghc-options: -Wall -rtsopts -threaded
1 change: 1 addition & 0 deletions musicScroll/0.1.0.0/musicScroll.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"package-hashes":{"MD5":"cf3be162001a15f890f567bf62a6e1f2","Skein512_512":"bdd0712209f4baef0f9e7e99610f1f8b32f06c84e30c7ad3cf358aa5415e4f647b08937d2373e09ae9e95ef4e8e5bece01c8e8e7804e1b8d41e430e185500ef9","SHA1":"a5f782314ac3bc7aaf1471b8362f7e1ba385c60b","SHA512":"9ec5a45811d306f3bbb3304734fa352b5b0ead1fc1bf70ba5ac6f455463d733780a315e9d132b49bc2a11a2edfa2c62bf61858628abbe5c561f21220bc0d30b9","SHA256":"6d7778eb1dd04896b615a841484319c8ba702c1b0e3fbe58734b861d3b890dcc"},"package-locations":["https://hackage.haskell.org/package/musicScroll-0.1.0.0/musicScroll-0.1.0.0.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/musicScroll-0.1.0.0.tar.gz"],"package-size":19027}

0 comments on commit b2812ed

Please sign in to comment.