packages feed

macosx-make-standalone-0.1.0.1: macosx-make-standalone.cabal

Name:                macosx-make-standalone
Version:             0.1.0.1
Synopsis:            Make a macosx app standalone deployable
Description:         Make a macosx app standalone by bundling all non-standard dylibs into it.
License:             BSD3
license-file:		 LICENSE
Author:              Atze Dijkstra
Maintainer:          atze@uu.nl
Homepage:            https://github.com/atzedijkstra/macosx-make-standalone
Bug-Reports:         https://github.com/atzedijkstra/macosx-make-standalone/issues
Copyright:           2012 Utrecht University
Category:            Development
Build-type:          Simple
Cabal-version:       >=1.6
source-repository head
  type:        git
  location:    git://github.com/atzedijkstra/macosx-make-standalone.git


Executable macosx-make-standalone
  HS-Source-Dirs: src
  Main-is: MakeStandalone.hs
  GHC-Options: 
  Extensions: ScopedTypeVariables, TemplateHaskell, DeriveDataTypeable
  Build-depends:
    base >= 4 && < 5,
    data-lens >= 2.10,
    data-lens-template >= 2.1.7,
    mtl >= 2,
    containers >= 0.4,
    transformers >= 0.3,
    directory >= 1.2,
    filepath >= 1.3,
    process >= 1.1,
    unix >= 2.6,
    deepseq >= 1.3,
    graph-visit >= 0.1.0.1

  Other-modules:
    Opts, State, LibDepGraph, Plan, Cmds