hsinstall-2.1: hsinstall.cabal
-- This file has been generated from package.yaml by hpack version 0.28.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: a681e9c6bebfdb69f5381c614da7b4914226a5b02e54964d30b3bd8ed648caa7
name: hsinstall
version: 2.1
synopsis: Install Haskell software
description: This is a tool for deploying software projects into directory structures suitable for installation on a system. It builds upon the `stack install` command and adds more features. It's also a tool for easier AppImage creation.
category: Utility
homepage: https://github.com/dino-/hsinstall#readme
bug-reports: https://github.com/dino-/hsinstall/issues
author: Dino Morelli
maintainer: Dino Morelli <dino@ui3.info>
copyright: 2016-2018 Dino Morelli
license: ISC
license-file: LICENSE
build-type: Simple
cabal-version: >= 1.10
extra-source-files:
.gitignore
changelog.md
doc/hcar/hsinstall.tex
package.yaml
README.md
resources/unix-terminal.svg
stack.yaml
util/resources/appimage/hsinstall.desktop
util/resources/appimage/hsinstall.svg
source-repository head
type: git
location: https://github.com/dino-/hsinstall
library
exposed-modules:
HSInstall.Resources
other-modules:
Paths_hsinstall
hs-source-dirs:
src/lib
ghc-options: -fwarn-tabs -Wall -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wredundant-constraints
build-depends:
base >=4.8 && <5.0
, directory
, filepath
default-language: Haskell2010
executable hsinstall
main-is: hsinstall.hs
other-modules:
HSInstall.Opts
Paths_hsinstall
hs-source-dirs:
src/app
ghc-options: -fwarn-tabs -Wall -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wredundant-constraints
build-depends:
Cabal
, base >=4.8 && <5.0
, directory
, filepath
, heredoc
, hsinstall
, process
default-language: Haskell2010