packages feed

music-dynamics-literal 1.3.1 → 1.6

raw patch · 2 files changed

+6/−11 lines, 2 filesdep −randomdep −semigroupoidsdep −semigroups

Dependencies removed: random, semigroupoids, semigroups, time, unix

Files

COPYING view
@@ -9,14 +9,14 @@     * Redistributions in binary form must reproduce the above copyright       notice, this list of conditions and the following disclaimer in the       documentation and/or other materials provided with the distribution.-    * Neither the name of the <organization> nor the+    * Neither the name of the Music Suite nor the       names of its contributors may be used to endorse or promote products       derived from this software without specific prior written permission.  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE-DISCLAIMED. IN NO EVENT SHALL <COPYRIGHT HOLDER> BE LIABLE FOR ANY+DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
music-dynamics-literal.cabal view
@@ -1,6 +1,6 @@  name:               music-dynamics-literal-version:            1.3.1+version:            1.6 cabal-version:      >= 1.10 author:             Hans Hoglund maintainer:         Hans Hoglund@@ -15,20 +15,15 @@     This package allow you to write the dynamic marks of standard notation as expressions     overloaded on result type. This works exactly like numeric literals. -    This library is part of the Music Suite, see <http://musicsuite.github.com>.+    This library is part of the Music Suite, see <http://music-suite.github.io>.  source-repository head   type:             git-  location:         git://github.com/hanshoglund/music-dynamics-literal.git+  location:         git://github.com/music-suite/music-dynamics-literal.git    library                         build-depends: -        base >= 4 && < 5,-        unix,-        time,-        random,-        semigroups,-        semigroupoids+        base                    >= 4 && < 5      hs-source-dirs: src     default-language: Haskell2010