cabal-macosx 0.2.3 → 0.2.3.1
raw patch · 1 files changed
+6/−6 lines, 1 filesdep ~fglnew-uploaderPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
Dependency ranges changed: fgl
API changes (from Hackage documentation)
- Distribution.MacOSX: appDeps :: MacApp -> ChaseDeps
- Distribution.MacOSX: appIcon :: MacApp -> Maybe FilePath
- Distribution.MacOSX: appName :: MacApp -> String
- Distribution.MacOSX: appPlist :: MacApp -> Maybe FilePath
- Distribution.MacOSX: otherBins :: MacApp -> [FilePath]
- Distribution.MacOSX: resources :: MacApp -> [FilePath]
+ Distribution.MacOSX: [appDeps] :: MacApp -> ChaseDeps
+ Distribution.MacOSX: [appIcon] :: MacApp -> Maybe FilePath
+ Distribution.MacOSX: [appName] :: MacApp -> String
+ Distribution.MacOSX: [appPlist] :: MacApp -> Maybe FilePath
+ Distribution.MacOSX: [otherBins] :: MacApp -> [FilePath]
+ Distribution.MacOSX: [resources] :: MacApp -> [FilePath]
Files
- cabal-macosx.cabal +6/−6
cabal-macosx.cabal view
@@ -1,5 +1,5 @@ Name: cabal-macosx-Version: 0.2.3+Version: 0.2.3.1 Stability: Alpha Synopsis: Cabal support for creating Mac OSX application bundles. Description:@@ -21,18 +21,18 @@ License-file: LICENSE Copyright: Eric Kow & Andy Gimblett Author: Eric Kow <eric.kow@gmail.com> & Andy Gimblett <haskell@gimbo.org.uk>-Maintainer: Eric Kow <eric.kow@gmail.com>-Homepage: http://github.com/gimbo/cabal-macosx+Maintainer: Daniele Francesconi <dfrancesconi12@gmail.com>+Homepage: http://github.com/danfran/cabal-macosx Build-Type: Simple Cabal-Version: >=1.6 Source-Repository head Type: git- Location: http://github.com/gimbo/cabal-macosx+ Location: http://github.com/danfran/cabal-macosx Library Build-Depends: base >= 4 && < 5, Cabal >= 1.6, directory- , fgl >= 5.4.2.2 && < 5.5+ , fgl >= 5.4.2.2 && < 5.6 , filepath, parsec, process, text Exposed-modules: Distribution.MacOSX Other-modules: Distribution.MacOSX.Common,@@ -44,5 +44,5 @@ Executable macosx-app Main-is: macosx-app.hs Build-Depends: base >= 4 && < 5, Cabal >= 1.6, directory- , fgl >= 5.4.2.2 && < 5.5+ , fgl >= 5.4.2.2 && < 5.6 , filepath, parsec, process, text