packages feed

audacity 0.0.2.1 → 0.0.2.2

raw patch · 2 files changed

+16/−16 lines, 2 filesdep ~filepathdep ~optparse-applicativePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: filepath, optparse-applicative

API changes (from Hackage documentation)

Files

audacity.cabal view
@@ -1,5 +1,5 @@ Name:                audacity-Version:             0.0.2.1+Version:             0.0.2.2 Synopsis:            Interchange with the Audacity sound signal editor Description:   This package provides functions@@ -41,7 +41,7 @@ Cabal-Version:       >=1.10  Source-Repository this-  Tag:         0.0.2.1+  Tag:         0.0.2.2   Type:        darcs   Location:    https://hub.darcs.net/thielema/audacity @@ -67,17 +67,17 @@   Build-Depends:     storablevector >=0.2.9 && <0.3,     storable-record >=0.0 && <0.1,-    bytestring >=0.9 && <0.11,+    bytestring >=0.9 && <0.13,     directory >=1.1 && <1.4,-    filepath >=1.3 && <1.5,+    filepath >=1.3 && <1.6,     tagchup >=0.4 && <0.5,     xml-basic >=0.1.1 && <0.2,     non-empty >=0.2.1 && <0.4,     utility-ht >=0.0.10 && <0.1,-    explicit-exception >=0.1.7 && <0.2,+    explicit-exception >=0.1.7 && <0.3,     semigroups >=0.1 && <1.0,-    transformers >=0.3 && <0.6,-    deepseq >=1.3 && <1.5,+    transformers >=0.3 && <0.7,+    deepseq >=1.3 && <1.6,     base >=4.5 && <5   Hs-Source-Dirs:      src   Default-Language:    Haskell2010@@ -95,8 +95,8 @@       soxlib >=0.0 && <0.1,       storablevector,       directory,-      optparse-applicative >=0.11 && <0.18,-      filepath >=1.3 && <1.5,+      optparse-applicative >=0.11 && <0.19,+      filepath >=1.3 && <1.6,       non-empty,       utility-ht,       base@@ -115,8 +115,8 @@       soxlib >=0.0 && <0.1,       storablevector,       directory,-      optparse-applicative >=0.11 && <0.18,-      filepath >=1.3 && <1.5,+      optparse-applicative >=0.11 && <0.19,+      filepath >=1.3 && <1.6,       non-empty,       utility-ht,       base@@ -135,8 +135,8 @@       soxlib >=0.0 && <0.1,       storablevector,       directory,-      optparse-applicative >=0.11 && <0.18,-      filepath >=1.3 && <1.5,+      optparse-applicative >=0.11 && <0.19,+      filepath >=1.3 && <1.6,       non-empty,       utility-ht,       base@@ -155,8 +155,8 @@       soxlib >=0.0 && <0.1,       storablevector,       directory,-      optparse-applicative >=0.11 && <0.18,-      filepath >=1.3 && <1.5,+      optparse-applicative >=0.11 && <0.19,+      filepath >=1.3 && <1.6,       non-empty,       utility-ht,       base
src/Sound/Audacity/XML.hs view
@@ -16,7 +16,7 @@    [[Tag.T Name.T String]] tag name x attrs enclosed =    let tagName = Tag.Name $ Name.Cons name-   in  [Tag.open tagName $ Attr.mapValues ($x) attrs] :+   in  [Tag.open tagName $ Attr.mapValues ($ x) attrs] :        enclosed ++        [Tag.close tagName] :        []