From ddcba8230c726d0535c51b1ea28303ae980fde29 Mon Sep 17 00:00:00 2001 From: Michael Tolly Date: Fri, 17 Feb 2017 16:33:49 -0600 Subject: [PATCH] v0.5.3; also bumped dependency versions --- jammittools.cabal | 12 ++++++------ stack.yaml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/jammittools.cabal b/jammittools.cabal index 9d44198..a09d7ff 100644 --- a/jammittools.cabal +++ b/jammittools.cabal @@ -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: @@ -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 @@ -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 diff --git a/stack.yaml b/stack.yaml index f85ecbc..4955031 100644 --- a/stack.yaml +++ b/stack.yaml @@ -3,4 +3,4 @@ packages: - '.' extra-deps: - conduit-audio-0.2.0.2 -resolver: lts-7.6 +resolver: lts-8.0