packages feed

hsc3-dot 0.8 → 0.9

raw patch · 5 files changed

+11/−12 lines, 5 filesdep ~basedep ~hsc3setup-changedPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: base, hsc3

API changes (from Hackage documentation)

Files

README view
@@ -9,5 +9,5 @@   http://audiosynth.com/   http://graphviz.org/ -(c) rohan drape, 2006-2010+(c) rohan drape, 2006-2011     gpl, http://gnu.org/copyleft/
+ Setup.hs view
@@ -0,0 +1,3 @@+#!/usr/bin/env runhaskell+import Distribution.Simple+main = defaultMain
− Setup.lhs
@@ -1,3 +0,0 @@-#!/usr/bin/env runhaskell-> import Distribution.Simple-> main = defaultMain
Sound/SC3/UGen/Dot.hs view
@@ -144,7 +144,7 @@        bracket (openFile f WriteMode)                hClose                (flip hPutStr (dot u))-       system (v ++ " " ++ f)+       _ <- system (v ++ " " ++ f)        return ()  -- Read the environment variable @DOTVIEWER@, the default value is
hsc3-dot.cabal view
@@ -1,16 +1,16 @@ Name:              hsc3-dot-Version:           0.8+Version:           0.9 Synopsis:          haskell supercollider graph drawing Description:       dot format graph generator for SuperCollider                     unit generator graphs constructed using hsc3. License:           GPL Category:          Sound-Copyright:         (c) Rohan Drape, 2006-2010+Copyright:         (c) Rohan Drape, 2006-2011 Author:            Rohan Drape Maintainer:        rd@slavepianos.org Stability:         Experimental Homepage:          http://slavepianos.org/rd/?t=hsc3-dot-Tested-With:       GHC == 6.10.3+Tested-With:       GHC == 6.12.1 Build-Type:        Simple Cabal-Version:     >= 1.6 @@ -18,15 +18,14 @@                    Help/hsc3-dot.help.lhs  Library-  Build-Depends:   base == 3.*,+  Build-Depends:   base == 4.*,                    directory,                    filepath,-                   hsc3 == 0.8,+                   hsc3 == 0.9,                    process   GHC-Options:     -Wall -fwarn-tabs   Exposed-modules: Sound.SC3.UGen.Dot - Source-Repository  head   Type:            darcs-  Location:        http://slavepianos.org/~rd/sw/hsc3-dot/+  Location:        http://slavepianos.org/rd/sw/hsc3-dot/