ltk 0.8.0.6 → 0.8.0.8
raw patch · 1 files changed
+8/−4 lines, 1 filesdep +ghcdep +haddockdep ~Cabaldep ~basedep ~containersnew-uploaderPVP ok
version bump matches the API change (PVP)
Dependencies added: ghc, haddock
Dependency ranges changed: Cabal, base, containers, filepath, glib, gtk, mtl, parsec, pretty
API changes (from Hackage documentation)
Files
- ltk.cabal +8/−4
ltk.cabal view
@@ -1,14 +1,18 @@ name: ltk-version: 0.8.0.6+version: 0.8.0.8 cabal-version: -any build-type: Simple license: GPL license-file: LICENSE copyright: Juergen "jutaro" Nicklisch-Franken maintainer: maintainer@leksah.org-build-depends: Cabal >=1.6.0, base >=4.0.0.0 && <5.0.0.0,- containers >=0.2, filepath >=1.1.0, glib >=0.10.0, gtk >=0.10.0,- mtl >=1.1.0.2, parsec >=2.1.0.1, pretty >=1.0.1.0+build-depends: Cabal >=1.6.0 && <1.9, base >=4.0.0.0 && <4.3,+ containers >=0.2 && <0.4, filepath >=1.1.0 && <1.2,+ glib >=0.10.0 && <0.12, gtk >=0.10.0 && <0.12,+ mtl >=1.1.0.2 && <1.2, parsec >=2.1.0.1 && <2.2,+ pretty >=1.0.1.0 && <1.1,+ -- Make sure we get the Cabal compaitble with ghc and haddock+ haddock <2.8, ghc <6.13 stability: homepage: http://www.leksah.org package-url: http://code.haskell.org/ltk