Skip to content

Commit

Permalink
Update from Hackage at 2019-04-13T22:12:50Z
Browse files Browse the repository at this point in the history
  • Loading branch information
all-cabal-tool committed Apr 13, 2019
1 parent 0cc46be commit f269a3e
Show file tree
Hide file tree
Showing 2 changed files with 78 additions and 0 deletions.
77 changes: 77 additions & 0 deletions jammittools/0.5.5.2/jammittools.cabal
@@ -0,0 +1,77 @@
Name: jammittools
Version: 0.5.5.2
Synopsis: Export sheet music and audio from Windows/Mac app Jammit
Description:

<http://www.jammit.com/ Jammit> is a service and associated app for Windows\/Mac\/iOS that sells isolated instrument audio tracks from popular music, along with full transcriptions.
This is a library and executable that allow you to export the sheet music (in PDF format) and audio (in WAV format) to tracks that you have purchased.
.
Any sheet music or audio you export is solely for your own use, e.g. for use on Linux and Android devices that do not have the official app available.
Please do not use this tool to share content with others who have not purchased it!
.
Please see the <https://github.com/mtolly/jammittools/blob/master/README.md README> for usage information.

License: GPL-3
License-File: LICENSE
Author: Michael Tolly
Maintainer: miketolly@gmail.com
Build-Type: Simple
Cabal-Version: >= 1.10
Category: Sound
Homepage: https://github.com/mtolly/jammittools
Bug-Reports: https://github.com/mtolly/jammittools/issues
Extra-Source-Files:
README.md
CHANGELOG.md
cbits/pdfgen.h

library
exposed-modules:
Sound.Jammit.Base
Sound.Jammit.Export
other-modules:
Sound.Jammit.Internal.Audio
Sound.Jammit.Internal.Image
Sound.Jammit.Internal.PropertyList
hs-source-dirs: src
build-depends:
base >= 4.6.0.1 && < 5
, xml >= 1.3.14 && < 1.4
, text >= 1.2.1.1 && < 1.3
, directory >= 1.2.0.1 && < 1.4
, filepath >= 1.3.0.1 && < 1.5
, containers >= 0.5.0.0 && < 0.7
, process >= 1.1.0.2 && < 1.7
, transformers >= 0.3.0.0 && < 0.6
, JuicyPixels >= 3.2.7 && < 3.4
, bytestring >= 0.10.4.0 && < 0.11
, conduit >= 1.2.3.1 && < 1.4
, vector >= 0.10.12.2 && < 0.13
, conduit-audio >= 0.1 && < 0.3
, resourcet >= 1.1.7.2 && < 1.3
if os(windows)
build-depends: Win32
cpp-options: -DWINDOWS
ghc-options: -Wall -O2
c-sources:
cbits/ima4.c
cbits/pdfgen.c
cc-options: -DSKIP_ATTRIBUTE
default-language: Haskell2010

executable jammittools
main-is: Main.hs
other-modules:
Paths_jammittools
build-depends:
base >= 4.6.0.1 && < 5
, directory >= 1.2.0.1 && < 1.4
, filepath >= 1.3.0.1 && < 1.5
, boxes >= 0.1.3 && < 0.2
, jammittools
ghc-options: -Wall -O2
default-language: Haskell2010

source-repository head
type: git
location: https://github.com/mtolly/jammittools
1 change: 1 addition & 0 deletions jammittools/0.5.5.2/jammittools.json
@@ -0,0 +1 @@
{"package-hashes":{"MD5":"3640761165a2927d14ffdf0e9369ea36","Skein512_512":"74d575bf30801303a8cc046a05a7bed58b35a06ec1f6b36970de3fe5ea2c9a3d926afc1d828932ca6c6bbd45e11de9c4fd79069d782cde0d9272e9907d783d9e","SHA1":"120ba79bb9bf5dccb019a1b482eefcfac56847c0","SHA512":"9aa3f0bb4e0a843d007095c9fc9675253b6f56e4f85361ac10bf2bc773d95eef8bf26c829bfa0d45abc86d321581d75c0bcdfde28915404f30e4929e06f7b79c","SHA256":"7b26bde213a4966ec40ff280b0cfee6c9a58eabac5edb9c86945267cacf7ff74"},"package-locations":["https://hackage.haskell.org/package/jammittools-0.5.5.2/jammittools-0.5.5.2.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/jammittools-0.5.5.2.tar.gz"],"package-size":77225}

0 comments on commit f269a3e

Please sign in to comment.