packages feed

aosd 0.1 → 0.1.1

raw patch · 1 files changed

+8/−2 lines, 1 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

aosd.cabal view
@@ -2,13 +2,17 @@ -- see -- http://www.haskell.org/cabal/release/cabal-latest/doc/users-guide/authors.html#pkg-descr. Name:                aosd-Version:             0.1+Version:             0.1.1 Synopsis:            Bindings to libaosd, a library for Cairo-based on-screen displays Description:           <http://www.atheme.org/project/libaosd>  .  @An advanced on screen display (OSD) library, which uses Cairo to create high quality rendered graphics to be overlaid on top of the screen.@  .+ Distro packages providing /libaosd/:+ .+ * /Debian/: @libaosd2@+ .  Example:  .  @@@ -22,6 +26,8 @@  \           (textRenderer markup) &#123; alignment = Just AlignCenter, colour = orange &#125;   \           (symDurations 3000 3000)  @+ .+ Tested with /libaosd/ version 0.2.7.  License:             BSD3 License-file:        LICENSE@@ -45,7 +51,7 @@    Build-depends:       colour, transformers, X11, base >= 4 && < 5, bindings-DSL >= 1.0.11, cairo >= 0.12, pango >= 0.12    Build-tools:         hsc2hs-  Pkgconfig-depends:   libaosd, libaosd-text+  Pkgconfig-depends:   libaosd   Default-language: Haskell2010  Test-Suite test-aosd