processing-for-haskell 0.1.0.0 → 0.1.0.1
raw patch · 1 files changed
+12/−1 lines, 1 files
Files
- processing-for-haskell.cabal +12/−1
processing-for-haskell.cabal view
@@ -10,7 +10,7 @@ -- PVP summary: +-+------- breaking API changes -- | | +----- non-breaking API additions -- | | | +--- code changes with no API change -version: 0.1.0.0 +version: 0.1.0.1 -- A short (one-line) description of the package. synopsis: Computer graphics for kids and artists with Processing implemented in Haskell. @@ -48,6 +48,17 @@ -- Constraint on the version of Cabal needed to build this package. cabal-version: >=1.10 + +Stability: Experimental + +Tested-With: GHC==8.0.1 + +Homepage: https://github.com/anton-k/processing-for-haskell +Bug-Reports: https://github.com/anton-k/processing-for-haskell/issues + +Source-repository head + Type: git + Location: https://github.com/anton-k/processing-for-haskell library