Skip to content

Commit

Permalink
v0.5.3; also bumped dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mtolly committed Feb 17, 2017
1 parent 68c0861 commit ddcba82
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions jammittools.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: jammittools
Version: 0.5.2
Version: 0.5.3
Synopsis: Export sheet music and audio from Windows/Mac app Jammit
Description:

Expand Down Expand Up @@ -36,17 +36,17 @@ library
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.3
, directory >= 1.2.0.1 && < 1.4
, filepath >= 1.3.0.1 && < 1.5
, containers >= 0.5.0.0 && < 0.6
, process >= 1.1.0.2 && < 1.5
, process >= 1.1.0.2 && < 1.6
, temporary >= 1.1.2.5 && < 1.3
, transformers >= 0.3.0.0 && < 0.6
, JuicyPixels >= 3.2.7 && < 3.3
, HPDF >= 1.4.9 && < 1.5
, bytestring >= 0.10.4.0 && < 0.11
, conduit >= 1.2.3.1 && < 1.3
, vector >= 0.10.12.2 && < 0.12
, vector >= 0.10.12.2 && < 0.13
, conduit-audio >= 0.1 && < 0.3
, resourcet >= 1.1.7.2 && < 1.2
ghc-options: -Wall -O2
Expand All @@ -58,10 +58,10 @@ executable jammittools
Paths_jammittools
build-depends:
base >= 4.6.0.1 && < 5
, directory >= 1.2.0.1 && < 1.3
, directory >= 1.2.0.1 && < 1.4
, filepath >= 1.3.0.1 && < 1.5
, boxes >= 0.1.3 && < 0.2
, jammittools == 0.5.2
, jammittools == 0.5.3
ghc-options: -Wall -O2

source-repository head
Expand Down
2 changes: 1 addition & 1 deletion stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ packages:
- '.'
extra-deps:
- conduit-audio-0.2.0.2
resolver: lts-7.6
resolver: lts-8.0

0 comments on commit ddcba82

Please sign in to comment.