packages feed

haskore 0.2.0.1 → 0.2.0.2

raw patch · 2 files changed

+3/−4 lines, 2 filesdep ~parsecPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: parsec

API changes (from Hackage documentation)

Files

haskore.cabal view
@@ -1,5 +1,5 @@ Name:           haskore-Version:        0.2.0.1+Version:        0.2.0.2 License:        GPL License-File:   LICENSE Author:         Paul Hudak <paul.hudak@yale.edu>, Henning Thielemann@@ -39,7 +39,7 @@ Source-Repository this   type:     darcs   location: http://code.haskell.org/haskore/revised/core-  tag:      0.2.0.1+  tag:      0.2.0.2  Flag splitBase   description: Choose the new smaller, split-up base package.@@ -59,7 +59,7 @@     transformers >=0.0.1 && <0.3,     bytestring >=0.9 && <0.10,     haskell-src >=1.0 && <1.1,-    parsec >=2.1 && <2.2+    parsec >=2.1 && <3.2    If flag(splitBase)     Build-Depends:
src/Test/Equivalence.lhs view
@@ -165,7 +165,6 @@  > module Equivalence where -> import qualified Haskore.Music as Music > import           Haskore.Music hiding (repeat, reverse, dur) > import qualified Haskore.Music.GeneralMIDI  as MidiMusic >    -- should also work for general RhyMusic but is a bit more cumbersome