make-package-1.2.0: make-package.cabal
name: make-package
version: 1.2.0
synopsis: Make a cabalized package
description: Create a cabalized haskell project
license: BSD3
license-file: LICENSE
copyright: Chris Done, Philipp Balzarek
author: Philipp Balzarek
maintainer: p.balzarek@googlemail.com
category: Development, Utils
homepage: https://github.com/Philonous/make-package
Bug-Reports: https://github.com/Philonous/make-package/issues/
build-type: Simple
cabal-version: >=1.8
data-files: files/package.cabal
files/licenses/*.license
files/Setup.hs
files/dot-gitignore
files/Main.hs
files/README.md
files/Package.hs
extra-source-files: make-package.conf
executable make-package
hs-source-dirs: src
main-is: Main.hs
other-modules: Github
, IO
, Options
build-depends: base >= 4 && < 5,
async >= 2.0,
bytestring >= 0.10,
configurator >= 0.2,
containers >= 0.5,
directory >= 1.2,
filepath >= 1.3,
github >= 0.11,
haskeline >= 0.7,
mtl >= 2.1,
process >= 1.1,
text >= 0.10,
time >= 1.4,
lens >= 3.10,
lens-datetime >= 0.2
ghc-options: -Wall